Merge: c10c6aeb34 b8c6295f42
Alexander Bruy <alexander.bruy@gmail.com>	2017-09-15

    Merge pull request #5197 from NaturalGIS/fix_saga_vectorizng_grid_classes

    [processing] fix SAGA LTR vectorizing grid classes tool

Giovanni Manghi <giovanni.manghi@naturalgis.pt>	2017-09-14

    fix SAGA LTR vectorizing grid classes tool

rldhont <rldhont@gmail.com>	2017-09-12

    [BUFIX][Server] GetFeatureInfo on Raster Layer, fix valid identify

    Needs to be manually apply to QGIS 3

    Funded by Ifremer

Matthias Kuhn <matthias@opengis.ch>	2017-09-13

    Fix tracing

Merge: b3a8d6f853 439477a3fe
Alessandro Pasotti <elpaso@itopen.it>	2017-09-13

    Merge pull request #5144 from boundlessgeo/Backport_Fix_uom_reading

    [bugfix] backport from 3.0 Fix unit of sizes when reading a SLD file (fixes #8978)

Merge: b0357049c5 54653e4a5b
Sandro Mani <manisandro@gmail.com>	2017-09-12

    Merge pull request #5182 from manisandro/ogr_subsetsetring

    [OGR] Ensure subset string is set when reopening dataset

Sandro Mani <manisandro@gmail.com>	2017-09-12

    [OGR] Ensure subset string is set when reopening dataset

    QgsOgrProvider::reloadData calls close() and open(), which in turn called setSubsetString with mSubsetString.
    Since setSubsetString does nothing if the passed sql string is equal to mSubsetString, this resulted in the
    substring not being set on re-open. This commit clears mSubsetString before calling setSubsetString, and
    blocks signals when calling setSubsetString to avoid an endless recursion of emit dataChanged -> reload.
    Fixes #17122.

Merge: 70cd0e4d45 9d12581fc5
rldhont <rldhont@gmail.com>	2017-09-12

    Merge pull request #5168 from rldhont/release-2_18-server-getprint-group-order

    [BUGFIX][Server] GetPrint request renders layers from group in wrong order

Merge: 592151f0b7 8c46e4be74
Alexander Bruy <alexander.bruy@gmail.com>	2017-09-12

    Merge pull request #5177 from alexbruy/fix-zero-division

    [processing] prevent float division by zero in QGIS algorithms

Luigi Pirelli <luipir@gmail.com>	2017-09-06

    set uom as const

Luigi Pirelli <luipir@gmail.com>	2017-06-14

    aligned test to 3.x version

Luigi Pirelli <luipir@gmail.com>	2017-06-14

    fixed indentation

Luigi Pirelli <luipir@gmail.com>	2017-06-12

    [bugfix] backport from 3.0 Fix unit of sizes when reading a SLD file (fixes #8978)

Merge: a45913b254 a090d7d9cd
Alexander Bruy <alexander.bruy@gmail.com>	2017-09-12

    Merge pull request #5176 from alexbruy/fix-test

    [processing] attempt to fix failing test

Alexander Bruy <alexander.bruy@gmail.com>	2017-09-12

    attempt to fix failing test

Mathieu Pellerin <nirvn.asia@gmail.com>	2017-09-12

    [ogr provider] insure connection pool updated when subset sql added/changed (#5174)

Alexander Bruy <alexander.bruy@gmail.com>	2017-09-12

    [processing] prevent float division by zero in QGIS algorithms

Martin Dobias <wonder.sk@gmail.com>	2017-09-11

    CAD dock: fix a typo -> enable new snapping option

    When X or Y is locked and user has mouse on top of a segment, CAD dock widget
    will snap at the intersection of the segment and the axis.

Martin Dobias <wonder.sk@gmail.com>	2017-09-11

    Only update CAD canvas item geometry when necessary

    The call to setRect() in paint() handler was triggering canvas redraws
    all the time, keeping one CPU core busy nearly all the time when
    CAD dock was active.

Merge: 88dc61503c c8aceb22ba
Alexander Bruy <alexander.bruy@gmail.com>	2017-09-12

    Merge pull request #5167 from alexbruy/extract-by-expression

     [processing] add Extract by expression algorithm to QGIS 2.18

rldhont <rldhont@gmail.com>	2017-09-11

    [BUGFIX][Server] GetPrint request renders layers from group in wrong order

    Fixed #16769

Alexander Bruy <alexander.bruy@gmail.com>	2017-09-11

    [processing] add Extract by expression algorithm as combination
    of "Select by expression" and "Save selected features" does not
    work in modeler

Juergen E. Fischer <jef@norbit.de>	2017-09-05

    Fix build with GDAL<2

Merge: fa8e1a71f6 8eaeaaa0c0
Sandro Mani <manisandro@gmail.com>	2017-09-04

    Merge pull request #5125 from manisandro/ogr_orig_fid

    [2.18][OGR] Attempt to use actual ogr_fid also if subset string is set

Sandro Mani <manisandro@gmail.com>	2017-09-02

    [OGR] Attempt to use actual ogr_fid also if subset string is set

    If a subset string is set on an OGR layer, the feature iterator returns features with ids taken from a sequence starting from 0, regardless of the original feature id.

    This causes a mismatch in the data shown by the identify results table and the attribute widget.

Juergen E. Fischer <jef@norbit.de>	2017-09-04

    german translation update

Juergen E. Fischer <jef@norbit.de>	2017-09-04

    translation string fix

Juergen E. Fischer <jef@norbit.de>	2017-08-30

    dxf export: allow forcing to 2d to support polyline width (fixes #17049)

    (backported from commit 12e69d09914d443adb2ca48f8c89416fc762cd64)

Merge: 474f39a777 89c38ed24a
Nyall Dawson <nyall.dawson@gmail.com>	2017-09-02

    Merge pull request #5108 from nyalldawson/fix_17086

    [composer] Fix node based items (line/polygon) ignore exclude from export setting

Merge: aec8cd338e f64f8e2bfa
Nyall Dawson <nyall.dawson@gmail.com>	2017-09-02

    Merge pull request #5107 from nyalldawson/scalebar_height

    [composer] Allow finer setting of scalebar height and widths

Nyall Dawson <nyall.dawson@gmail.com>	2017-09-02

    [composer] Fix node based items (line/polygon) ignore exclude
    from export setting

    Fixes #17086

Nyall Dawson <nyall.dawson@gmail.com>	2017-09-02

    [composer] Allow finer setting of scalebar height and widths

    While the settings are stored as double, they were being
    rounded off in the UI to the nearest mm

    (cherry-picked from 7ca0b3d)

Merge: 4514c69925 02c095b699
Nyall Dawson <nyall.dawson@gmail.com>	2017-08-31

    Merge pull request #5097 from nyalldawson/fix_16924

    Fix missing entries from composer map combo boxes (fixes #16924)

Nyall Dawson <nyall.dawson@gmail.com>	2017-08-31

    Fix missing entries from composer map combo boxes (fixes #16924)

    Followup cb33c0d40

Alexander Bruy <alexander.bruy@gmail.com>	2017-08-30

    [processing] fix TauDEM descriptions parsing

Eric Brelsford <ebrelsford@gmail.com>	2017-08-28

    Only pass progress to runalg if it's SilentProgress

    Otherwise allow each algorithm to have its own progress

Eric Brelsford <ebrelsford@gmail.com>	2017-08-26

    Use progress in ConcaveHull when using runalg

    Use the progress parameter when using runalg on other algorithms.
    Otherwise those algorithms may try to report progress and cause a crash,
    for example if ConcaveHull is called from a plugin from a thread other
    than the UI thread.

Etienne Trimaille <gustrimaille@yahoo.fr>	2017-08-22

    enable custom help in python expressions

Mathieu Pellerin <nirvn.asia@gmail.com>	2017-08-25

    [analysis] fix derivative filter z factor handling (#5073)

volaya <volayaf@gmail.com>	2017-08-22

    [processing] only show cml file in selecting rendering styles

    Fixes #16896

volaya <volayaf@gmail.com>	2017-08-22

    [processing] correctly handle null gems in meancoords alg

    Fixes #17026

volaya <volayaf@gmail.com>	2017-08-18

    [processing] fixes in SAGA algorithm after latest changes

volaya <volayaf@gmail.com>	2017-08-17

    [processing] syntax fix

volaya <volayaf@gmail.com>	2017-08-17

    [processing] correctly use TYPE_VECTOR constants from corresponding module

volaya <volayaf@gmail.com>	2017-08-17

    [processing] add resampling method option for all albs that use raster layers

Juergen E. Fischer <jef@norbit.de>	2017-08-22

    bring back sip workaround, but only for the affected versions (followup 7e4345a9d)

Juergen E. Fischer <jef@norbit.de>	2017-08-22

    Fix windows build again (followup d2315e450)

Merge: 7e4345a9db d2315e450e
Hugo Mercier <hugo.mercier@oslandia.com>	2017-08-21

    Merge pull request #5045 from pblottiere/bugfix_refrel_218

    Fixes relation reference widget by refreshing filter lists. Fixes #16400 (backport)

Blottiere Paul <blottiere.paul@gmail.com>	2017-08-21

    Add unit tests

Blottiere Paul <blottiere.paul@gmail.com>	2017-08-21

    Fixes relation reference widget by refreshing filter lists. Fixes #16400

Juergen E. Fischer <jef@norbit.de>	2017-08-20

    remove sip workaround (fixes #17038, refs #16071)

Juergen E. Fischer <jef@norbit.de>	2017-08-20

    Fix windows build (followup b5bdafe4d)

Giovanni Manghi <giovanni.manghi@naturalgis.pt>	2017-08-18

    improves grass7 v.in.dxf making a couple of parameters optional/mandatory

Even Rouault <even.rouault@spatialys.com>	2017-08-18

    [OGR provider] Avoid 'database locked' issues when editing several layers of the same GeoPackage (fixes #17034)

Merge: a6c461bfec b5bdafe4d3
Hugo Mercier <hugo.mercier@oslandia.com>	2017-08-18

    Merge pull request #4933 from pblottiere/bugfix_chainfilter_218

    Fixes relation reference widget when chain filter option is activated, fixes #16903 (backport)

Juergen E. Fischer <jef@norbit.de>	2017-08-18

    Release of 2.18.12

Juergen E. Fischer <jef@norbit.de>	2017-08-18

    Fix trusty build (QStringLiteral is Qt5; followup b6254513d64)

Merge: 987f1acff8 b73b25d495
Alessandro Pasotti <elpaso@itopen.it>	2017-08-17

    Merge pull request #5030 from boundlessgeo/Win_CutAndPaste_2-18_issue16870

    Clipboard Cut&Paste fix when attached special field values. Fixes #16870

Luigi Pirelli <luipir@gmail.com>	2017-08-17

    fixed unnecessary deepcopy and use the correct api

Blottiere Paul <blottiere.paul@gmail.com>	2017-07-21

    Add tests

Blottiere Paul <blottiere.paul@gmail.com>	2017-07-21

    Fix relation reference widget when 'Chain Filters' is activated. Fixes #16903

Luigi Pirelli <luipir@gmail.com>	2017-08-06

    From Clipboard Cut&Paste fix when attached special field values. Fiexies #16870

Juergen E. Fischer <jef@norbit.de>	2017-08-08

    oracle provider: skip updating of key attributes of added features for versioned tables (backport of e7700db46a)

Matthias Kuhn <matthias@opengis.ch>	2017-08-14

    Make inverted polygon legend items checkable

    This was not working with legendSymbolItemsV2(), in particular tested
    with rule based renderer.

Larry Shaffer <lshaffer@boundlessgeo.com>	2017-08-14

    Add QSCINTILLA_INCLUDE_DIR to custom widgets CMake setup

Nyall Dawson <nyall.dawson@gmail.com>	2017-08-07

    Fix valgrind jump on uninitialised values warnings

Nyall Dawson <nyall.dawson@gmail.com>	2017-08-07

    Fix crash when editing feature after opening a form with relation reference widget

    Also fixes a leak/performance issue - the attribute table model
    for the relation reference widget is not parented to the widget,
    so it is never cleaned up when the widget is deleted.

Merge: 8adf1c4d6b f275372489
Alessandro Pasotti <elpaso@itopen.it>	2017-08-07

    Merge pull request #4893 from cmangeat/bug_16509

    allow WFS GetFeature upon multiple layers, fixes #16509

Christophe Mangeat <christophe.mangeat@camptocamp.com>	2017-08-07

    fix indentaton test  ? (scripts/prepare-commit.sh)

Christophe Mangeat <christophe.mangeat@camptocamp.com>	2017-08-03

    use unitest assert and os.path.join as adviced

Juergen E. Fischer <jef@norbit.de>	2017-07-28

    German translation fix

tcoupin <thibault.coupin@gmail.com>	2017-07-20

    Fix srsDimension parsing in GML

Merge: 8ccc84ed22 399f01afb4
Hugo Mercier <hugo.mercier@oslandia.com>	2017-07-27

    Merge pull request #4925 from pblottiere/bugfix_scrolllocked_218

    Fixes value relation widget to keep scrollbar activated, fixes #16654 (backport)

Blottiere Paul <blottiere.paul@gmail.com>	2017-07-27

    Add tests

Blottiere Paul <blottiere.paul@gmail.com>	2017-07-27

    Fixes value relation widget to always keep scrollbar activated. Fixes #16654

rldhont <rldhont@gmail.com>	2017-07-26

    [BUGFIX][SERVER] GetFeatureInfo not evaluated for maptip context when using FILTER param

    fixed #16670

Alexander Bruy <alexander.bruy@gmail.com>	2017-07-25

    fix indentation

Merge: 3f20650b1e 9593a8bb50
Alexander Bruy <alexander.bruy@gmail.com>	2017-07-25

    Merge branch 'fix_gdalmerge_nodata' of https://github.com/NaturalGIS/naturalgis_qgis into fix_gdalmerge_nodata

Merge: 01e062e4bc 456e01581a
Alexander Bruy <alexander.bruy@gmail.com>	2017-07-25

    Merge branch 'fix_saga_cluster_analysis' of https://github.com/NaturalGIS/naturalgis_qgis into fix_saga_cluster_analysis

Alexander Bruy <alexander.bruy@gmail.com>	2017-07-25

    fix indentation

Merge: 601e37351b 9a181488a6
Alexander Bruy <alexander.bruy@gmail.com>	2017-07-25

    Merge branch 'saga_desc_2_18' of https://github.com/volaya/QGIS into saga_desc_2_18

Alexander Bruy <alexander.bruy@gmail.com>	2017-07-25

    add missed parameter name

Juergen E. Fischer <jef@norbit.de>	2017-07-24

    vector layer save as: adjust our to OGR's defaults
    * GPX_USE_EXTENSIONS default is false not true (fixes #16811)
    * CSV GEOMETRY is none not AS_XY (fixes #16819)

    (backported from commit cb088a2a0cb6224600504574f749348cc4df8bf2)

Giovanni Manghi <giovanni.manghi@naturalgis.pt>	2017-07-24

    add a nodata option for the gdal merge tool

Giovanni Manghi <giovanni.manghi@naturalgis.pt>	2017-07-24

    fix SAGA cluster analysis for rasters

volaya <volayaf@gmail.com>	2017-07-24

    [processing] fixed last commit

volaya <volayaf@gmail.com>	2017-07-24

    [processing] get layers list using map layer registry

    fixes #16919

volaya <volayaf@gmail.com>	2017-06-23

    added new SAGA descriptions

Merge: 29548e7df1 8b2a550c29
Alexander Bruy <alexander.bruy@gmail.com>	2017-07-22

    Merge pull request #4902 from NaturalGIS/saga_218_mosaiking

    [processing] fix SAGA LTR mosaiking tool

Giovanni Manghi <giovanni.manghi@naturalgis.pt>	2017-07-21

    fix SAGA LTR mosaiking tool

Juergen E. Fischer <jef@norbit.de>	2017-07-21

    Release of 2.18.11

Nyall Dawson <nyall.dawson@gmail.com>	2017-07-21

    Correctly create raster for heatmap output

    Incorrect creation of geo transform was leading to invalid raster
    outputs and many "creating warped vrt" log messages

    (cherry-picked from 5241c74c)

Nyall Dawson <nyall.dawson@gmail.com>	2017-07-21

    Fix QgsFieldComboBox::setField sets incorrect field when filter is present

    (cherry-picked from 6e49403)

Merge: 7138f639ad f2e221d50d
Alexander Bruy <alexander.bruy@gmail.com>	2017-07-20

    Merge pull request #4897 from NaturalGIS/fix_qgis_import_in_postgis

    [processing] fix QGIS import in PostGIS optional parameter (fix #16871)

Merge: 63250dcc1b 6126a4b79e
Alexander Bruy <alexander.bruy@gmail.com>	2017-07-20

    Merge pull request #4895 from NaturalGIS/fix_saga_ltr_catchaments_area

    [processing] fix SAGA LTR Catchment Area tools

Christophe Mangeat <christophe.mangeat@camptocamp.com>	2017-07-20

    try to please indentation test

Christophe Mangeat <christophe.mangeat@camptocamp.com>	2017-07-20

    wfs, get features upon many layers, add test

    and fix iterator trouble (avoid bad values in response summary, wfs:FeatureCollection, TYPENAME)

Giovanni Manghi <giovanni.manghi@naturalgis.pt>	2017-07-20

    fix QGIS import in PostGIS optional parameter. Fixes #16871

Giovanni Manghi <giovanni.manghi@naturalgis.pt>	2017-07-20

    fix SAGA LTR Catchement Area tools

Christophe Mangeat <christophe.mangeat@camptocamp.com>	2017-07-20

    fix for https://issues.qgis.org/issues/16509

Merge: 3120068bf1 08d0476048
Alexander Bruy <alexander.bruy@gmail.com>	2017-07-20

    Merge pull request #4887 from NaturalGIS/grass_218_voronoi_skeleton

    port GRASS7 v.voroni.skeleton to 2_18

Sandro Santilli <strk@kbt.io>	2017-07-19

    Do not assume input SQL is ASCII

    Fixes #16833

Sandro Santilli <strk@kbt.io>	2017-07-19

    Add test for #16833

Giovanni Manghi <giovanni.manghi@naturalgis.pt>	2017-07-19

    port GRASS7 v.voroni.skeleton to 2_18

Sandro Santilli <strk@kbt.io>	2017-07-19

    [travis] Force using precise

Merge: b036b0bab1 7b424e62f9
Jürgen Fischer <jef@norbit.de>	2017-07-19

    Merge pull request #4883 from 3nids/copy_datum_218

    consider datum transformation when pasting features (fixes #16846)

Denis Rouzaud <denis.rouzaud@gmail.com>	2017-07-19

    consider datum transformation when pasting features

    proper fix in master bae6d563 could not be cherry-picked easily, this is not a perfect solution but it does solve the issue

David <david@opengis.ch>	2017-07-17

    Codestyle

David <david@opengis.ch>	2017-07-17

    Fix in attributetable - unable to update column

    Fix #16746

David <david@opengis.ch>	2017-07-17

    Fix crash in attributetable when removing more than one column

    References #16746

Juergen E. Fischer <jef@norbit.de>	2017-07-17

    update translations of bad string (followup a0f9837)

Nyall Dawson <nyall.dawson@gmail.com>	2017-07-17

    Fix bad string

Alexander Bruy <alexander.bruy@gmail.com>	2017-07-16

    indentation

Matthias Kuhn <matthias@opengis.ch>	2017-07-13

    Return invalid fid instead of null fid

    The default comparison code for two QVariants does a really crappy job
    when it comes to NULL values.
    I.e. it will return true for `QVariant( 0 ) == QVariant( QVariant::Int )`
    We work around this issue here by returning an invalid QVariant instead,
    which - and luckily also Qt is aware of this - also is different from 0.

    Fix #16745

Nyall Dawson <nyall.dawson@gmail.com>	2017-07-14

    Fix crash when using line pattern fills

    Line pattern fill was not calling stopRender on the line symbol!

    (cherry-picked from 6067d514)

Nyall Dawson <nyall.dawson@gmail.com>	2017-07-14

    Port grass followup to area calculation fix

    https://trac.osgeo.org/grass/changeset/71259

    refs discussion at

    https://trac.osgeo.org/grass/ticket/3369

    (cherry-pick from 773b2e)

Merge: eec19de2ed 0a13019cef
Nyall Dawson <nyall.dawson@gmail.com>	2017-07-11

    Merge pull request #4833 from pblottiere/bugfix_relationquote_218

    [bugfix] Fixes relation widget reference when filter value contains a quote #16399 (backport)

Blottiere Paul <blottiere.paul@gmail.com>	2017-07-10

    Add tests

Merge: ff5181c2e9 7db483d604
Nyall Dawson <nyall.dawson@gmail.com>	2017-07-11

    Merge pull request #4830 from nyalldawson/fix_categorised_render_crash

    Fix categorised render crash

Nyall Dawson <nyall.dawson@gmail.com>	2017-07-11

    Use windows path format for project_path/project_folder variables on windows

    (cherry-picked from 2745797)

Nyall Dawson <nyall.dawson@gmail.com>	2017-07-10

    Partially revert "categorized renderer: also setup symbol render context for hashed symbols"

    This partially reverts commit c7c52442f71a6a17ea1ad97e741b2b4b6d51f698.

    Causes a race condition which results in random crashes while
    using the categorised symbol renderer.

    The intent behind the original commit is unknown

Nyall Dawson <nyall.dawson@gmail.com>	2017-07-10

    Add an assert to protect multiple calls to QgsSymbolV2::startRender()
    while rendering has already been started for a particular symbol instance

    Relates to a random but frequent crash which occurs when using the
    categorised symbol renderer - tracked down to a race condition
    in which multiple concurrent calls to startRender() are performed
    on a single symbol instance.

Blottiere Paul <blottiere.paul@gmail.com>	2017-07-10

    [bugfix] Fixes relation widget reference when filter value contains a quote #16399

Merge: fda97b22bd a0d6412954
Nyall Dawson <nyall.dawson@gmail.com>	2017-07-10

    Merge pull request #4829 from nyalldawson/fix_16820_218

    Fix incorrect area calculation in corner cases (fix #16820)

Nyall Dawson <nyall.dawson@gmail.com>	2017-07-10

    Fix incorrect area calculation in corner cases (fix #16820)

    In certain circumstances very proximal nodes could cause instability
    in the ellipsoidal area calculation.

    Port (slightly tweaked) fix from grass changeset 71167 for same issue,
    and add a unit test

    (cherry-picked from d850393)

Even Rouault <even.rouault@spatialys.com>	2017-07-08

    [OGR] Use OGR_F_SetFieldNull() with GDAL >= 2.2 to avoid GeoJSON fields to be unset (fixes #16812)

Matthias Kuhn <matthias@opengis.ch>	2017-07-07

    Support for PyQt5

Blottiere Paul <blottiere.paul@gmail.com>	2017-07-04

    [bugfix] Fixes relation widget when switching between layer styles #16100

Blottiere Paul <blottiere.paul@gmail.com>	2017-07-06

    Add unit tests

Merge: eb1a1d5b35 4886b36bce
Alexander Bruy <alexander.bruy@gmail.com>	2017-07-07

    Merge pull request #4800 from radosuav/release-2_18

    [processing] fixes for zonal statistics algorithm

rldhont <rldhont@gmail.com>	2017-07-06

    [Server] Update test masks

Nathan Woodrow <woodrow.nathan@gmail.com>	2017-07-06

    Don't duplicate layer tree node when alt is held

    Looks like it duplicates the layer but it really just copies the node
    meaning QGIS can get confused

    Backport of e49aaed

rldhont <rldhont@gmail.com>	2017-07-05

    Fix GML2 after Port GML3 improvements to 2.18 branch

Juergen E. Fischer <jef@norbit.de>	2017-07-05

    Only convert geometries to provider type when provider does strict type checking (ie. not for shapes; fixes #16593, #16784, #16792, #16770, followup 53d90b547)

Nathan Woodrow <woodrow.nathan@gmail.com>	2017-07-05

    [MSSQL] Fix string length when using nchar, nvarchar, ntext

rldhont <rldhont@gmail.com>	2017-07-04

    [Geometry] Simplify  QgsCurvePolygonV2::asGML3

    Get back to simple code

volaya <volayaf@gmail.com>	2017-07-04

    [processing] Correctly call TYPE_RASTER constant

    Fixes #16786

Juergen E. Fischer <jef@norbit.de>	2017-07-04

    debian packaging: drop explicit libopenscenegraph-dev build dependency

Nathan Woodrow <woodrow.nathan@gmail.com>	2017-07-04

    [MSSQL] Fix connection string issue for browser

Even Rouault <even.rouault@spatialys.com>	2017-07-03

    Fix build with older QT 4 (CentOS 7)

Even Rouault <even.rouault@spatialys.com>	2017-07-02

    [WFS provider] Do not be confuse by elements that have ref attribute when parsing DescribeFeatureType response; and fix support of (deprecated) ref='gml:XXXXProperty' attributes

radosuav <radoslaw.guzinski@esa.int>	2017-06-30

    [Processing] Fixes for zonal statistics algorithm:

    1. Mask NaN values instead of converting them to 0.
    2. Handle rasters for which raster value offset and scale have not been
    set.

rldhont <rldhont@gmail.com>	2017-06-28

    [BUGFIX] QgsCurvePolygonV2::asGML, add interior ring only if one exists

Juergen E. Fischer <jef@norbit.de>	2017-06-30

    fix 20197c2fa (refs #13520)

    (cherry picked from commit 6dfcf402278ea271cbbe960758937c9b98616db9)

Alexander Bruy <alexander.bruy@gmail.com>	2016-11-03

    [processing] add missed description files for OTB 5.4.0

    (cherry picked from commit 8b3c39a22043a923cae33f0111a8a2010c72c42e)

Even Rouault <even.rouault@spatialys.com>	2017-06-26

    "[GDAL provider] Set VRT_SHARED_SOURCE=NO configuration option by default (#16507)

    This will avoid crashes with VRT datasets in multi-threaded use.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-06-26

    Fix crash in QgsMultiLineStringV2::asGML2

Juergen E. Fischer <jef@norbit.de>	2017-06-23

    Release of 2.18.10

volaya <volayaf@gmail.com>	2017-06-23

    added new SAGA descriptions

Nathan Woodrow <woodrow.nathan@gmail.com>	2017-06-23

    [MSSQL] Don't MakeValid on geometries

    MakeValid can make geometry data we can't read back (e.g
    GEOMETRYCOLLECTION) which is worse then
    just a user error in the first place.  QGIS has the tools to deal with
    this so let it came back to the user to fix

    Backport of 541d44e717

Nathan Woodrow <woodrow.nathan@gmail.com>	2017-06-23

    Code format

Nathan Woodrow <woodrow.nathan@gmail.com>	2017-06-23

    [MSSQL] Fix pointer error

Nathan Woodrow <woodrow.nathan@gmail.com>	2017-06-23

    [MSSQL] Better fix to removing MZ. Thanks to Nyall ;)

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2017-06-19

    [MSSQL] Remove Z/M from WKT type name on insert/update

    SQL Server doesn't follow OGC standard of LINESTRINGZ so we have
    to remove it. SQL support LINESTRING(x y z) but not LINESTRINGZ(x y z)

Even Rouault <even.rouault@spatialys.com>	2017-06-21

    [DBManager] Avoid unhandled exception on a untyped geometry (wkbUnknown) layer (#16730)

Merge: c39e4fcecd 7d910d510f
Alessandro Pasotti <elpaso@itopen.it>	2017-06-20

    Merge pull request #4754 from boundlessgeo/browsertree-collapse-backport

    [bugfix] Browsertree collapse network provider items

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-06-20

    [bugfix] Browsertree collapse network provider items

    Backport of https://github.com/qgis/QGIS/pull/4742

    Prevent expansion of WMS connection layers when restoring the browser.

    This was causing unwanted connections to WMS and other providers when QGIS starts.

Juergen E. Fischer <jef@norbit.de>	2017-06-19

    include uic qtwebkit.py

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2017-06-19

    [MSSQL] Correctly raise errors to UI level

    Backport of 22ed48fc873f4

Merge: 7634b0b759 00ca8ccb84
Alexander Bruy <alexander.bruy@gmail.com>	2017-06-19

    Merge pull request #4744 from PedroVenancio/saga_resampling_method

    [processing] change resampling methods to be like SAGA default (fix #16646)

PedroVenancio <pedrongvenancio@gmail.com>	2017-06-16

    Changes SAGA io_gdal RESAMPLING method to B-Spline Interpolation, as SAGA default, and add the Resampling Method parameter to SAGA Raster Calculator, as explained in https://issues.qgis.org/issues/16646 - Backport to 2.18

Juergen E. Fischer <jef@norbit.de>	2017-06-13

    vector file writer fixes:
    * don't apply un-overridden default options
    * DGN: don't export attributes and fix layername to "elements"

Juergen E. Fischer <jef@norbit.de>	2017-06-13

    fix 53d90b547

Merge: e5b284346e 53d90b5471
Alexander Bruy <alexander.bruy@gmail.com>	2017-06-12

    Merge pull request #4594 from boundlessgeo/postgis_merge_features_fix#15741

    Fix Postgis Merge selected features regression (fix #15741)

Merge: 9626d2f65b 9adb4967b6
Alexander Bruy <alexander.bruy@gmail.com>	2017-06-12

    Merge pull request #4710 from PedroVenancio/fix_16672_2_18

    [processing] fixes GRASS 7 v.net.alloc (fix #16672)

Luigi Pirelli <luipir@gmail.com>	2017-06-12

    fix Postgis Merge selected features regression: port 2.18 fixes #15741

volaya <volayaf@gmail.com>	2017-06-12

    [processing] Correctly update R provider after downloading scripts

    Fixes #16664

Nyall Dawson <nyall.dawson@gmail.com>	2017-06-12

    Try to fix test on Travis

Nyall Dawson <nyall.dawson@gmail.com>	2017-06-12

    Better test debug output

Nyall Dawson <nyall.dawson@gmail.com>	2017-06-12

    Don't wastefully recalculate memory provider extent after every
    feature addition

    Previously, the memory provider would automatically recalculate
    the extent of the layer after new features are added by
    looping through the entire set of existing features and calculating
    the bounding boxes. This is very wasteful, as many code paths
    add features one-by-one, so with every new feature added to
    the provider every existing feature is iterated over. This caused
    memory layers to slow to a crawl after many features are added.

    This commit improves the logic so that IF an existing layer
    extent is known, then it's updated on the fly as each individual
    feauture is added. Instead of looping through all features, we
    just expand the existing known extent with the added features
    bounds. If the extent isn't known, we just invalidate it
    when adding/deleting/modifying features, and defer the actual
    extent calculation until it's next requested.

    Makes memory layers many thousands of magnitudes of orders faster
    when adding lots of features (e.g. when memory providers
    are used as temporary outputs in processing)

    (cherry-picked from 6a87889)

Sandro Santilli <strk@kbt.io>	2017-06-10

    Use QgsOSMId type when it belongs (matches master version of file)

PedroVenancio <pedrongvenancio@gmail.com>	2017-06-10

    Fixes GRASS 7 v.net.alloc #16672 - backport to 2.18

Juergen E. Fischer <jef@norbit.de>	2017-06-09

    fix 8c873b14 (fixes #16624)

    (cherry picked from commit 63269479682b9b71d0de74b518de09d5f72029d2)

Harrissou Sant-anna <delazj@gmail.com>	2017-06-06

    Typo fix in Algorithms help

Merge: d914a195d3 0f2f7208d7
Nyall Dawson <nyall.dawson@gmail.com>	2017-06-08

    Merge pull request #4674 from SrNetoChan/backport_5f7178a

    Backport Fix missing Icon in Select Attribute Dialog

Merge: 9397c4fcbb 11ace44a40
Sandro Santilli <strk@kbt.io>	2017-06-07

    Merge pull request #4685 from strk/dbmanager-test

    Add test for DBManager's PostGIS connector and plugin

Even Rouault <even.rouault@spatialys.com>	2017-06-07

    Fix previous commit (#16675)

Even Rouault <even.rouault@spatialys.com>	2017-06-07

    [WFS provider] Recognize Geomedia layers with gmgml:LineString_Curve_MultiCurve_CompositeCurvePropertyType type as multilinestring layers (#16675)

Sandro Santilli <strk@kbt.io>	2017-06-07

    Import cmp_to_key

Sandro Santilli <strk@kbt.io>	2017-06-07

    Fix TypeError: 'cmp' is an invalid keyword argument for this function

Sandro Santilli <strk@kbt.io>	2017-06-06

    More unicode/utf8 fixes

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2017-04-28

    [db_manager] Fix DBConnector.getSchemaTableName

    2.18 Backport
    Ref #15910

Sandro Santilli <strk@kbt.io>	2017-06-06

    Avoid infinite loop in quoteString

Sandro Santilli <strk@kbt.io>	2017-06-06

    Avoid .encode('utf8') call too

    Was tested with python2, let's see if it fixes python3 too

Merge: 413c6e52ba ad1ba64b65
Alexander Bruy <alexander.bruy@gmail.com>	2017-06-06

    Merge pull request #4626 from alexbruy/otb-update

    update Processing OTB provider for 2.18

Merge: 7a198dff65 9297d91ea3
Alexander Bruy <alexander.bruy@gmail.com>	2017-06-06

    Merge pull request #4648 from alexbruy/saga-update

    update Processing SAGA provider for 2.18

Sandro Santilli <strk@kbt.io>	2017-06-06

    Use str(), not unicode() to cast URI for use in psycopg2

    Hopefully fixes the new DBManager tests

Sandro Santilli <strk@kbt.io>	2017-05-26

    Add test for DBManager's PostGIS connector and plugin

    Only enabled when ENABLE_PGTEST is set
    Includes test for dbname-less URI and service-only URI
    (ref #10600 ref #16625 ref #16626)

    The test connects to the `qgis_test` database, or what the
    QGIS_PGTEST_DB variable requests (as per tests/README.md)

    A raster table is added to the test postgis setup script,
    for use by this new test.

rldhont <rldhont@gmail.com>	2017-06-06

    [BUGFIX][Processing][Rscript] Write to R_OUTPUT_VALUES file  if saveOutputValues

    Fixes #16618 Processing rscripts: cannot concatenate 'str' and 'NoneType' objects

Nyall Dawson <nyall.dawson@gmail.com>	2017-06-06

    Fix composer legend "Filter by Atlas Feature" does not save

    Fix #16663

Juergen E. Fischer <jef@norbit.de>	2017-05-31

    processing: only reset existing menu 'settings' (followup e78fc620)

Borys Jurgiel <info@borysjurgiel.pl>	2017-06-03

    [PROCESSING] [regression] One more fix for broken encoding of psycopg2 error messages

Merge: 6f42b784b9 62af54ecb2
Nyall Dawson <nyall.dawson@gmail.com>	2017-06-03

    Merge pull request #4642 from nyalldawson/mssql

    MSSQL provider fixes

Sandro Santilli <strk@kbt.io>	2017-06-02

    For GDAL sake extract a dbname from the connection

    Works around GDAL limitation reported in:
    https://trac.osgeo.org/gdal/ticket/6910

    Ref #16625
    Closes #16626

Merge: 8987bb58d0 4f307f771f
mhugent <marco.hugentobler@sourcepole.ch>	2017-06-02

    Merge pull request #4667 from mhugent/server_tilemode

    Fix tile render mode not applied in 2.18 server

Sandro Santilli <strk@kbt.io>	2017-06-02

    Add link to ticket about GDAL raster not working with service-only uri

Sandro Santilli <strk@kbt.io>	2017-06-02

    Fix typo in URI service extraction (introduced in 93624b08)

    Also add a comment about lack of support in GDAL up to 2.2.x for
    service specification in datasource uri

    Ref #16626

Alexandre Neto <senhor.neto@gmail.com>	2017-06-01

    Fix missing Icon in Select Attribute Dialog

Alexander Bruy <alexander.bruy@gmail.com>	2017-06-02

    [processing] always look for SAGA LTR first (fix #16648)

    (cherry picked from commit 74984b2525e8d34a5bce3c2100f32beea0f3e165)

Alexander Bruy <alexander.bruy@gmail.com>	2017-06-02

    [processing] fix GRASS 7 v.drape description (fix #16175)

Alexander Bruy <alexander.bruy@gmail.com>	2017-06-02

    [processing] add RandomTerrain algorithm (courtesy Pedro Venancio)

Nyall Dawson <nyall.dawson@gmail.com>	2017-06-02

    [composer] Refresh data defined properties after page size changes
    Fix #16390

    (cherry-picked from 599db1)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-29

    [mssql] Use Filter instead of STIntersects to improve query performance

    ...and refine validity test from 57dc3c7

    Using Filter is more performant since it does a bounding box only
    check when an appropriate spatial index is available. This matches
    the behavior with other providers, where the provider filter only
    does a bounding box check and callers must perform the actual
    intersection check if required.

    While Filter also avoids SQL server closing the iterator upon
    encountering invalid geometries, we can't rely on this because SQL
    server will transparently fall back to STIntersects if it
    decides there's no suitable spatial indexes available, and then
    throw an exception on invalid geometries. So we still require
    the STISValid check when using Filter.

    The extent calculation from 57dc3c7 has been refined to
    avoid the very expensive STMakeValid call. Instead we use a (ugly!)
    workaround to skip invalid geometries using STIsValid only
    inside the min/max x/y aggregates. Note that we can't just
    dump a WHERE STIsValid clause in to the statement because SQL
    server still throws the exception. Gotta love it!

    Fix #15752, #10947

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-29

    Add test for MSSQL behavior with invalid polygon geometries

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-06-01

    Fix tile render mode not applied in 2.18 server

Matthias Kuhn <matthias@opengis.ch>	2017-05-31

    Update buttons on referenced layer edit state change in N:M

    Fix #16635

Sandro Santilli <strk@kbt.io>	2017-05-30

    Pass "service" parameter to gdal when opening PostGIS Rasters

    Closes #16626 for 2.18

Merge: 6c84b6ea45 b3652938a3
Salvatore Larosa <lrssvtml@gmail.com>	2017-05-30

    Merge pull request #4533 from boundlessgeo/too_many_dbmanager_errors_fix#15868

    [db_manager] catch exception when item has lost reference. for 2.18 regression fixes #15868

Luigi Pirelli <luipir@gmail.com>	2017-05-01

    Avoid row sorts during attribute editing in AttributeTable Fix #15976

Luigi Pirelli <luipir@gmail.com>	2017-05-30

    added plugin tag for QgsMessageLog messages

Sandro Santilli <strk@kbt.io>	2017-05-26

    Ensure "dbname" is set in the uri, once again

    Fixes #16625 (ref #10600)

Luigi Pirelli <luipir@gmail.com>	2017-05-09

    catch uncatched exception when item has lost reference. fixies #15868

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-29

    [processing] always use SAGA shipped with OSGeo4W

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-29

    [processing] adapt to 2.3.0 syntax

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-29

    [processing] support only SAGA LTR

Juergen E. Fischer <jef@norbit.de>	2017-05-26

    avoid slashes in connection names (followup 30900e9b8; fixes #16624)

    (cherry picked from commit 8c873b14b8a572aa7d65d31381357844c3d73aeb)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-29

    [mssql] Small fixes to expression compilation

    - Use [] to correctly quote field names instead of ""
    - Don't invalidate provider side limit when not required

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-29

    [mssql] Update expected compilation status tests

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-29

    [mssql] Followup a76359, fix provider methods like featureCount,
    uniqueValues, etc not working when using DSN for connection

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-29

    [mssql] Fix debug spam when features have null geometry

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-29

    [mssql] Fix time fields converted to null

    Likely only an issue when using the MSSQL Linux ODBC driver

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-29

    [mssql] Fix "use estimated table parameters" setting is ignored

Luigi Pirelli <luipir@gmail.com>	2017-05-11

    [DB Manager] previewing layers in Virtual layers section remove them from the Layers panel: fixies #16476
    plus more vlayer db_manager plugin fixes to reduce (but can't avoid) exceptions due to C++/SIP object removes

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-27

    Revert "Revert "Utilise thread safe proj API within QgsCoordinateTransform""

    This reverts commit 2480e268c9b958b25de14464ae846588e54fa735.

    Brings back the thread safe proj implementation. Early in the
    release cycle this time for maximal testing before inclusion
    in stable releases.

Merge: 3a16a4e336 cb33c0d407
Nyall Dawson <nyall.dawson@gmail.com>	2017-05-27

    Merge pull request #4640 from nyalldawson/fix_drag_crash

    Fix crash when reordering composer items via drag and drop

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-27

    Fix crash when reordering composer items via drag and drop

    Caused by internal Qt bug when multiple QSortFilterProxyModels
    used by widgets are attached to a parent model which calls
    beginMoveRows.

    Adds some tests, but none reproduce the crash. Not reproducable
    on Qt5 builds.

Juergen E. Fischer <jef@norbit.de>	2017-05-26

    Release of 2.18.9

Sandro Santilli <strk@kbt.io>	2017-05-23

    Add test for QgsScaleRangeWidget::setScaleRange

    Closes #15463 as this test guards after the fix for that bug
    (minScale visibility corrupted upon project load)

Juergen E. Fischer <jef@norbit.de>	2017-05-26

    processing: with GDAL2 we need to check for raster capability to get the
    raster extensions (fixes #16621; followup 3d3b6ec)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-26

    [processing] explisitly load outputs as raster or vector depending on
    output type. Don't rely on extension or other indirect attributes

Juergen E. Fischer <jef@norbit.de>	2017-05-26

    german translation update (fixes #16622; followup 4c666a3)

    $ scripts/update_ts.sh update $builddir
    $ linguist i18n/qgis_de.ts
    $ git add doc/TRANSLATORS i18n/qgis_de.ts
    $ git commit
    $ git checkout i18n

Merge: 492281702f 55ffbf5e93
Jürgen Fischer <jef@norbit.de>	2017-05-26

    Merge pull request #4613 from strk/bugfix/b15463

    When setting scale range, make sure to set min before max scale

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-05-23

    [bugfix] Fixes an unreported crash in WFS (backported from master)

      (cherry-picked from commit fe9594f)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-26

    [processing] Fix Hub Distance alg does not correctly use project ellipsoid setting

Sandro Santilli <strk@kbt.io>	2017-05-23

    When setting scale range, make sure to set min before max scale

    This ensures the limit on max scale imposed by previously set min
    scale does not trim the new value.

    Fixes #15463

rldhont <rldhont@gmail.com>	2017-05-24

    [Server] Fix WMS GetContext accesscontrol and add tests

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-25

    Revert "Utilise thread safe proj API within QgsCoordinateTransform"

    This reverts commit af3370d03e7e7502e8a738d99cd99e38df23768d.

    This commit is not safe for 2.18.9 - remerge after release

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-24

    indentation update

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-24

    [processing] add test data for OTB tests

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-20

    [processing] remove unused test data

    (cherry picked from commit df90e6b964f3b267857728d22a2a955db5ff0f3f)

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-19

    [processing] remove unused file

    (cherry picked from commit fd8379c140434231dc1ec5f49440f5f6ee41abc9)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-24

    [processing] run OTB tests on Travis

    (partially cherry-picked from b9d5b2c4526874f3b76eaada63ceb5707441045a)

Manuel Grizonnet <manuel.grizonnet@cnes.fr>	2016-08-23

    TEST: add a test for otb conversion application (simpler than bandmath)

    (cherry picked from commit 7b22f5d8da7ae3e994b318215d3aa9ea119db301)

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-20

    Install OTB in QGIS Travis CI script to be able to run OTB test

    (cherry picked from commit d4f410a30764362248318577af6a9a710d2c6360)

Manuel Grizonnet <manuel.grizonnet@cnes.fr>	2016-08-22

    TEST: add test of OTB BandMath application in processing

    (cherry picked from commit 1e7018f0ccde01fce8fb5142970ee155dbfcb372)

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-11

    [processing] update OTB's white- and blacklist. Drop obsolete 3.x
    versions and add latest 5.8.0

    (cherry picked from commit 6be45054935eb88eef65de32b92d8463f8f718bd)

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-11

    [processing] add new MultiImageSamplingRate algorithm from OTB 5.8.0

    (cherry picked from commit 371fe1dd48c62529ce613f1fd3b9c88765eb70d8)

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-10

    [processing] support OTB 5.8.0

    (cherry picked from commit 3145a01db6d6e6dd06cb340ed85b44ef4d0eeba5)

nirvn <nirvn.asia@gmail.com>	2016-10-31

    [processing] remove console error message when optional otb provider not installed

    (cherry picked from commit 8e663309c0671f2779828a3ec26081bd59414f1e)

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-19

    [processing] minor formatting fixes to the OTB README

    (cherry picked from commit 2778a8fe8c4a9df349dc7c7523780e5428966c32)

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-20

    update readme for otb maintenance script

    (cherry picked from commit a7d4b19fc9acf317b31594c5ea6f9cf286832cd3)

Manuel Grizonnet <manuel.grizonnet@cnes.fr>	2016-08-23

    BUG: add version 5.4 to supported version

    (cherry picked from commit afea25bda2b30f97b354d17fc5b18c9db0b03be2)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-24

    [processing] Use with ... when opening files

    (partially cherry-picked from 6a99017bf0657d989b960a7162cbcc29931fab91)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-24

    fix typos

    (partially cherry-picked from ffaffadbfaa0ed9e6f76917dd48d2d78167b3fe1)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-24

    [processing] use os.path.join instead of + os.sep + (fix #3552)

    (partially cherry-picked from 37951baf450d11621d20cb8ac83174e29a207803)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-24

    [processing] cache OTB icon to speed up toolbox loading

    (partially cherry-picked from cc62c5226951c813a4c3a61744b51827aa5d3afa)

Manuel Grizonnet <manuel.grizonnet@cnes.fr>	2016-08-22

    forget to commit xml descriptors for otb 5.6

    (cherry picked from commit ce0a2ae062d370dcaafd56e14d4985315e25c163)

Manuel Grizonnet <manuel.grizonnet@cnes.fr>	2016-08-22

    Update otb processing maintenance files to version 5.6.0

    (cherry picked from commit d772a684729f825bcbce5dc4e0f2b3a4b1a6c751)

Manuel Grizonnet <manuel.grizonnet@cnes.fr>	2016-08-21

    ENH: update log info when parsing otb apps

    (cherry picked from commit bf7db728f3ead5e748a1325f09b391d8072a547c)

Manuel Grizonnet <manuel.grizonnet@cnes.fr>	2016-08-21

    ENH: remove useless QApplication and prefer to use QGIS_PREFIX_PATH

    (cherry picked from commit 82f2726d7f60a089f1de12dcf121f02241caf756)

Alexia Mondot <alexia.mondot@c-s.fr>	2016-08-17

    ENH update readme

    (cherry picked from commit b88d92df19c9910e8c50832a10e8a069e62f835a)

Alexia Mondot <alexia.mondot@c-s.fr>	2016-08-17

    BUG NameError: name OTBSpecific_XMLcreation is not defined on exec

    (cherry picked from commit 342fb040eecb9314a0e9066cdc3785a3e7bc3687)

Alexia Mondot <alexia.mondot@c-s.fr>	2016-08-17

    ENH update for OTB 5.4

    (cherry picked from commit 232083810230c8d8fd0f0f883325e26649322313)

Merge: 022ba8c59a af3370d03e
Nyall Dawson <nyall.dawson@gmail.com>	2017-05-24

    Merge pull request #4603 from nyalldawson/proj_safe_218

    Utilise thread safe proj API within QgsCoordinateTransform

Salvatore Larosa <lrssvtml@gmail.com>	2017-05-23

    fixes #16571 - add scrollbar to edit widget properties dialog

rldhont <rldhont@gmail.com>	2017-05-23

    [Server] Fix GetContext test

rldhont <rldhont@gmail.com>	2017-05-23

    [Server] Add GetContext test

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-23

    Microoptimise opening attribute table - don't call sort on model when
    no sort order set

    (cherry-picked from 381eef)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-23

    Microoptimise and avoid cache lookup when no sort order set

    (cherry-picked from ebee101)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-23

    Don't prefetch attribute table sort values when no sorting set
    Shaves some seconds off opening the attribute table in certain
    circumstances (no sorting applied)

    Drops load time for table from 100 seconds to 50 seconds for a
    2.6 million feature shapefile, and from 6.5 seconds to 3.5 seconds
    for a 160k feature shapefile.

    Refs #16577, #16239

    (cherry-picked from 0b95c77)

Salvatore Larosa <lrssvtml@gmail.com>	2017-05-23

    [processing] fix duplicates fields name in field calculator algorithm when switching between layers (followup 2185d42)

    cherry-picked from 48ecee5

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-09

    Followup 2185d42, fix missing field names in expression builder

    (fixes #16589, #16595)

    cherry-picked from 9a19a5f

Juergen E. Fischer <jef@norbit.de>	2017-05-22

    don't set friendly name without sublayers (followup e0a2267; fixes #16593, #16594, #16598)

    (cherry picked from commit 403dc35dac30499c3954b732e4e8a642bfd475d8)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-22

    Fix doxygen warnings

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-22

    Greatly speed up attribute table loading

    Don't advise for rows added when a model reset is in progress.
    Otherwise the rows are tested for sort order, etc triggering
    a bunch of useless calculations, given that the model is in
    the process of being reset anyway.

    Tested using a 150k point shapefile, decreased attribute table
    load times from 50+ seconds to 4 seconds.

    Refs #16577, #16239

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-22

    Utilise thread safe proj API within QgsCoordinateTransform

    Avoids unpredictable behavior when transforms are being conducted
    in background threads, such as map renders.

    Refs #11441

    This commit:
    1. Uses QThreadStorage for projCtx objects, to ensure that every
    thread correctly has its own projCtx context

    2. Refactors QgsCoordinateTransform so that the projPJ source and
    destination objects are instead stored in a map (by projCtx). This
    allows transforms to be transparently performed using the correct
    projPJ objects for the particular thread in which the transform is
    being conducted. This approach allows a single QgsCoordinateTransform
    to be safely utilised in different threads.

Juergen E. Fischer <jef@norbit.de>	2017-05-20

    replace QStringLiteral with QString (followup c849bc8)

Juergen E. Fischer <jef@norbit.de>	2017-05-20

    creatensis.pl: avoid (harmless) postinstall.log message

rldhont <rldhont@gmail.com>	2017-05-20

    [Server] Fix indent  Add GetProjectSettings tests in AccessControl test

rldhont <rldhont@gmail.com>	2017-05-20

    [Server] Fix backport Add GetProjectSettings tests in AccessControl test

Matthias Kuhn <matthias@opengis.ch>	2017-05-19

    partial revert of 96aa26f

rldhont <rldhont@gmail.com>	2017-05-20

    [Server] Add GetProjectSettings tests in AccessControl test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-05-20

    Port code in QgsPointSample to 2.18

Juergen E. Fischer <jef@norbit.de>	2017-05-19

    Release of 2.18.8

Matthias Kuhn <matthias@opengis.ch>	2017-05-19

    Preserve visibility of relation editor edit state buttons

    ... also when collapsing and uncollapsing a relation editor.

    References #15102 (https://issues.qgis.org/issues/15102)

Matthias Kuhn <matthias@opengis.ch>	2017-05-19

    Fix default values for linking features in N:M

    Followup bfa507a

    Default values for attributes on the linking table have not been
    respected and therefore it was impossible to create entries on the
    linking table with the combination of NOT NULL + default value.

Merge: 3cc9c5ffe3 c849bc882b
Alexander Bruy <alexander.bruy@gmail.com>	2017-05-19

    Merge pull request #4580 from alexbruy/layer-naming-2_18

    homogenize layer naming when adding layers from browser and add vector dialog (fix #15510)

Juergen E. Fischer <jef@norbit.de>	2017-05-19

    debian packaging: drop release-sponsors.html

    (cherry picked from commit c82bffe5db2482c94881ec7571ced4144b77a1c2)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-19

    Allow rotate point symbol tool to work with features with initially
    NULL rotation values

    (cherry-picked from 8997231)

Juergen E. Fischer <jef@norbit.de>	2017-05-18

    indentation fix

Juergen E. Fischer <jef@norbit.de>	2017-05-18

    crssync: check result of CSVReadParseLine instead of feof

    (cherry picked from commit 27f4b0e1e008d3ed60ee0f7f178f93b22bacabe9)

Merge: e6f640687a f29a267a4b
Alexander Bruy <alexander.bruy@gmail.com>	2017-05-18

    Merge pull request #4585 from alexbruy/sponsors-2_18

    open sponsors page in the webbrowser (fix #16169)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-18

    open sponsors page in the webbrowser (fix #16169)

Merge: e12209eade 1ae3163163
Nyall Dawson <nyall.dawson@gmail.com>	2017-05-18

    Merge pull request #4581 from nyalldawson/fix_16567

    Fix transform shear value not saved (fix #16567)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-18

    Fix transform shear value not saved (fix #16567)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-18

    Add failing test for #16567

Merge: 70a25d69ff cc2e68d4c6
Nyall Dawson <nyall.dawson@gmail.com>	2017-05-18

    Merge pull request #4576 from nyalldawson/fix_16517

    [composer] Fix locked raster layers do not restore when loading project (fix #16517)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-17

    homogenize layer naming when adding via browser and add vector dialog
    (fix #15510)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-17

    [composer] Fix locked raster layers do not restore when loading
    project (fix #16517)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-17

    Add failing test for #16517

Merge: bb7f95fb46 5bdd038e74
rldhont <rldhont@gmail.com>	2017-05-17

    Merge pull request #4571 from rldhont/release-2_18-processing-rscripts-outputs

    [BUGFIX][Processing] R scripts do not have enough outputs

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-05-16

    [bugfix] Fix broken inverted Y support in XYZ layers

    This follows the convention used by OpenLayers, where
    an inverted axis is indicated by {-y} in the URL
    definition.

    Fixes #15927

     (cherry-picked from ccd5d752254ce)

Mathieu Pellerin <nirvn.asia@gmail.com>	2017-05-17

    [raster] fix raster blending (cherry-pick 93c59f4)

rldhont <rldhont@gmail.com>	2017-05-12

    [BUGFIX][Processing] R scripts do not have enough outputs

    R scripts in processing only supports Vector, Raster and Table.
    This commit adds fix the file output and adds directory, number and string outputs.

Sandro Santilli <strk@kbt.io>	2017-05-16

    Check return from QgsPalLabeling::prepareGeometry before dereference

    Fixes #15507

    Includes automated test.

Merge: 8b263e4ccb e4d745fee3
Alexander Bruy <alexander.bruy@gmail.com>	2017-05-16

    Merge pull request #4560 from alexbruy/processing-singletomulti

    [processing] handle NULL values in the single to multi algorithm (fix #15822)

Juergen E. Fischer <jef@norbit.de>	2017-05-16

    db_manager versioning: add RETURNING to INSERT rule (fixes #16083)

    (cherry picked from commit 3f7f95ee262ea3646d61600c21faed0866bc70b0)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-15

    [processing] handle NULL values in the single to multi algorithm (fix #15822)

Juergen E. Fischer <jef@norbit.de>	2017-05-14

    german translation fix

Juergen E. Fischer <jef@norbit.de>	2017-05-13

    german translation update

    $ scripts/update_ts_files.sh -b $builddir -f de
    $ linguist i18n/qgis_de.ts
    $ scripts/update_ts_files.sh -b $builddir de
    $ git add doc/TRANSLATORS i18n/qgis_de.ts
    $ git commit

Juergen E. Fischer <jef@norbit.de>	2017-05-13

    fix windows build

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-13

    [processing] remove extra quotes when loading batch process from file
    (fix #16309)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-13

    [processing] check difference result befor using it in further
    operations (ref #15962)

Matthias Kuhn <matthias@opengis.ch>	2017-05-12

    Fix non-dynamic default values

    Fix #15355

Matthias Kuhn <matthias@opengis.ch>	2017-05-12

    Be careful with requesting evaluated default values

    We do not need a new evaluated value all the time

    Fix #16545

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-13

    [processing] stop algorithm execution if geometry/feature error occured
    (fix #11986)

Matthias Kuhn <matthias@opengis.ch>	2017-05-12

    Fix freeze when joining with table open

    Fix #16495

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-12

    [processing] take in account file extension when loading Processing
    results (fix #16486)

Matthias Kuhn <matthias@opengis.ch>	2017-05-12

    Fix double delete of symbol

    Fix #15961

Merge: 477d1bdf90 2b6b49518c
Alessandro Pasotti <elpaso@itopen.it>	2017-05-12

    Merge pull request #4540 from boundlessgeo/attributetable-fixes-16492-backport

    [bugfix] Attribute table crashes QGIS when deleting selected

Matthias Kuhn <matthias@opengis.ch>	2017-05-12

    Fix crash when using expression bar on aliased field

    Fix #16302

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-05-12

    Only check for validity if attribute has changed

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-05-12

    [bugfix] Fixes #16242 saves always with absolute paths

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-05-12

    [bugfix] Attribute table crashes QGIS when deleting selected

    Fixes https://issues.qgis.org/issues/16492

    Backport from https://github.com/qgis/QGIS/pull/4535

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-12

    [processing] check symmetrical difference result before using it in
    other geometry operations (fix #16010)

Merge: bfa507aee4 452c806670
Nyall Dawson <nyall.dawson@gmail.com>	2017-05-12

    Merge pull request #4537 from nyalldawson/backports

    Fix crash when transform errors occur while rendering

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-12

    Fix crash when transform errors occur while rendering

    If a transform exception occurred while rendering a symbol then
    the QgsSymbolRenderContext cleanup code was never called,
    leading to a double delete and crash.

    Fixes #16377, #15345, and numerous other crashes seen "in the wild"

    Possibly refs #16385

    (cherry-picked from fefa572)

Matthias Kuhn <matthias@opengis.ch>	2017-05-11

    Respect default values in N:M relation linking table

Merge: 7ba28ec14b e0d4e37c89
Alexander Bruy <alexander.bruy@gmail.com>	2017-05-11

    Merge pull request #4529 from alexbruy/stats-panel

    fix bugs related to statistical dock (fix #16117, #16118, #16119)

Merge: 4a215ad63d 8f862a5dcc
Alessandro Pasotti <elpaso@itopen.it>	2017-05-11

    Merge pull request #4306 from boundlessgeo/sort_on_top

    [attributetable] Fix "Move selection to top": for 2.18 regression fixes #15803

Juergen E. Fischer <jef@norbit.de>	2017-05-11

    fix test font message

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-10

    [processing] don't apply -te and -te_srs if not requested (fix #15339)

Merge: d139119a8d abf6acbd02
Alessandro Pasotti <elpaso@itopen.it>	2017-05-10

    Merge pull request #4530 from boundlessgeo/attributetable-duplicated-rows-fix

    Attributetable duplicated rows fix for 2.18

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-05-10

    [bugfix] Fixes attribute table duplicated rows #15974

    With C++ test

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-05-10

    Prevent crash when model is not set

Luigi Pirelli <luipir@gmail.com>	2017-05-10

    hide setting and value control in setSortOrder

Luigi Pirelli <luipir@gmail.com>	2017-03-27

    [attributetable] fix sortOnTop due to sortOrder wrong enum values from QgsAttributeTableConfig: fixes #15803

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-10

    prevent crash when exporting spatial bookmarks (fix #16345)

    (cherry picked from commit 58a8478b82eeb5415f730c9686909047bd4e77ec)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-10

    fix bugs relates to statistical dock (fix #16117, #16118, #16119)

    backported from master

Denis Rouzaud <denis.rouzaud@gmail.com>	2017-05-10

    fix QgsExternalResourceWidget valueChanged signal

    also add some missing ConvertToClassCode

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-09

    Fix crash when OGR layer is removed when source is stored

    Remove link to provider in OGR feature source

    (cherry-picked from 0dfe687)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-09

    Followup 20197c2, fix orphaned highlights remaining on maps

    (cherry-picked from ae2c06c)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-09

    Better tooltips for map layers

    Including CRS information

    (cherry-picked from 1012f25)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-09

    Fix import WKT of the format MultiPoint (-20 -90, -20 -88 )

    Should technically be MultiPoint ((-20 -90), (-20 -88)), but
    it's nice to be forgiving and accept as wide a range of WKT
    formats as possible

    Fix #16483

    (cherry-picked from ef6c8b)

Nyall Dawson <nyall.dawson@gmail.com>	2017-05-09

    Show project path using native OS format

    Avoids showing project paths as d:/... on windows, and instead
    uses the more familiar d:\... format

    (cherry-picked from 71347c)

Merge: 2185d42dbc a5d61a5d67
Alessandro Pasotti <elpaso@itopen.it>	2017-05-05

    Merge pull request #4505 from boundlessgeo/server-more-filter-tests

    [server] More WMS tests for FILTER parameter with bool operators and …

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-05-05

    [server] More WMS tests for FILTER parameter with bool operators and UTF8

    Needs forward porting

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-05

    [processing] reset variables list in field calculator on layer change (fix #15633)

Alexander Bruy <alexander.bruy@gmail.com>	2017-05-01

    ignore empty SVG path (fix #15891)

    (cherry picked from commit 6f759a87c9beda8b823ff107fdde680f3de9f720)

Juergen E. Fischer <jef@norbit.de>	2017-05-01

    dutch translation fix (fixes #12155)

Juergen E. Fischer <jef@norbit.de>	2017-05-01

    german translation fixes (fixes #15848)

Alexander Bruy <alexander.bruy@gmail.com>	2017-04-28

    [processing] handle NULL fields in the Random Points in Polygons (fix #15850)

Alexander Bruy <alexander.bruy@gmail.com>	2017-04-28

    [processing] handle 2.5 geometries in the Simplify geometry algorithm
    (fix #16114)

rldhont <rldhont@gmail.com>	2017-04-28

    [BUGFIX][Processing] Fix spatialite version comparison: import re

rldhont <rldhont@gmail.com>	2017-04-27

    [BUGFIX][Server] QgsOWSServer restorer modifying layers and not well restoring them

    The Subsetstring is updated through QgsVectorLayer::setSubsetString and restored by QgsVectorDataProvider::setSubsetString and it's not idempotent.
    The solution is to use QgsVectorLayer::setSubsetString in the 2 cases.

Alexander Bruy <alexander.bruy@gmail.com>	2017-04-27

    [processing] prevent division by zero in save selected features
    algorithm (fix #16431)

Alexander Bruy <alexander.bruy@gmail.com>	2017-04-27

    restore missed icon (fix #16466)

    (cherry picked from commit 459f4868aa00819100e5bbb9e26c47db26840680)

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-27

    Followup 883e51d

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-27

    [composer] Fix selection drawn in maps if renderer has symbol level order

Merge: 7af8c49cc2 486aa81460
Even Rouault <even.rouault@mines-paris.org>	2017-04-25

    Merge pull request #4413 from rouault/fix_dxf2shp_gdal2.2

    Fix build of dxf2shp plugin with GDAL 2.2

Even Rouault <even.rouault@spatialys.com>	2017-04-25

    Fix build of dxf2shp plugin with GDAL 2.2

    Up to know the plugin relied on the fact that GDAL exported the symbols of
    its internal shapelib. Since GDAL 2.2 this is no longer the case. So build
    the internal copy of shapelib in the plugin, but to avoid symbol name clashes,
    prefix the shapelib symbols with qgis_. And also use GDAL VSI large API for I/O
    so that on Windows on particular non ASCII filenames are properly handled.

Merge: eb1a78b25b c851db3d10
Even Rouault <even.rouault@mines-paris.org>	2017-04-25

    Merge pull request #4410 from rouault/fix_12695_qgis2_18

    DBManager: fix importing a new layer in a GeoPackage (#16295)

Even Rouault <even.rouault@spatialys.com>	2017-04-24

    DBManager: fix importing a new layer in a GeoPackage (#16295)

    Cherry-picked from 965350b3aeb98d1e803275396da9688e0617f850

Larry Shaffer <lshaffer@boundlessgeo.com>	2017-04-24

    Fix indention test failure

Juergen E. Fischer <jef@norbit.de>	2017-04-24

    debian packaging: add internal webkit python bindings also for yakkety and zesty

Juergen E. Fischer <jef@norbit.de>	2017-04-21

    Release of 2.18.7

Juergen E. Fischer <jef@norbit.de>	2017-04-21

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2017-04-20

    avoid opening multiple attribute forms for a single feature in identify
    (fixes #13520)

    On behalf of Faunalia, sponsored by ENEL

rldhont <rldhont@gmail.com>	2017-04-20

    [BUGFIX][Processing] Fix spatialite version comparison

Mathieu Pellerin <nirvn.asia@gmail.com>	2017-04-19

    fix qgis startup crash with plugin manager (#4371)

Merge: 1cc2c410ac 4c7cff5ae7
Nyall Dawson <nyall.dawson@gmail.com>	2017-04-19

    Merge pull request #4370 from nyalldawson/backport_composer_template_fixes

    Backport composer template fixes

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-19

    [composer] Correctly handle restoring map layer style overrides from template

    (when template was created in a different project)

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 58ded289)

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-19

    Correctly handle restoring atlas coverage layer from template

    (when template was created in a different project)

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 5b6b035)

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-19

    [composer] Correctly restore map item layers when loading a template
    in a different project to that which the template was created in

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 2ca70dc)

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-19

    [composer] Use weak layer reference matching when loading attribute table from XML

    Allows attribute tables in templates to reattach to matching layers
    when loaded in a different project to the project the template was
    created in.

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from eb1e820)

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-19

    Backport weak layer reference utilities from 3.0

Merge: 14d96fcf1b 6b5a997df5
mhugent <marco.hugentobler@sourcepole.ch>	2017-04-18

    Merge pull request #4369 from mhugent/server_layerorder

    Fix layer drawing order in server to also work in complex projects and with custom drawing order

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-04-18

    Fix layer drawing order in server to also work in complex projects and with custom drawing order

Juergen E. Fischer <jef@norbit.de>	2017-04-11

    debian packaging: add zesty

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2017-04-12

    backport [MSSQL] Fix update/insert with timestamp columns

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-12

    [composer] Only update map rotation when editing finishes

    Avoids multiple map updates when entering values like "90".
    Previously the map would be updated at every keystroke,
    so "9" and "90" degree rotations.

    Backported from 49e1ae4

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-10

    Much faster save as vector layer when using restricted extent

    Use a provider filter rect to avoid looping through every single
    feature in this case, and also use a prepared extent geometry
    to speed up the remaining intersection checks.

    (cherry-picked from d2f3eb1ba)

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-10

    Fix missing sip cast for QgsHillshadeRenderer

    (cherry-picked from 8cf586)

Juergen E. Fischer <jef@norbit.de>	2017-04-07

    Release of 2.18.6

Borys Jurgiel <info@borysjurgiel.pl>	2017-04-06

    Fix Refactor Fields error if layer has no features

Tom Kralidis <tomkralidis@gmail.com>	2017-04-05

    backport a30cf2923c75e786f085593a1c69463310aae66d

Nyall Dawson <nyall.dawson@gmail.com>	2017-04-01

    Followup 90f381, fix memory leaks when rendering canvas

Alexander Bruy <alexander.bruy@gmail.com>	2017-03-28

    [processing] temporarily disable escaping commands as it produced
    strange results

Alexander Bruy <alexander.bruy@gmail.com>	2017-03-28

    [processing] add missed escapeAndJoin function to TauDEM provider

Juergen E. Fischer <jef@norbit.de>	2017-03-28

    debian packaging: remove python-owslib from python-qgis dependencies
        on trusty

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-03-28

    Removed a few debug messages (credentials leakage)

Juergen E. Fischer <jef@norbit.de>	2017-01-25

    [processing] find grass >=7.0

    (backport of 099e7a7)

Juergen E. Fischer <jef@norbit.de>	2017-03-27

    debian packaging: remove python-future from python-qgis dependencies
    on jessie and trusty

rldhont <rldhont@gmail.com>	2017-03-27

    [BUGFIX][Processing] SAGA not loaded on QGIS 2.18.5

    Fixed #16378

Juergen E. Fischer <jef@norbit.de>	2017-03-24

    make travis happy

Juergen E. Fischer <jef@norbit.de>	2017-02-19

    processing: improve saga detection on windows

    (cherry picked from commit 0d1ab702fc7112afabf5319ad947a445bb219acd)

Juergen E. Fischer <jef@norbit.de>	2017-03-24

    Release of 2.18.5

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-03-24

    [bugfix][backport] Apply authentication configuration to xyz layers

Harrissou Sant-anna <delazj@gmail.com>	2017-03-24

    Backport some UI fixes to 2.18 (#4191)

    * Set a name to the raster resampling dialog
    * Fix "Configure container" dialog

Merge: 616868efbe f568ca2b85
rldhont <rldhont@gmail.com>	2017-03-23

    Merge pull request #4296 from rldhont/release-2_18-processing-saga-230

    [Processing] Add SAGA LTR support in 2.18

rldhont <rldhont@gmail.com>	2017-03-22

    [Processing] Add SAGA LTR support in 2.18

Merge: e8deab2177 75b20ca9c6
Nyall Dawson <nyall.dawson@gmail.com>	2017-03-22

    Merge pull request #4054 from nyalldawson/fix_2738

    [composer] Restore legend customisation from composer templates (Fix #2738)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-22

    Add unit test for loading composer template restores legend customisation

    Sponsored by ENEL, on behalf of Faunalia

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-22

    Update loose layer matching to use layer source, name and provider

Nyall Dawson <nyall.dawson@gmail.com>	2017-01-25

    [composer] Restore legend customisation from composer templates

    This change allows customised legends within composer templates
    to be correctly restored when creating a new composition from
    the template in a different project.

    The legend layers will be attached to any loaded layers with a
    matching data source as the layer from the original template
    composition.

    Fix #2738

    Sponsored by ENEL, on behalf of Faunalia

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-03-21

    Fix QgsGeometryRubberBand.setGeometry binding also in 2.18

rldhont <rldhont@gmail.com>	2017-03-20

    [Server] Enhance WCS mapLayerFromCoverage

rldhont <rldhont@gmail.com>	2017-03-20

    [Server] Enhance WFS mapLayerFromTypeName

rldhont <rldhont@gmail.com>	2017-03-20

    [Server] Layer cache messages

Even Rouault <even.rouault@spatialys.com>	2017-03-14

    [OGR provider] Use OGR_F_IsFieldSetAndNotNull() when available.

    Starting with GDAL 2.2, there are 2 concepts: unset fields and null fields
    whereas previously there was only unset fields. For QGIS purposes, both
    states (unset/null) are equivalent.

    Cherry-picked from 47dd83dd75c7f86fa59510a4b65c453f27fb3771

Merge: af74635168 6becea740b
Even Rouault <even.rouault@mines-paris.org>	2017-03-20

    Merge pull request #4285 from rouault/ogr_fast_changeattributes_2.18

    [2.18] OGR data provider: use transactions when changing attributes and geometries (if possible) (#16216)

Even Rouault <even.rouault@spatialys.com>	2017-03-14

    [OGR provider] Run addFeatures() and deleteFeatures() within transaction

    Cherry-picked from fbb8ffcc164828158bef551bfbfc1302e8f8145f

Martin Landa <landa.martin@gmail.com>	2017-02-22

    OGR data provider: use transactions when changing attributes and geometries (if possible) (fixes #16216)

    Cherry picked from 16a421c7a8292b4e697363e5c57634ff57025e3a

Juergen E. Fischer <jef@norbit.de>	2017-03-19

    fix build (followup 737719e)

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-08-10

    [auth] Add missing auth system ui headers for external C++ apps

    (cherry-picked from f3e90f1d5a87b2a7c6c693aa8ba3eaad64161b1d)

Merge: 5541ad0c06 737719e487
Even Rouault <even.rouault@mines-paris.org>	2017-03-17

    Merge pull request #4277 from rouault/outputformat_gml3_2.18

    [WFS provider] Select GML3 output format for WFS 1.0 when available

Even Rouault <even.rouault@spatialys.com>	2017-03-17

    [WFS provider] Select GML3 output format for WFS 1.0 when available

    Some WFS servers like QGIS servers can expose GML3 output format for GetFeature
    requests, which enable to retrieve curve geometries, instead of linearized ones
    with the default GML2 output format. So use GML3 when advertized, and that
    no explicit outputFormat is passed in the URI.

    Cherry-picked from commit 852f01b0f92d79b5786ef2f63c6c329067128e88

Juergen E. Fischer <jef@norbit.de>	2017-03-16

    don't crash on late update timeouts

Matthias Kuhn <matthias@opengis.ch>	2017-03-16

    Fetch geometries when required by expression filter

    Fix #16358

rldhont <rldhont@gmail.com>	2017-03-15

    [BUGFIX][Processing] Vector tools -- add next methods for features iterator

Etienne Trimaille <gustrimaille@yahoo.fr>	2017-03-14

    backport fix vertical alignment in attribute table references #12700 funded by Kartoza

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-03-13

    Fix datum transformation for raster layers

Sandro Mani <manisandro@gmail.com>	2017-03-13

    Fix possible null-pointer dereference

Sandro Mani <manisandro@gmail.com>	2017-03-10

    [ArcGIS Rest] Fix some icons

Sandro Mani <manisandro@gmail.com>	2017-03-10

    [ArcGIS Rest] Fix connection key inconsistencies

Merge: b0a6689a08 a08477bd8e
Jürgen Fischer <jef@norbit.de>	2017-03-13

    Merge pull request #4249 from SrNetoChan/release-2_18

     Add between/not between to numerical fields in select by form

Juergen E. Fischer <jef@norbit.de>	2017-03-11

    windows test:
    * skip options startup test (--help shows a message box on windows)
    * avoid initial console help

    (cherry picked from commit 7293c057fc29a29b5d29658146169f298fb81ff4)

nirvn <nirvn.asia@gmail.com>	2016-12-27

    Add between/not between to numerical fields in select by form

Matthias Kuhn <matthias@opengis.ch>	2017-03-10

    [processing] Fix merge algorithm

    Fix #16292

Juergen E. Fischer <jef@norbit.de>	2017-03-10

    * remove ext-libs/pyproj
    * for owslib pyproj 1.8.9 in jessie and trusty is sufficient

Juergen E. Fischer <jef@norbit.de>	2017-03-10

    german translation fix (fixes #16335)

Juergen E. Fischer <jef@norbit.de>	2017-03-10

    * remove ext-libs that are already available on target platforms
    * drop ubuntu precise support (not built anymore anyway)

Larry Shaffer <lshaffer@boundlessgeo.com>	2017-03-09

    Skip WMS_GetPrint_SRS test in PyQgsServer

    As per discussion with Alessandro Pasotti

    cherry-picked from 2af1e9f4822a8f272bf7df09bac614067bccfa8d

Merge: b7da275437 05e74803fe
Tom Kralidis <tomkralidis@gmail.com>	2017-03-09

    Merge pull request #4240 from tomkralidis/issue-16266

    add pyproj to Python deps

Tom Kralidis <tomkralidis@gmail.com>	2017-03-09

    add pyproj to Python deps (http://hub.qgis.org/issues/16266)

Larry Shaffer <lshaffer@boundlessgeo.com>	2017-03-08

    Fix low res macOS icon for dock, app switcher, etc., rendering

    Use 1024x1024 size.

    cherry-picked from 35edc182ea20eca6b3ae16defce5557f21b390a2

radosuav <radosuav@op.pl>	2016-08-01

    [Processing] Fix exception on right click ToolboxAction (#3347)

    (cherry picked from commit 1da60c530d2ab008b4f31bec8a68a4f8c1a05703)

Merge: 2a6bcebd5e 8e875ed9f5
Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Merge pull request #4230 from nyalldawson/cache_table_218

    Backport attribute table optimisations from 3.0

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Use correct stats in attribute table dialog title

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from ae5a3d3)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Avoid unnecessary layer reloads for attribute table

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 6cd97d)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Followup "Ensure that full cache flag is cleared when invalid"

    This is required - when the cache is invalidated it requires
    a full rebuild (eg due to a new attribute being added) in order
    to have complete information.

    Since this could be a very lengthy process, it's not safe to
    immediately rebuild the full cache. Instead, clear the full
    cache flag and require users of this class to handle
    responsive cache rebuilding by listening to the invalidated()
    signal from the cache.

    (cherry-picked from e1d80b5)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Move partial responsibility for filtering attribute table to
    dual view master model

    This avoids requiring the table to load ALL features when the
    table is set to just display selected or visible features

    Dramatically improves load time of the attribute table when
    working with large layers, so long as the table is set to
    display selected features or visible features by default

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 4d8f886)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Fix attribute table always fetches geometries for features

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 8a050de)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Ensure that full cache flag is cleared when invalid

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 36f190c)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Add (failing) test to ensure that attribute table doesn't fetch
    geometry by default

    (because performance)

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from acaf97c)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Ensure both attribute table cache & master model request respect
    geometry fetching

    If request needs geometry but cache isn't fetching it then cache
    is bypassed. This is a performance hit, so ensure that cache
    and request are always in sync wrt to fetching geoms.

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from dadd613)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Small cleanup to QgsDualView - don't use cache to access layer

    (cherry-picked from 361399c)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-07

    Clear existing cache when QgsVectorLayerCache is set to cache geom

    Any features inside the cache must be cleared, because they
    won't necessarily have the feature's geometry cached

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 11c444)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-06

    Revert "Dynamically adjust postgres feature queue size"

    This reverts commit 37a7a22197056c08c5d759eef15791818d52c759.

    Leads to performance regressions in some tests

Tom Kralidis <tomkralidis@gmail.com>	2017-03-05

    [MetaSearch] update release vresion

Merge: d79bb3a0f3 37a7a22197
Nyall Dawson <nyall.dawson@gmail.com>	2017-03-05

    Merge pull request #4222 from nyalldawson/postgres_queue_218

    Dynamically adjust postgres feature queue size (backport)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-05

    Dynamically adjust postgres feature queue size

    Lower the default queue size, but automatically adjust it
    based on how long each fetch takes. This change keeps fetching
    responsive even for slow connections or databases. The current
    approach with a fixed queue size can result in very slow feature
    fetching, which prevents UI updates for multiple seconds.

    (cherry-picked from fbe4be8)

Nyall Dawson <nyall.dawson@gmail.com>	2017-02-23

    [composer] Friendlier error messages when exports fail

    Make it clear that this is likely because the destination
    file is open in another application

    (cherry-picked from b95eb07)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-04

    Prompt before replacing an existing map preset

    It's too easy to accidently (and unrecoverably) erase an
    entire preset using the replace preset menu

    (cherry-picked from b1158ff)

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-04

    Always reread recent projects before saving new ones

    Avoids loss of recent projects from menu if working in multiple
    QGIS sessions concurrently

    (cherry-picked from f45c19c)

Merge: 067df257dd fbe8459276
Tom Kralidis <tomkralidis@gmail.com>	2017-03-03

    Merge pull request #4217 from tomkralidis/issue-16176-2.18

    MetaSearch: fix help URL

Tom Kralidis <tomkralidis@gmail.com>	2017-03-03

    MetaSearch: fix help URL (http://hub.qgis.org/issues/16176)

Merge: 4f3719c00a 876a84d0a5
Tom Kralidis <tomkralidis@gmail.com>	2017-03-03

    Merge pull request #4216 from tomkralidis/issue-16261-2.18

     MetaSearch: clean OWS URL when adding from search #4215

Tom Kralidis <tomkralidis@gmail.com>	2017-03-03

    MetaSearch: clean OWS URL when adding from search (http://hub.qgis.org/issues/16261)

Tom Kralidis <tomkralidis@gmail.com>	2017-03-03

    update data.gov CSW endpoint to https

Merge: 30577386cb a4219b3561
Nyall Dawson <nyall.dawson@gmail.com>	2017-03-03

    Merge pull request #4207 from nyalldawson/cancel_job

    Backport non-blocking render cancellation

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-03

    Add a unit test for map render job cancelation

Nyall Dawson <nyall.dawson@gmail.com>	2017-03-03

    Don't block when canceling canvas render jobs

    In some cases canceling render jobs can take a long time. Eg when
    using database layers over a sloooooow connection, canceling a job
    can be blocked by minutes while waiting for the first batch of feature
    fetching to finish. (Since eg postgres features are fetched in batches
    of 2000 with no opportunity to abort mid-way through this).

    This meant that while the first render allows the GUI to remain
    responsive, any subsequent render operations which occured before
    the first render completes locks up the whole ui until the first
    render can finish cancellation.

    With this change, the render cancelation happens with blocking.
    It means that you can pan and zoom around a map over of slow
    connection without any ui locks.

    (cherry-picked from 3b56b79)

Larry Shaffer <lshaffer@boundlessgeo.com>	2017-03-02

    Followup to dfe268f; update QScintilla new lib name in 2.10 for Qt4

    [ci skip]

Juergen E. Fischer <jef@norbit.de>	2017-03-02

    fix exporting bookmarks

Sandro Mani <manisandro@gmail.com>	2017-03-01

    Fix build against recent sip/PyQt4:

    qgsfiledownloader.sip:33:0:
    src/gui/qgsfiledownloader.h:94:5: error: overriding non-deleted function 'virtual QgsFileDownloader::~QgsFileDownloader()'

    RuntimeError: qgis._core cannot import type 'QList<QVariant>' from PyQt4.QtCore

Matthias Kuhn <matthias@opengis.ch>	2017-02-28

    Fix visibility presets in combination w/ offline editing

Larry Shaffer <lshaffer@boundlessgeo.com>	2017-02-28

    Update QScintilla CMake find module to handle new lib name in 2.10

    [ci skip]

    kind of cherry-picked from b1c653b24963eb45f9f5d0471e3ed17c19c5bf54

Matthias Kuhn <matthias@opengis.ch>	2017-02-28

    Save display expression with qml export

Juergen E. Fischer <jef@norbit.de>	2017-02-24

    message log viewer: window isn't closeable and last tab has to stay
    (fixes #16220)

    (cherry picked from commit e0c58eb7d7c1da5891bb4ee37a4ed8548c3ac1d1)

Juergen E. Fischer <jef@norbit.de>	2017-02-24

    Release of 2.18.4

Andreas Sturmlechner <andreas.sturmlechner@gmail.com>	2017-02-19

    Fix QtWebKit automagic

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-02-22

    Fix test xml indentention

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-02-22

    Port GML3 improvements to 2.18 branch

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-02-22

    Segmentize circular strings the same way in both directions, avoiding problems with tiny gaps/overlaps

Matthias Kuhn <matthias@opengis.ch>	2017-02-22

    Fix relations in offline editing

Juergen E. Fischer <jef@norbit.de>	2017-02-20

    release.pl: allow tagging branches as ltr on point releases and
    bypass pre-commit hooks

Merge: db91e4049d 339fc10137
Alessandro Pasotti <elpaso@itopen.it>	2017-02-16

    Merge pull request #4153 from boundlessgeo/release-2_18-SldRotationFix

    fixed forgot merge conflict message

Luigi Pirelli <luipir@gmail.com>	2017-02-16

    fixed forgot merge conflict message

Merge: 02c46888e0 e4d3da2eca
Matthias Kuhn <matthias@opengis.ch>	2017-02-16

    Merge pull request #4050 from boundlessgeo/release-2_18-SldRotationFix

    Tests and fix to read sld:Rotation when does not have ogc sub tags

Juergen E. Fischer <jef@norbit.de>	2017-02-15

    german translation fixes (fixes #16194)

Merge: 9ce1fb4776 c75b5c740f
Alexander Bruy <alexander.bruy@gmail.com>	2017-02-14

    Merge pull request #4143 from NaturalGIS/fix_grass7_v_surf_rst

    [processing] fix GRASS7 v.surf.rst modules

Merge: 119e1815f3 e9cfd0b276
Alexander Bruy <alexander.bruy@gmail.com>	2017-02-14

    Merge pull request #4142 from radosuav/fix_gdal_warp

    [processing] fix spatial subseting with GDAL warp

Giovanni Manghi <giovanni.manghi@naturalgis.pt>	2017-02-14

    fix GRASS7 v_surf_rst modules in qgis 2_18

radosuav <radoslaw.guzinski@esa.int>	2017-02-13

    [Processing] Fix spatial subseting with GDAL warp.

Nyall Dawson <nyall.dawson@gmail.com>	2017-02-13

    Fix large memory leak in vector file writer (fix #16003)

    (cherry-picked from 826a86)

Nyall Dawson <nyall.dawson@gmail.com>	2017-02-13

    Fix leak in QgsCoordinateReferenceSystem

    (cherry-picked from aad7c5)

Nyall Dawson <nyall.dawson@gmail.com>	2017-02-13

    Fix expressions leaking internal data

    (cherry-picked from 15dcb6)

Nyall Dawson <nyall.dawson@gmail.com>	2017-02-13

    Fix leak in QgsSymbolLegendNode

    (cherry-picked from f94512)

Nyall Dawson <nyall.dawson@gmail.com>	2017-02-13

    Fix leak in expressions

    (cherry-picked from 586631)

Juergen E. Fischer <jef@norbit.de>	2017-02-12

    dxf export: consider layer styles (fixes #15946; backported from 92091c5)

Juergen E. Fischer <jef@norbit.de>	2017-02-11

    adapt bindings to sip 4.19 (fixes #16071)

Merge: fe2b34d833 78396dc832
Alexander Bruy <alexander.bruy@gmail.com>	2017-02-10

    Merge pull request #4037 from wonder-sk/union-fixes

    [processing] Union: fix output of features that do not instersect layer A

rldhont <rldhont@gmail.com>	2017-02-10

    [Server] The RFC 7946 GeoJSON specification recommends limiting coordinate precision to 6

Merge: 84bef5f3ba 539ee16f07
Alexander Bruy <alexander.bruy@gmail.com>	2017-02-09

    Merge pull request #4123 from radosuav/fix_grass6_provider

    [processing] small fix in GRASS 6 provider

radosuav <radoslaw.guzinski@esa.int>	2017-02-09

    [Processing] Small fix in GRASS 6 provider

volaya <volayaf@gmail.com>	2017-02-08

    [processing] added missing import

Luigi Pirelli <luipir@gmail.com>	2017-02-08

    moved node value parsing to ogc filter parsing

Merge: 73e0811a16 c0516a46e5
Nyall Dawson <nyall.dawson@gmail.com>	2017-02-04

    Merge pull request #4104 from nyalldawson/area

    Forward port curvepolygon area fixes to 2.18

Nyall Dawson <nyall.dawson@gmail.com>	2017-02-04

    Adjust test result

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-01-04

    Adapt numbers in test for QgsLineStringV2::sumUpArea

    (forward port from df0f97)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-01-04

    Add unit test that makes sure that the area of a closed compound curve ring is the same as a closed linestring with the same number of vertices

    (forward port from be71066)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-01-05

    Exclude degenerated rings from polygon area calculation

    (forward port from 64b0b1)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-01-05

    Change comment for QgsCurveV2::sumUpArea

    (forward port from 1c02dc7)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2017-01-03

    Fix area calculation of compoundcurve rings if they contain a 2-vertex linestring

    (forward port from 30d7423)

Nyall Dawson <nyall.dawson@gmail.com>	2017-02-04

    Add additional curvepolygon with compound curve to reference geometry tests

rldhont <rldhont@gmail.com>	2017-02-02

    [BUGFIX][DB Manager] Detect query layer like providers do

    In postgres provider, a query layer is detected as a table starting with `(` and ending with `)`.

Matthias Kuhn <matthias@opengis.ch>	2017-02-02

    Offline editing: support for flattening Z and M layers.

Tudor Bărăscu <tudor.barascu@qtibia.ro>	2017-02-01

    backport sorted field list issues

    If the field list is sorted by name, the touched functions
    should take into consideration the sorted list IDs instead of the unsorted one.

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-27

    [processing] fix parameter value retrieval

rldhont <rldhont@gmail.com>	2017-01-26

    [BUGFIX][Processing] Script: get output file extension

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-25

    [processing] make additional Fusion parameters optional

    (cherry picked from commit 49e7b94a633254c99309b439db20f06d196d2fac)

luipir <luipir@gmail.com>	2017-01-25

    typo

Juergen E. Fischer <jef@norbit.de>	2017-01-24

    fix typo (followup 84d1a65)

Alexander Bruy <alexander.bruy@gmail.com>	2016-12-16

    [processing] use point parameter in GRASS algs where possible (addresses #15983)

    (cherry picked from commit 5dc39e0a41c6e67bd5b8b0b92a8562f1c8d6b690)

Anita Graser <anitagraser@gmx.at>	2016-12-20

    updated help for qgis:mergevectorlayers (#3883)

    "two" => "multiple"
    (cherry picked from commit 5e061b1c632b6701df09d293b53af028d1685847)

nirvn <nirvn.asia@gmail.com>	2016-12-20

    [processing] support non-ogr layers in merge vector layers alg

    (cherry picked from commit e338a90c80dd8b58ed41cb932c8a166b3172db2a)

nirvn <nirvn.asia@gmail.com>	2017-01-03

    [processing] fix app freeze when closing options dialog (fixes #15550)

    (cherry picked from commit 3dcf4874859f777050f06c9fde54233e5df73b2c)

Etienne Trimaille <gustrimaille@yahoo.fr>	2017-01-03

    skip if the SAGA folder is not defined

    (cherry picked from commit d9d5bf7c2859701966ff4f8728684685ff4c2814)

Mathieu Pellerin <nirvn.asia@gmail.com>	2017-01-04

    [processing] fix modeler output values in case algorithm(s)

    execution modifies those (fixes #16021)
    (cherry picked from commit 9908d9cf8117741f4614f21595018e97cf829333)

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-13

    [processing] allow other output formats than shapefile in GDAL
    polygonize

    (cherry picked from commit 8f291a92df1667e718d49a4108e6f44721357f40)

Merge: 685e4a2be0 3525d035fe
volaya <volayaf@gmail.com>	2017-01-24

    Merge pull request #4046 from volaya/quote_GRASS

    [processing] quote GRASS layer inputs

volaya <volayaf@gmail.com>	2017-01-23

    [processing] quote GRASS layer inputs

Luigi Pirelli <luipir@gmail.com>	2017-01-17

    Tests and fix to read sld:Rotation when does not have ogc sub tags

Merge: 1746b32a08 6071b40d54
Borys Jurgiel <info@borysjurgiel.pl>	2017-01-23

    Merge pull request #4041 from borysiasty/release-2_18

    [Processing] Yet another fix for error message encoding errors. Fixes #16102

Borys Jurgiel <info@borysjurgiel.pl>	2017-01-23

    [Processing] Follow up 2f65d3cc0cd665

Borys Jurgiel <info@borysjurgiel.pl>	2017-01-23

    [Processing] Yet another fix for error message encoding errors. Fixes #16102

Merge: 5cfbfbd2c3 dfdec0fcaa
rldhont <rldhont@gmail.com>	2017-01-23

    Merge pull request #4034 from rldhont/sld-backport-release-2_18-parsing

    SLD parsing: handling ogc:Literal within CssParameter - backport 2.18

Martin Dobias <wonder.sk@gmail.com>	2017-01-23

    [processing] Union: fix output of features that do not instersect layer A

    Union algorithm had incorrect logic for output of geometries in layer B
    that are partially intersected by layer A or not intersected at all.

    Added processing unit test that should cover all cases.

    I have added some TODOs to the code as the outputs may still misbehave
    if intersection or difference operations return unexpected geometry types.

Jorge Gustavo Rocha <jgr@geomaster.pt>	2017-01-18

    DDL update: saving layer styles on databases
    Fix #11421

Jorge Gustavo Rocha <jgr@geomaster.pt>	2017-01-17

    SLD parsing: handling ogc:Literal within CssParameter

Jorge Gustavo Rocha <jgr@geomaster.pt>	2017-01-15

    SLD parsing: handling ogc:Literal within CssParameter

Merge: e23a3d0402 8e268da21e
rldhont <rldhont@gmail.com>	2017-01-22

    Merge pull request #4028 from rldhont/server-backport-release-2_18-tests

    [Server] Backport tests for 2.18

Jorge Gustavo Rocha <jgr@geomaster.pt>	2017-01-15

    SLD parsing: handling ogc:Literal within CssParameter

rldhont <rldhont@gmail.com>	2017-01-19

    [Server] Backport tests

rldhont <rldhont@gmail.com>	2017-01-20

    [BUFIX][Server] Regression in GetPrint GRID parameters

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-01-19

    Replace broken WMS demo URLs with working URLs

    I'd liked to add a UMN MapServer Demo too but
    I couldn't find a working one.

    Backported from master.

volaya <volayaf@gmail.com>	2017-01-19

    [processing] always use only selected features in 'save selected features'

Matthias Kuhn <matthias@opengis.ch>	2017-01-19

    Save readOnly state and default values to style

    They should be handled equal to the edit form config.
    Fix #15931

Merge: 3ebe15b3f1 f2a7f0a445
volaya <volayaf@gmail.com>	2017-01-19

    Merge pull request #4007 from radosuav/numeric_setting_fix

    [Processing] Fix exception when setting a numeric value in Processing options.

Juergen E. Fischer <jef@norbit.de>	2017-01-18

    italian translation fix

radosuav <radoslaw.guzinski@esa.int>	2017-01-17

    [Processing] Fix exception when setting a numeric value in Processing options.

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-01-17

    [bugfix] Fixes WFS HTTP auth basic username/password

    Fixes #15360 and #15597

Juergen E. Fischer <jef@norbit.de>	2017-01-16

    fix msvc build (followup acf74a6)

Sandro Mani <manisandro@gmail.com>	2016-07-14

    [Geometry checker] Fix result table corruption when adding newly found errors

Juergen E. Fischer <jef@norbit.de>	2017-01-16

    fix 68387ce

Merge: 77ff0f8330 68387ce7f2
Nyall Dawson <nyall.dawson@gmail.com>	2017-01-16

    Merge pull request #3994 from cjmayo/appicon

    Fix application icon disappearance after removal of easter egg

Even Rouault <even.rouault@spatialys.com>	2017-01-15

    GML parser: do not use layer extent as feature geometry if the feature has no geometry

Juergen E. Fischer <jef@norbit.de>	2017-01-15

    fix build

Even Rouault <even.rouault@spatialys.com>	2017-01-14

    GML parser: fix parsing of typenames and geometry names with non-ASCII character (#16009)

Merge: 77b8c3d67b 502a8da403
Alessandro Pasotti <elpaso@itopen.it>	2017-01-14

    Merge pull request #3989 from elpaso/wfst-200-fix-15597

    [bugfix] WFS-T fixes #15597 #16043 geoserver compatibility

Chris Mayo <aklhfex@gmail.com>	2017-01-14

    Fix application icon disappearance after removal of easter egg

    Commit 1eb3bfc1 changed return value to be a filename not the full path

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-01-13

    [bugfix] WFS-T Fixes #15597 #16043

    Tested on GeoServer and QGIS Server

    Needs forward port to master

Juergen E. Fischer <jef@norbit.de>	2017-01-13

    fix 2c43568

Juergen E. Fischer <jef@norbit.de>	2017-01-13

    Release of 2.18.3

Juergen E. Fischer <jef@norbit.de>	2017-01-13

    german translation update

Alessandro Pasotti <apasotti@boundlessgeo.com>	2017-01-12

    [server] Fix wrong debug output name and added HTTP_AUTHORIZATION

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-12

    [processing] configurable URL for scripts and models repository

    This prevents errors when user tries to download scripts and there
    is no access to the Internet (e.g. closed networks)

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-12

    [processing] make location of GRASS 6 help files configurable

    This prevents errors when algorithm help requested and there is no
    access to the Internet (e.g. closed networks)

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-12

    [processing] make location of GRASS 7 help files configurable

    This prevents errors when algorithm help requested and there is no
    access to the Internet (e.g. closed networks)

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-12

    [processing] make location of GDAL help files configurable.

    This prevents errors when algorithm help requested and there is no
    access to the Internet (e.g. closed networks)

Matthias Kuhn <matthias@opengis.ch>	2017-01-12

    Fix attribute table shows columns twice

    If they have been defined with different capitalization

rldhont <rldhont@gmail.com>	2017-01-11

    [BUGFIX][Server] Add short names in restricted layer list

    The restricted layer list contains layer names and layer ids if layer ids are used as service layer name.
    This code adds layer  short name to the restricted layer list if layer ids are not used as service layer name.

Tudor Bărăscu <tudor.barascu@qtibia.ro>	2017-01-11

    show field alias when presenting constraint msg

    Before, when a field didn't passed the defined constraints
    it showed a message in the form of "field name: Constraint defined message".

    Now, if if a field alias is defined, the message is in the form of
    "field alias: Constraint defined message"

    See #15455

Nyall Dawson <nyall.dawson@gmail.com>	2017-01-11

    Fix qt4 build

Nyall Dawson <nyall.dawson@gmail.com>	2016-12-27

    Fix incorrect aggregate values returned for empty sets (fix #16008)

    Now empty sets return NULL values for invalid statistics

    (cherry-picked from 64f8b4)

Nyall Dawson <nyall.dawson@gmail.com>	2016-12-27

    Show NULL preview text in expression editor

    Makes creating/debugging expressions easier for users

    (cherry-picked from 1f3723)

Nyall Dawson <nyall.dawson@gmail.com>	2016-12-28

    Remove santa hat easter egg

    It made a lot of stressed GIS people smile (and as a bonus
    stressed out some unhappy grinches in the process!), but
    there's nothing worse than a good easter egg which lives
    on too long and gets tired.

    RIP santa QGIS... bring on the next easter egg!

    (cherry-picked from 12a4a9)

Merge: ea3fa8d0d9 22a9d9a45d
Nyall Dawson <nyall.dawson@gmail.com>	2017-01-11

    Merge pull request #3961 from tudorbarascu/addcircularfix

     deactivate "add circular string.." buttons for layer without geom

Tudor Bărăscu <tudor.barascu@qtibia.ro>	2017-01-07

    deactivate "circular string.." buttons for layer without geom

DelazJ <delazj@gmail.com>	2017-01-04

    Fix double "vector" menus

Alexander Bruy <alexander.bruy@gmail.com>	2017-01-05

    add missed Qt package to QGIS PyQt compatibility layer

    (cherry picked from commit 93206a2bee3b4c24da60d0ad13dca649aaa87f96)

borys <info@borysjurgiel.pl>	2017-01-04

    Fix wrapping unicoded error messages

Matthias Kuhn <matthias@opengis.ch>	2017-01-04

    Fix building against Qt5

Matthias Kuhn <matthias@opengis.ch>	2017-01-03

    Fix compass plugin include directories

    Fix #16033

rldhont <rldhont@gmail.com>	2017-01-03

    Fix cherry-picking [BUGFIX][Server] WMS compliance: stretched, distort, increase, decrease

rldhont <rldhont@gmail.com>	2017-01-03

    Fix cherry-picking [BUGFIX][Server] WMS compliance: stretched, distort, increase, decrease

rldhont <rldhont@gmail.com>	2016-12-26

    [BUGFIX][Server] WMS compliance: stretched, distort, increase, decrease

    The commit d44f1eba2fed18b3fef8d8865d79b3b6d8bc4d69 seems to break some WMS 1.3.0 client and WMS compliancy.
    The commit d44f1eba2fed18b3fef8d8865d79b3b6d8bc4d69 has been written to fix an issue with QGIS WMS Client and to render image like other WMS Server.

    This commit has been written to fix issue introduce by d44f1eba2fed18b3fef8d8865d79b3b6d8bc4d69.
    It is based on MapServer code:
    * https://github.com/mapserver/mapserver/blob/master/mapdraw.c#L115
    * https://github.com/mapserver/mapserver/blob/master/HISTORY.TXT#L3768

    And take account of axis invertion for output CRS.

Juergen E. Fischer <jef@norbit.de>	2017-01-02

    osgeo4w: update to grass72

Juergen E. Fischer <jef@norbit.de>	2016-12-21

    allow limiting snapping to a given area

    (cherry picked from commit c6fb25375cd248f09bd6491933bf771529170d95)

Juergen E. Fischer <jef@norbit.de>	2017-01-01

    german translation fix

Juergen E. Fischer <jef@norbit.de>	2017-01-01

    find GRASS 7.2

    (cherry picked from commit 4d6a535970c123a175863d82d102654aeb6d11f3)

Juergen E. Fischer <jef@norbit.de>	2016-12-24

    dxf import:
    * fix text positions and orientation when importing DXF (fixes #16000;
      cherry-picked from 567f920)
    * disable DWG/DXF import with GDAL <2

Alexander Bruy <alexander.bruy@gmail.com>	2016-12-28

    [processing] fix ofssfet curve algorithm

Juergen E. Fischer <jef@norbit.de>	2016-12-16

    Release of 2.18.2

Juergen E. Fischer <jef@norbit.de>	2016-12-15

    indentation fix

Juergen E. Fischer <jef@norbit.de>	2016-12-15

    german translation update

Juergen E. Fischer <jef@norbit.de>	2016-12-15

    dwg import: make curves optional (enabled by default, disabled completely with GDAL 1)

Juergen E. Fischer <jef@norbit.de>	2016-12-14

    [FEATURE] DWG import into geopackage using libdxfrw

Juergen E. Fischer <jef@norbit.de>	2016-12-14

    dxf export: fix crash, when curve geometry can't be segmentized

    (cherry picked from commit 159ad683fe3a413dcdeba91079d3c7fa629fa580)

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-12-14

    [BACKPORT][BUGFIX] Fixed a crash on bad network protocol

     ( from f48f90ead )

rldhont <rldhont@gmail.com>	2016-12-13

    Fix WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image

    Not decrease but increase image

Merge: e5127c9b24 3e4a19e467
rldhont <rldhont@gmail.com>	2016-12-12

    Merge pull request #3858 from rldhont/fix-getLegendGraphics-bbox

    fix getLegendGraphics when BBox parameter is used

Blottiere Paul <blottiere.paul@gmail.com>	2016-12-09

    fix getLegendGraphics when BBox parameter is used

volaya <volayaf@gmail.com>	2016-12-12

    [processing] config dialog: only save menu configuration if needed

volaya <volayaf@gmail.com>	2016-12-08

    [processing] fixes for SAGA folder configuration

    This tries to address some problem with previously set SAGA paths, by always showing the SAGA path config value, and by trying to ruin a built in copy of SAGA if the current SAGA folder is wrong (as it usually happens when updating QGIS)

volaya <volayaf@gmail.com>	2016-12-08

    [processing] do not replace lt and gt symbols in log window

Merge: febc81995c f6cd843e61
Alessandro Pasotti <elpaso@itopen.it>	2016-12-12

    Merge pull request #3856 from rldhont/backport-218-wms-130-compliance

    Backport 218 wms 130 compliance

rldhont <rldhont@gmail.com>	2016-12-12

    Adapt WFS capabilties in server test for WMS 1.3.0 compliance

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-12-01

    Fix access control tests such that bbox width/height ration matches image width/height

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-12-01

    Adapt expected capabilities / project settings response in server test for WMS 1.3.0 compliance

rldhont <rldhont@gmail.com>	2016-12-12

    Fix typo

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-12-09

    Backward support for parameters 'MTVER' and 'capabilities' from WMS 1.0.0 is required for WMS 1.1.1

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-12-01

    Indentation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-12-01

    WMS server: parse bounding box only if the BBOX parameter is really there

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    WMS 1.3 compliance: Each OnlineResource URL intended for HTTP Get requests in the capabilities document is a URL prefix

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    Exception format is XML, not capabilities format

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    WMS 1.3.0 compliance: If a layer bounding box is there, it is not allowed to be empty (also if a layer has only one point)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    WMS 1.3.0 compliance: throw exception if bbox is empty

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    Fix typo

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    WMS 1.3.0 compliance: exception format must be advertized as 'XML', not 'text/xml'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    WMS 1.3.0 compliance: CRS:84  needs to be supported

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    WMS 1.3.0 compliance: support BGCOLOR parameter

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    WMS 1.3.0 compliance: throw exception if feature info point is not within the WIDTH/HEIGHT parameters

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-11-29

    WMS 1.3.0 compliance: use the reserved word 'None' if no fees

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-12-09

    use qt4 signal/slot syntax

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-12-08

    fix #15947 style dock is not refreshed when map layer style changes

nirvn <nirvn.asia@gmail.com>	2016-12-08

    [style dock] emit widgetChanged() when raster palette labels updated

Matthias Kuhn <matthias@opengis.ch>	2016-12-07

    [offlineediting] Fix only synchronize selected features option

    Fix #15830

Juergen E. Fischer <jef@norbit.de>	2016-12-06

    qtermwidget: fix misleading indention warnings

Juergen E. Fischer <jef@norbit.de>	2016-12-03

    oracle provider: skip retrying unavailable connections for 30s

volaya <volayaf@gmail.com>	2016-12-05

    [processing] fixed wrong parameter type definition in buffer algs

Alexander Bruy <alexander.bruy@gmail.com>	2016-12-02

    fix loading of models containing user-defined scripts

Hugo Mercier <hugo.mercier@oslandia.com>	2016-12-02

    Fix indentation

Hugo Mercier <hugo.mercier@oslandia.com>	2016-12-02

    [virtual] Fix xFilter for null value comparisons

rldhont <rldhont@gmail.com>	2016-11-30

    [BUGFIX] Filter Legend By Map Content doesn't maintain point displacement legend

    Fixed #11572
    Manually cherry-picked 4d71cf968c4608359514637ceabcf4f3dcfb09ce

borys <info@borysjurgiel.pl>	2016-11-29

    [bugfix] Fix broken docks customization. Fixes #8055

volaya <volayaf@gmail.com>	2016-11-27

    [processing] fixed file extension when exporting layer

    fixes #15898

volaya <volayaf@gmail.com>	2016-07-21

    [processing] use SilentProgress by default if no progress object is passed

Juergen E. Fischer <jef@norbit.de>	2016-11-26

    * replace constexpr (fixes pre-c++11 windows build)
    * fix "added in 3.0" annotation
    * sip syncs

Juergen E. Fischer <jef@norbit.de>	2016-11-25

    Release of 2.18.1

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-23

    Speed up inserting features into memory layers by ~65%

    By avoiding an unnecessary map lookup

    (cherry-picked from b679cbe)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-23

    Fix QgsFeatureRequest with expression not using provider fields
    and limit (fix #15771)

    (cherry-picked from 5e3bef7)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-23

    Fix QgsGeometryUtils::sqrDistToLine returns bad values (eg nan values)

    (cherry-picked from 1d3f1f0)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-23

    QgsCacheIndexFeatureId can also handle non-FilterFid requests
    in certain circumstances

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from b5c1d0f)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-23

    Don't query list of visible features when showing selected features

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 5346023)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-23

    Avoid warning noise during attribute table load

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from b0801f3)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-23

    Use cached feature iterator if cache has all needed features

    Previously a cached feature iterator would only be returned
    if cache was either full or used a cache index

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 5e3d8fe)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-23

    Recognise that a cache can be filled using a FilterNone request

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from afd5d1e)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-23

    Fix test for request size vs cache size

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 38a4aac)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-21

    Make max canvas scale 1600% (fix #15861)

    Max canvas sacle should be a multiple of 2 so that zooming in
    to the max and then back out again results in 100% zoom option.

    Additionally, make the min/max zoom level not come from QSettings
    as these aren't exposed anywhere

    (cherry-picked from 6d0e8e6)

Nyall Dawson <nyall.dawson@gmail.com>	2016-11-22

    [processing] Fix import to postgis alg when table name not set (fix #15869, 15097)

    (cherry-picked from 271e67e)

Juergen E. Fischer <jef@norbit.de>	2016-11-21

    oracle provider: don't try to verify requested geometry type in estimated metadata mode

Matthias Kuhn <matthias@opengis.ch>	2016-10-17

    Don't rely on RTTI to convert symbol layer to sip objects

Juergen E. Fischer <jef@norbit.de>	2016-11-16

    oracle provider: allow switching workspaces through property

Harrissou Sant-anna <delazj@gmail.com>	2016-11-15

    typo fix

Juergen E. Fischer <jef@norbit.de>	2016-11-16

    fix a62fdb0 indentation

Juergen E. Fischer <jef@norbit.de>	2016-11-16

    oracle provider: fix retrieval of column comments for geometryless tables (fixes #15853)

Martin Dobias <wonder.sk@gmail.com>	2016-11-15

    Fix compilation without QtWebKit

Martin Dobias <wonder.sk@gmail.com>	2016-11-14

    Fix missing docs and sip coverage and tests (followup 968e02d6)

    (cherry picked from commit 9950b085d4c59ad432f15d4c1e3cdb4ef8bede5f)

Martin Dobias <wonder.sk@gmail.com>	2016-11-14

    Propagate layer/group name changes in the layer tree (fixes #15844)

    (cherry picked from commit 968e02d6fe38b024855ef75852eb033b4ad9ecbd)

rldhont <rldhont@gmail.com>	2016-11-14

    Fix typo

rldhont <rldhont@gmail.com>	2016-11-14

    [BUGFIX][QGIS Server] Transform feature collections bbox to ESPG:4326

Juergen E. Fischer <jef@norbit.de>	2016-11-11

    fix builds on trusty and precise

Juergen E. Fischer <jef@norbit.de>	2016-11-11

    fix translation

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-11

    Make file downloader test more stable

Matthias Kuhn <matthias@opengis.ch>	2016-11-11

    [spatialite] Don't skip default values

    When inserting multiple features in a single prepared statement, the spatialite
    provider would skip any default for individual features, even though they have
    been specified in the field list, resulting in missing fields.

Merge: 84bc1fc420 925964b242
Alexander Bruy <alexander.bruy@gmail.com>	2016-11-10

    Merge pull request #3682 from arnaud-morvan/processing_fix_fieldmapper_dialog_init

    [processing] fix fieldmapper dialog init method

Merge: bf3c0f1b40 57aa7fd710
Alessandro Pasotti <elpaso@itopen.it>	2016-11-10

    Merge pull request #3740 from elpaso/downloader_2_18

    [bugfix] File downloader for identify dialog hyperlinks

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-09

    Travis won: ported all test cases to Python

    and disabled C++ companion test (still useful locally and
    for debugging)

    For the curious: QTemporaryFile is not working as expected

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-09

    Try to convince Travis to behave like a normal mechanical being

Hugo Mercier <hugo.mercier@oslandia.com>	2016-11-09

    [virtual] fix encoding issue

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-09

    Removed debug output

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-09

    Added note and removed debug output

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-09

    File downloader for identify dialog hyperlinks

    fixes #14703

    Include C++ and Python tests

Juergen E. Fischer <jef@norbit.de>	2016-11-09

    debian packaging: include internal webkit bindings in yakkety

rldhont <rldhont@gmail.com>	2016-11-08

    [BUGFIX][QGIS Server] Revert layer order in WMS GetContext request

Merge: dc9ebe2429 e78fc62051
volaya <volayaf@gmail.com>	2016-11-08

    Merge pull request #3686 from arnaud-morvan/processing_reset_menus

    [processing] Add button to reset processing menus in config dialog

Juergen E. Fischer <jef@norbit.de>	2016-11-08

    dxf export: skip nan z coordinates

    (cherry picked from commit 0189609dcf22b58f2fd02dde1b7c9e1c98443606)

Martin Dobias <wonder.sk@gmail.com>	2016-11-05

    Add missing /Transfer/ annotations to geometry classes

Martin Dobias <wonder.sk@gmail.com>	2016-11-05

    Add missing /Factory/ annotations to geometry classes

Martin Dobias <wonder.sk@gmail.com>	2016-11-04

    Remove per-pixel debug msg slowing down reprojection (fixes #15796)

    Even at level 5, the debug string would still be built and thrown away,
    and affects both debug builds and RelWithDebugInfo (used for windows -dev builds).

Martin Dobias <wonder.sk@gmail.com>	2016-11-04

    Fix crash with tiled WMS (fixes #15799)

Merge: 0796ecbee9 9c535b537a
Alessandro Pasotti <elpaso@itopen.it>	2016-11-03

    Merge pull request #3716 from elpaso/auth_tests_more_2_18

    More Authentication Tests

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-03

    [tests] Use from qgis.PyQt import

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-03

    [tests] Use from Qt import

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-03

    [tests] Py3 compat and postgres 9.4 default

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-03

    [tests] Chmod 0400 PKI certificates

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-03

    [tests] Server connection timeout

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-11-03

    [tests][bugfix] Skip diff image if it does not exists

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-10-27

    [tests] PKI authentication tests

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-10-25

    [tests] PKI auth tests on a PKI-enabled QGIS Server

rldhont <rldhont@gmail.com>	2016-11-03

    [BUGFIX][QGIS Server] No flags in QgsFeatureRequest if expression needs geometry

rldhont <rldhont@gmail.com>	2016-11-02

    [BUGFIX][QGIS Server] Apply filter element

Even Rouault <even.rouault@spatialys.com>	2016-11-02

    Fix test for QT5

Even Rouault <even.rouault@spatialys.com>	2016-11-02

    test_provider_ogr_gpkg.py: Test disabling walForSqlite3 setting

Juergen E. Fischer <jef@norbit.de>	2016-11-01

    fix german translation string

Juergen E. Fischer <jef@norbit.de>	2016-11-01

    fix typos

    (cherry picked from commit 7a326b1b8d7026bc2782afc0fdc5abbaa1065370)

Even Rouault <even.rouault@spatialys.com>	2016-10-31

    [OGR provider] Make addAttributes() return the requested field type, precision and width so as to make  QgsVectorLayerEditBuffer::commitChanges() API

    Fixes #15614

Hugo Mercier <hugo.mercier@oslandia.com>	2016-10-28

    Don't delete QgsAttributeDialog too early. Fixes #15737

volaya <volayaf@gmail.com>	2016-10-28

    [processing] added missing imports

    fixes #15766

volaya <volayaf@gmail.com>	2016-10-28

    [processing] fixed alg names for vector menu

    fixes #15764

volaya <volayaf@gmail.com>	2016-10-28

    [processing] replace greater than and lower than characters in log

    fixes #15748

volaya <volayaf@gmail.com>	2016-10-28

    [processing] allow only one row in batch interface

    fixes #15703

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-08-21

    Add button to reset processing menus in config dialog

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-28

    Fix can't save custom colours in color picker (fix #15760)

    Also fixes a memory leak caused by color picker widget not
    being deleted

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-28

    Fix color picker does not show previous color

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-28

    Fix color pickers opens in dock layout when editing rules via
    layer properties

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-28

    Remove repo junk

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-28

    Use QgsExpressionContextScope::addVariable instead of setVariable

    ...where appropriate (ie, read-only, non user set variables).
    It's much faster as it doesn't need to check whether the
    variable already exists.

    Results in ~10% improvement in rendering speed. Refs #15752.

    (cherry-picked from 85897885445c7383938ac89318d12a7d37024bb4)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-28

    Optimise QgsAbstractGeometry

    Make nCoordinates virtual, and provide shortcuts for some
    geometry types. The base method which calls coordinateSequence()
    is quite slow in certain circumstances.

    Speeds up rendering point layers by ~25%, also likely to
    speed up lots of geometry heavy operations throughout QGIS

    Refs #15752

    (cherry-picked from 49432a84683e99bdc2592e7ae808e81fa3bc40cd)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-28

    Speed up point layer rendering - don't calculate unused label obstacles

    Cuts render time by ~60%. Fix #15752.

    (cherry-picked from 5798a82c8011ea7f44a1ed1d55ef0719786e8056)

Even Rouault <even.rouault@spatialys.com>	2016-10-27

    Vector layer properties GUI: tweak message to be "Save in database (GeoPackage)" for GeoPackage

Even Rouault <even.rouault@spatialys.com>	2016-10-27

    [OGR provider] Field type declaration: update with more sensible values for min/max length

    In particular put 0 as minimum length for integer, integer64, real and text fields,
    so as to let OGR decide the default (and not limit text fields for format that
    don't have limitations)

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-10-27

    [processing] Fix fieldmapper dialog init method

Even Rouault <even.rouault@spatialys.com>	2016-10-27

    [DBManager GPKG] Set appropriate icon for line layers

volaya <volayaf@gmail.com>	2016-10-27

    [processing] fixed simplify geometries

volaya <volayaf@gmail.com>	2016-10-27

    indentation fix

volaya <volayaf@gmail.com>	2016-10-27

    [processing] fixed field loading in field calculator

    fixes #15767

Even Rouault <even.rouault@spatialys.com>	2016-10-27

    [OGR provider] Do not list qgis_projects (from QgisGeoPackage plugin) as sublayer

Matthias Kuhn <matthias@opengis.ch>	2016-10-26

    Fix adding features with "evaluate default values"

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-10-26

    Revert "[Postgres] fix writing default value when primary key has varchar columns"

    This reverts commit 5768c5a6e7dae24a1ab2ae614da7a87dad2c1020.

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-10-26

    [Postgres] fix writing default value when primary key has varchar columns

    kudos to @m-kuhn to find and solve this

Even Rouault <even.rouault@spatialys.com>	2016-10-18

    [FEATURE] [OGR provider] Load/save style in database for GPKG and Spatialite

Even Rouault <even.rouault@spatialys.com>	2016-10-18

    QgsVectorLayer::loadNamedStyle(): make it work with non database URI

    Such as OGR GPKG

Juergen E. Fischer <jef@norbit.de>	2016-10-26

    include qgsactionmanager.h in install

Even Rouault <even.rouault@spatialys.com>	2016-10-25

    [DB Manager] Fix refresh issue when renaming GPKG table, and disable add geometry column button if already one existing

rldhont <rldhont@gmail.com>	2016-10-25

    [BUGFIX][QGIS Server] Do not cache invalid layer

    After readLayerXml, the server stored layers in cache and in registry without verifying validity.

Even Rouault <even.rouault@spatialys.com>	2016-10-24

    Blacklist PyQgsDBManagerGpkg test

    The test consistently segfaults on Travis, but run fine locally,
    normally or under Valgrind.
    Trying to run it under Valgrind on Travis runners does not succeed:
    https://travis-ci.org/rouault/Quantum-GIS/builds/168674938

    So blacklist for now

Even Rouault <even.rouault@spatialys.com>	2016-10-18

    [DBManager] Remove geopackage support from spatialite plugin

Even Rouault <even.rouault@spatialys.com>	2016-10-18

    [DBManager] Add tests for GPKG plugin

Even Rouault <even.rouault@spatialys.com>	2016-10-18

    [FEATURE] [DBManager] Add a GeoPackage dedicated plugin

Even Rouault <even.rouault@spatialys.com>	2016-10-18

    [OGR provider] Support full SELECT subset string

    This will be useful for DBManager SQL request layer.

Even Rouault <even.rouault@spatialys.com>	2016-10-13

    [FEATURE] Vector layer save as: offer file/layer overwriting, new layer creation, feature and field appending

    When saving a vector layer into an existing file, depending on the capabilities
    of the output driver, the user can now decide whether:
    - to overwrite the whole file
    - to overwrite only the target layer (layer name is now configurable)
    - to append features to the existing target layer
    - to append features, add new fields if there are any.

    All above is available for drivers like GPKG, SpatiaLite, FileGDB, ...
    For drivers like Shapefile, MapInfo .tab, feature append is also available.

    Backported from master 688d1a5eba225b07cfbe707b19756683c9a46deb

Juergen E. Fischer <jef@norbit.de>	2016-07-10

    msvc: use /bigobj for sip modules

    (cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707)

Juergen E. Fischer <jef@norbit.de>	2016-10-21

    Release of 2.18 (Las Palmas)

Juergen E. Fischer <jef@norbit.de>	2016-10-21

    changelog and news update for 2.18

Juergen E. Fischer <jef@norbit.de>	2016-10-21

    release.pl: stay on same master* branch

rldhont <rldhont@gmail.com>	2016-10-21

    [BUGFIX][QGIS-Server] Don't failed when transform boundingbox

Salvatore Larosa <lrssvtml@gmail.com>	2016-10-21

    [pyqgis-console] APIs file updated

volaya <volayaf@gmail.com>	2016-10-21

    Revert "[processing] correct check for empty extent values. MAde extent params optional by default, to accept auto extent"

    This reverts commit 8de56bf01a38fd75574a3a5bac1bcd52b0d88c55.

volaya <volayaf@gmail.com>	2016-10-21

    [processing] correct check for empty extent values. MAde extent params optional by default, to accept auto extent

volaya <volayaf@gmail.com>	2016-10-21

    [processing] make CRS extent optional in gdal wapr

volaya <volayaf@gmail.com>	2016-10-21

    Revert "Make Extent and Extent CRS GDAL parameters optional"

    This reverts commit dc2df62b88cdc01b0fc8839779da44fb87ccd213.

Martin Dobias <wonder.sk@gmail.com>	2016-10-21

    Fix import of shapefiles to postgres - regression introduced in 5abdfcb (#3652)

Merge: 1c2f0de9fb ded486c0c2
Nyall Dawson <nyall.dawson@gmail.com>	2016-10-21

    Merge pull request #3649 from nyalldawson/strip_null

    [processing] Add algorithm to strip null geometries

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-21

    [processing] Fix bad grammer in qgis alg help

Martin Dobias <wonder.sk@gmail.com>	2016-10-21

    Hide import/export buttons for arcgis services as they do not work (fixes #15637)

Martin Dobias <wonder.sk@gmail.com>	2016-10-21

    Fix legend test images after changes in b385ebd

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-21

    [processing] Add algorithm to strip null geometries

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-21

    Legend test mask updates

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-20

    [processing] more complete support for int64 fields (follow up 8d2cc8806b)

Germán Carrillo <geotux_tuxman@linuxmail.org>	2016-10-20

    Using QVariant.Type enum instead of numbers for readability.

Germán Carrillo <geotux_tuxman@linuxmail.org>	2016-10-19

    Fixing issue with 'Eliminate sliver polygons' and fields of type long.

Juergen E. Fischer <jef@norbit.de>	2016-10-20

    release.pl:
    * allow minor releases from master_2 branch
    * convert windows splash screen to BMP3 from PNG

Martin Dobias <wonder.sk@gmail.com>	2016-10-20

    Fix reordering and removal of legend nodes in composer legend

Martin Dobias <wonder.sk@gmail.com>	2016-10-20

    Fix building of legend node tree if embedded widgets are used in the layer

Martin Dobias <wonder.sk@gmail.com>	2016-10-20

    Fix display of diagram legend entries (fixes #15448)

    To make the implementation saner, the legend node that may be embedded within parent
    layer node is kept separately from activeNodes.

Matthias Kuhn <matthias@opengis.ch>	2016-10-20

    Check validity of input geometries in intersection algorithm, take 2

    Fail if invalid geometries are found.
    And some easy performance wins. Just because.

    Fix #11986

Matthias Kuhn <matthias@opengis.ch>	2016-10-20

    Revert "Check validity of input geometries in intersection algorithm"

    This reverts commit dbbbf610cfcf3fa655118d73d27a197ac1b3b224.

    Has broken some tests, needs more investigation

Matthias Kuhn <matthias@opengis.ch>	2016-10-20

    Check validity of input geometries in intersection algorithm

    Fail if invalid geometries are found.
    And some easy performance wins. Just because.

    Fix #11986

volaya <volayaf@gmail.com>	2016-08-29

    [processing] fixed dialog for selecting scripts

    (cherry picked from commit 7884e50c3102b599f2aadfd54d6356414791cf8d)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-20

    Update test mask

Sandro Santilli <strk@kbt.io>	2016-10-19

    Make Extent and Extent CRS GDAL parameters optional

    Specify what the default is when extent CRS is not specified.
    Allow using "auto" to have extent automatically set to min covering extent.

    Fixes #15685

Matthias Kuhn <matthias@opengis.ch>	2016-10-20

    Fix backport of "force multitype output on processing overlay ops"

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-20

    Fix bad backport. pt 2

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-20

    Fix bad backports

nirvn <nirvn.asia@gmail.com>	2016-10-14

    [legend] insure multi-line labels are vertically centered with tall symbols

    (cherry-picked from 455874258cfe7deeb4de888483adbedd97c4da7b)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-19

    Fix badly worded string

    (cherry-picked from 4b398d3c80ce76503b285bdd82859a16dfc4cb7d)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-19

    Fix more occurances of drawPolygon issues on Windows

    (cherry-picked from 4bcd97066f0c52f6f4f95adc665193bca0ab4a93)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-19

    Select all text after reset line edit to null

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-19

    Defer processing of dropped files

    On Windows (and maybe other platforms) Qt locks the dragging
    application for the duration of dropEvent. This means that
    dropping large files or projects onto QGIS results in
    Explorer windows being locked and unresponsive until
    the entire file/project is loaded.

    There does not seem to be any Qt method for releasing this lock
    early, so instead we return from dropEvent as quickly as possible
    and defer the actual file loading to a slot which is fired up
    immediately after dropEvent concludes.

    (cherry-picked from bd81edc36f867bd2774acc6bf956802ae8cd2cd7)

Matthias Kuhn <matthias@opengis.ch>	2016-10-19

    Followup: respect API changes

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-10-19

    [processing] ensure that outputs of vector overlay operations are multiparts (#3622)

rldhont <rldhont@gmail.com>	2016-10-19

    Fix [DB Manager] Allow lowercase field names for homogenize PostGIS Import

rldhont <rldhont@gmail.com>	2016-10-18

    [DB Manager] Allow lowercase field names for homogenize PostGIS Import

    PostGIS provider has an option to lowercase field names. This options is available for user in QGIS algorithm ImportIntoPostGIS and not in DB Mananger.

    This commit fix it.

Merge: acf74a6539 838bf795cc
rldhont <rldhont@gmail.com>	2016-10-19

    Merge pull request #3627 from rldhont/fix_server_legend_layertitle-master_2

    [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend

rldhont <rldhont@gmail.com>	2016-10-10

    [BUGFIX][QGIS Server] GetLegendGraphic: if LAYERTITLE is false disable layer name in legend

    If the layer has only one legend node, it is embedded in parent.
    In QGIS Server the user can specify no layer title, so the layer title has not be displayed.

Sandro Santilli <strk@kbt.io>	2016-10-19

    Fix crash upon setting non-integer Dpi while in debug mode

    Closes #15566

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-19

    [processing] add missed spatial index constructor

volaya <volayaf@gmail.com>	2016-10-18

    [processing] fixed parameterString test

volaya <volayaf@gmail.com>	2016-10-18

    [processing] dont set default value in param string, when passed null value

Even Rouault <even.rouault@spatialys.com>	2016-10-18

    Fix failure on testGeopackageExtentUpdate test

volaya <volayaf@gmail.com>	2016-10-18

    [processing] correctly set default value for string parameters when no value is provided

Even Rouault <even.rouault@spatialys.com>	2016-10-18

    Fix 70ae301310c7a58134ac699fae70af7fd1176684

    70ae301310c7a58134ac699fae70af7fd1176684 requires a recent enough GDAL trunk
    or GDAL 2.1.2

Even Rouault <even.rouault@spatialys.com>	2016-10-18

    [OGR provider] Update layer extent for GPKG layers

    When moving or deleting a geometry that previously touched the layer extent,
    the layer extent was never shrinked.

    This fix requires GDAL 2.1.2 or above as well.

    Fixes #15273

Matthias Kuhn <matthias@opengis.ch>	2016-10-18

    Hide constraint warnings when there are no constraints

Juergen E. Fischer <jef@norbit.de>	2016-10-18

    qgm2cpp.pl fix

    (cherry picked from commit 14fbb942c77e12b6d79092bb6bf31e54a02e86cd)

Matthias Kuhn <matthias@opengis.ch>	2016-10-17

    Fix QgsMapLayer ConvertToSubClassCode (#3611)

    Fix #15683

Matthias Kuhn <matthias@opengis.ch>	2016-10-18

    Fix relation manager mess when adding new relations

    The table showed wrong information because it didn't take sorting into account
    and relied on stable row numbers.

Sandro Santilli <strk@kbt.io>	2016-10-18

    [processing] Fix handling of None shapeEncoding

    Fixes #15719 -- object of type 'NoneType' has no len()

Merge: f1877078f2 6c4cb92a5d
Alexander Bruy <alexander.bruy@gmail.com>	2016-10-18

    Merge pull request #3612 from ghtmtt/patch-2

    [processing] Missing import fixed for R algorithm

Matthias Kuhn <matthias@opengis.ch>	2016-10-18

    Fix icon size for constraint warning

Sandro Santilli <strk@kbt.io>	2016-10-18

    Fix ogrLayerName handling of PostgreSQL dataset URIs

    Also document "uri" parameter semantic, and add more tests.
    See for background
    https://lists.osgeo.org/pipermail/qgis-developer/2016-October/045311.html
    REF #15698

Matthias Kuhn <matthias@opengis.ch>	2016-10-18

    Fix form constraints and group visibility

    When a relation editor was shown (or more generally a widget which is not an
    editor widget), constraints and group visibility were silently disabled.

Matthias Kuhn <matthias@opengis.ch>	2016-10-18

    [postgres] Avoid crash when fetching default value fails

Matthias Kuhn <matthias@opengis.ch>	2016-10-18

    Fix offline editing (#3620)

    We cannot just restore all layer properties, offline editing relies on some not
    being copied.

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-18

    [composer] Allow syncing pictures to true north

    Previously pictures could only be synced to grid north, which
    can be totally wrong for many CRSes (especially in polar areas)

    Users now are given a choice of grid or true north, and can also
    enter an optional offset to apply if eg magnetic north is instead
    desired.

    When synced to true north the bearing is calculated using the
    centre point of the linked map item.

    Fix #192, #4711

    This fix was sponsored by the Norwegian Polar Institute's
    Quantarctica project (http://quantarctica.npolar.no) and
    coordinated by Faunalia.

    (cherry-picked from 89cc6454b989de1746779b2f648a32d2863ebada)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-18

    Fix effects lost on geometry generator symbol layer

    (cherry-picked from 2a873b83ade6ac2a49ad18598e25e27fd6e9d3d2)

Juergen E. Fischer <jef@norbit.de>	2016-10-17

    german translation update

Juergen E. Fischer <jef@norbit.de>	2016-10-17

    windows: prefer spatialite_i over spatialite

Matthias Kuhn <matthias@opengis.ch>	2016-10-17

    Use qIsInf instead of isinf

Matteo Ghetta <matteo.ghetta@gmail.com>	2016-10-17

    [processing] avoid overlapping UI (#3616)

    Super small changes that avoids the overlapping of multi selection widget with other widgets

rldhont <rldhont@gmail.com>	2016-10-14

    [BUGFIX][QGIS Server] GetFeatureInfo: Feature with no geometry is not returned even if FILTER param is set

Matthias Kuhn <matthias@opengis.ch>	2016-10-17

    Also restore layer variables for raster layers from QML

Matthias Kuhn <matthias@opengis.ch>	2016-10-17

    Restore layer variables from QML

    Fix #14452

Matthias Kuhn <matthias@opengis.ch>	2016-10-17

    Allow 0 (infinite) for scale dependent visibility

    Fix #15414

Sandro Santilli <strk@kbt.io>	2016-10-17

    Fix extraction of ogr LayerName from database dataset URIs

    See https://github.com/qgis/QGIS/commit/6c5364186dd8d45ac51e5bd1a72c6a542f032cb1#commitcomment-19439676
    Includes testcase.

    REF #15698

Matteo Ghetta <matteo.ghetta@gmail.com>	2016-10-17

    [processing] Missing import fixed for R algorithm

volaya <volayaf@gmail.com>	2016-10-17

    [processing] fixed handling of None param values in ogr2ogrtopostgis.py

volaya <volayaf@gmail.com>	2016-10-17

    [processing] made connection params optional in ogr2ogrtopostgis.py

volaya <volayaf@gmail.com>	2016-10-17

    [processing] fixes for 'import into PostGIS' alg

    fixes #15097

volaya <volayaf@gmail.com>	2016-10-14

    [processing] fixed check for empty param for strings

Merge: bec7cdd51b d4feb35aba
volaya <volayaf@gmail.com>	2016-10-17

    Merge pull request #3607 from strk/master_2-processing-libpq-defaults

    [processing] Do not override libpq defaults

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-17

    Fix bad fills when using marker line with render effects (fix #15696)

    (cherry-picked from a0bfc10, 55f207)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-17

    Fix color widget opens in wrong panel (fix #15705)

    (cherry-picked from 721d3c5bfbd33f00ab675edebb3d3aa3854352e3)

Sandro Santilli <strk@kbt.io>	2016-10-15

    Add test for setting up connection string

Sandro Santilli <strk@kbt.io>	2016-10-15

    [processing] Allow using libpq defaults for host,port,user,pass and dbname

    Fixes #15706

Sandro Santilli <strk@kbt.io>	2016-10-14

    Fix extraction of ogr LayerName from multi-layer dataset URIs

    Adds supports for "layerid" when present.
    Drop special handling for "table=" portions found in URI,
    making the code more generic.

    Includes testcase.

    Fixes #15698 - import geodatabase to postgis via processing

Sandro Santilli <strk@kbt.io>	2016-10-14

    Python scripts have 4-spaces indent

Juergen E. Fischer <jef@norbit.de>	2016-10-14

    debian packaging: add support for yakkety

Sandro Santilli <strk@kbt.io>	2016-10-13

    Revert "postgres provider: quote compound key columns in uri"

    This reverts commit daa6510970e9afbc4d41d28e0c94b4f238eb372d.

    I've tested that reverting this does not re-introduce bug
    http://hub.qgis.org/issues/13710

Sandro Santilli <strk@kbt.io>	2016-10-13

    Fix PostgreSQL import of layers with multi-column or quoted-column keys

    Fixes #15226 (drag & drop of postgresql views)
    Includes test

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-11

    Fix unused variable warning

Martin Dobias <wonder.sk@gmail.com>	2016-10-14

    Fix layer tree expanded state when used expand/collapse all (fixes #15691)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-14

    Fix incorrect selection rect drawn for composer items on windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-14

    Add default shortcut to open attribute table (F6)

Frits van Veen <fritsvanveen@ziggo.nl>	2016-08-04

    Using 'perimeter (curved)' labels on polygon layers will
    now respect 'Show upside-down labels' setting

    (cherry-picked from 34e2bea, a21946a, 12a8891)

volaya <volayaf@gmail.com>	2016-10-13

    [processing] removed debug line

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-13

    [processing] correctly handle help loading (fix #15641)

volaya <volayaf@gmail.com>	2016-10-13

    [processing] fixed wrong provider reference in union algorithm

volaya <volayaf@gmail.com>	2016-10-13

    [processing] warn if extent might not be in the expected CRS

Merge: 6f84a001e8 ffd1a2ce4e
Jürgen Fischer <jef@norbit.de>	2016-10-13

    Merge pull request #3598 from borysiasty/master_2

    [Plugin Manager] Fix font size (issue #15302)

borys <info@borysjurgiel.pl>	2016-10-13

    [Plugin Manager] Fix font size (issue #15302)

Merge: 25794d4006 2d7164f81f
Larry Shaffer <dakcarto@users.noreply.github.com>	2016-10-12

    Merge pull request #3576 from dakcarto/master_2-ows-fixes

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-10-05

    [auth] Reinstate auth system reply expansions for OWS providers

    - Apparently this was lost during a git squash of commits for 2.12 PR

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-10-05

    [WFS provider] Fix auth config extra expansion and auth prioritization

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-13

    Avoid warning

rldhont <rldhont@gmail.com>	2016-10-11

    Last Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache

    Add an accessor to QgsVectorLayer join buffer, to not duplicate QgsVectorLayerJoinBuffer::readXml code

Sandro Santilli <strk@kbt.io>	2016-10-12

    Fix hub link

Sandro Santilli <strk@kbt.io>	2016-10-11

    Fix bogus precision/scale in PostgreSQL for double values

    This reverts commit 92f71b696ca93c792ae5602ed82863fcef0e5006,
    which broke import of legit shapefiles by assuming wrong
    semantic for the non-constraining QgsField length/precision
    attributes.

    Closes #15188

    Includes test

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    Fix @geometry_point_num and @geometry_point_count for marker lines

    Fixes #15673

    (cherry-picked from ddfe91f76342578934398f9cc56aa68e4e525020)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    Correctly handle edit buffer when using request with limit (fix #15505)

    (cherry-picked from 2665eb50a69220324f4a6d045e8eba6601760dd3)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    Fix HTML annotation does not display HTML (fix #8609)

    Annotation was only rendering html when it was associated with a
    map layer. Now if it isn't associated with a map layer it will
    always render the html.

    (cherry-picked from 53c3ed2dc02baf43c3a5cc7323f37869f434f25a)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    Add perceptually uniform colormaps to default styles

    Adds the Viridis, Magma, Plasma and Inferno uniform color ramps
    created by Stéfan van der Walt and Nathaniel Smith

    See https://bids.github.io/colormap/ for more details

    Note that I've thinned out the stops here, and only kept
    every 5th stop from the original ramps

    (cherry-picked from 60cc853747e53303fd9b2846b65c915dec28abfa)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    [labeling] When in line orientation placement mode, rename above/
    below options to left of line/right of line

    Makes their meaning clearer

    (cherry-picked from c36c242e8ef242ef7f2da524fca0b7b16ee13ce7)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    [labeling] Fix line orientation option gets checked randomly

    (cherry-picked from 01a402ca113b448f9a8891fda4c062d8bc310f77)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    Fix first marker is drawn twice for marker line interval mode

    (cherry-picked from 748d8acddb5ab6e72b09d2ae6485d46fc17c4d16)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    Fix invalid values for @map_extent_width/height (fix #15672)

    (cherry-picked from c1cf896c1a76fdac16b3e800b7e1f106f983e299)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    Fix escaping in regexp function help

    (cherry-picked from e69dd9c9b2fa13efe3a4cd2a512885accfec60b4)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    Allow expression functions to appear in multiple groups (fix #15682)

    Now functions which make sense for multiple contexts (eg length,
    to_date) can appear in more than one group.

    (cherry-picked from 0c4bf943c141ff88519ee7e2474d828230c84272)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-12

    Fix renaming a virtual field leads to crash (fix #15669)

    (cherry-picked from 3a76708bcb4785f5fe930be0b18396e5fa87031f)

Juergen E. Fischer <jef@norbit.de>	2016-08-17

    typo fix

Juergen E. Fischer <jef@norbit.de>	2016-10-12

    fix default for DEFAULT_WITH_INTERNAL_QWTPOLAR setting

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-11

    Revert "[processing] Fix missing points in polygons menu item (fix #15670)"

    This reverts commit ba7fdded19760a5ee526cf7357be2b4a7e1b440c.

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-11

    Revert "[processing] restore Points in Polygons algorithm menu entry (follow up d4323addf0)"

    This reverts commit 1051dbbdaaa4e4f3a02832f6a923eb9fccd85156.

rldhont <rldhont@gmail.com>	2016-10-11

    [QGIS Server] Loss qobject_cast when it's usefull

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-11

    [processing] restore Points in Polygons algorithm menu entry (follow up d4323addf0)

    (cherry picked from commit 85962653a2e07f2036964d02ec6e7a4229551183)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-11

    [processing] Fix missing points in polygons menu item (fix #15670)

    Also add a unit test

    (cherry picked from commit d4323addf04e0a1bdccec2127c7b2b8a59661799)

    Conflicts:
            python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

rldhont <rldhont@gmail.com>	2016-10-10

    [QGIS Server] Use qobject_cast when it's usefull

rldhont <rldhont@gmail.com>	2016-10-10

    Redo [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache

    With the commit f6aad8b, the QgsMapLayerRegistry signal `layersWillBeRemoved` is always emit. This imply that the vector layer join buffer is empty and not reloaded if the layer is in cache.

    To fix it, the QgsServerProjectParser has to have the same method as QgsVectorLayerJoinBuffer::readXml.

    This commit fixed #15522 Qgis Server doesnt' respect the styling from Desktop

rldhont <rldhont@gmail.com>	2016-10-10

    Revert "[BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache"

    This reverts commit ad32b5e1a7aa2e06bc8a6d29f2cba4e018d4a70c.

rldhont <rldhont@gmail.com>	2016-10-10

    Revert "fix typo ad32b5e1a7aa2e06bc8a6d29f2cba4e018d4a70c"

    This reverts commit 03fdaa02acb4abb6f8407d805379b50ec132e997.

rldhont <rldhont@gmail.com>	2016-10-10

    Revert "Fix QGIS server for PyQgsServerAccessControl"

    This reverts commit 6e4dbc0e45b41b163a9499dc16a0e4019853fd3e.

volaya <volayaf@gmail.com>	2016-10-10

    [processing] made -te parameter optional in gdal warp

Juergen E. Fischer <jef@norbit.de>	2016-10-10

    fix warning

Juergen E. Fischer <jef@norbit.de>	2016-10-09

    german translation update

Juergen E. Fischer <jef@norbit.de>	2016-10-09

    fix typos

Piotr Pociask <piotr.pociask@gis-support.pl>	2016-10-08

    Fix VSIUnlink in QgsOgrUtils::stringToFeatureList

    (cherry picked from commit a8d08891ce9a9b7add36955261cf402202a54e80)

Juergen E. Fischer <jef@norbit.de>	2016-10-08

    fix warnings

rldhont <rldhont@gmail.com>	2016-10-07

    Fix QGIS server for PyQgsServerAccessControl

rldhont <rldhont@gmail.com>	2016-10-07

    fix typo ad32b5e1a7aa2e06bc8a6d29f2cba4e018d4a70c

rldhont <rldhont@gmail.com>	2016-10-07

    [BUGFIX][QGIS Server] Joins was not reloaded if the layer is in cache

    With the commit f6aad8bad6db72d0b1e573998ac7dcb2405dce55, the QgsMapLayerRegistry signal `layersWillBeRemoved` is always emit. This imply that the vector layer join buffer is empty and not reloaded if the layer is in cache.

    To fix it, the layer XML element has to be read each time the layer is used.

    This commit fixed #15522 Qgis Server doesnt' respect the styling from Desktop

Juergen E. Fischer <jef@norbit.de>	2016-10-07

    osgeo4w: really use package name (fixes 6db9a371)

    (cherry picked from commit f971b0dbd16edd857cd76cc09fe7a08ac0b03cbe)

Even Rouault <even.rouault@spatialys.com>	2016-10-07

    Remove useless debug trace

Even Rouault <even.rouault@spatialys.com>	2016-10-07

    [OGR provider] Make feature iterator work on GeometryCollection sublayers

    When trying to reproduce http://hub.qgis.org/issues/10485, I noticed a regression.
    Now attribute table no longer shows features with OGR GeometryCollection.

    Fixes also issues where sublayer geometry type is too strict regarding 2D vs 2.5D
    geometry types.

    Fixes #15675

Even Rouault <even.rouault@spatialys.com>	2016-10-07

    [OGR provider] Force REPACK at the first edit action.

    In the case where we deal with a shapefile, it is possible that it has
    pre-existing holes in the DBF (see #15407), so if using a GDAL version
    recent enough (>=2.1.2) to have reliable packing, do a packing at the
    first edit action.

    Fixes #15407

Martin Dobias <wonder.sk@gmail.com>	2016-10-07

    Fix crash in node tool after deleting the whole geometry (fixes #15659)

    Made sure that both closestVertex() and closestSegment() return negative
    distance on error (e.g. with null or emtpy geometry).

    Also fixes snapping when dealing with layers with null/invalid geometries

Juergen E. Fischer <jef@norbit.de>	2016-10-07

    osgeo4w: use package name in build directory

Martin Dobias <wonder.sk@gmail.com>	2016-10-07

    followup 43fa88e fix python3 (refs #15256)

Martin Dobias <wonder.sk@gmail.com>	2016-10-07

    Followup 5b2646c to fix tests (refs #15256)

Martin Dobias <wonder.sk@gmail.com>	2016-10-07

    Fix problems with plugins using unicode characters (fixes #15256)

    regression introduced during python3 porting

Even Rouault <even.rouault@spatialys.com>	2016-10-06

    [WFS provider] Be robust to field names ending with spaces in DescribeFeatureType

    Fixes #3426

Even Rouault <even.rouault@spatialys.com>	2016-10-06

    Properly deal with empty cache/directory in WFS provider, server and globe plugin

    Fixes #15111

Even Rouault <even.rouault@spatialys.com>	2016-10-06

    [WFS provider] Do not append crs at end of BBOX in WFS 1.0

    Fixes #15464

Even Rouault <even.rouault@spatialys.com>	2016-10-06

    [WFS provider] Force refresh of GetCapabilities when pressing Connect

    The cached response to GetCapabilities was always used, even when
    pressing Connect. Now a new request is sent over the network.

    Fixes #15647

Even Rouault <even.rouault@spatialys.com>	2016-10-06

    [OGR provider] Check if REPACK has emitted errors

    Refs #15393 and #15570
    Real fix for the REPACK issues has been committed per
    GDAL ticket https://trac.osgeo.org/gdal/ticket/6672 (GDAL 2.1.2 or above)

    Add test to simulate the situations that caused problems.

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix right aligned contents in label spin boxes

    (cherry-picked from 2dea055b32940af6c3f1f65b55fe45de4feafa2f)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix rule based renderer shows 0 count on first click of "show counts"

    (cherry-picked from 291f7bdaa3d6463e7e413e92a1a5b39d16efb039)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix many labeling unit settings are lost on closing dialog

    (and also don't trigger auto preview)

    (cherry-picked from dc481955a5848ee355238bf93f82068de71aca4f)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix arrow and filled marker symbols don't show selection state

    (cherry-picked from 8ffa08447aee097568d8be7f5876bd395202ab80)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Rename duplicate menu item causing Qt warning

    (cherry-picked from 35b3b7949bcfd32e8e2959f7d922ead3e7921a87)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Preserve edits for multiline editor when length exceeds field size

    Previously when using the multiline option for text edit widgets
    the entire contents of the field would be discarded if the entered
    value exceeded the maximum length for a string field.

    Now the entered string is truncated to the maximum field length.

    (cherry-picked from 7d8fba8b8c1a2e39b0814053029bf64c20e85c73)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    [labeling] Fix data defined placement with rotated maps
    For layers requiring reprojection and with rotated maps any
    labels with data defined x/y would not be rendered

    Fix #14236

    (cherry-picked from d36fb619b5a210406aaa50ed3aab59763f5f749a)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix identify menu highlight only works with simple geometry types

    Fix #15625

    (cherry-picked from 5b3f10a531765a8c3951fa35a33d7da5a0c27644)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix data defined buttons sometimes incorrectly show error state

    (cherry-picked from 7d27b43e79d58412d8c894f05cc984af47583bc0)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix cannot modify diagram attribute expression (fix #15514)

    Also clean up some code

    (cherry-picked from 111106c64fcf4288617e65fc160a2b6112606cfc)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-04

    Fix SVG preview blocks QGIS (fix #14255)

    Now SVG preview loading occurs in a background thread so that
    dialogs can open instantly

    Also guard against circular symbolic links in SVG selector widget

    (cherry-picked from c60c4f7f0ca09dc6bbc8e3f721339a238154ff57)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix layers with layer wide opacity "flashing" by rendering
    intermediate states without opacity

    (cherry-picked from 19f6b62cd8e99fc73e5f89f3c0f82f586d5214ec)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix last segment length in measure dialog is incorrect after
    completing measurement with right mouse click

    (cherry-picked from bad137283b7d22ab2f7bf889bc72b1088efaa742)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix measure dialog shows wrong results when changing units

    If the measurement was not finished (ie right click occurred)
    then the last length would be missing from the table

    Fix #15433

    (cherry-picked from 03bff507d9814ec1a3d9fdfdbe5cfbc5b6274689)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Correctly emit panelAccepted when panel is not in dock mode

    Fixes #15373 - refine current rule not working when symbol widgets
    are not used in the style dock

    This fixes a behavioural difference when new panels are opened
    in a QgsPanelWidget when in docked/undocked mode. When in
    docked mode, the newly opened panel will emit panelAccepted
    when it is accepted. But for undocked mode, the parent
    panel was emitting the panelAccepted signal and so the
    connection to update the renderer was never
    triggered. Now both docked/undocked panels will always
    emit panelAccepted ONLY from the newly opened panel itself.

    This also fixes memory leaks as the clean up code was never
    run in undocked mode.

    I've updated the docs to clarify this behaviour.

    (cherry-picked from ddbd25d046ad514719b41c5f61f3c7fe34304a74)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix crash when validating geometry (fix #15660)

    Also fix python bindings for QgsGeometryValidator

    (cherry-picked from bc32b1fe5a9ac05f1763f45268eab833cc46e546)

nirvn <nirvn.asia@gmail.com>	2016-07-04

    [pseudocolor renderer] fix invert check box in continous mode
    (fixes #15209)

    (cherry-picked from 1e0e9c2e9549fd77e93b3c93597d3716708ce5d1)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix crash in raster transparency widget on close

    mPixelSelectorTool is owned by canvas, which may be deleted
    before the QgsRasterTransparencyWidget on QGIS exit

    (cherry-picked from 3e1536f1da20097eb68a57a34d65bdae45fb1568)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix raster style dock widgets not opened with dock mode flag

    Makes the color picker open inline for the raster properties pages

    (cherry-picked from 79fd6fa0ac9f078c916d90fbfc2ff458206008cf)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Fix missing live updates when raster colorize color changes

    (cherry-picked from b95a5e98c8cbd9bc388e42634eb11a2b161eecbb)

Nyall Dawson <nyall.dawson@gmail.com>	2016-10-06

    Make modifications through the style dock much faster

    Before any change in the style dock would invalidate the cache
    for ALL map layers, resulting in every layer being redrawn.

    Now only the affected layer is redrawn and all others just use
    the cached render.

    (cherry-picked from c6436f897129829647e79654bdc8530367c5de62)

Merge: f36b403b32 fddd56caf7
rldhont <rldhont@gmail.com>	2016-10-06

    Merge pull request #3580 from rldhont/ogcutils_propertyIsLike_attributs-master_2

    Backport [BUGFIX] Support OGC PropertyIsLike attributs #3551

Marco Bernasocchi <marco@opengis.ch>	2016-10-05

    fix save to postgis table in processing

    (cherry picked from commit 7c59e4117712dc9f730380e06e0b903474fbb954)

rldhont <rldhont@gmail.com>	2016-10-04

    Update ogcutils tests

rldhont <rldhont@gmail.com>	2016-09-30

    [BUGFIX] Support OGC PropertyIsLike attributs

    The OGC PropertyIsLike element can have 4 attributs:
    * matchCase to specify LIKE or ILIKE
    * wildCard to specify a wildcard char symbol
    * signleChar to specify a single char symbol
    * escape to specify an escape char symbol

Etienne Trimaille <gustrimaille@yahoo.fr>	2016-10-05

    backport from #3301 add qscintilla to cmakelists (#3573)

Martin Dobias <wonder.sk@gmail.com>	2016-10-05

    fix indendation

Martin Dobias <wonder.sk@gmail.com>	2016-10-05

    Cancel WCS requests just like it is done in WMS

Martin Dobias <wonder.sk@gmail.com>	2016-10-05

    Fix crash when loading WCS layers (fixes #15595)

    The problem is that some providers would still issue network
    requests in prepareJobs() - this should be ideally avoided,
    because it is run in main thread - all the work should be deferred
    to be done in worker thread.

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-04

    [processing] correct GRASS 7 detection on Mac (fix #15645)
    follow up e1ff6e896a

    (cherry picked from commit d03d2069b96b2c25abe64588f54f24dab7ea7cc2)

    Conflicts:
            python/plugins/processing/algs/grass7/Grass7Utils.py

Merge: 7a9018e948 dfcd1ea179
Alessandro Pasotti <elpaso@itopen.it>	2016-10-04

    Merge pull request #3570 from elpaso/test-wait-for-network-backport

    Backport of the new test pick a free port strategy

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-10-04

    Py3 compat

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-04

    fix indentation

Merge: a6bb8a9b00 bd1cf0caf0
Alexander Bruy <alexander.bruy@gmail.com>	2016-10-04

    Merge pull request #3568 from volaya/processing_fixes

    [processing] various fixes

Merge: 4bcdecd3cf 641c09bb70
volaya <volayaf@gmail.com>	2016-10-04

    Merge pull request #3 from alexbruy/fix-spatial-index

    fix spatialindex creation

Alexander Bruy <alexander.bruy@gmail.com>	2016-10-04

    fix spatialindex creation

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-10-04

    Backport of the new test pick a free port strategy

volaya <volayaf@gmail.com>	2016-10-04

    [processing] fixed iterative execution

    fixes #15650

volaya <volayaf@gmail.com>	2016-09-21

    [processing] don't use full path for naming layers when loaded in dataobjects.load

volaya <volayaf@gmail.com>	2016-09-20

    [processing] do not set param value in batch interface if default is none

volaya <volayaf@gmail.com>	2016-09-21

    [processing] alternative way of copying algorithms in a model.

    should fix #15060 and #15480

volaya <volayaf@gmail.com>	2016-09-21

    [processing] dont use hidden outputs when exporting to python or displaying alg help

    fixes #14998

volaya <volayaf@gmail.com>	2016-09-20

    [processing] use only selected features for spatial index

    fixes #15584

Merge: 430694ba9a 8ab8c7bd45
volaya <volayaf@gmail.com>	2016-10-03

    Merge pull request #3544 from ghtmtt/processing_script_font

    [processing] fix button for font size

Martin Dobias <wonder.sk@gmail.com>	2016-10-03

    Fix identify tool for WMS if webkit is not available (fixes #14658)

Martin Dobias <wonder.sk@gmail.com>	2016-10-03

    Fix WMS identify when using "Feature" format and the layer has named CRS

Martin Dobias <wonder.sk@gmail.com>	2016-10-03

    Fix listing of WMTS layers in browser (fixes #15350)

volaya <volayaf@gmail.com>	2016-10-01

    [processing] fixed multiple fields input in R algorithms

Juergen E. Fischer <jef@norbit.de>	2016-10-01

    fix typos

    (cherry picked from commit 1c298684ff6cedb9c9759442b55feba6b7241cee)

Juergen E. Fischer <jef@norbit.de>	2016-10-01

    debian packaging: add ca-certificates as build dependency for dash upload (followup c2f0fff)

Merge: a8fbf8af41 02dfb4f813
Alessandro Pasotti <elpaso@itopen.it>	2016-09-30

    Merge pull request #3553 from elpaso/server-tests-backport

    [Server] Backport of the test improved stability

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-09-30

    Ignore data type differences

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-09-30

    Blacklist the new auth test (Qt5/Py3 version is in master)

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-09-30

    [Server] Backport of the test improved stability

rldhont <rldhont@gmail.com>	2016-09-28

    [BUGFIX] Expression in like escape % and _

    The Expression LIKE binary operator does not care about escape % and _ char.
    No-one has already open an issue about it but in the OGC element PropertyIsLike the user can defined is own wild and single char. This mean that QGIS has to escape % and _ if they are not used as wild and single char.

rldhont <rldhont@gmail.com>	2016-09-15

    [Processing][Rscripts] Use temp script filename

    The build RScript is stored in the User folder, so the script is erased at each RAlgorithm execute.
    Server side or for debugging this could be a problem.
    So processing_script.r will be stored in temp folder.

julienmalik <julienmalik@users.noreply.github.com>	2016-09-30

    CDash submissions should be done with https now
    (cherry picked from commit 19378c22802668f592f0ffc268451c5a946371af)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-30

    [composer] Fix save world file does not work (fix #15268)

    (cherry-picked from 38a811b377cf7d0d50e2c76346eadfdd8ef87956)

Bas Couwenberg <sebastic@xs4all.nl>	2016-09-29

    Only enable globe plugin for osgEarth 2.7, it is not compatible with 2.8. (#3541)

matteo <matteo.ghetta@gmail.com>	2016-09-29

    [processing] fix button for font size

Juergen E. Fischer <jef@norbit.de>	2016-09-29

    nodetool: use exact intersect when picking features (fixes #15294)

    (cherry picked from commit 6b2799414a3b6434818adc859d3f1363029eb579)

volaya <volayaf@gmail.com>	2016-09-29

    [processing] better update of expression widget when layer is changed in fields calculator

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-29

    [travis] Disable flaky qgis_ziplayertest and qgis_ogcutilstest tests

Juergen E. Fischer <jef@norbit.de>	2016-09-28

    fix #15634

Juergen E. Fischer <jef@norbit.de>	2016-09-28

    gdal tools: disconnect canvas signal after building vrt (fixes #15389)

Juergen E. Fischer <jef@norbit.de>	2016-09-28

    categorized renderer: also setup symbol render context for hashed symbols

volaya <volayaf@gmail.com>	2016-09-27

    [processing] added short help for saga raster calculator

Orion Poplawski <orion@cora.nwra.com>	2016-09-26

    Cast to qreal for arm support

volaya <volayaf@gmail.com>	2016-09-27

    [processing] fixed saga group name

volaya <volayaf@gmail.com>	2016-09-27

    [processing] fixed wrong import in i_aster_toar

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-27

    Change default label buffer join style to round

    Looks much nicer and is more appropriate for buffers

    (cherry-picked from 4dbea7f5a4277a7411152ca1f82c8769bd765093)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-23

    Update test masks

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-27

    Set initial effect selection in layer effects widget to
    first enabled effect

    Hopefully makes the widget a bit more user friendly - otherwise
    the initial settings shown may be for a disabled effect and the
    users is left wondering why changes have no impact

    (cherry-picked from f67a48a39ba93f57597f6c7cc021e78460091200)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-27

    Fix server error when no log file set

    (cherry-picked from f5ffbbf801ff299d6abbba7e2f85ccab67a5c374)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-21

    Remove icon with bad sRGB profile (causing Qt warnings)

    (cherry-picked from 2a2bf2cbe4567a0c053db64cb4d78addb9e49a2c)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-27

    Fix invalid QString arg warning

    (cherry-picked from f62a0bfbd6bd748dcb39ba9cd943ef1cf72bee9e)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-27

    Make counting and testing filters in rule based renderers faster

    Hand filters off to the provider where possible and avoid fetching
    unnecessary attributes/geometry

    (cherry-picked from 99000369892ac985e6b13f8a8eb62cea0b73117e)

Even Rouault <even.rouault@spatialys.com>	2016-09-22

    Fix database locking when editing GeoPackage

    Concurrent read and write can lock a GeoPackage database given
    the default journaling mode of SQLite (delete). Use WAL when
    possible to avoid that.

    Fixes #15351

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-23

    Fix crash when cancelling render

    Partial backport of 23909a

Marco Bernasocchi <marco@bernawebdesign.ch>	2016-09-16

    Add qgis.PyQt.Qt compat files (#3491)

    * added PyQt.Qt

    * fix matthias comments

Juergen E. Fischer <jef@norbit.de>	2016-09-22

    update dxf sip bindings

Juergen E. Fischer <jef@norbit.de>	2016-09-19

    dxf export: support reprojection

Matthias Kuhn <matthias@opengis.ch>	2016-09-21

    Enable link/unlink button by default

Matthias Kuhn <matthias@opengis.ch>	2016-09-21

    [Feature] Allow configuring link/unlink feature buttons on relation editor widget

rldhont <rldhont@gmail.com>	2016-09-21

    [Server] GetStyles: no more needs to add units in SLD

    After @aaime works on SLD, no more needs to add units in SLD send by GetStyles

volaya <volayaf@gmail.com>	2016-09-21

    [processing] fied issue with grass icons slowing down toolbox

    fixes #15550

Matthias Kuhn <matthias@opengis.ch>	2016-09-21

    Chained filters for relation reference search widget

    Fix #15589

Martin Dobias <wonder.sk@gmail.com>	2016-09-21

    [snapping] fix default advanced mode values for added layers

    Backported from PR #3513

Merge: 1856a37a4a 4d153be34c
rldhont <rldhont@gmail.com>	2016-09-20

    Merge branch 'master_2_aaime_sld' into master_2

Matthias Kuhn <matthias@opengis.ch>	2016-09-20

    Hide proper column in attribute table

    Fix #15458

Matthias Kuhn <matthias@opengis.ch>	2016-09-20

    Less debug noise

rldhont <rldhont@gmail.com>	2016-09-15

    Keep API compatibility and update SIP

rldhont <rldhont@gmail.com>	2016-09-13

    Fix cherry-pickings

    Do not generate a ogc:Filter where a ogc:Expression is expected. #3366
    Emit valid SLD when mm are used as symbol unit #3414
    Export map level scale based dependencies in most vector symbology #3436

Andrea Aime <andrea.aime@gmail.com>	2016-08-26

    Export map level scale based dependencies in most vector symbology

Andrea Aime <andrea.aime@gmail.com>	2016-08-23

    Emit valid SLD when on screen mm are used

    SLD does not have a notion of on screen mm, rescale them to pixels to get an equivalent, more valid and more widely usable, output

Andrea Aime <andrea.aime@gmail.com>	2016-08-07

    Do not generate a ogc:Filter where a ogc:Expression is expected. Fixes #10076 and #11202

Matthias Kuhn <matthias@opengis.ch>	2016-09-20

    Fix sorting of expressions in relation reference widget

    Fix #15451

Matthias Kuhn <matthias@opengis.ch>	2016-09-20

    Fix some const-issues

rldhont <rldhont@gmail.com>	2016-09-16

    [Processing] bugfix: intersection QGIS algorithm

    fixing this by testing int_com.
    ```
    Traceback (most recent call last):
    File "C:/PROGRA~1/QGIS2~1.17/apps/qgis/./python/plugins\processing\core\GeoAlgorithm.py", line 203, in execute
    self.processAlgorithm(progress)
    File "C:/PROGRA~1/QGIS2~1.17/apps/qgis/./python/plugins\processing\algs\qgis\Intersection.py", line 100, in processAlgorithm
    int_geom = QgsGeometry(int_com.difference(int_sym))
    ```

    AttributeError: 'NoneType' object has no attribute 'difference'
    (cherry picked from commit 3661bc39dbee312b3a0887ca80287cbc7b2260ec)

Juergen E. Fischer <jef@norbit.de>	2016-09-17

    fix warnings on windows

Juergen E. Fischer <jef@norbit.de>	2016-09-17

    show command line help as message box on windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-17

    Fix constant background CPU usage

    (cherry picked from commit 59583e97deef732f6884a54b518fc34225fd6012)

Juergen E. Fischer <jef@norbit.de>	2016-09-16

    fix mIconClose.svg

Juergen E. Fischer <jef@norbit.de>	2016-09-16

    fix typo

Martin Dobias <wonder.sk@gmail.com>	2016-09-16

    Added {q} for XYZ tile layers to support Bing maps

    (cherry picked from commit 2e1abdab64efb24f0525f69d21f716753805504a)

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-16

    [processing] allow all field types as unique ID field in Mean coords alg

    (cherry picked from commit 75269d66b9d79c3b4a2b18bd9626c22840aa6713)

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-09-08

    Fix ParameterGeometryPredicate.getValueAsCommandLineParameter

    (cherry picked from commit d85de7ccd8946ab3ded83abae674554d482dbcf5)

Juergen E. Fischer <jef@norbit.de>	2016-09-14

    fix windows build

    (cherry picked from commit c23e96d3a63df65173452dc2d91fc2562d2d02f7)

Martin Dobias <wonder.sk@gmail.com>	2016-09-16

    [FEATURE] Preview for WMTS + added XYZ tile layers

    This is a port of the functionality from master (to be QGIS 3.0) to 2.x that keeps backward API compatibility.

    - added support for XYZ tile layers to WMS provider
    - rendering of raster layers can be interrupted, support in WMS provider
    - temporary preview of tiled layers (WMTS / XYZ) in WMS provider

    WMTS improvements funded by Land Information New Zealand.

    XYZ tile layer funded by Lutra Consulting.

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-15

    [processing] fix search by alg name (fix #15562)

    (cherry picked from commit 11f8aa23198b01952660e2c1e7e20c4548c8b224)

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-15

    [processing] remove obsolete methods

    (cherry picked from commit 6f6979ab0b9b6abfb13c3eb85f680b928fc8b97b)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-15

    Catch exceptions in transform() expression function

    (cherry-picked from 2a8333ef6be003b8c391a72dbed033a33373d677)

Matthias Kuhn <matthias@opengis.ch>	2016-09-15

    Improve selected features offline editing performance

rldhont <rldhont@gmail.com>	2016-09-15

    GdalTools: In widgetBatchBase runItem method, refreshArgs is not a SIGNAL

    The commit 9db908ccbc2257d466c0593738944a08cea8a8bc GdalTools: new style signals generates a regression
    In the widgetBatchBase runItem method, refreshArgs is not a SIGNAL

Matthias Kuhn <matthias@opengis.ch>	2016-09-15

    [feature] Add flag to only copy selected features

    This extends the offline editing possibilities to only work on subset of
    large layers

    Sponsored by DB Fahrwegdienste GmbH

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-15

    [processing] correct error message (fix #15511)

    (cherry picked from commit d393734bd3d368f52271838414a3edbf1d4eb1a5)

Juergen E. Fischer <jef@norbit.de>	2016-09-14

    fix windows build (tests & bindings)

Juergen E. Fischer <jef@norbit.de>	2016-09-14

    fix 1e192a4

Juergen E. Fischer <jef@norbit.de>	2016-09-14

    Enable plugins (eg. to show PDFs) in webview widgets used on feature info in identify or in forms

Juergen E. Fischer <jef@norbit.de>	2016-09-14

    remove duplicate svg

    (cherry picked from commit 2d145162ed662be2594fa01330834b2b9f11e609)

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-14

    partially revert d2189acbb3

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-14

    fix indentation

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-14

    [processing] refactor offset curve GDAL algorithm (fix #15478)

    (cherry picked from commit cac3b2ddfa7c43239f1c9abc84c965340a5b74b5)

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-14

    [processing] fix substitution of the original layers in GDAL commands

    (cherry picked from commit 89774abed3740426d8aee4a8413c3a05ec705cad)

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-14

    [processing] use hex representation of uuid

    (cherry picked from commit 2466083790255c2387fcd84bd6f5c330d272a5c4)

Matthias Kuhn <matthias@opengis.ch>	2016-09-14

    @Note added in 2.18

Matthias Kuhn <matthias@opengis.ch>	2016-09-14

    Add \ingroup core

Juergen E. Fischer <jef@norbit.de>	2016-09-14

    fix 3.0 version attribution

Matthias Kuhn <matthias@opengis.ch>	2016-09-14

    Export QgsOptional<QgsExpression> to dll/so

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-14

    Don't continually refresh map while editing rule label/desc

    (cherry-picked from 2c3548df1111c4709a38d7bacce717711b2a2da7)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-14

    Avoid excessive margins on rule based rule props widget

    (cherry-picked from 9b762023e438d7e44e4fe23fceb7e29c0046e29b)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-11

    When a panel widget opens a new panel, the new panel should inherit
    the dock mode of the previous panel

    (cherry-picked from 01ec0e423c9d7b729ed7572b9cb2c25484e190e2)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-14

    Fix excessive margins on color picker when in style dock

    (cherry-picked from c9f0901b5be95f9ddd3337a3f8c70f0ed192ca19)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-06

    Fix crash when 'use popup' is selected for time based datetime widgets

    (cherry-picked from 63cc76213979b26e59c17a603dda5e6bfe4463fb)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-10

    Test masks

    (cherry-picked from e3313fac95ea143988ea32bf162b01b4df8e6fa1)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-10

    Make sure items in legend always occupy the set number of columns

    In some cases (eg a legend with 4 items and 3 columns) less
    columns were being created

    (cherry-picked from 52eef9006183a66d53926f33e73afa1dcd534e59)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-10

    Fix multi column legends with odd number of items would place
    more items in rightmost columns instead of leftmost columns

    Eg a 2 column legend with 3 items would put 1 item in
    the first column and 2 in the second. This was ugly, and now
    it places 2 in the first column and 1 in the second.

    The legend column assigner was incorrectly adding padding above
    the first item in a column during column size calculation
    (padding which is not present when actually rendering the column)

    (cherry-picked from a673fa8393146d9a8cd1a3bf6f0444bfa23352d7)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-10

    Add a bunch of tests for legend grouping into columns

    (cherry-picked from 570e6936b655aef2877d2d63c9892f1df05df312)

nirvn <nirvn.asia@gmail.com>	2016-09-13

    [delimitertext] fix watcher check ignored and harmful watcher created for iterator
    (fixes #15558)

    (cherry-picked from b3e31087181732f7511d047b98352e97f08b0d04)

Marco Bernasocchi <marco@bernawebdesign.ch>	2016-09-11

    qgsmessagebar timeout is not respected in python

    the default timeout is not respected in python

    gui/qgsmessagebar.sip:51:    void pushMessage( const QString &text, MessageLevel level = INFO, int duration = 0 );

    https://qgis.org/api/qgsmessagebar_8h_source.html#l00090
    void pushMessage( const QString &text, MessageLevel level = INFO, int duration = 5 ) { return pushMessage( QString::null, text, level, duration ); }

    (cherry-picked from bb4e6b8fb800b69d28407102a4f17494a4cd5ad9)

Merge: ee9c684a6c 39f7c04bfa
Matthias Kuhn <matthias@opengis.ch>	2016-09-13

    Merge pull request #3475 from m-kuhn/visibilityTab218

    [Feature] conditional visibility for tabs and groupboxes (backport)

Alexander Bruy <alexander.bruy@gmail.com>	2016-09-13

    [processing] fix progress reporting (fix #15521)

    (cherry picked from commit b14dfa65fe8c5db852bac0899f8aac64b91faada)

Matthias Kuhn <matthias@opengis.ch>	2016-09-09

    Bindings and API docs

Juergen E. Fischer <jef@norbit.de>	2016-09-12

    fix warning fix (followup d4a0e35)

Juergen E. Fischer <jef@norbit.de>	2016-09-12

    fix warnings (followup cc3a053)

Juergen E. Fischer <jef@norbit.de>	2016-09-11

    dxf export: segmentize curves

Juergen E. Fischer <jef@norbit.de>	2016-09-11

    remove pngs which are available as svg

Matthias Kuhn <matthias@opengis.ch>	2016-09-08

    [Feature] conditional visibility for tabs and groupboxes

    This adds a new configuration option to conditionally show or hide
    tabs and groupboxes in drag and drop designer forms.

    Configuration is done via a double click in the designer tree in the
    fields configuration interface.

    An expression can be entered to control the visibility. The expression
    will be re-evaluated everytime values in the form change and the tab or
    groupbox shown/hidden accordingly.

Matthias Kuhn <matthias@opengis.ch>	2016-09-08

    Add QgsOptional and QgsOptionalExpression

Matthias Kuhn <matthias@opengis.ch>	2016-09-07

    Public default constructor and comparison operator for QgsExpression

Matthias Kuhn <matthias@opengis.ch>	2016-09-09

    Add QgsTabWidget

    This is almost like the QTabWidget but has additional methods for
    showing and hiding individual tabs

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-09

    Use QgsFilterLineEdit for Qgs(Double)SpinBox

    Fixes issues with the current approach:
    - poor appearance on certain environments (esp OSX)
    - large area on spin boxes' right which "swallows" clicks
    and blocks interactivity

    Fix #12920

    (cherry-picked from f16b3870fa21aabb614ab81fa2ddd63b98df75ee)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-09

    Fix cursor not always reset when clearing widget

    (cherry-picked from 228ff23d81a5001a3b323902081264931731a8ef)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-09

    Allow hiding clear button in QgsFilterLineEdit

    (cherry-pick from d959384c8b1aa4efe91cc24ae9ffdc972c43849b)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-09

    Add ability to set default values for QgsFilterLineEdit
    and have clearing the widget reset to default rather than
    null

    (cherry-picked from d71453d84ad6821bfa6aa8f745de9dac2eb0b2ba)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-09

    Add unit tests for QgsFilterLineEdit, improve docs, add clearValue slot

    (cherry-picked from edcc247c3e4de5975b9ddbf8fbbe8499a58fe7e1)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-09

    Remove min size from QgsFilterLineEdit

    Now the widget gracefully handles shrinking

    (cherry-picked from 0f5f09401e58b96f0515ce8e379d1fddfa646f4c)

Nyall Dawson <nyall.dawson@gmail.com>	2016-09-09

    Rework QgsFilterLineEdit handling of clear button

    Don't use a child button but instead paint the icon when
    required. Improves interaction with the widget/clear
    button.

    Cherry-picked from 98f25f59e72992d29279bcba9dbba53c5598b2fe

Juergen E. Fischer <jef@norbit.de>	2016-09-08

    debian packaging update: PyQt4.QtWebKit still available on xenial
    (followup c2f0fff)

Juergen E. Fischer <jef@norbit.de>	2016-09-06

    debian packaging update: add internal QtWebKit bindings

Juergen E. Fischer <jef@norbit.de>	2016-09-03

    translation string fix

Juergen E. Fischer <jef@norbit.de>	2016-09-03

    processing: use main vector menu translation (fixes #14535)

Juergen E. Fischer <jef@norbit.de>	2016-09-03

    oracle provider: add updates on lob fields

Even Rouault <even.rouault@spatialys.com>	2016-09-01

    [DBManager] Fix exception raised when adding a new Spatialite connection

    This was accidentaly broken since 1f0fce7852e9f6a27af967d7ac7ee3989dce7b45

    Fixes #15274

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-09-01

    [auth] Fix return value for plugins that do not support an expansion

    Bug not evident until there were providers with multiple credential
    expansions (now supported in OWS providers). Lack of support for an
    expansion should only trigger a debug message, not a failure.

    (cherry-picked from 194b5adb1ed81bcfe7edd78477dfea81cae77aed)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-09-01

    Fix virtual layer queries with accents in layer name

    (cherry-picked from af0d6b93a6)

Matthias Kuhn <matthias@opengis.ch>	2016-09-01

    Export main() when building for android

Hugo Mercier <hugo.mercier@oslandia.com>	2016-07-21

    Snapping: destroy index on dataChanged signal

    Snapping caches on layers that have been changed by the provider or
    by external sources are now invalidated.

    (cherry-picked from e6fd2e25)

Juergen E. Fischer <jef@norbit.de>	2016-08-30

    db manager: don't consider added layer w/o a dataProvider

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-30

    Fix Capitalize First Letter fails with curved labels (fix #14875)

    Instead of using QFont's inbuilt capitalization support, which
    applies only on rendering and accordingly fails for curved
    labels which are drawn one character at a time, we now manually
    capitalize label text while registering features.

    The capitalize first method from Qt was reimplemented in QgsStringUtils
    (together with what I expect is better handling of unicode characters
    over the Qt method).

    This change also makes it possible to implement other capitalization
    methods not directly supported by Qt

    (cherry-picked from 15dd295)

Martin Dobias <wonder.sk@gmail.com>	2016-08-01

    Fix doc coverage test for "added in XXX" check

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-30

    Fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-30

    Move storage of field alias and default value to QgsField

    This is a partial implementation - QMaps are still used internally
    within QgsVectorLayer to track the alias/default values
    between attribute edit operations.

    Sponsored by DB Fahrwegdienste GmbH

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-29

    Add a changed signal to QgsEditorConfigWidget

    And update default value expression preview whenever editor
    config changes

    Sponsored by DB Fahrwegdienste GmbH

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-23

    Use widget representValue to preview default expression results

    Sponsored by DB Fahrwegdienste GmbH

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-22

    Use client side default values when creating new features

    Sponsored by DB Fahrwegdienste GmbH

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-30

    Add UI for setting default field value expressions in the
    field property dialog

    Sponsored by DB Fahrwegdienste GmbH

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-30

    New QgsExpressionLineEdit widget

    Consists of a filter line edit + button to open expression builder

    This widget is a bit like the existing QgsFieldExpressionWidget,
    but for cases where a combo box does not make sense. Eg, when
    no fields are available for the expression to use.

    It also has an optional multiline mode, which allows it to be
    used in place of the full-blown QgsExpressionBuilderWidget when
    space is a problem.

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-30

    [FEATURE] Client side default field values

    Allows an expression to be set for a vector layer field which
    is used to evaluate a default value for this field.

    A new method,
    QgsVectorLayer::defaultValue( int index,
                                  const QgsFeature& feature = QgsFeature(),
                                  QgsExpressionContext* context = nullptr )
    has been added which evaluates the default value for a given field
    using the optionally passed feature and expression context. This
    allows default values to utilise properties of the feature
    which exist at the time of calling, such as digitized geometries.
    The expression context parameter allows variables to be used
    in default value expressions, making it easier to eg insert
    a user's name, current datetime, project path, etc

    Default values are set using QgsVectorLayer::setDefaultValueExpression()
    and retrieved using defaultValueExpression()

    Sponsored by DB Fahrwegdienste GmbH

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-30

    [FEATURE] Substitution list support for labeling

    Adds the ability to specify a list of text substitutes to make
    which apply to label text. Eg abbrevating street types.

    Users can export and import lists of substitutes to make
    reuse and sharing easier.

    (cherry-picked from 46fba7ce80039d5feb8445410ddf98e485f5951f)

Tim Sutton <tim@kartoza.com>	2016-08-22

    Spatialite error message fix (#3416)

    * Fixed issue where opening an invalid spatialite db fails and gives and poor warning message

Juergen E. Fischer <jef@norbit.de>	2016-08-29

    creatensis.pl: use passed in version number

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-29

    Fix bad merge pt 2

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-29

    Fix bad merge

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-29

    Fix calculation of certain aggregates from expressions when no
    matching features exist

    Eg count should return 0 in this case rather than null

    (cherry-picked from 9ba41e9f275f42a5dfe5c1cdbc0a4d091a0e833f)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-29

    [FEATURE] New expression functions for angle/distance interpolation

    angle_at_vertex: returns average (bisector) angle to a geometry
    at a specified vertex index
    distance_to_vertex: returns distance along geometry to a specified
    vertex index
    line_interpolate_angle: calculates the angle parallel to a geometry
    at the specified distance along the geometry
    line_interpolate_point: returns a point on line at distance
    line_locate_point: returns distance along line to nearest line
    location closest to specified point

    Sponsored by Andreas Neumann

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-29

    Add QgsGeometry method to get bisector of angle at vertex

    Sponsored by Andreas Neumann

    (cherry-picked from 986b5313ed72bedbbe4f360e43ff95c8bb2dc81b)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-29

    Make QgsGeometry::interpolate handle polygon geometries

    (cherry-picked from 9a9a49c16ab6fd460059437311739fb266c783bb)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-24

    Add geometry methods for interpolating angle along geometry

    Sponsored by Andreas Neumann

    (cherry-picked from 93c7f5f8b2dc4512f39748d8713eb35fd6e4f5d3)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-21

    [FEATURE] Expose GEOS linear referencing function to QgsGeometry

    Adds a new QgsGeometry::lineLocatePoint() function for
    retrieving the distance along a linestring to the nearest
    position on the linestring to a given point.

    (cherry-picked from 409dfdf5395c9136090f28a58678b1d0c66b7543)

Juergen E. Fischer <jef@norbit.de>	2016-08-28

    processing: fix population of commander combobox (fixes #15283)

Juergen E. Fischer <jef@norbit.de>	2016-08-28

    dxf export: link vertices to polyline (fixes #15484)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-08-19

    [FEATURE]: possibility to segmentize feature info geometry in server

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-26

    [browser] Correctly refresh postgres schemas when dropping tables

    (cherry-picked from 5a41748b867505784a091a882a0eb1ca187c4ba8)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-26

    Make QgsVectorDataProvider defaults methods more efficient

    (cherry-picked from a10b8fc3e5658290dd7e18df1001e543c3a75caa)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-26

    Fix limited random color ramp always returns 1 less color than set

    (cherry-picked from 1d98b10904884d8223372fc9248c2825c85591e9)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-25

    Fix potential crash

Alexander Bruy <alexander.bruy@gmail.com>	2016-08-23

    fix typo

Juergen E. Fischer <jef@norbit.de>	2016-08-23

    fix switching of projects within unicode folders

Alexander Bruy <alexander.bruy@gmail.com>	2016-08-23

    [processing] add missed error() method

    (cherry picked from commit 6a7fa7dd5a199bfa0ced8e4768b910171c3b8e8e)

Matthias Kuhn <matthias@opengis.ch>	2016-08-19

    Followup fixup f10f4a5

Matthias Kuhn <matthias@opengis.ch>	2016-08-19

    Fixup f10f4a5a12bd

Matthias Kuhn <matthias@opengis.ch>	2016-08-19

    Respect the "showLabel" flag on attribute editor elements

Matthias Kuhn <matthias@opengis.ch>	2016-08-19

    [feature] Allow controlling labels for individual edit widgets

    In the drag and drop designer, a double click on an item will allow
    controlling if the label should be shown for each item individually.

    Fix #15450

Matthias Kuhn <matthias@opengis.ch>	2016-08-19

    Improve wording

    Fix #15456

Matthias Kuhn <matthias@opengis.ch>	2016-08-19

    Sort values in chained filter comboboxes (relation reference)

    Fix #15454

Matthias Kuhn <matthias@opengis.ch>	2016-08-19

    Hide invalid constraints label when it's unused

    Fix #15452

Matthias Kuhn <matthias@opengis.ch>	2016-08-19

    Widget constraints: use field alias where available

    Fix #15455

Juergen E. Fischer <jef@norbit.de>	2016-08-18

    dxf export: avoid symbology scale 0 (fixes #14138)

Juergen E. Fischer <jef@norbit.de>	2016-08-18

    debian packaging update

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    Fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    Vertically stack the color widget when in dock mode

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    [FEATURE] Color dialog can be embedded in layer style panel

    Now clicking color buttons inside the layer style panel causes
    the color picker dialog to be opened inside the style panel itself
    rather than as a separate dialog

    (cherry-picked from 5407ae8a6ad2a3599081588d1b3f04bbe4c6fe4b)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    New method to find parent QgsPanelWidget for a widget

    (cherry-picked from a2fe4c4f594e2e8d29de65f09271d148ac669028)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    fix repeated labels on curved lines when label width > repeat distance

    (cherry-picked from fb346ecf4fda53ccac7ef939bc6ec84a361a9d58)
    o

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    [processing] If supported, use memory layers instead of shapefiles
    when writing to a temporary result

    Avoids truncation of field names and other format specific
    limitations

    (cherry-picked from 001ae44b67bb2bc542e11d69ab52706e65ae15c5)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    [processing] Fix some potential errors in clip algorithm

    (cherry-picked from f9e10888cbf567b09d334b286c92c918f59c9bfe)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    Make QgsVectorLayer uniqueValues/min/maxValue consider edits

    Previously these methods would inconsistently handle the
    edit buffer, eg uniqueValues would consider changed attributes
    but not added features. Now uniqueValues, minimumValue and
    maximumValue all consider both added features and changed
    attribute values when performing their calculation.

    The most noticable effect of this fix is that the unique
    values widget now correctly shows values for features which
    have been added but not yet committed to the provider.

    (cherry-picked from 50c35929d86ab01b22c29cd129fd7019a1bf624a)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    Don't crash raster shader with nan or inf values (fix #15444)

    (cherry-picked from 34ebe124ff62956095941b5bb76809c6ba4b1a0f)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-17

    Fix some missing autoupdates for raster psuedo color widget

    (cherry-picked from b349eb8a982d762d399ad4c21e3214195e6cd778)

Matthias Kuhn <matthias@opengis.ch>	2016-08-16

    Add isNumeric and QML bindings to QgsField

Juergen E. Fischer <jef@norbit.de>	2016-08-15

    exclude release name from version string

Juergen E. Fischer <jef@norbit.de>	2016-08-15

    debian packaging update

Anita Graser <anitagraser@gmx.at>	2016-08-10

    fixed failure to insert only one point

    Previously, if pointsNumber was 1, it wouldn't insert a new point in the middle.
    (cherry picked from commit 754ccefabc5c5fb9ba4472b182f1f05cd2a0ebb2)

Merge: 24af5337c5 ace9d2b0f6
Alessandro Pasotti <elpaso@itopen.it>	2016-08-12

    Merge pull request #3389 from elpaso/timeout_fixes

    Stop the timer when the reply finishes

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-08-12

    Stop the timer when the reply finish

    This should fix a few reported and unreported issues
    with false positive timeout errors.

    Fixes: #12243

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-08-12

    followup c4dcfbfb9f8f62ff9445f23061a69daf4f70ada8

Martin Dobias <wonder.sk@gmail.com>	2016-08-11

    Fix closest segment for points (#3383)

    * Make closestSegment() behave as expected by QgsGeometry::closestSegmentWithContext

    This fixes a bug that QgsPointLocator::nearestEdge() would return valid match even for point layers.

    * Shortcut if using QgsPointLocator with a wrong layer type

Juergen E. Fischer <jef@norbit.de>	2016-08-10

    creatensis.pl: exclude point release component from path

    (cherry picked from commit 38229d3ef0db873d0fa434d9dd841533ab2792a0)

Matthias Kuhn <matthias@opengis.ch>	2016-08-10

    Fix crash when clicking in empty relation editor

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [FEATURE][processing] Point on surface algorithm

    (cherry-picked from 142de7cb08601c3262974cc74689372d4652198c)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [FEATURE][processing] New algorithm for geometry boundary

    (cherry-picked from ab022451a58196f2c96f6a0482e2155b5171bad5)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [FEATURE][processing] New algorithm for calculating feature bounding boxes

    (cherry-picked from bd8db5d156071b308f9e091bc444857424879f06)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Label test mask updates

    (cherry-picked from 863c73db8f5ae5142808e56f184dfa290f6647f9)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Reset layers for each pal placement test, avoids all tests failing
    because of one

    (cherry-picked from 95ecdaf4383a0337710fd98fe34c93323be8e0ad)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [pal] Only apply distance from line midpoint penalty to non closed linestrings

    Sponsored by Andreas Neumann

    (cherry-picked from c3f720f80ba8df48a31502c1aee52c0aba2e30be)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Further tweaks to line labeling, add tests

    Sponsored by Andreas Neumann

    (cherry-picked from dc0cc32046dd3c168b86f9e4ca5c1e5f4f57f4fa)
    o

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [pal] Also prefer above -> below for parallel line placement

    (cherry-picked from 3b940fbbd0116f2855cac75909bb3ca35e623339)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Labeling tests

    (cherry-picked from 01e6c0498054b6db56262db3ad6b55b29bf389e7)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Add missing sip binding

    (cherry-picked from 37ef6b80073a163b9c1ec040c59cc0a1cb83d72c)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [pal] Improve line placement algorithm

    Avoid placing labels over jagged sections of lines

    Sponsored by Andreas Neumann

    (cherry-picked from 92ab671979d447bf1de4db2e911645de057bba70)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Slightly increase default maximum angles for curved labels

    The recent improvements to curve label rendering make this possible

    (cherry-picked from 1b1db22a4dadd78b33274c79a97fbe18f569e6ad)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Default to follow placement alignment for labels

    (cherry-picked from dc9ed2b4b5f6a359c70a7bdcc45cb4e69f8090f8)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Default to cartographic label placement for point layers

    It's much nicer than "around point"

    (cherry-picked from 66d4af3922acbd3cdb1f0e25615fd01b5eeb3dee)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Bump default number of label candidates

    Results in much nicer label placement and little to no speed
    regression in most cases

    (cherry-picked from ed69bf26b2df4d38304605c0c1fe21cc00531a13)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [pal] When labels can be placed both above and below the line, prefer above

    (cherry-picked from 99521f456ab1a08a59913594a3d6280f780d8b5e)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Avoid labels being marked as overlapping obstacles when features
    neighbour each other

    (cherry-picked from 655fc93cef99542738cf0eebd371222c35380c80)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [pal] Respect user set number of line candidates

    The number of positions used for generating line label candidates
    was hardcoded and was not using the pal number of line candidate
    setting.

    This change means the number of line candidates can be bumped up
    resulting in more candidates actually being generated and
    a better final label placement

    (cherry-picked from 7797e80c66d236fba8524042bc8a3e971de4ab07)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    Fix "label only inside polygon" mode when used with perimeter placement

    The option was not working with perimeter placements as perimeter placements alter
    the label feature geometry to be a boundary linestring - hence no labels where
    ever inside this boundary.

    Accordingly this refactors how the force label inside polygon option functions.
    Now QgsLabelFeatures can have a permissible zone geometry set, such that any
    label candidates outside of this permissible zone are discarded.

    This approach is more flexible as it could also be used for more labeling options
    in future, eg discarding label candidates which are too far from a centroid or
    something.

    Sponsored by Andreas Neumann

    (cherry-picked from c234d80e1e6c07813140df416b26ad5665b9ab99)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [FEATURE] Optimise processing clip algorithm
    Before the algorithm was written to optimise clipping a few
    features against thousands of mask features. The revised algorithm
    is optimised for clipping thousands of input features against
    a few mask features.

    Given that this second operation is much more likely, it makes
    sense to optimise for this use case.

    I've also applied some other optimisations like taking advantage
    of spatial indexes on the providers, using prepared geometries
    and also only applying an intersection operation if the geometry
    isn't wholly contained by the mask geometry.

    Benchmarks:

    clipping roads layer with 1 million lines against 2 polygons

    before: 5 mins 30 seconds
    after: 10 seconds

    clipping address layer with 5 million points against 2 polygons

    before: 50 minutes
    after: 30 seconds

    (cherry-picked from 71ebdb8f693672fdfc297e529fa20b5cd63779d9)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-10

    [processing] Add tests for clip algorithm

    (cherry-picked from 2db7fca7a653a3d417b98d8236a10491ab97b0a5)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [processing] Allow modification of feature request when using
    vector.features

    Allows for optimising the request through subsets of attributes
    or no geometry fetching

    (cherry-picked from 9e1ddcb54d4399b2ca90b8a854a592f4fd1a7653)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    Fix expected test data

    (cherry-picked from 4bfdcf0927146759325d9c65ca358e1777c22d05)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [FEATURE] Make processing dissolve algorithm accept multiple fields

    This allows you to dissolve based on more than one field value

    (cherry-picked from bb54b4f41a726737d5d28a71632ed29a9a8045df)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    Make test layer comparison handle different order of features

    (cherry-picked from f449bf236198ced18bbd7078144f12a9aab77cd0)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [processing] Fix broken multi field selection widget

    (cherry-picked from fda93dfc574a152be2509d7f370af073abd3ba37)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [processing] Fix multipart to singlepart handling of null geometry

    (cherry-picked from 0455b6600d2ab443ea8d691e3c007ee481a30910)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [processing] Add test for dissolve using field values

    (cherry-picked from ccfd4c36be2234c31980dc84a3711c525229b4f5)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    Add processing test .aux.xml to .gitignore

    (cherry-picked from 0939dbf9df5d0cb6867a4d0b3ea6a543eea77366)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [FEATURE][processing] New algorithm for merging connected lines

    This algorithm joins all connected parts of MultiLineString
    geometries into single LineString geometries.

    If any parts of the input MultiLineString geometries are not
    connected, the resultant geometry will be a MultiLineString
    containing any lines which could be merged and any non-connected
    line parts.

    (cherry-picked from 30fcaed634aa43d01528a031fd8f2d255f97f837)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    Improve polygon perimeter labeling

    This commit changes the way polygon perimeter labeling works.
    Previously the polygon would be clipped to the view extent, and
    then the boundary of the clipped polygon used for perimeter
    labeling.

    This tended to push the labels to the outside of the map extent
    (the clip boundary), since that's the longest straight section
    of the resultant geometry.

    Now, the boundary is taken *before* the clip, so that perimeter
    based labels will never be placed on the artificial boundary
    created at the map's extent.

    (cherry-picked from 27697e6efc32f67e9ff31cf784d294178c221be2)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [FEATURE] Label polygons using curved labels along perimeter

    This adds a new mode for labeling polygons, where the perimeter
    of the polygon is labeled using curved labeling.

    (cherry-picked from 5f33991e7bcd95069ba88e01cafa7078bbad5f24)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [FEATURE] Expression function for calculating geometry boundary

    The new 'boundary(...)' function returns a geometry's topological
    boundary, ie for polygons this is a multilinestring representing
    the polygons rings

    (cherry-picked from 1a4ceb1680e9adb4dd78c1bc11887c5a05ba0d19)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    Add method to QgsAbstractGeometryV2 for boundary

    Returns the closure of the combinatorial boundary of the
    geometry (ie the topological boundary of the geometry).
    For instance, a polygon geometry will have a boundary
    consisting of the linestrings for each ring in the polygon.

    Follows OGC / SQL/MM specs for boundary calculation

    (cherry-picked from 85f37eebb3685db6005842b40ac5b39b35a77122)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [FEATURE] API + expression function for merging linestrings

    Adds a new method to QgsGeometry for merging linestrings.
    By passing a multilinestring, any connected lines will
    be joined into single linestrings. Behind the scenes this
    uses GEOS' line merge.

    A corresponding expression function "line_merge" has also
    been added.

    (cherry-picked from 10c92394e7ccacb7dacef163f04ae7bdc0d910b1)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    [processing] Use layer crs/fields instead of provider crs/fields

    Since the layer has more complete knowledge of the crs (ie, when
    provider could not determine crs and user has selected it from
    the list), and also better knowledge of layer fields (virtual
    fields, joined fields) we should use these rather than the
    provider methods.

    (cherry-picked from 06c4b07222f9410e1669387a6497897c61748a16)

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-08-08

    [WFS] Fixes #15360 and other issues

    - fixes authcfg params not passed to requests
    - fixes backward URI compatibility
    - fixes version parameter ignored in old style URI
    - check for "user" in addition to "username" in WFS URI

      (cherry-picked from f49bd5ca449e332aa547f9dac31b391e438d2b31)

Nyall Dawson <nyall.dawson@gmail.com>	2016-08-09

    Implement provider side FilterFids iterators for OGR provider

    Makes some operations with OGR sources magnitudes faster, ie
    zoom to 20 selected features in a 4 million point dataset:

    before: 14 seconds of blocked gui
    after: instant

    (cherry-picked from 1f02fd491d62b2a79ee1bd98000f48cb4db1b442)

Even Rouault <even.rouault@spatialys.com>	2016-08-08

    [QgsVectorFileWriter + OGR provider] Create Integer64 fields as Real fields when output driver doesn't support Integer64

    Fix #15405

Even Rouault <even.rouault@spatialys.com>	2016-08-08

    [WFS provider] Succesfully analyze DescribeFeatureType response with <complexType> as inline element of <element> (#15395)

Alexander Bruy <alexander.bruy@gmail.com>	2016-08-02

    [dbmanager] fix signal/slot connection

    (cherry picked from commit 2134112aab2defda41e8d16c3ddd27a17e66f553)

Juergen E. Fischer <jef@norbit.de>	2016-08-04

    debian packaging update

Matthias Kuhn <matthias@opengis.ch>	2016-08-03

    Don't show scrollbar in embedded drag and drop designer form

Juergen E. Fischer <jef@norbit.de>	2016-08-03

    fix crash when QSQLITE is unavailable (fixes #15358)

    (cherry picked from commit 285bcd053c353bd99f7e8e71003f5b4bd39bde57)

Matthias Kuhn <matthias@opengis.ch>	2016-08-01

    Sort attribute table by value for numerical columns

    Fix #15318
    Fix #15295

Alexander Bruy <alexander.bruy@gmail.com>	2016-08-01

    [processing] don't apply additional parameter if offset curve operation is used (fix #15342)

    (cherry picked from commit 1d2b0b4ca7658ed57c4663d9f064ca4bbc55381e)

Alexander Bruy <alexander.bruy@gmail.com>	2016-08-01

    [processing] add missed import (fix #15359)

    (cherry picked from commit 98a55274063fcfe8174b3c3d0369d72d5e2f7c73)

Juergen E. Fischer <jef@norbit.de>	2016-07-31

    debian packaging update

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-27

    Add labeling tests for letter/word spacing

    (cherry-picked from 3d6688cce5598d0c09d13f2cd8db30f1f073e928)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Update curved label test reference images

    (cherry-picked from 5228de353c84337b3d753fe15c47ee09ecb2643a)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-27

    [labels] Fix word and letter spacing truncated to integers

    (cherry-picked from 449fcad8ce0808780cf662362cf5c6568abd09bb)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-27

    [labeling] Curved labels are now angled per character

    ...instead of shifted along base line (fix #15210)

    (cherry-picked from 22fdb6ab9fcb076f3f3e8601fa4bdc7e0894a103)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-27

    Fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-27

    Fix labeling using perimeter with repeating label distance set

    If the visible part of a polygon is clipped and becomes a multipolygon, only
    one label is plotted on the wrong side of the polygon.

    Settings:
    Placement: Using Perimeter
    Allowed positions: Below line / Line orientation dependent position checked
    Repeat: 100 mm

    Fix #15341

    (cherry-picked from c0b1684058a5acf3ae58ea63bea7b00520e27725)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-29

    [gui] gray lock icon, and flat style for extent button

    (cherry-picked from 6bd15ff79e0c9f749595a1e2d6439fd15edfd1e8)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-29

    Fix map not refreshed after using pan to selected (fix #15324)

    (cherry-picked from 530a85216ee63db320196fd808f8eb654ac918d7)

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-28

    [processing] use '-te_crs' parameter only if supported by GDAL

    (cherry picked from commit 7f6bae1f5e149ed9170835310676d1340de26cd4)

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-28

    [GdalTools] add missed signals (fix #15348)
    follow up 9db908ccbc

    (cherry picked from commit 572a60b7afdb78f8642d958b0cf7c3b7771ddcdf)

Merge: bf77d0953a 7ead9699b3
Tom Kralidis <tomkralidis@gmail.com>	2016-07-27

    Merge pull request #3340 from tomkralidis/owslib-0.11.2

    upgrade OWSLib to 0.11.2

Tom Kralidis <tomkralidis@gmail.com>	2016-07-25

    upgrade OWSLib to 0.11.2

rldhont <rldhont@gmail.com>	2016-07-20

    [DB Manager] Add the ability to update SQL Layer

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-26

    [processing] fix issues with exported layers in GDAL provider

    (cherry picked from commit b3a38f4018e7b34550f39cffa8bf1197f011dc1e)

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-26

    [processing] fix condition in warp alg

    (cherry picked from commit 6ccf7264a672d4d256d4803b2c184fd818c64f91)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Fix features are not labeled when using merged connected lines and
    lines are touching but not at endpoints

    (cherry-picked from 9007d5c11b17840e2e06a4a0bd1f403490d5012a)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    [FEATURE] Add an option to show user color schemes menus

    This adds the ability for users to set whether a user created
    color scheme should show up in the color button drop-down menus.

    It's accessed through the color picker dialog, on the lists tab.
    Just add a new color scheme, then from the scheme menu tick the
    new "show in buttons" option.

    Handy if you have sets of common palettes and want them to be
    instantly available through the color menu.

    (cherry-picked from 12a21474276322084e9c67ad46dd68aa486c34f1)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-21

    Add apply buttons to annotation dialogs

    (cherry-picked from 03527452d79c7e712fa494755f7fc71daeaf2a74)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    [composer] Fix editing of map item variables

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 5384e203fb58a7402ed8ff5598257a953171830d)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Fix annotation position when maps are rotated, remove hacks

    Adds a new interface class QgsAnnotation, and allows for removal
    of a bunch of hacks in QgsComposerMap without breaking 2.x API

    (cherry-picked from 0fa6499bef93b2949a7f35d8cfc35a90a353a004)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Fix text annotation edit background should match frame background

    Otherwise white text is not visible. Fix #10553.

    (cherry-picked from 76c4cae)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Always keep full precision when saving annotation properties

    (cherry-picked from 0554f5656cedb588598ef41204acbff185e08a33)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Avoid dialog 'flashing' when opening annotation properties

    (cherry-picked from a798ba0637b25654e323090b4e2ce50ddd7ea3a4)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Fix annotation colors are modified when cancel is clicked

    (cherry-picked from 95fd61c7bd1b9619759382a7f546b385ac33bd8d)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Make filename in project properties copyable

    (cherry-picked from d56ca40)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Use closed hand cursor when dragging canvas with middle mouse button

    (cherry-picked from 2dcd40554ad1d146438fde656eed3e5ac14011da)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Allow shift-drag zooming with touch tool

    (cherry-picked from 39da9d1402018f7b5108a998e94173b466f4a4fc)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-26

    Clean up handling of inverted axis for CRS, fix detachment issue

    (cherry-picked from 6dac8e18bd828bbccfa9971b7cb6fee417c0a068)

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-25

    [plugin manager] mark installed plugins as trusted (fix #15338)

    (cherry picked from commit 156c09880be34348ed672c92cfb6178527902b43)

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-25

    [processing] fix dialog title

    (cherry picked from commit 01dd33867772ffa5a07d497b2f4b149383182c4c)

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-25

    [processing] always use user-defined default folder for scripts/models

    (cherry picked from commit 48cca3bc12e874d681669b47ce2ee24b96baa4de)

    Conflicts:
            python/plugins/processing/script/AddScriptFromFileAction.py

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-25

    [processing] use default models folder when adding model from file (fix #15335)

    (cherry picked from commit b167c09e4412b1bf8559020a529b80e520b28b22)

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-25

    [processing] different shortcut for commander (fix #15334)

    (cherry picked from commit 4e94963af54894a3811ea8c44cbb6523ceec4ea0)

Juergen E. Fischer <jef@norbit.de>	2016-07-24

    update splash

    (cherry picked from commit 2bbfe8a6f901aaa38ef6a632da31500b710b1116)

Juergen E. Fischer <jef@norbit.de>	2016-07-23

    oracle provider: fix binding of output values

    (cherry picked from commit 1368038ca93ce923cae7f507f5f387690a2f3136)

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-22

    [processing] also fix case without dissolving

    (cherry picked from commit 2fbb617d618c31ca9ba0d412712ca6ac823ace04)

Alexander Bruy <alexander.bruy@gmail.com>	2016-07-22

    [processing] fix buffer tool

    (cherry picked from commit 9976c30c9aa7b0134b7e72e64157ac9fdb0b042f)

Juergen E. Fischer <jef@norbit.de>	2016-07-22

    debian packing build with webkit on xenial

    (cherry picked from commit e8bac30230e20a2d15152711aca7589c5648da58)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-11

    Followups and fixes to identify results linking

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-11

    [FEATURE] Mouse wheel over sliders in color dialog to change value by
    increments

Sandro Mani <manisandro@gmail.com>	2015-09-03

    [FEATURE] Make links in feature identify results clickable

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    [composer] Load all composition properties from template/duplicate

    Previously some settings where not being correctly restore, eg
    page size, grid settings, expression variables

    On behalf of Faunalia, sponsored by ENEL

    Fix #8705

    (cherry-picked from 7343b36e2574a9d9b16158911adaaf6b9d3740be)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    [composer] Simplify and consolidate loading of templates

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 656e56e447c5d75476aba2259ada05bb06699f94)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    Add missing function help (fix #15264)

    (cherry-picked from 59dc4079a55ea2be0158f4154a3c2e389c4f95fc)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    Make sure variable editor widgets always show current variables

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    [composer] Avoid crash when atlas page name field has spaces

    Fix #15297

    (cherry-picked from 631b5e87c3d4d72b80e6087c48caf7d73a477213)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    [composer] fix html label stylesheet's margin (fixes #15290)

    (cherry-picked from 7352df6935368ca74fd2eef2bfe4b364908b9286)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    Use flat style for scale lock button

    (cherry-picked from b220d66dcc73720a935dddc2c620903aa76808a0)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    Remove "restart required" from "open table as dock" option

    Since it seems that a restart *isn't* required!

    (cherry-pick -n 8943ed7c9f41ef3f7a33f402f709d9bf9156ffd1)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    Fix crash in QgsGeometry::unaryUnion with empty geometries

    (cherry-picked from b61641dc72b140a02de8eb0636a3817f44b9c8fc)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    Update legend test masks, fix for PyQt5

    (cherry-picked from 7f2bdcf34254d887885fcb61e97408d1d4407fca)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    Fix use of : in label (violation of HIG)

    (cherry-picked from 5a2031349f62d808f78fdc496932d6cc713801d8)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    [composer] Add a checkbox for legends to prevent automatic resizing

    A new checkbox has been added to the legend settings to control
    whether or not a legend should be automatically resized to fit
    its contents.

    If unchecked, then the legend will never resize and instead just
    stick to whatever size the user has set. Any content which
    doesn't fit the size is cropped out.

    Refs #10556

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 2f8c6f52073d4c9c77c39fa119f18ef82783e05d)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    [composer] Fix setting legend content by map not resizing legend

    When a legend was set to filter content by map, it wasn't
    consistently being resized to fit the legend contents. This caused
    issues for atlas exports where legends could grow but never
    shrink.

    Fix #14707

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 4f31ab656ef04c78d92fce2f1a68833043adb456)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    ][composer] Fix initial size of legend is wrong if symbol size in
    map units is used (fix #11921)

    On behalf of Faunalia, sponsored by ENEL

    (cherry-picked from 93f2eec711f2d3e1593f497db581a7e6973cfcc9)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    Avoid some unnecessary composer legend updates

    (cherry-picked from aaa654fba9a79b8842ada7570e653dc8b4f39a97)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-19

    Show tooltips for layer style dock labeling tabs

    (cherry-picked from 7d822f01c7aff8a58fcb9116855a94362f43d367)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-20

    [oracle] Fix minor Coverity issues

    (cherry-picked from b94fbc0485b3998312749327974bf8e8f49504a9)

Juergen E. Fischer <jef@norbit.de>	2016-07-15

    creatensis.pl: use version number instead of release name for installation path

Matthias Kuhn <matthias@opengis.ch>	2016-07-12

    Use Q_FOREACH

Matthias Kuhn <matthias@opengis.ch>	2016-07-12

    [server] Fix crash in WMS server when... bad things happen

    No idea what exactly the reason is, and it was only discovered by
    countless hours of printf-debugging. So I'm just pushing the fix
    for everyone else who might be affected.

Matthias Kuhn <matthias@opengis.ch>	2016-07-12

    Add missing bindings

Matthias Kuhn <matthias@opengis.ch>	2016-07-12

    Fix single process build

    A race condition triggered that sometimes the file
    output/python/qgis/__init__.py was not created before a python uic
    compiler started and therefore the required module could not be
    imported.

    This leads to errors like

    [ 82%] Generating ui_dialogAbout.py
    Traceback (most recent call last):
      File "../../../../../scripts/pyuic-wrapper.py", line 26, in <module>
        import qgis.PyQt.uic.pyuic
    ImportError: No module named qgis.PyQt.uic.pyuic
    python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/build.make:117:
    recipe for target 'python/plugins/GdalTools/tools/ui_dialogAbout.py'
    failed
    make[2]: *** [python/plugins/GdalTools/tools/ui_dialogAbout.py] Error 1
    CMakeFiles/Makefile2:5074: recipe for target
    'python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all'
    failed
    make[1]: ***
    [python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all]
    Error 2
    Makefile:160: recipe for target 'all' failed
    make: *** [all] Error 2

nirvn <nirvn.asia@gmail.com>	2016-07-11

    [splashscreen] fix pixelated scaling

    (cherry picked from commit de6320279a2c7465630d7e58cef9cbcedf169096)

Juergen E. Fischer <jef@norbit.de>	2016-07-10

    fix 39d6e79

    (cherry picked from commit 2f9ed29d9a5ec7fa79c7f902f036a81c43b8a2da)

Matthias Kuhn <matthias@opengis.ch>	2016-07-05

    Create some properties on QgsProject

Juergen E. Fischer <jef@norbit.de>	2016-07-10

    fix typos and debian/copyright

    (cherry picked from commit 2eee2e5c9cd771b0a4c8603b9db83ce516f63891)

Juergen E. Fischer <jef@norbit.de>	2016-07-10

    support utf-8 encoded release names

Bas Couwenberg <sebastic@xs4all.nl>	2016-07-09

    Fix installation path of scalable icons.

    (cherry picked from commit f5b86230121d533a070748427b613610d308d4d3)

Juergen E. Fischer <jef@norbit.de>	2016-07-08

    New development branch for interim 2.x releases

Juergen E. Fischer <jef@norbit.de>	2016-07-08

    changelog and news update for 2.16

Juergen E. Fischer <jef@norbit.de>	2016-07-08

    translation update for 2.16 from transifex

Juergen E. Fischer <jef@norbit.de>	2016-07-08

    indentation and spelling fixes

Salvatore Larosa <lrssvtml@gmail.com>	2016-07-08

    [pyqgis-console] APIs file updated

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-08

    Fix incorrect label/diagram distance when map is rotated

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-08

    Fix deselecting features by clicking no feature

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-08

    Avoid duplicate 'follow label placement' options in combo box

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-07-08

    Move style dock button on toolbarst

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-07-08

    Add myself (@nirvn) to contributor.json (#3284)

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-07-08

    const fixes

Even Rouault <even.rouault@spatialys.com>	2016-07-08

    Update with my own long/lat coords...

Even Rouault <even.rouault@spatialys.com>	2016-07-08

    Add myself to contributors.json and AUTHORS

Alexandre Neto <senhor.neto@gmail.com>	2016-07-08

    Add Alexandre Neto (#3282)

Nathan <nathan_woodrow@technologyonecorp.com>	2016-07-08

    Streamline QgsMapLayerConfigWidgetFactory interface

Nathan <nathan_woodrow@technologyonecorp.com>	2016-07-08

    [style dock] Add tooltips

Merge: 326786b499 2ac9ad55bd
Nyall Dawson <nyall.dawson@gmail.com>	2016-07-08

    Merge pull request #3279 from ahuarte47/Issue_MeasureDialog_2

    [Bugfix] Fix MeasureTool when DestinationCRS changes (2)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-08

    Fix Coverity memory leak warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-08

    Fix Coverity uninitialized variable warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-08

    Fix Coverity integer division warning

Juergen E. Fischer <jef@norbit.de>	2016-07-07

    plugin manager: use relative font size

Matthias Kuhn <matthias@opengis.ch>	2016-07-07

    Save attribute table sort order persistently

    Fix #15235

Matthias Kuhn <matthias@opengis.ch>	2016-07-07

    Make using recent expressions API simpler and add doxygen comment

Matthias Kuhn <matthias@opengis.ch>	2016-07-07

    Sort attribute table by representation value where useful

    Fix #15096
    And aligns some edge-cases of sort behavior

Merge: 564c02e93f 2257d711ed
Hugo Mercier <hugo.mercier@oslandia.com>	2016-07-07

    Merge pull request #3278 from mhugo/master

    Fix virtual layer construction from joined layer

Alvaro Huarte <ahuarte47@yahoo.es>	2016-07-07

    Fix MeasureTool when DestinationCRS changes (2)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-07-07

    Fix virtual layer construction from joined layer

Nathan <nathan_woodrow@technologyonecorp.com>	2016-07-07

    [style dock] Reduce timeout on undo stack

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-07

    [oracle] Fix handling of date/time types

    Also add test for Oracle default values

    On behalf of Faunalia, sponsored by ENEL

Martin Dobias <wonder.sk@gmail.com>	2016-07-07

    Style dock: properly restore values in spinboxes for brightness etc (fixes #15228)

Martin Dobias <wonder.sk@gmail.com>	2016-07-07

    Fix loss of transparency information in style dock (fixes #15229)

Matthias Kuhn <matthias@opengis.ch>	2016-07-07

    Fix attribute table cannot map index when filtered

Marco Bernasocchi <marco@bernawebdesign.ch>	2016-07-07

    fix build under NDK (#3276)

    this fixes:
    QgsMapToolTouch::isTransient()' marked override, but does not override
    virtual bool isTransient() override { return true; }

Martin Dobias <wonder.sk@gmail.com>	2016-07-07

    Merge map layer style undo commands that are created in short time (PR 3277)

    This makes the undo stack grow slower (especially when typing or repeatedly
    changing a value) and preserves memory.

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-07-07

    [style dock] Add tooltips for item icons

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-07-07

    [style dock] Add back missing style tab

Nathan <nathan_woodrow@technologyonecorp.com>	2016-07-07

    Fix globe plugin

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-07

    Fix warnings, logic error

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-07

    Fix failing doc test, some header cleanups

Martin Dobias <wonder.sk@gmail.com>	2016-07-06

    Fix undo/redo for rule-based renderer/labeling in styling dock

Merge: 3e183a27d5 4057c3a6b4
Nyall Dawson <nyall.dawson@gmail.com>	2016-07-07

    Merge pull request #3261 from ahuarte47/Issue_DestinationCrsChanged

    [Bugfix] Fix position and scale when on-the-fly CRS transformation is disabled (fixes #15183)

Martin Dobias <wonder.sk@gmail.com>	2016-07-06

    Fix updates of undo widget in styling panel

    Before, on current layer change it would switch to undo stack
    of freshly activated layer, ignoring the layer set in the combo box
    (and the undo stack it switched to was the one for editing)

Martin Dobias <wonder.sk@gmail.com>	2016-07-06

    Show breadcrumb and back button for rule based labeling (fixes #15153)

    Following the way how rule based rendering widget was adjusted...

Martin Dobias <wonder.sk@gmail.com>	2016-07-06

    Fix hillshading renderer XML loading (fixes #15195)

Nathan <nathan_woodrow@technologyonecorp.com>	2016-07-06

    [style dock] Add icons for style manager dialog

    Remove save for now until next release

Nathan <nathan_woodrow@technologyonecorp.com>	2016-07-06

    Fix #14979 - Restore default style correctly

Nathan <nathan_woodrow@technologyonecorp.com>	2016-07-03

    Rename QgsLayerStylingPanelFactory to QgsMapLayerConfigWidgetFactory

    - Move QgsMapLayerPropertiesFactory into single factory object for
      dock and properties

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Implement provider test suite

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Fix feature request when expression compilation fails,
    fix incorrect provider side use of limit when expression compilation
    could not be used

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Always keep geometry when fetched, as it may have been
    requested for filter expressions or sorting

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Fixes for oracle expression compilation

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Fix broken iterator rewind

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Fix detection of geometry type when table contains some
    empty geometries

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Fix missing items in oracle connections in browser

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Don't report import failures when user has cancelled import

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Synchronise wording and behaviour of browser actions
    with postgres provider

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    [oracle] Remove debugging noise

    On behalf of Faunalia, sponsored by ENEL

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    Make browser less noisy on debug

Merge: e985f2c924 70d2c9b780
Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    Merge pull request #3262 from ahuarte47/Issue_MeasureDialog

    [Bugfix] Fix MeasureTool when DestinationCRS changes (fixes #15182)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-06

    Also show map layer actions in attribute table (fix #15127)

Martin Dobias <wonder.sk@gmail.com>	2016-07-05

    Use QGSCOMPARENEAR macro in tracer test

Martin Dobias <wonder.sk@gmail.com>	2016-07-05

    Fix recording of points for live GPS tracking (fixes #14996)

Martin Dobias <wonder.sk@gmail.com>	2016-07-05

    [processing] Fix preconfigured alg creation (fixes #15100)

Matthias Kuhn <matthias@opengis.ch>	2016-07-05

    Fix relative paths for offline editing

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Much faster selection of large number of nodes using node tool

    Refs #13963

Matthias Kuhn <matthias@opengis.ch>	2016-07-05

    [travis] Use clang for Qt5 builds (#3275)

    To get warnings from different compilers

Matthias Kuhn <matthias@opengis.ch>	2016-07-05

    Improve code readability and silence warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Use QgsCRSCache in more places

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Make QgsCRSCache thread safe

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Use QgsCRSCache instead of looking up CRS by srs id (refs #15193)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Fix crash when using add circular string by radius tool

Harrissou Sant-anna <delazj@gmail.com>	2016-07-04

    Add missing tools in Edit menu (fix #15211)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Reenable Doxygen ingroup test

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Fix style dock not responding to order by changes (fix #15205)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Don't disable style dock when no layer is selected

    Since the style dock has it's own layer selector, it should always
    be enabled and not tied to an active legend layer

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Fix first range when exporting graduated renderer to sld (fix #15212)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Followup 5daa54, add unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-05

    Fix Doxygen "added in" check

Sandro Mani <manisandro@gmail.com>	2016-07-04

    [ArcGIS REST] Fix broken browser data items

Sandro Mani <manisandro@gmail.com>	2016-07-04

    [ArcGIS REST] Guard against possible null-pointer defereference

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-04

    Temporarily disable doxygen group test

Merge: 0a0c5e4271 a058c36bce
Alessandro Pasotti <elpaso@itopen.it>	2016-07-04

    Merge pull request #3258 from elpaso/offline_editing_tests

    Added offline editing WFS tests and debug info

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-04

    Make doxygen test check that classes have "added in QGIS ..." note

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-04

    Add doxygen test to force use of \ingroup for classes

    Using the group tag helps keep the API docs organized

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-04

    Replace doxygen MapComposer group with core/gui

    Since the MapComposer group doesn't actually exist

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-04

    Clean up doxygen modules listing

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-06-30

    Added offline editing WFS tests and debug info

Harrissou Sant-anna <delazj@gmail.com>	2016-07-04

    Rename File Toolbar into Project Toolbar (#3272)

Matthias Kuhn <matthias@opengis.ch>	2016-07-04

    Suppress startup warning

    https://travis-ci.org/qgis/QGIS/jobs/142140038#L1537-L1539

Merge: 5d4836e9b1 5daa546f6f
rldhont <rldhont@gmail.com>	2016-07-04

    Merge pull request #3250 from rldhont/qgsmaplayerregistry_check_layers_before_removed

    [BUGFIX] QgsMapLayerRegistry: Check layers before removed

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-07-04

    add quotes to field name is the rendering order settings dialog (#3270)

    (fixes #15203)

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-07-04

    [rule-based renderer] keep rendering order from other renderers (#3269)

    (fixes #15204)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-04

    Fix QgsMapLayerRegistry test on Travis builds

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-04

    Fix debugging noise

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-07-04

    [styledock] reduce height of vector layer rendering section (#3268)

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-04

    Add full test suite for QgsMapLayerRegistry, also don't emit
    any layer removed signals when no layers will actually be
    removed

Nyall Dawson <nyall.dawson@gmail.com>	2016-07-04

    Cleanups to QgsMapLayerRegistry

    - const correctness
    - improve and clarify docs, remove outdated notes
    - add some QGIS 3.0 todos

Matthias Kuhn <matthias@opengis.ch>	2016-07-04

    Make QgsMapLayer::name a Q_PROPERTY (#3259)

    Make QgsMapLayer::name a Q_PROPERTY

    And align setName / name / nameChanged

    Deprecates setLayerName / layerNameChanged

Matthias Kuhn <matthias@opengis.ch>	2016-07-04

    [processing] Difference: don't ignore invalid geometries by default

    Fix #9297

Matthias Kuhn <matthias@opengis.ch>	2016-07-04

    Don't assume qobject_cast works on objects currently being deleted

Matthias Kuhn <matthias@opengis.ch>	2016-07-03

    Safety checks for unregistering map layers from registry

    If a map layer which is registered is deleted outside of the layer
    registry but not unregistered, the layer registry would still happily
    return a pointer to this layer if queried with its id.

    Up to now, this caused crashes. Now, the layer will be unregistered and
    a warning is printed.

    This patch also contains slight improvements to other parts of the map
    layer registry.

Tim Sutton <tim@kartoza.com>	2016-07-03

    Added sponsors generated from changelog site (#3264)

    * Added sponsors generated from changelog site
    * Use a single rule for including sponsor images rather. Remove terrelogiche duplication. Remove old sponsor images
    * Fix indentations and remove sponsors from images.qrc

Juergen E. Fischer <jef@norbit.de>	2016-07-03

    [dbmanager] re-enable line number again (followup 5e36de7 and d9f934f)

Matthias Kuhn <matthias@opengis.ch>	2016-07-02

    python3 fixes

Matthias Kuhn <matthias@opengis.ch>	2016-07-03

    [dbmanager] Fix error when opening SQL window

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-07-03

    [gui] improve load min/max widget UI/UX (#3253)

Juergen E. Fischer <jef@norbit.de>	2016-07-03

    dxf export: don't use 3D coordinates for filled circles (followup b3bf4a1; refs #14995)

Matthias Kuhn <matthias@opengis.ch>	2016-07-02

    Fix tests, partially reverts ff1f9cf

Juergen E. Fischer <jef@norbit.de>	2016-07-02

    release.pl:
    * add second 'master' branch for interim release before a new major release
    * allow to skip transifex update

Matthias Kuhn <matthias@opengis.ch>	2016-07-02

    Doxymentation for QgsVectorLayer signals

Juergen E. Fischer <jef@norbit.de>	2016-07-02

    [gui/hidpi] scale splash screen on startup not on release

Matthias Kuhn <matthias@opengis.ch>	2016-07-02

    Fix comment typo

Matthias Kuhn <matthias@opengis.ch>	2016-07-02

    Run startup.py only once

    Fix #15189

Nathan <nathan_woodrow@technologyonecorp.com>	2016-07-02

    [style dock] fix crash with undo widget

Alvaro Huarte <ahuarte47@yahoo.es>	2016-07-01

    Add test code

Alvaro Huarte <ahuarte47@yahoo.es>	2016-07-01

    Fix MeasureTool when DestinationCRS changes

Juergen E. Fischer <jef@norbit.de>	2016-06-30

    initially disable advanced digitizing panel (fixes #15073)

Juergen E. Fischer <jef@norbit.de>	2016-06-30

    * initialize pasted feature with default values (fixes #8800)
    * show default values of new features in attribute table and identify
      results

Even Rouault <even.rouault@spatialys.com>	2016-06-30

    Remove outdated comment

Juergen E. Fischer <jef@norbit.de>	2016-06-30

    mssql provider: make mapping of import fields case-insensitive

Merge: 0409f5e30c 4ad50a708b
Even Rouault <even.rouault@spatialys.com>	2016-06-30

    Merge branch 'fix_release_conn_on_ogr_and_spatialite_closing'

Martin Dobias <wonder.sk@gmail.com>	2016-06-30

    Fix WMS extent calculation from <EX_GeographicBoundingBox> (fixes #14974)

Even Rouault <even.rouault@spatialys.com>	2016-06-30

    [Spatialite provider] Make sure to release dangling connections on provider closing

    Fixes #15137

Even Rouault <even.rouault@spatialys.com>	2016-06-30

    [OGR provider] Make sure to release dangling connections on provider closing

    Fixes #15137

Alvaro Huarte <ahuarte47@yahoo.es>	2016-06-30

    Fix zoom and scale of MapCanvas when DestinationCrs changes

Martin Dobias <wonder.sk@gmail.com>	2016-06-30

    Support also curved geometries for tracing (fixes #15109)

Martin Dobias <wonder.sk@gmail.com>	2016-06-30

    Fix incorrectly loaded sublayers if they had the same name (fixes #15168)

    Use "layerid=N" instead of "layername=XYZ" for OGR sublayers

Even Rouault <even.rouault@spatialys.com>	2016-06-30

    test_provider_shapefile: add test for correct repacking on feature deletion (test fix for #11007)

Sandro Santilli <strk@kbt.io>	2016-06-28

    Only insert segment snap points in the layer they belong

    Fixes #13952

Martin Dobias <wonder.sk@gmail.com>	2016-06-30

    [styledock] Improve fix for crash with non-spatial layers

    Follow up 58dbe56 (which fixes #15179)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-30

    Fix raster load min/max from extent in style dock (fix #15171)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-30

    Always use full precision when exporting to SLD (fix #15176)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-30

    Followup 172953, add unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-29

    Don't transform z coordinates by default

    Since z coordinates can represent potentially any height
    unit and reference point, it's not safe to assume that they
    always represent height in metres relative to the ellipsoid.

    Instead, leave z values untouched by default with geometry
    transforms, and make transforming z an optional parameter

    Refs #14702

Matthias Kuhn <matthias@opengis.ch>	2016-06-29

    Fix crash when loading style in layer properties

Matthias Kuhn <matthias@opengis.ch>	2016-06-29

    Align "add spatialite layer" window with other add layer windows

    The button labels didn't match with the group box title

Martin Dobias <wonder.sk@gmail.com>	2016-06-29

    Better fix for the "nothing found" notification

Martin Dobias <wonder.sk@gmail.com>	2016-06-29

    Cancel simplification if its dialog is closed (fixes #15163)

Martin Dobias <wonder.sk@gmail.com>	2016-06-29

    Add notification in case a map tool does notthing (fixes #15160)

Merge: 0f6e8da645 ef4a0d8d08
Alexander Bruy <alexander.bruy@gmail.com>	2016-06-29

    Merge pull request #3238 from medspx/processing_g7_raster_tests

    [processing] more grass7 unit tests and their fixes

Merge: 00832918ff bb81568362
Alexander Bruy <alexander.bruy@gmail.com>	2016-06-29

    Merge pull request #3234 from aharfoot/GDALTools_bugfix

    fix bug in GDALTools Assign Projection

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-29

    add objectName to button

Martin Dobias <wonder.sk@gmail.com>	2016-06-29

    [composer] map config: move layer related options to a dedicated group box

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-06-29

    Added multiple edit and attributes tests

rldhont <rldhont@gmail.com>	2016-06-23

    [BUGFIX] QgsMapLayerRegistry: Check layers before removed

    Probably fixed #15088 Segmentation fault when using layersRemoved SIGNAL

Merge: a231466d88 50ab699097
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-29

    Merge pull request #3249 from nirvn/raster_renderer_layout

    [styledock] improve UI layout of raster renderers

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-29

    [style dock] Keep factories updated

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-29

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-29

    Fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-29

    Fix failing distance area test on OSX

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-29

    Add missing sip bindings

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-29

    Fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-29

    Fix failing test

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-29

    Fix warnings

rldhont <rldhont@gmail.com>	2016-06-28

    Server code cleanage

rldhont <rldhont@gmail.com>	2016-06-28

    [BUGFIX] QgsMSLayerCache: remove layer from QgsMapLayerRegistry before delete it

    In QGIS Server, layers can be added to QgsMapLayerRegistry and delete by QgsMSLayerCache. This means that QgsMapLayerRegistry can have reference to deleted pointers.

rldhont <rldhont@gmail.com>	2016-06-28

    Flush capabilities cache when flushing project layers

    Made by @dmarteau

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-28

    [style dock] Fix display of extra pages

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-28

    [style dock] inline refine rules for rule based styles

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-28

    Fix windows build

Merge: f0e0ba5bb0 83683be3dc
Even Rouault <even.rouault@mines-paris.org>	2016-06-28

    Merge pull request #3244 from rouault/fix_transformCoords

    QgsCoordinateTransform::transformCoords(): do not convert elevations to radians

Sandro Santilli <strk@kbt.io>	2016-06-28

    Add test for QgsGeometryUtils::sqrDistToLine

    See #13952

Sandro Santilli <strk@kbt.io>	2016-06-28

    Add missing newline

nirvn <nirvn.asia@gmail.com>	2016-06-28

    [styledock] better use of QGroupBox to highlight raster sections

Hugo Mercier <hugo.mercier@oslandia.com>	2016-06-28

    [virtual layer] Cleanup - unused variable

Hugo Mercier <hugo.mercier@oslandia.com>	2016-06-28

    [virtual layer] Escape column names in query

Hugo Mercier <hugo.mercier@oslandia.com>	2016-06-28

    [virtual layer] Improve error message

nirvn <nirvn.asia@gmail.com>	2016-06-28

    [styledock] improve UI layout of raster renderers

Sandro Santilli <strk@kbt.io>	2016-06-28

    Add comment describing the invalid polygon

    Follow up to
    https://github.com/qgis/QGIS/pull/3246#discussion_r68661723

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-28

    [styledock] improve categorized, graduated, and rule-based renderer layout (#3247)

Asger Skovbo Petersen <asgerpetersen@gmail.com>	2016-06-28

    Rename hillshade renderer in drop down (#3245)

    Remove non functioning code for setting resampling automagically for hillshade renderer

Sandro Santilli <strk@kbt.io>	2016-06-28

    Add test for selecting invalid geometries (#3246)

    See #13635
    The test passes

Merge: e02661cd09 663333de7d
mhugent <marco.hugentobler@sourcepole.ch>	2016-06-27

    Merge pull request #3242 from mhugent/full_circle

    Change full circle interpretation, fixes #15116

Even Rouault <even.rouault@spatialys.com>	2016-06-27

    [OGR provider] Workaround GDAL 1.11.X (X<=4) crashing bug on GPKG databases with layers with curve geometries

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-06-27

    Indentation

Even Rouault <even.rouault@spatialys.com>	2016-06-27

    Adjust testqgsgeometry expected results after af2993e97b5a4ab98107bdce86780d11dca91109

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-06-27

    Add unit test for ticket #15116

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-27

    [processing] support more field types

Even Rouault <even.rouault@spatialys.com>	2016-06-27

    QgsCoordinateTransform::transformCoords(): do not convert elevations to radians

    Fixes #14702

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-27

    [gui] improve scale widget layout to save space (#3243)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    [ogr] Read GPX elevation values as geometry Z values

Matthias Kuhn <matthias@opengis.ch>	2016-06-27

    Install missing geometry header files

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-06-27

    Fix full circle area calculation

Merge: eabdb656a2 3ece8aca11
Alexander Bruy <alexander.bruy@gmail.com>	2016-06-27

    Merge pull request #3233 from alexbruy/paste-style-fix

    don't apply raster style to vectors (fix #15001)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-06-27

    Change full circle interpretation, fixes #15116

Tudor Bărăscu <tudor.barascu@qtibia.ro>	2016-06-27

    Show cannot pan WARNING for NULL geometry

    refs [#15122](https://hub.qgis.org/issues/15122)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Fix crash when backing through QgsPanelWidgetStack breadcrumbs

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Set map canvas for style dock symbol widget

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Fix rule based settings not saved (fix #15146, #15147, #15148)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Fix context menu options for graduated ranges does nothing

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Fix setting renderer symbol properties from context menu (fix #15145)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Fix cannot change color of class symbols (fix #15142)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Fix label button not opening label dock panel (fix #15144)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Fix broken symbol layer lock (fix #15143)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Avoid style dock flashing when editing layers

    Also prevent a lot of duplicate style dock updates, and fix
    the style dock losing connection to layer style changes

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Fix changing selected categorised renderer symbols (fix #15141)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Disable simple marker fill color for outline only shapes

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-27

    Make outline only simple markers work with categorised/graduated
    etc renderers (fix #15132)

Médéric RIBREUX <mederic.ribreux@medspx.fr>	2016-06-26

    Move problematics tests at the end of tests...

Médéric RIBREUX <mederic.ribreux@medspx.fr>	2016-06-26

    Remove 3 unit tests that don't perform well in osgeo4travis

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-26

    Add another bunch of tests for rasters

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-26

    Fix r.li interfaces

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-26

    Fix r.his

Matthias Kuhn <matthias@opengis.ch>	2016-06-26

    Hide layer edit state buttons on relation editor when in transaction

    ... because that the buttons are there was mainly triggered by the fact
    that it's sometimes hard to find the appropriate layer in the legend.

    Fix #15102

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-26

    Fix r.fillnulls

Matthias Kuhn <matthias@opengis.ch>	2016-06-26

    QgsMapLayerRegistry::removeMapLayers don't emit signals when empty

    Fix #15088

Matthias Kuhn <matthias@opengis.ch>	2016-06-26

    Don't put default network cache directory directly in $HOME

    Fix #15111

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-26

    Fix r.composite

Matthias Kuhn <matthias@opengis.ch>	2016-06-26

    Don't lock canvas when trying to pan to null geometry

    Fix #15122

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-26

    Fix labeling priority slider not working with style dock (fix #15126)

    Also remove a lot of unnecessary duplicate connections

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-26

    Fix cannot set line symbol data defined properties for vector
    field marker (refs #15131)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-26

    Use field icon for vector field symbol layer combo boxes

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-26

    Fix vector field symbol does not use subsymbol color (fix #15130)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-26

    Capitalisation

Merge: c4d620a7b6 a91697e5bb
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-26

    Merge pull request #3237 from nirvn/form_view_icon_p2

    [gui] more colorful form view icon

nirvn <nirvn.asia@gmail.com>	2016-06-26

    [gui] more colorful form view icon

Juergen E. Fischer <jef@norbit.de>	2016-06-26

    fix translation string typo

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-25

    Make measure dialog only stay on top of QGIS window (fix #12261)

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-25

    [gui/hidpi] vectorize form view and tracking icons (#3236)

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-24

    [style dock] Connect rule edit to widget changed

Juergen E. Fischer <jef@norbit.de>	2016-06-24

    plugin manager: show plugin description and allow voting without webkit

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-06-24

    Fix env var

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-06-24

    Make offline layer visible

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-06-24

    Fixed WFS-T fid<->gml fid sync (thanks to roualt)

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-24

    [processing] add support for longlong fields in spatial join alg (fix #15072)

aharfoot <aharfoot@users.noreply.github.com>	2016-06-24

    Fix bug in GDALTools Assign Projection

    Assign Projection uses gdalwarp, and this works correctly when a raster has no CRS assigned, however, in the case of a raster with an incorrect CRS assignment, then gdalwarp will reproject the raster instead of simply changing the assigned CRS, propagating the error. Switching the Assign Projection tool to use gdal_translate provides the intended behaviour in all situations.

Even Rouault <even.rouault@spatialys.com>	2016-06-24

    [WFS provider] Document hideDownloadProgressDialog=1 URI option

Even Rouault <even.rouault@spatialys.com>	2016-06-24

    [WFS provider] Un-break building of offline editing database with 'Only request features overlapping the view extent' mode

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-24

    don't apply raster style to vectors (fix #15001)

Merge: 66c47d7ae4 f7c1506973
Richard Duivenvoorde <richard@duif.net>	2016-06-24

    Merge pull request #3226 from rduivenvoorde/legendsizefix

    Adding &TRANSPARENT=true makes too big legend images look good

    fix #15089

Matthias Kuhn <matthias@opengis.ch>	2016-06-24

    Keep feature form only on top of application and not system

    Better fix #15103

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-24

    align icons on the Manage layers toolbar (fix #15074) (#3232)

Merge: 92bfcd4802 9edab1e0a8
Alexander Bruy <alexander.bruy@gmail.com>	2016-06-24

    Merge pull request #3231 from arnaud-morvan/processing_menu_translation

    [processing] translate alg names in vector menu and options dialog

Juergen E. Fischer <jef@norbit.de>	2016-06-24

    update QgsAttributeTableFilterModel sip bindings

Juergen E. Fischer <jef@norbit.de>	2016-06-23

    oracle provider: by default skip additional geometry columns (on 64bit
    Windows/Linux OCI crashes when there are more than three geometry
    columns)

Sandro Santilli <strk@kbt.io>	2016-06-23

    Replace an explicit delete with a ScopedPointer

Matthias Kuhn <matthias@opengis.ch>	2016-06-23

    Default timeout for message bar items is 5 seconds

Matthias Kuhn <matthias@opengis.ch>	2016-06-23

    Persist attribute table sort order when clicking on column header

    And when sorting by preview expression

Matthias Kuhn <matthias@opengis.ch>	2016-06-23

    Fix initial widget focus in credential dialog

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-06-23

    [Processing] Translate alg names in menu and options dialog

Merge: e6970ba597 8976c9de02
Hugo Mercier <hugo.mercier@oslandia.com>	2016-06-23

    Merge pull request #3229 from mhugo/fix_15113

    Allow curved polygons to be inverted (fixes #15113)

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-23

    use QgsWKBTypes to check layer wkb type (follow up 904dc21625)

Sandro Mani <manisandro@gmail.com>	2016-06-23

    [Globe] Rework qgis tilesource update logic

Sandro Mani <manisandro@gmail.com>	2016-06-23

    [Globe] Remove qgis layer explicitly when resetting globe to stop all rendering

Matthias Kuhn <matthias@opengis.ch>	2016-06-23

    Add option to suppress SIP warnings (#3230)

    to fix travis builds for OSX. Yay

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-24

    Add qgstestutils.h file with test helpers (#3208)

    Initially containing QGSCOMPARENEAR(a,b,epsilon) which prints
    debug information if the comparison fails

Hugo Mercier <hugo.mercier@oslandia.com>	2016-06-23

    Allow curved polygons to be inverted (fixes #15113)

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-23

    support 25D layers in network analysis library (fix #11952)

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-23

    fix signal-slot connection in New SpatiaLite layer dialog (fix #14343)

Harrissou Sant-anna <delazj@gmail.com>	2016-06-23

    rename "snapping mode" option (#3222)

Matthias Kuhn <matthias@opengis.ch>	2016-06-23

    Left align mapped values

    Fix #15101

Harrissou Sant-anna <delazj@gmail.com>	2016-06-23

    Fix dialog title (#3228)

Matthias Kuhn <matthias@opengis.ch>	2016-06-23

    Keep attribute dialog in front

    Fix #15103

Juergen E. Fischer <jef@norbit.de>	2016-06-22

    debian packaging update: add python-future as dependency for python-qgis (fixes #14986)

Juergen E. Fischer <jef@norbit.de>	2016-06-22

    heatmap plugin: port to C-API (fixes #15028)

Even Rouault <even.rouault@spatialys.com>	2016-06-22

    [WFS provider] Handle the case where the layer schema has a ogc_fid field

    Fixes #15062

Juergen E. Fischer <jef@norbit.de>	2016-06-22

    set symbol editor window title (fixes #15107)

Juergen E. Fischer <jef@norbit.de>	2016-06-22

    db manager: re-enable margins with line numbers in sql editor
    (fixes #15110)

Martin Dobias <wonder.sk@gmail.com>	2016-06-22

    Fix double setExtent() calls

    Whenever QgsMapCanvas::setExtent() would be called, the status scale
    widget would be updated and cause another setExtent() call

    Fixes issues with canvas getting invalid extent when loading projected layer
    by mistake as lat/lon layer (scale going crazy)

Martin Dobias <wonder.sk@gmail.com>	2016-06-22

    Fix API break of QgsMapLayer class introduced in 2.16

    This breakage was resulting in a Python error when using plugin layers
    due to calls to pure virtual method writeStyle()

Sandro Santilli <strk@kbt.io>	2016-06-22

    Fix comment about precision loss

    Thanks Even for helping with this

Juergen E. Fischer <jef@norbit.de>	2016-06-22

    selection by polygon: use 40 instead of 4 points for selection rectangle for more accurate transformation (fixes #13754)

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-22

    [processing] replace original layer name with exported in the final OGR command (fix #15099)

Sandro Mani <manisandro@gmail.com>	2016-06-22

    [Globe] Make the reload button rebuild the entire qgis layer to recover from cases where osgEarth loses control over its tiles

Sandro Santilli <strk@kbt.io>	2016-06-17

    Allow converting polygons with unclosed rings to GEOS

    Forces ring close on conversion, fixing a regression
    from 2.8 (and 2.14). See #13635

    Adds test for identifying invalid polygons, currently only
    testing for the unclosed-ring invalidity.

    The test was verified to fail without the fixes included
    in this same commit, and to pass in 2.14.

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-22

    [styledock] inline new rule panel

Juergen E. Fischer <jef@norbit.de>	2016-06-22

    db manager: fix drag and drop import (fixes #13712)

Juergen E. Fischer <jef@norbit.de>	2016-06-22

    spatial bookmarks: remove inaccessible context help

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-22

    [processing] add "-te_srs" option to gdal_warp (fix #15033)

Juergen E. Fischer <jef@norbit.de>	2016-06-22

    save as raster: fix vrt creation (fixes #14171)

Juergen E. Fischer <jef@norbit.de>	2016-06-22

    remove_temporary_files.sh: add .new from addcopyrights.sh

Matthias Kuhn <matthias@opengis.ch>	2016-06-22

    Fix wrong mapping of feature ids in offline editing

    Fix #14727

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-22

    remove debug output

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-22

    [processing] fix gdal_contour algorithm

Matthias Kuhn <matthias@opengis.ch>	2016-06-22

    Don't crash when default action is not set

    Fix #15092

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-21

    [GDALTools] pass output format to gdal_contour (fix #6695)

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-06-21

    prevent concurrent access while creating iterators and updating cache info (#3224)

    #mutexmania
    kudos to @m-kuhn

Marco Bernasocchi <marco@bernawebdesign.ch>	2016-06-22

    Fix allow clicking on a tags in maptips (#3218)

    this is done by listening to the linkClicked signal

Merge: 3c06341aa9 eaff966286
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-06-21

    Merge pull request #3227 from m-kuhn/FixToplevelGroupBoxes

    Fix groupboxes on toplevel in drag and drop designer

Juergen E. Fischer <jef@norbit.de>	2016-06-21

    add context help for the "add oracle layers" dialog and use QTextBrowser in qgis_help (fixes #8477)

Matthias Kuhn <matthias@opengis.ch>	2016-06-21

    Fix groupboxes on toplevel in drag and drop designer

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-21

    [processing] speedup Hub distance algorithm (fix #15012)

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-21

    [processing] use bulk features loading to speedup spatial index creation

Matthias Kuhn <matthias@opengis.ch>	2016-06-21

    Fix overlapping widgets with dnd designer and toplevel fields

Matthias Kuhn <matthias@opengis.ch>	2016-06-21

    Followup dab157f

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-21

    Fix code style

Matthias Kuhn <matthias@opengis.ch>	2016-06-21

    Minor fixes and doxymentation for QgsSnappingUtils

Matthias Kuhn <matthias@opengis.ch>	2016-06-21

    Default to creating an autoincrement primary key for spatialite

    References #15071 (https://hub.qgis.org/issues/15071)

Richard Duivenvoorde <richard@duif.net>	2016-06-21

    Adding &TRANSPARENT=true makes too big legend images look good

    See http://hub.qgis.org/issues/15089 for screenshots & test service url

Hugo Mercier <hugo.mercier@oslandia.com>	2016-06-21

    Update arrow mask image

Hugo Mercier <hugo.mercier@oslandia.com>	2016-06-21

    Fix outline rendering in arrow symbol layer

Richard Duivenvoorde <richard@duif.net>	2016-06-21

    WMS GetLegendGraphic fix #15055 (#3213)

    When creating the legend image url, this tests for available queryparams
    in a case-insensitive way...

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-21

    Remove wrong override

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-21

    Fix build

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-21

    [styledock] Inline edit panel for rules

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-21

    [ux] Show the color values in tooltip

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-21

    Adjust symbol layer widgets for better dock use

Harrissou Sant-anna <delazj@gmail.com>	2016-06-21

    precise layer selection option (#3223)

Juergen E. Fischer <jef@norbit.de>	2016-06-21

    postgres provider: allow database without postgis (fixes #6891)

Juergen E. Fischer <jef@norbit.de>	2016-06-20

    db manager: show database name in postgis connection details (fixes #3489)

Juergen E. Fischer <jef@norbit.de>	2016-06-21

    gdal tools: use native file dialogs (fixes #5500)

Even Rouault <even.rouault@spatialys.com>	2016-06-20

    Fix build failure due to dabc3b16d72184da2867e0b3ae37b1d45928cddd

Matteo <matteo.ghetta@gmail.com>	2016-06-20

    Small fix in write.csv option (#3225)

Even Rouault <even.rouault@spatialys.com>	2016-06-20

    [Geometry] Fix various issues related to Wkb/Wkt import

    - Make QgsCurvePolygonV2::fromWkb() accept CompoundCurveM sub-geometries
    - Make QgsGeometryCollectionV2::fromWkb() validate the sub-geometry type,
      so that QgsGeometryCollectionV2 subclasses do not import incompatible
      sub-geometries
    - Make QgsGeometryCollectionV2::fromWkt() accept curve sub-geometries
    - Make QgsMultiPolygonV2::addGeometry() accept only Polygon and not
      CurvePolygon
    - Add tests

Even Rouault <even.rouault@spatialys.com>	2016-06-20

    [Geometry] Fix deleteVertex() for CircularString, CompoundCurve and CurvePolygon

    In some situations, deleteVertex() could generate an invalid geometry, causing
    later crashes due to unexpected structure.

    Fix #15087

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-20

    [styledock] Hide/Show back button correctly

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-20

    Rename Map Styling Dock to Layer Styling Dock

Even Rouault <even.rouault@spatialys.com>	2016-06-20

    QgsAttributeTableFilterModel::headerData(): fix crash on layer with no field

    Fix crash on qgis_attributetabletest and when displaying the attribute
    table of a layer without any attribute field.

    Was likely introduced in 4a3a814d087c82f869b42a4d1375ee0f92d045fc, so master
    only

Even Rouault <even.rouault@spatialys.com>	2016-06-20

    [OGR provider] Make changeGeometryValues() accept null geometry

    Fixes #15081

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-20

    Tighten margins and spacing on various docks

    Fixes a rendering artefact on OSX toolbars and leaves more
    space for content.

    Let me know if this looks bad on Windows and I'll ifdef it out

Even Rouault <even.rouault@spatialys.com>	2016-06-19

    QgsCoordinateReferenceSystem::setProj4String(): harden validation

    OSRImportFromProj4() may accept strings that are not valid proj.4 strings,
    e.g if they lack a +ellps parameter, it will automatically add +ellps=WGS84, but as
    we use the original mProj4 with QgsCoordinateTransform, it will fail to initialize
    so better detect it now.

    Fixes #14844

Merge: 63cbf8778e 43bdcdb7ca
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-20

    Merge pull request #3221 from nirvn/bookmark_ui_imp

    [bookmarks] improve zoom to bookmark icon and UI

nirvn <nirvn.asia@gmail.com>	2016-06-20

    [bookmarks] improve zoom to bookmark icon and UI

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-20

    [styledock] open via double click action legend setting (#3220)

Merge: 1053c5e126 aae8fefd91
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-20

    Merge pull request #3219 from nirvn/composer_icons

    [gui/hidpi] vectorize composer toolbar & attribute table toolbar icons

nirvn <nirvn.asia@gmail.com>	2016-06-20

    [gui/hidpi] vectorize attribute table toolbar icons

nirvn <nirvn.asia@gmail.com>	2016-06-20

    [gui/hidpi] vectorize composer toolbar icons

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-20

    Better reflect layer capabilities in attribute dialog toolbar

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-20

    Properly set multiedit button state

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-18

    Respect icon size in attribute table, use svg icons

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-17

    Use a real toolbar for attribute table dialog

    - Fixes style issues on various platforms (esp. OSX)
    - Allows resizing the window smaller and actions get moved
    to overflow menu

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-20

    [styledock] create a style preset icon (#3210)

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-20

    Remove unused variable

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-19

    [style dock] Refactor API. Move back button outside scrollarea.

    Clean up API. Remove QgsPanelWidgetPage - no longer needed
    QgsPanelWidgetStack widget manages back button and breadcrumb.
    QgsPanelWidget manages state of active widget.

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-19

    [gui/hidpi] vectorize advanced digitizing toolbar icons (#3216)

    * [gui/hidpi] vectorize advanced digitizing toolbar icons

    * [gui/hidpi] vectorize label toolbar icons

Even Rouault <even.rouault@spatialys.com>	2016-06-18

    [DXF export] Replace newline character in layer name by underscore

    Fixes #15067

Even Rouault <even.rouault@spatialys.com>	2016-06-18

    [OGR provider] Make ogrWkbGeometryTypeName() correctly display M/ZM geometry names, as potentially returned by GDAL 2.1

Even Rouault <even.rouault@spatialys.com>	2016-06-18

    [OGR provider] Avoid considering mix of Polygon and CurvePolygon as 2 sublayers

    Fixes #15066

Even Rouault <even.rouault@spatialys.com>	2016-06-18

    [OGR provider] Improve detection of layer geometry type

    When a OGR layer is of geometry type "unknown", we use the
    geometry of the first feature to guess the geometry type. But
    if this feature has no geometry, then we assume that we have no
    geometry for the whole layer. This is a bit extreme. Let us
    allow to probe a few features before giving up.

    Fixes #15065

Even Rouault <even.rouault@spatialys.com>	2016-06-18

    [OGR provider] Do not return wkbUnknown25D, wkbUnknownM/Z/ZM layer geometry types

    Those are illegal QgsWKBTypes::Type / QGis::WkbType values, and can cause
    undefined behaviour outside of the provider.

    Fixes #15064

Even Rouault <even.rouault@spatialys.com>	2016-06-18

    QgsRendererV2PropertiesDialog::syncToLayer(): make it robust to NULL renderer

    Fixes #15064

    Probably just a band-aid, proper fix to follow in OGR provider itself.

Even Rouault <even.rouault@spatialys.com>	2016-06-18

    [WFS provider] Add heuristics to detect MapServer WFS 1.1 behaviour (sometimes)

    Fix #15061

    MapServer honours EPSG axis order in WFS 1.1, but returns srsName in GetFeature
    response with EPSG:XXXX syntax instead of urn EPSG srs. This confuses the GML
    parser that thinks that no axis inversion should then happen.

    The heuristics here consist in checking the envelope of the response with the
    capabilities extent.

    This should be safe and should work for layers with non global extent, but will
    not detect all issues.

    Proper fix is either to force WFS 1.0, or upgrade to MapServer 7.0 with WFS 2.0

Merge: a211c982cf 2a82caf173
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-18

    Merge pull request #3215 from nirvn/raster_icons

    [gui/hidpi] vectorize raster toolbar icons

nirvn <nirvn.asia@gmail.com>	2016-06-18

    [gui/hidpi] vectorize raster toolbar icons

Sandro Santilli <strk@kbt.io>	2016-06-09

    Allow to undo/redo composer grouping/ungrouping

    Fixes #11371 (crash on ungrouping after moving the group) and more
    undo/redo related issues.

    Enable pending test for the crash (now passing) and add many more
    undo/redo related ones (including signals testing).

    Includes a new QgsGroupUngroupItemsCommand class
    and its SIP bindings.

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-17

    Fix Coverity null pointer dereference warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-17

    Fix uninitialized member

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-17

    Fix uninitialized member

Matthias Kuhn <matthias@opengis.ch>	2016-06-17

    [UX] Show feature id in attribute table tooltip

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-17

    [roadgraph] Allow use of virtual and joined fields (fix #15041)

    Also modernise some code

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-17

    Some roadgraph plugin ux improvements

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-17

    Revert "[FEATURE][expressions] implicit feature->geom conversion"

    This reverts commit 7cab60bc4328e6cb4c57f8320c2d85d9383a2424.

    The conversion was unreliable, as it was not correctly determining
    that the feature's geometry was required and consequently not
    fetching it from the provider. This isn't trivial to fix, so
    I'm reverting this feature before release.

Harrissou Sant-anna <delazj@gmail.com>	2016-06-16

    few typo fix (#3207)

Sandro Santilli <strk@kbt.io>	2016-06-16

    Ignore files generated during "make check"

Sandro Santilli <strk@kbt.io>	2016-06-16

    Remove generated test files from repository

    Fixes #14976

Matthias Kuhn <matthias@opengis.ch>	2016-06-16

    Relation Reference Widget: Only enable form button when a feature is set

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-16

    Fix displacement renderer when using map unit sizes for symbols

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-16

    Fix displacement symbols with data defined properties (fix #9601)

    Previously only the attributes of the first feature were being
    used to render the points inside a group

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-16

    Revert "Don't resize canvas size on widget change"

    Revert this change for now as it has larger impacts
    then I thought it would. Will improve and bring back
    next release.

    This reverts commit ef51b702b89ce7c90b3fa9ee8a9d9fab8bc9e528.

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-16

    [composer] Instant feedback for legend when linked map changes

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-16

    [composer] Double click legend item to edit text (fix #13578)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-16

    Followup c78347, update test images

Matthias Kuhn <matthias@opengis.ch>	2016-06-16

    Attribute table: always show sequential column header numbers

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-16

    fix bookmarks editing regression (fixes #15034) (#3204)

Merge: c7834751ba f6998e2722
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-16

    Merge pull request #3203 from nirvn/move_feature_icon_imp

    [gui] proper geometry type for move feature icon

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-12-17

    Legend: leave away empty groups (fix #12969)

nirvn <nirvn.asia@gmail.com>	2016-06-16

    [gui] proper geometry type for move feature icon

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-16

    Move bookmarks toolbar icons to navigation group

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-06-15

    Fix file write error when offline.sqlite is saved to root dir by default

    - Default to user's home directory instead

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-06-15

    Added missing newline to the param doc

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-15

    Clean up showPanel API. Open dialog if not in dock mode

Merge: 3a91d92d56 127386a1f1
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-06-15

    Merge pull request #3201 from nirvn/more_icons

    [gui/hidpi] more vector love for default toolbars

nirvn <nirvn.asia@gmail.com>	2016-06-15

    [gui/hidpi] more vector love for default toolbars

Juergen E. Fischer <jef@norbit.de>	2016-06-15

    translation string fixes

Sandro Mani <manisandro@gmail.com>	2016-06-15

    [Globe] Add bundled world.tif to raster imagery menu

Sandro Mani <manisandro@gmail.com>	2016-06-15

    [Globe] Fix typos, fix model layer logic

Sandro Mani <manisandro@gmail.com>	2016-06-15

    [Globe] Delay initial layer update to workaround some mysterious opengl errors

Sandro Mani <manisandro@gmail.com>	2016-06-15

    [Globe] Set home viewport to lon 0

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-15

    [gui/hidpi] vectorize attribute toolbar icons (#3200)

Merge: ae93ee3ca7 5eb14a9b0e
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Merge pull request #3199 from nirvn/annotation_icons

    [gui] vectorize and add missing annotation icons (fixes #7076)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Use QgsFieldProxyModel for filtering read only fields

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Better icon for multiedit mode

nirvn <nirvn.asia@gmail.com>	2016-06-15

    [gui] vectorize and add missing annotation icons (fixes #7076)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Followup b6e97c

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Give feedback why multiedit/search is disabled with custom UI

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Fallback to generated layout for Select by Value if using a custom
    UI form

    Custom UI forms are not supported with the attribute form search
    mode, but this way users with custom UI forms can still use the
    feature

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Capitalization

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Followup 71dc33, fix projective transform in georeferencer (fix #14551)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Fix selecting features by radius (fix #14748)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Fix incorrect area calculation for polygon (fix #14675)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-15

    Save raster symbology with full precision (fix #14950)

Juergen E. Fischer <jef@norbit.de>	2016-06-14

    open message log on QgisApp::openMessageLog instead of toggling it

Matthias Kuhn <matthias@opengis.ch>	2016-06-14

    Fix "Relation form grows infinitely"

    Fix #14977

Matthias Kuhn <matthias@opengis.ch>	2016-06-14

    Followup bbbc9d0: Fix tests

Merge: bbbc9d0abf 8ddae27130
Alexander Bruy <alexander.bruy@gmail.com>	2016-06-14

    Merge pull request #3118 from arnaud-morvan/processing_gdal_postgis_credentials

    [processing] support postgis service parameter and credentials input

Matthias Kuhn <matthias@opengis.ch>	2016-06-14

    QgsDockWidget add openedStateChanged and openedStateChanged signals

Merge: 834ab1c702 5d37cc3549
Alexander Bruy <alexander.bruy@gmail.com>	2016-06-14

    Merge pull request #3130 from arnaud-morvan/processing_gdal_shapeencoding

    [processing] Add SHAPE_ENCODING parameter in GDAL "to postgis" algorithms

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    More QgsDockWidget fixes (fix #15011)

Matthias Kuhn <matthias@opengis.ch>	2016-06-14

    [UX] Action map tool title and icon

    Visually communicate to the user which action will be triggered when the
    button is clicked.

Matthias Kuhn <matthias@opengis.ch>	2016-06-14

    Persist default attribute action between sessions

    Refs #15027

Juergen E. Fischer <jef@norbit.de>	2016-06-14

    update 'Report an issue' link

Matthias Kuhn <matthias@opengis.ch>	2016-06-14

    Fix action column widget rendering artifacts

    This creates an action column widget when the widget is rendered for the
    first time.
    The original approach was to create an image and render the buffered
    image onto the cell until the first mouse action triggered the creation
    of the real widget. This led to several rendering problems and triggered
    some strange ownership issues with crashes under certain situations.

    Followup a05b2ad9

Juergen E. Fischer <jef@norbit.de>	2016-06-14

    don't save extents to style (fixes #15026, followup 92aed6e and d690d72)

Matthias Kuhn <matthias@opengis.ch>	2016-06-14

    Fix crash when closing docked attribute table

    Fix #14909
    Fix #15018

    git bisect is your friend

Matthias Kuhn <matthias@opengis.ch>	2016-06-13

    Allow docking the attribute table left and right

    Fix #14941

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Fix actions are not enabled when loading layer with default style (fix #13910)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Remove "attribute table" from dialog title (fix #14959)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Fix some status bar widgets could not be hidden via customisation

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Fix cannot deactivate customization widget catcher (fix #9732)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Rename arrow symbol head width/height to length/thickness

    Width/height naming is dependant on line direction, so for
    clarity rename them to something which doesn't depend
    on direction (fix #15002)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Fix crash in arrow symbol layer

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    [composer] Finer step for arrow head line width

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    [composer] Make parameterised SVG arrow heads respect colors (fix #14997)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Also show WKB type in vector layer metadata

    Otherwise it's a PITA to work out if a layer has z or is
    multi type

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Add missing capabilities strings to layer metadata

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Fix joins are not recreated when loading project with bad layers (fix #10500)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Fix debug noise when using 25D geometry layers

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Cleanup qgsproject.h/.cpp

    - Conslidate doxygen in qgsproject.h
    - Remove TODOs from docs, move to comments
    - Cosmetic formatting changes to match QGIS standards
    - Remove doxygen groups (we sort doxygen by name now)
    - Clarified and improved some docs
    - Remove mega outdated XML samples

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-14

    Tweak test tolerance for xenial

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-13

    [style dock] Fix warnings

Matthias Kuhn <matthias@opengis.ch>	2016-06-13

    Customization UI: Rename "Select All" to "Check All"

    References #15005

Matthias Kuhn <matthias@opengis.ch>	2016-06-13

    Fix compiling with clang

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-13

    Fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-13

    Invalid join cache when layer is modified (fix #11140)

Even Rouault <even.rouault@spatialys.com>	2016-06-13

    [WMS provider] Tolerate GetCapabilities response with several top-level layers

    Fix #13762

    Also, in case there's a single layer advertized, show it in the browser.

Even Rouault <even.rouault@spatialys.com>	2016-06-13

    [WMS provider] Avoid excessive number of decimals in BBOX parameter

    Fix #14928

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-13

    [style dock] code clean up

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-13

    Add missing files

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-13

    [processing] allow 2.5D geometries (fix #14929)

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-13

    [style dock] Add better API for panels

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-13

    Classifications on joined fields should only consider values which
    are matched to layer's features (fix #9051)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-13

    Fix dock widget layout (fix #15011)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-13

    Prevent creating invalid join in add join dialog (fixes crash)

Even Rouault <even.rouault@spatialys.com>	2016-06-12

    qgsogrprovider.cpp: fix wrong comment

Matthias Kuhn <matthias@opengis.ch>	2016-06-12

    Fix the preview column in form view when first column is action widget

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-12

    Add new test data and a bunch of unit tests

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-12

    Fix r.aspect and r.slope algorithms

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-12

    Fix r.topidx, r.viewshed and r.volume description files

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-12

    Remove r.sum because it doesn't exists anymore in GRASS7

Matthias Kuhn <matthias@opengis.ch>	2016-06-12

    Fix failing test

Matthias Kuhn <matthias@opengis.ch>	2016-06-12

    Remove more debug noise

Matthias Kuhn <matthias@opengis.ch>	2016-06-12

    Remove debug noise

Even Rouault <even.rouault@spatialys.com>	2016-06-12

    Indentation fix

Even Rouault <even.rouault@spatialys.com>	2016-06-12

    [WFS provider] Fix handling of LatLongBoundingBox in WFS 1.0

    According to the specification, the values of LatLongBoundingBox
    are supposed to be in the SRS, not necessarily in WGS84.

    But some servers do not follow the spec and return values in WGS84,
    so let's try to accomodate for this too.

    Fix #14876

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-12

    Handle OutputFile in test generation

Matthias Kuhn <matthias@opengis.ch>	2016-06-12

    Avoid detach

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-12

    Improve Test generation

Matthias Kuhn <matthias@opengis.ch>	2016-06-12

    Show default network cache path in options dialog

Matthias Kuhn <matthias@opengis.ch>	2016-06-12

    Fix network cache configuration

    Fix #14990

Even Rouault <even.rouault@spatialys.com>	2016-06-12

    QgsAttributeTableView::setModel(): remove connection to signals that no longer exist on QgsAttributeTableFilterModel, and connect destroyed() only if object is not NULL

Even Rouault <even.rouault@spatialys.com>	2016-06-12

    QgsAttributeTableView::setModel(): fix crash when called with nullptr, such as QgsBrowser::setLayer() does (#15006)

Even Rouault <even.rouault@spatialys.com>	2016-06-12

    Standalone browser: call QgsNetworkAccessManager::instance() to avoid assertion in setupDefaultProxyAndCache() on start-up on WFS connections due to smMainNAM being not initialized (#15006)

Merge: 7ed1a7ff79 1d6dfc5aed
Even Rouault <even.rouault@spatialys.com>	2016-06-12

    Merge branch 'master' of github.com:qgis/QGIS

Merge: f1ec12133e 054604bc70
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-12

    Merge pull request #3196 from nirvn/fix_right_click

    [bugfix] fix crash when right-clicking on geometryless layers

nirvn <nirvn.asia@gmail.com>	2016-06-12

    fix crash when right-clicking on geometryless layers

Salvatore Larosa <lrssvtml@gmail.com>	2016-06-11

    [dbmanager] followup 8727799: again some emit signal fix

Juergen E. Fischer <jef@norbit.de>	2016-06-11

    oracle provider: verify existence of layer style table before trying to retrieve a style

Juergen E. Fischer <jef@norbit.de>	2016-06-11

    use CMP0063 only with cmake >= 3.3

Salvatore Larosa <lrssvtml@gmail.com>	2016-06-11

    [dbmanager] Fix emit signal when refresh fields in table

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-11

    Blacklist qt5 tests for Travis

Merge: 5839a3a8cd 7a3a38b659
Even Rouault <even.rouault@spatialys.com>	2016-06-11

    Merge branch 'master' of github.com:qgis/QGIS

Merge: f7cf974774 270938cbd3
Even Rouault <even.rouault@spatialys.com>	2016-06-11

    Merge branch 'master' of github.com:qgis/QGIS

Merge: 7040ad41d2 690e554b61
Even Rouault <even.rouault@spatialys.com>	2016-06-11

    Merge remote branch 'origin/wfs_geomedia_fixes'

Merge: edace8d0e6 7040ad41d2
Even Rouault <even.rouault@spatialys.com>	2016-06-11

    Merge branch 'master' of github.com:qgis/QGIS

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-05-28

    Don't cut the filename if he is relative

Matthias Kuhn <matthias@opengis.ch>	2016-06-11

    Fix sip bindings

Matthias Kuhn <matthias@opengis.ch>	2016-06-11

    Only show writable fields in field calculator

    Fix #15000

Matthias Kuhn <matthias@opengis.ch>	2016-06-11

    Followup d3fd818: do not hide python module symbols

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-11

    [Processing][Tests] Improve Processing GRASS7 testsuite

Matthias Kuhn <matthias@opengis.ch>	2016-06-11

    Simpler handling of DLL_EXPORT defines

Matthias Kuhn <matthias@opengis.ch>	2016-06-11

    Tooltips for map style widget page

Matthias Kuhn <matthias@opengis.ch>	2016-06-11

    Categorized renderer: synchronize edit ramp button state on undo

Matthias Kuhn <matthias@opengis.ch>	2016-06-11

    Categorized renderer: disable edit color ramp button for random

Matthias Kuhn <matthias@opengis.ch>	2016-06-11

    Don't double delete style configuration pages

    Fixes a crash when switching between pages in the style configuration
    dock widget.

Salvatore Larosa <lrssvtml@gmail.com>	2016-06-10

    [dbmanager] fix some import statement

Salvatore Larosa <lrssvtml@gmail.com>	2016-06-10

    [dbmanager] Fix some pyqtslot

Salvatore Larosa <lrssvtml@gmail.com>	2016-06-10

    [dbmanager] Fixes #14740 - Previews do not work and python error for PG layers

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-06-10

    better order of columns in fields tab (vector layer properties) (#3195)

Matthias Kuhn <matthias@opengis.ch>	2016-06-10

    Remove buggy and outdated code

rldhont <rldhont@gmail.com>	2016-06-10

    [BUGFIX] Emit layerWillBeRemoved like layersWillBeRemoved (#3194)

    The signal layerWillBeremoved is only emitted when the layer is owned by QgsMapLayerRegistry.

    To fix it just move the emitted layerWilBeRemoved out of the scope of layers owned by QgsMapLayerRegistry.

Matthias Kuhn <matthias@opengis.ch>	2016-06-10

    Fix compiling with older gcc versions

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-10

    [processing] improve error message text (refs #14929)

Juergen E. Fischer <jef@norbit.de>	2016-06-10

    use Qt types

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Fix joined attributes can't be used in filter expressions

    (fix #13176)

Even Rouault <even.rouault@spatialys.com>	2016-06-10

    testqgsogcutils.cpp: add more debug output to diagnose flake failure on QT5

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-06-10

    do not init dualview if no layer

    fix crash of QtDesigner with custom widgets
    kudos to @m-kuhn

Merge: 37598bdf52 14342ce65a
Alexander Bruy <alexander.bruy@gmail.com>	2016-06-10

    Merge pull request #3166 from nirvn/fix_processing_refactor_fields

    [processing] fix missing quotes to field name in refactor fields

Even Rouault <even.rouault@spatialys.com>	2016-06-09

    QgsGML: handle more type of geometries (Arc, CompositeSurface, etc...) through OGR

Even Rouault <even.rouault@spatialys.com>	2016-06-08

    QgsGmlStreamingParser: fix memory leak if parsing a GML file truncated in the middle of a feature

Even Rouault <even.rouault@spatialys.com>	2016-06-08

    testqgsgml.cpp: fix memory leaks in test

Even Rouault <even.rouault@spatialys.com>	2016-06-08

    [WFS provider] Handle server exposing paging capabilities but obviously not implementing it. Handle feature duplicates when server return features without fid/gml:id

Even Rouault <even.rouault@spatialys.com>	2016-06-07

    [WFS provider] Use EPSG:XXXX format for SRSNAME= parameter for servers that adverize SRS in GetCapabilities response in that format. And also append srsname to value of BBOX parameter

Even Rouault <even.rouault@spatialys.com>	2016-06-07

    [WFS provider] Recognize gmgml:Polygon_Surface_MultiSurface_CompositeSurfacePropertyType in DescribeFeatureType response

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-06-10

    add custom widget for QgsDockWidget

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Revert "Fix joined attributes can't be used in filter expressions"

    This reverts commit acedb39c5a19509b91a2247b70db3d5da7c5b105.

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Allow editing joins by double clicking on them in list

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Fix joined attributes can't be used in filter expressions

    (fix #13176)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    [needs-docs] Rename 'select by form' to 'select by value'

    As that wording is more explanatory

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Make styling widget live apply remember setting

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Fix failing test on qt5

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Change QDockWidgets to QgsDockWidgets

    No benefit as yet, but future proofing for when QgsDockWidget
    gains additional fixes/tweaks over QDockWidget

Merge: a3768672c8 7c34c53709
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Merge pull request #3193 from nirvn/pal_fix_quadrant

    [pal] fix quadrant exp. wrongly overwriting cartographic placement (fixes #14989)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Correctly support joins using virtual fields (fix #14820)

nirvn <nirvn.asia@gmail.com>	2016-06-10

    [pal] fix quadrant exp. wrongly overwriting cartographic placement
    (fixes #14989)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Fix virtual fields which depend on other virtual fields may not be
    calculated in some circumstances (fix #14939)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-10

    Default to requesting all attributes for python expression functions

    Fix #14985

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-09

    [processing] fix alglist() function

Sandro Santilli <strk@kbt.io>	2016-06-08

    Reach the proper lower negative value bound

    This was tricky, due to
    https://www.postgresql.org/message-id/20160608160800.GB13838%40localhost

Sandro Santilli <strk@kbt.io>	2016-06-08

    Add more tests to cover full signed int ranges

Sandro Santilli <strk@kbt.io>	2016-06-08

    Also test the estimatedmetadata code path for signedInts

Sandro Santilli <strk@kbt.io>	2016-06-08

    Fix handling of int64 primary keys to use a FidMap

    There was a code duplication where only one path did the right
    thing. This commit also removes the duplication.

Sandro Santilli <strk@kbt.io>	2016-06-07

    Fix expected test results for negative int4 and int2 FIDs

    int8 negative identifier is still not handled correctly

Sandro Santilli <strk@kbt.io>	2016-06-07

    Fix storing attribute of feature with negative identifier and test

    The test was also bogus in that it expected an inappropriate FID.

Sandro Santilli <strk@kbt.io>	2016-06-07

    Do not loose signed semantic on converting int32 pk to fid

    Fixes again editing of features with negative identifiers.
    Now a test fails, but it is the test being broken this time
    (testSignedIdentifiers). The test was added as part of
    2bd7f446b4dd368968f23b990262c5e8a5a83f80, which fixed a crash
    when using signed identifiers.

Sandro Santilli <strk@kbt.io>	2016-06-07

    Only shift 32bit int identifiers when negative

    Fixes existing tests to retain expectances

Sandro Santilli <strk@keybit.net>	2016-04-27

    Use FidMap for int64 primary keys

    Also rename pktInt64 to pktUint64, in case we'll be able to know
    in advance the database contains only positive integers (not
    implemented in this commit).

Sandro Santilli <strk@keybit.net>	2016-04-26

    Support negative short integer primary keys on PostgreSQL

    See http://hub.qgis.org/issues/14262

    NOTE: signed int64 keys would still fail

Merge: 03de74dc89 3213c81b60
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Merge pull request #3188 from nirvn/icon_offset_rotate

    new icons for offset and rotate point symbol actions

Juergen E. Fischer <jef@norbit.de>	2016-06-09

    fix typo

nirvn <nirvn.asia@gmail.com>	2016-06-09

    new icons for offset and rotate point symbol actions

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Add missing docs

rldhont <rldhont@gmail.com>	2016-06-09

    QgsEditorWidgetRegistry disconnect signals when mapLayer will be removed (#3186)

    Add a method to disconnect signals added when layerIsAdded to QgsMapLayerRegistry. This method is connect to layerWillBeRemoved.

    This method will probably fix an issue in QGIS Server about performance deterioration.
    Each time a layer is added to QgsMapLayerRegistry by QGIS Server, QgsEditorWidgetRegistry connects to appropriate signals from map layers to load and save style but NEVER disconnects its.

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Hide relation widgets when in multiedit/search mode

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Don't show constraint messages when form is in search mode

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    [needs-docs] Add shortcut to Select by Form to toolbar and menu

    Also add keyboard shortcut (F3) to open select by form
    dialog

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Show scrollbars for attribute form as identify results

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Cleanups for attribute form in search mode

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-09

    [style dock] vectorize undo & redo button, create history symbol (#3187)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Add F7 shortcut to show/hide style dock

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Auto refresh when symbol levels changed in style dock (fix #14861)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Make style dock Apply button always enabled

    Just in case we miss signals which trigger the live update, it's
    safer to give users an option to manually apply changes too

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Fix style dock forgets expanded state of rendering group (fix #14864)

    Also fix a memory leak

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-09

    Fix style dock button not synced to dock state (fix #14862)

    Add a new class QgsDockWidget which has finer control over setting
    and retrieving the dock visibility, to account for dock widgets
    which are open but hidden by other docks

Juergen E. Fischer <jef@norbit.de>	2016-06-09

    add qjson to INSTALL (fixes #14982)

Juergen E. Fischer <jef@norbit.de>	2016-06-07

    avoid closing the last tab of the message log viewer

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-08

    Fix some missing auto updates from style dock

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-08

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-08

    Always use string comparison in expressions for string fields

    Fixes #13204

Asger Skovbo Petersen <asgerpetersen@gmail.com>	2016-06-08

    Hillshaderenderer: Fix transparency effects (#3185)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-08

    Fix issues rendering SVG with text (fix #14644, #14794)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-08

    More tests for QgsAttributeTableConfig

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-06-08

    disable the scale widget if scale is locked

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-08

    Fix home dir being added as default svg and template path

    Fixes #14662, #14652, #14883

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-08

    Ensure data defined button displayed fields are always up to date

    Fix #14809

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-08

    Fix cannot set shortcut for zoom in (fix #14958)

Salvatore Larosa <lrssvtml@gmail.com>	2016-06-07

    [dbmanager] fix DeprecationWarning

Matthias Kuhn <matthias@opengis.ch>	2016-06-07

    Fix sip bindings

Even Rouault <even.rouault@spatialys.com>	2016-06-07

    [WFS provider] Fix crash when calling setSubsetString() with a SQL that modifies the fields while a download is in progress

Even Rouault <even.rouault@spatialys.com>	2016-06-07

    [WFS provider] Fix setSubsetString() to accept SELECT followed by newline or tabulation

David Marteau <david@innophi.com>	2016-06-06

    Clean up QgsExpressionContext in QgsServer::handleRequest

Salvatore Larosa <lrssvtml@gmail.com>	2016-06-07

    [dbmanager] Fixes #14722 - Adding new GeoPackage connection to DB Manager is throwing error

Matthias Kuhn <matthias@opengis.ch>	2016-06-07

    Fix header

ThomasG77 <thomas_gratier@yahoo.fr>	2016-06-06

    Remove reference to renamed QgsAdvancedDigitizingDock in API doc

Even Rouault <even.rouault@spatialys.com>	2016-06-07

    SQL composer dialog: improve search in table combobox

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    Ensure that attribute table config is always initially populated

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    [travis] Readonly ccache for pull requests

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    QgsAbstractGeometryV2::wkbType always returns a valid type

Matthias Kuhn <matthias@opengis.ch>	2016-06-04

    More string comparison fixes

Matthias Kuhn <matthias@opengis.ch>	2016-06-07

    [py3] Followup bad0d3e: Don't decode unencoded strings

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    Add missing proxies for legend check behaviour to subrenderers
    for inverted polygon and displacement renderers

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    Fix inverted polygons and displacement renderer don't allow right
    click on legend items (fix #14966)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    Fix inverted polygon & displacement renderer don't show
    color wheel in legend menu

    Move embedded renderer handling to QgsFeatureRendererV2 and
    add support for embedded renders to legend context menu

    Fix #14967

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    Partially revert d984148

    Undo the maximum tile size changes as these were reverted from
    downstream due to WMS layer regressions

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    Fix crash when using inverted polygons with heatmap renderer

    Add methods to QgsRendererV2AbstractMetadata and QgsRendererV2Registry
    to control renderer compatiblity by layer type. Should make it
    easier to avoid this recurring bug popping up again in future.

    Also add unit tests for QgsRendererV2Registry

    Fix #14968

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    Fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    [effect] fix issue with svg marker and antialiasing (fixes #14960)

    Credit for original patch to @nirvn

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    Add missing sip binding

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-07

    Fix warnings, missing docs+bindings

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Trigger repaints instead of explicitly refreshing canvas

    Inspired by work by @manisandro

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Add some tests for QgsCRSCache

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Update test masks

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Avoid extra feature requests in spatial query plugin

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-16

    Use prepared geometry for spatial query plugin

Sandro Mani <manisandro@gmail.com>	2015-12-15

    Only emit QgsCollapsibleGroupBoxBasic::collapsedStateChanged when state really has changed

Sandro Mani <manisandro@gmail.com>	2016-03-02

    Have QgsRasterDrawer::draw check for interrupted rendering, reduce raster block tile dimensions, to greatly enhance responsiveness when dealing with reprojected raster layers

Sandro Mani <manisandro@gmail.com>	2016-05-12

    Fix avoid crash when measuring empty geometry

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Add QgsDistanceArea test for empty polygon

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Add missing bindings

Sandro Mani <manisandro@gmail.com>	2016-05-09

    Fix warnings emitted by linguist when parsing sources

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-02-02

    Fix crash when saving categorized symbology

Sandro Mani <manisandro@gmail.com>	2016-03-14

    Fix QgsCurvePolygon sip bindings

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Use QgsCRSCache in more places

    Forward port from sourcepole/kadas-albireo

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    Don't show scrollbars when embedding a feature form

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    Properly handle filsystem character encoding when showing warnings

    Fix #14567

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    [offline editing] No reason to crash just because of raster layers

    Fix #14848

Tim Sutton <tim@kartoza.com>	2016-06-06

    Fixed QGis type - QGIS is better

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    External resource widget relative path fix for integrated viewer

    Fixes #14891
    References #13283

Harrissou Sant-anna <delazj@gmail.com>	2016-06-06

    typo

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    [gps] Fix default-misconfigured gpsbabel path

    Fix #14866

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    Fix add button state in postgis source select dialog

Even Rouault <even.rouault@spatialys.com>	2016-06-06

    [WFS provider] Better and translatable error message in case of SQL parsing error

Even Rouault <even.rouault@spatialys.com>	2016-06-06

    [WFS provider] Improve tooltip of SQL statement field when joins are possible, and a warning when specifying a geometry field of another layer in the selected columns

Even Rouault <even.rouault@spatialys.com>	2016-06-06

    SQL composer dialog: truncate too long function prototypes in combobox

Even Rouault <even.rouault@spatialys.com>	2016-06-06

    [WFS provider] Display appropriate error message when using a non existing typename

rldhont <rldhont@gmail.com>	2016-06-06

    [BUGFIX][Processing] RScript: Insert None value as NULL

rldhont <rldhont@gmail.com>	2016-06-06

    [BUGFIX][Processing] RScript: Add name token

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-06

    [styledock] inline effects widget

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-06

    [styledock] Swap rendererv2 widget back to qwidget

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-05

    [styledock] Handle stacked panels at a higher level

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    Fix on map identification on relation reference widget with complex PK

    References #14882

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    Show correct feature count with rule that requires geometry

    Fix #14758

Sandro Mani <manisandro@gmail.com>	2016-06-06

    Remove useless delete in parseCircularString

Matthias Kuhn <matthias@opengis.ch>	2016-06-06

    Fix crash when using 2.5D renderer with incompatible layer

    Fixes #14814

Sandro Mani <manisandro@gmail.com>	2016-06-06

    Fix incorrect error handling in QgsCircularStringV2* parseCircularString

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-06-06

    Typo

Merge: f2791836e9 e5253f88ee
mhugent <marco.hugentobler@sourcepole.ch>	2016-06-06

    Merge pull request #3127 from sbrunner/add-version-warning

    Add a warning on QGIS server when the versions don't corresponds

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Fix possible divide by 0

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Fix leaks

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-06

    Fix Coverity uninitialized member warnings

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-05

    [effects] relayout widget for better dock usage

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-05

    [styledock] Connect missing signals for order and effects

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-05

    Full widget label combobox

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-04

    Add sip conversions for profile times

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-05

    [styledock] Keep dock state updated from external changes

nirvn <nirvn.asia@gmail.com>	2016-06-02

    [processing] fix missing quotes to field name in refactor fields

Matthias Kuhn <matthias@opengis.ch>	2016-06-04

    Tabs > Spaces

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-04

    Fix build warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-04

    Fix ListMultiSelectWidget under PyQt5

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-04

    Update test masks for arrow symbol layer

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-04

    Fix shortcuts manager test on Qt5

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-04

    Fix doxygen warnings, missing docs+sip

Matthias Kuhn <matthias@opengis.ch>	2016-06-04

    Report the compiler on the travis page as gcc

    This is a purely cosmetic change, we override the compiler internally
    anyway.

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    Use ccache for gcc on travis

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-04

    Render widget now based on stack widget

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-04

    Improve API for QgsMapStylePanelFactory

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-04

    Add missing docs

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-27

    [Processing] Support authentication with postgis

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    Fix sip binding test failures for private classes

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    [attrtable] Order by the correct column when header is clicked

    The column index was messed up when columns have been reordered

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    [attrtable] Show row numbers when first column is action widget

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    sip bindings

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    Fix build warnings

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    Increase modularity of cmake files

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    Temporarily disable missing llvm apt repo

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-03

    [styledock] Add load from file

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-03

    [styledock] Add saving and loading default styles

Sandro Mani <manisandro@gmail.com>	2016-06-03

    Remove QgsBillboardRegistry

Sandro Mani <manisandro@gmail.com>	2016-06-03

    Rename remove connection button in QgsSourceSelectDialog

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-03

    Add resample options to raster style dock

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    Add support for toplevel widgets in drag and drop designer

Merge: 04e1e96859 a4a0c9b2fb
rldhont <rldhont@gmail.com>	2016-06-03

    Merge pull request #3172 from dmarteau/master

    Expose server interfaces methods to python for clearing server cache

Sandro Mani <manisandro@gmail.com>	2016-06-03

    Fix addDbLayerAction insertion point when arcgis provider is enabled

Sandro Mani <manisandro@gmail.com>	2016-06-03

    Also hide ArcGIS provider actions if provider is disabled

Juergen E. Fischer <jef@norbit.de>	2016-06-03

    add missing copyright headers

Merge: 45989f7f36 19f83ae28d
Martin Dobias <wonder.sk@gmail.com>	2016-06-03

    [FEATURE] Layer tree embedded widgets

    This allows definition of widgets embedded into layer tree for individual layers in the layer properties dialog (in new Legend tab). The idea is to have a way to quickly access to some actions that are often used with a layer.

    The implementation comes with transparency widget, in the future there may be more standard widgets coming, e.g. to setup filtering, selection, style or other stuff. The API allows plugins to register their own widgets, which will be useful for various domain specific plugins to assign custom widgets to layers they manage.

Martin Dobias <wonder.sk@gmail.com>	2016-06-03

    Update layer transparency after 100ms delay

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    Also mark project as dirty when column widths change

David Marteau <david@innophi.com>	2016-04-21

    Expose server interfaces methodsi to python for clearing server layer cache.

Matthias Kuhn <matthias@opengis.ch>	2016-06-02

    Flag project as dirty when attribute table configuration changes

Matthias Kuhn <matthias@opengis.ch>	2016-05-28

    Move "evaluate default values" option to project properties

    It was not properly placed in the application settings.

Matthias Kuhn <matthias@opengis.ch>	2016-05-28

    Add support for adding custom properties to providers

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-03

    [feature] Add runtime profiler class to profile code

Merge: f9ab7223fc 879244360f
Alexander Bruy <alexander.bruy@gmail.com>	2016-06-03

    Merge pull request #3169 from medspx/processing_grass7_rinlidar

    [processing] add GRASS 7 r.in.lidar algorithms

Marco Bernasocchi <marco@opengis.ch>	2016-06-02

    [processing] ParameterTableMultipleField type added

    This adds a widget with multiple column attributes selector

Marco Bernasocchi <marco@opengis.ch>	2016-06-02

    [processing] allow optional in all getAsScriptCode

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    Fix WITH_QTWEBKIT=OFF support

Matthias Kuhn <matthias@opengis.ch>	2016-06-03

    Fix missing bindings, headers and build

Marco Bernasocchi <marco@opengis.ch>	2016-05-31

    [FEATURE] QgsTooltip support full HTML
    This is useful for example to add URL links that
    allow being clicked on.

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-03

    Fix ui cmake file

Nathan <nathan_woodrow@technologyonecorp.com>	2016-06-03

    Add missing sip file

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-03

    [FEATURE] Add hide column, set column width and autosize to
    attribute table header right click menu

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-03

    Fix build

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-30

    [styledock] Inline panels for renderers

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-03

    [FEATURE] Remember widths for attribute table columns

    If you resize columns, the width will be restored when next
    opening the attribute table for that layer.

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-03

    [styledock] Add saved style manager

Martin Dobias <wonder.sk@gmail.com>	2016-06-02

    Added python bindings

Juergen E. Fischer <jef@norbit.de>	2016-06-02

    more typo fixes

Juergen E. Fischer <jef@norbit.de>	2016-06-02

    fix indentation and some typos

Juergen E. Fischer <jef@norbit.de>	2016-06-02

    fix windows icon installation

Alexandre Neto <senhor.neto@gmail.com>	2016-05-30

    Adds File format Icons for Windows

Even Rouault <even.rouault@spatialys.com>	2016-06-02

    Fix warnings about unused parameters

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-06-02

    Add r.in.lidar.info and override projection by default (much easier to use)

Thomas Gratier <thomas_gratier@yahoo.fr>	2016-06-02

    Change some wording in QgsQueryBuilder API documentation (#3133)

Martin Dobias <wonder.sk@gmail.com>	2016-06-02

    Update API docs

Martin Dobias <wonder.sk@gmail.com>	2016-06-02

    Handle legend node in parent gracefully with embedded widgets

Martin Dobias <wonder.sk@gmail.com>	2016-06-02

    Integrate into layer dialogs, save in layer's properties

Merge: 3351f5533a 94077b2a9d
Even Rouault <even.rouault@spatialys.com>	2016-06-02

    Merge branch 'master' of github.com:qgis/QGIS

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-06-02

    [Processing] [Grass7] Add r.in.lidar algorithm (you have to use the same CRS than input file)

Juergen E. Fischer <jef@norbit.de>	2016-06-02

    fix deprecation warning

Juergen E. Fischer <jef@norbit.de>	2016-06-02

    osgeo4w: include arcgis rest provider

Juergen E. Fischer <jef@norbit.de>	2016-06-02

    debian packaging: include arcgis rest provider

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-02

    fix build (follow up 2738c5097e)

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-02

    fix indentation

volaya <volayaf@gmail.com>	2016-05-30

    [processing] fixed wrong indentation

volaya <volayaf@gmail.com>	2016-05-30

    [processing] lidar tools update

    changes by Martin Isenburg

Martin Dobias <wonder.sk@gmail.com>	2016-06-02

    Refactoring

Sandro Mani <manisandro@gmail.com>	2016-06-02

    Make using specific date/time an option, use current date/time otherwise

Sandro Mani <manisandro@gmail.com>	2016-06-02

    Remove unused code

Merge: 49eaf07440 1f02d4a43d
Sandro Mani <manisandro@gmail.com>	2016-06-02

    Merge pull request #3122 from manisandro/arcgis_rest

    Add provider for ArcGIS Map and Feature REST services

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-02

    [styledock] move live update checkbox

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-02

    [styledock] Layer picker

Sandro Mani <manisandro@gmail.com>	2016-05-31

    Add QgsSourceSelectDialog python bindings

Sandro Mani <manisandro@gmail.com>	2016-05-30

    Docstring updates

Sandro Mani <manisandro@gmail.com>	2016-05-28

    Move QJSON detection to toplevel CMakeLists, and make it optional, disabling the arcgisrest provider if it was not found

Sandro Mani <manisandro@gmail.com>	2016-05-28

    Add QgsWKBTypes::zmType test

Sandro Mani <manisandro@gmail.com>	2016-05-27

    Add provider for ArcGIS Map and Feature REST services

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-02

    [Style Dock] Add interface for plugins to add panels to dock

volaya <volayaf@gmail.com>	2016-06-02

    fixed addProvider method in toolbox

Juergen E. Fischer <jef@norbit.de>	2016-06-02

    [FEATURE] oracle provider: add support for renaming attributes

Juergen E. Fischer <jef@norbit.de>	2016-06-02

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2016-06-01

    also disable webkit on xenial (followup 38f6ace)

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-06-02

    Fixed error in executing python file at start.

    This exec form should be compatible with both py2 and py3

Even Rouault <even.rouault@spatialys.com>	2016-06-02

    test_provider_ogr_sqlite.py: rename class to TestPyQgsOGRProviderSqlite and add it in CMakeLists.txt

Hugo Mercier <hugo.mercier@oslandia.com>	2016-06-01

    Arrow symbol layer: option to repeat or not the arrow on the line

Hugo Mercier <hugo.mercier@oslandia.com>	2016-06-01

    Arrow symbol layer: halved arrows and head width/height

    The head size can now be configured by its width and its height
    Arrows can also be rendered as "half arrows"

volaya <volayaf@gmail.com>	2016-06-02

    [processing] added activateProvider method in Processing class

Merge: 732b1cb172 38e9435df4
Matthias Kuhn <matthias@opengis.ch>	2016-06-02

    Merge pull request #3165 from nirvn/fix_attributetable_sort

    [attributetable] add quotes to column name when sorting (fixes #14873)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-01

    [OGR] Handle mFirstFieldIsFid in renameAttributes

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-31

    [FEATURE] Allow renaming fields by double clicking name
    in layer properties window

    Available for supported data providers only (postgres,
    memory layers and OGR layers, dependant on OGR data format
    and version)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-31

    Add support for field renaming in QgsVectorLayer and edit buffer

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-31

    Rename attributes support for postgres provider

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-31

    Add support for attribute renaming to OGR provider

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-30

    [FEATURE] Add support for attribute renaming to QgsVectorDataProvider

    Implemented in memory layer provider only, not yet supported
    in edit buffer or configurable in GUI

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Clarify what value means for single band psuedo color renderer

    ...by adapting the header text and tooltip as the interpolation
    mode is altered

nirvn <nirvn.asia@gmail.com>	2016-06-02

    [attributetable] add quotes to column name when sorting (fixes #14873)

Matthias Kuhn <matthias@opengis.ch>	2016-06-02

    Refactor widget constraints to keep variables private

Matthias Kuhn <matthias@opengis.ch>	2016-06-01

    Show field names in attribute table sorting expression builder

Matthias Kuhn <matthias@opengis.ch>	2016-06-01

    Cache default value in editorwidget

    Makes sure that repeated calls return the same value for a given editor widget.
    This avoids unstable behavior and unrequired updates of serial numbers.

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-18

    Reduce color map display decimals to max 15

    Using 16 decimals gives rounding issues, (e.g. 64.4 displayed as 64.40000000000001)

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-15

    [raster] Fix pseudocolor clip option (setting was lost in the pipeline)

    Also disable checkbox for exact and discrete mode, as it isn't used there.

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-13

    forgot cast to double on divide

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-13

    forgot unit

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-13

    limit number of classes to minimum 2 and remove special cases for < 2

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-13

    fix handling discrete colormaps in continuous mode

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-13

    fix colors for continuous classification with non equally spaced stops

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Color map label on different line

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-13

    Different color map classification handling in discrete mode

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-13

    implement comments from nyalldawson

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-09

    documentation and sip coverage

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    code style fix (astyle)

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    Add Quantile based color map creation mode

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    calculate reasonable number of decimals on classify

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    code style fixes

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    Add option for adding units to color map labels

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    Remove color map sort button, as it is now always automatically sorted

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    more consistent flags on TreeWidgetItems

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    use QgsTreeWidgetItem also for sorting color map items

    quicker and less code, so enable automatic sorting after every edit

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    fix too numerous itemChanged events using QTreeWidgetItem subclass

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    automatically change color map labels when editing value

    not optimal since autolabel function gets called way too often.

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-06

    change color map labels to more compact format

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Small cleanups

Marco Bernasocchi <marco@opengis.ch>	2016-05-31

    [FEATURE] persist Maptip visibility across sessions

    This feature allows to store if a user had
    activated Maptips and turn it on in a following
    QGIS session.
    Maptips are non intrusive, so this shouldn't be
    disturbing.

Merge: 29170d918b ef292e6ada
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Merge pull request #3155 from ahuarte47/Rendering_DrawingMarkersFaster2

    [Improvement] Draw markers faster (2)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Fix possible overflow

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Fix leak in test

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Fix coverity dereference warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Remove unused variables

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Remove some clutter in attribute table dialog by moving the
    "organize fields" and "sort" actions from toolbar buttons
    into a right-click menu on the column headings

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Cosmetic fixups to organize table columns dialog

Merge: 0c735420fc 857d544e55
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Merge pull request #3157 from manisandro/geomchecker_fixes

    Geomchecker fixes

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Copy displayed value rather than original value

    (Respects value relation configuration and other widget settings
    which modify the displayed value)

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Handle sorted or reordered columns when copying cell contents

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-27

    [FEATURE] add copy cell content action in attributetable context menu

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-01

    [FEATURE] Move QgsShortcutsManager, QgsConfigureShortcutsDialog to gui

    This allows plugins to reuse the shortcuts manager if they
    want to add the ability for users to customise their shortcut
    key sequences.

    The shortcut manager has been extended to also handle customisation
    of QShortcut objects as well as QActions.

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-02

    Fix warning

Even Rouault <even.rouault@spatialys.com>	2016-06-01

    [OGR provider] Fix deleteAttributes() when mFirstFieldIsFid

Juergen E. Fischer <jef@norbit.de>	2016-06-01

    [FEATURE] oracle provider: add support to save styles in database

Juergen E. Fischer <jef@norbit.de>	2016-06-01

    spelling fixes

Juergen E. Fischer <jef@norbit.de>	2016-06-01

    fix recommends (followup 8c14165)

Merge: 73ab289e1b 759dd9d121
Martin Dobias <wonder.sk@gmail.com>	2016-06-01

    Merge pull request #3120 from manisandro/rendering_crash

    Guard against possible crash by using destroyed QgsMapRendererCustomPainterJob

Martin Dobias <wonder.sk@gmail.com>	2016-06-01

    Integration of embedded widgets into layer tree + config GUI

Even Rouault <even.rouault@spatialys.com>	2016-06-01

    Fix Coverity warnings in testqgsogcutils.cpp and testqgsgdalprovider.cpp

Merge: 61e26fd8f3 8774ad21b8
Matthias Kuhn <matthias@opengis.ch>	2016-06-01

    Merge pull request #3079 from pblottiere/constraints

    [FEATURE] widgets constraints

volaya <volayaf@gmail.com>	2016-06-01

    [processing] fixes for issues with 3rd party providers being loaded and unloaded

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-06-01

    [hillshade] increase z factor places

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-01

    Doc, indentation fixes for hillshade renderer

Christian Frugard <frugardc@gmail.com>	2016-05-25

    [FEATURE] [mssql] Save styles to the database in MSSQL

    Adding the functions to save styles in an mssql database.
    Creates tables, etc to support default and listing styles.

Asger Skovbo Petersen <asgerpetersen@gmail.com>	2016-06-01

    Hillshaderenderer: Add 'multidirectional oblique-weighted' rendering option (#3160)

volaya <volayaf@gmail.com>	2016-06-01

    [processing] fixed check to avoid adding a provider that is already added

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-01

    [processing] move spatialite and postgis utils into tools package

Alexander Bruy <alexander.bruy@gmail.com>	2016-06-01

    [pluginmanager] show trusted plugins (fix #14916)

volaya <volayaf@gmail.com>	2016-06-01

    [processing] fixed wrong call to splitext in dataobjects.py

Merge: f20e28d98f 925746daf7
Nyall Dawson <nyall.dawson@gmail.com>	2016-06-01

    Merge pull request #3159 from DelazJ/patch-4

    fix missing space and typo

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-06-01

    allow to hide/show all columns in attribute table config

Even Rouault <even.rouault@spatialys.com>	2016-06-01

    Render WFS layers added when 'Keep dialog open' is enabled (#14935)

    And remove a few left overs (MapCRS, MapExtent) that were only used
    by the provider in QGIS <= 2.14.

    It is not completely obvious why the canevas refresh was disabled
    before while the dialog is opened. Perhaps a conflict with the
    previous Load GML progress dialog that was modal ?

Harrissou Sant-anna <delazj@gmail.com>	2016-06-01

    fix missing space and typo

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-01

    Clarify use of the term "OTF"

    - change button tooltip from referring to "OTFR" to "OTF" to match
    button text
    - change wording of enable CRS transformation option to make it
    more obvious that this option is what "OTF" refers to

    Inspired by @rouault

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-01

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-01

    Followup 1b2af79, more robust way of setting shortcuts

Juergen E. Fischer <jef@norbit.de>	2016-05-31

    debian packaging: limit globe to osgearth 2.7

Nyall Dawson <nyall.dawson@gmail.com>	2016-06-01

    Ctrl zoom (#3154)

    * Switch QgsMapCanvas zoomIn and zoomOut to slots

    * Change shortcuts to zoom in/out tool to Ctrl+Alt +/-, and
    make Ctrl + and Ctrl - trigger an immediate zoom in/out

    Having Ctrl +/- perform an immediate zoom in/out is standard
    across almost all apps with a zoom facility, so we should
    respect that same behaviour.

    This change also helps bring canvas and composer behaviour
    closer together.

    (fix #1824)

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-06-01

    [style dock] use a QLineEntry for layer title (#3141)

Matthias Kuhn <matthias@opengis.ch>	2016-05-31

    Add CONTRIBUTE.md to help new contributors. (#2581)

    This file will be shown when people make new pull requests.

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-31

    fix unit test

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-29

    replace the message bar by a multiline qlabel

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-29

    remove null information message bar

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-28

    add constraint description

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-20

    fix doc

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-19

    add layer scope in context to evaluate the constraint expression

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-19

    translatable string

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-19

    rename feature -> f to avoid an API break

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-19

    replace "" by QString()

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-19

    fix parameter's name camelcase

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-19

    fix sip

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-19

    fix test doc

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-19

    rename constraint to expression for method's name

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-09

    [FEATURE] constraints on widgets

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Add not null constraint and visual feedback to widgets

rldhont <rldhont@gmail.com>	2016-05-31

    [Processing] Add optional capabilities to R scripts

rldhont <rldhont@gmail.com>	2016-05-31

    [BUGFIX][Processing] R: Extent from raster package is "xmin, xmax, ymin, ymax"

    Extent from raster package is like in Processing
    http://www.inside-r.org/packages/cran/raster/docs/Extent

Sandro Mani <manisandro@gmail.com>	2016-05-31

    [Globe] Fix incorrect transparency conversion

rldhont <rldhont@gmail.com>	2016-05-31

    [Processing] Fix getParameterDescriptions

    Add import json for script and r
    return descs and not None

Juergen E. Fischer <jef@norbit.de>	2016-05-31

    globe: fix warnings on windows

Salvatore Larosa <lrssvtml@gmail.com>	2016-05-31

    [processing] add again the algorithm name after being removed mistakenly in 507aeb0

volaya <volayaf@gmail.com>	2016-05-31

    [processing] fixes and better warning messages in modeler

Alvaro Huarte <ahuarte47@yahoo.es>	2016-05-31

    Draw markers faster

    The code takes advantage of points already created to paint the
    geometries.
    This point array contains the simplified version of the original
    geometry.

Juergen E. Fischer <jef@norbit.de>	2016-05-31

    spelling fixes

Asger Skovbo Petersen <asgerpetersen@gmail.com>	2016-05-31

    Hillshaderenderer: Fix calculation of aspect (#3152)

Even Rouault <even.rouault@spatialys.com>	2016-05-30

    Fix build problem with gcc 4.7

Juergen E. Fischer <jef@norbit.de>	2016-05-28

    debian packaging: fix installation of mime icons

Juergen E. Fischer <jef@norbit.de>	2016-05-28

    fix precise build

Even Rouault <even.rouault@spatialys.com>	2016-05-30

    [WFS provider] Fix build problem due to signature change of QgsRectangle::combineExtentWith()

Merge: 86f6e7eb0d 2ac20c665f
Even Rouault <even.rouault@mines-paris.org>	2016-05-30

    Merge pull request #3148 from rouault/wfs_better_behaviour_with_wrong_capability_extent

    [WFS Provider] Implement workarounds to better behave when extent reported by capabilities is wrong

Merge: 4b130cbf42 9fe210283c
Even Rouault <even.rouault@mines-paris.org>	2016-05-30

    Merge pull request #3142 from rouault/identify_result_float_precision

    Do not print excessive decimals when identifying value on a Float32 raster

Merge: df6410ec35 f3b635dcbb
Even Rouault <even.rouault@mines-paris.org>	2016-05-30

    Merge pull request #3134 from rouault/do_not_write_nodata_if_not_existing

    Nodata related fixes

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-30

    fix typo in import

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-30

    fix imports (follow up b52828fac7)

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-30

    fix indentation (follow up b52828fac7)

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-28

    [Processing] Compare lower file extension to "shp"

Salvatore Larosa <lrssvtml@gmail.com>	2016-05-30

    [dbmanager] remove maxsize constraint for reset button in query builder dialog

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-30

    [processing] fix .ui file loading (follow up b52828fac7)

Merge: 3bdbf79b4d 47cf9240b3
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-30

    Merge pull request #3138 from sbrunner/limit

    Add and fix WFS server MAXFEATURES test

Sandro Mani <manisandro@gmail.com>	2016-05-30

    Clarify in the registerMapLayerPropertiesFactory docstring that the ownership of the factory is not transferred

Sandro Mani <manisandro@gmail.com>	2016-05-30

    [Globe] Remove python bindings

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-30

    [FEATURE] Allow web map style shift-drag zoom

    When certain map tools are active, you can hold down shift
    and drag a rectangle on the map to zoom to that area. This
    is enabled for the map tools which are not selection tools
    (since they use shift for adding to selection), and edit
    tools.

    Gracias a Girona!

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-30

    Switch to flags for map tool behaviour

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-30

    [FEATURE] Plugins can add pages to vector layer properties*

    * This is actually a followup to 87121d, which fixes leaks
    & clarifies some docs. But I figured the ability to add
    custom pages to the properties is worth highlighting as a
    feature on it's own, or it may go unnoticed in the other
    globe related changes!

Merge: b52828fac7 75461aa181
Alexander Bruy <alexander.bruy@gmail.com>	2016-05-30

    Merge pull request #3119 from arnaud-morvan/processing_fix_postgis_overwrite

    [processing] fix ogr2ogr postgis table overwrite

volaya <volayaf@gmail.com>	2016-05-27

    [processing] allow creating new plugin from toolbox with scripts

volaya <volayaf@gmail.com>	2016-05-28

    [processing] added ‘supported’ parameter to exportVectorLayer

Merge: 12cbcfc7fd 69bed21837
Matthias Kuhn <matthias@opengis.ch>	2016-05-30

    Merge pull request #3077 from pvalsecc/legend_url

    WMS: Better logic to pick the legend URL

Merge: 72b55b7ef4 62c814cb45
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-05-30

    Merge pull request #3147 from pblottiere/fix_diagram

    [Bugfix] Fix pin/unpin maptool

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-05-26

    Add and fix WFS server MAXFEATURES test

    It was not working when we do a POST with an XML

Sandro Mani <manisandro@gmail.com>	2016-05-30

    [Globe] Remove remaining traces of osg sip bindings

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-20

    [db_manager] Fix #14796 - Quote values depending on data type in query builder

Merge: 79d640715e cdbd4e45d4
Sandro Mani <manisandro@gmail.com>	2016-05-29

    Merge pull request #3126 from manisandro/globe

    Revived globe, compatible with OsgEarth 2.7

Sandro Mani <manisandro@gmail.com>	2016-05-29

    Docstring updates

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-29

    fix pin/unpin ctl key

Even Rouault <even.rouault@spatialys.com>	2016-05-29

    QgsRasterBlock::printValue(): add documentation notes

Even Rouault <even.rouault@spatialys.com>	2016-05-29

    [WFS Provider] Implement workarounds to better behave when extent reported by capabilities is wrong

    Some servers like http://geodata.nationaalgeoregister.nl/bag/wfs report wrong layer
    extent in their GetCapabilities response.

    This commit implements a work around :
    - in the 'Request only features intersecting extent' mode, if no feature is returned
      in a BBOX enclosing the GetCapabilities extent, then query a single feature to
      initialize the extent. The user will then to zoom again on layer and zoom out.
    - in the other mode, the extent is updated with the feature geometry extent as soon
      as features come from the server, and the user can zoom on layer regularly to se
      it updated.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-30

    Set cursor to pan cursor when space-dragging canvas

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    [FEATURE] ctrl+wheel on canvas results in smaller zoom

    Holding down ctrl while using the mouse wheel to zoom in or
    out now results in a finer zoom. This behaviour brings canvas
    into line with composer.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    [composer] Prevent zooming out/in too far

    Would cause issues when scale became 0 and it was impossible
    to further interact with the composer.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    Remove deprecated wheel action behaviour from composer

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-29

    fix pin/unpin diagrams when no labels

Merge: c7a4e5a065 92f71b696c
Jürgen Fischer <jef@norbit.de>	2016-05-29

    Merge pull request #3098 from arnaud-morvan/postgresql_decimal_fields

    Keep numeric fields type, length and precision in postgresql provider

Even Rouault <even.rouault@spatialys.com>	2016-05-28

    [GDAL provider] Ignore nodata value that are not representable in the data type.

    This is related to commit e0d38ba3f912b7ae6b34e66a44e529ec37394458. In case
    we have to deal with an inconsitent raster where the nodata value is set to
    a value not representable in the data type, ignore it. Otherwise, a NaN value
    in a Byte raster would be cast as 0.

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-05-13

    WMS: Better logic to pick the legend URL

    QGIS had two problems:
    1) It was using the specified legend URL only if its mime type was matching
       the layer's mime type. There is no reason for that.
    2) When QGIS was using the default layer (empty string), it was not even
       trying to find out in what style to pick the legend URL.

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-05-13

    WMS GetCapabilities: override parent's style if they have the same name

    When there is a layer group with several sub-layers, the group has a
    "default" style and the sub-layers each have a "default" layer. QGIS
    was showing two "default" styles for the sub-layers, which would be
    confusing to the user and could pick the wrong legend for the
    sub-layer if the user picked the wrong entry (the first one).

    Had to create a static lib for wmsprovider in order to unittest it.

Even Rouault <even.rouault@spatialys.com>	2016-05-29

    Do not print excessive decimals when identifying value on a Float32 raster

    Was reported in https://lists.osgeo.org/pipermail/qgis-user/2016-April/036045.html

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    [needs-docs] Reword "delete" option in db connection dialog

    Button has been changed to "remove", to make it clear that
    the button just removes the connection, it does not delete
    the database! (It was confusing for spatialite dbs)

    Also add tooltips to buttons for extra clarification.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    Fix incorrect tooltips in effects widget

Merge: 1b06324d24 59faf95c1d
Matthias Kuhn <matthias@opengis.ch>	2016-05-29

    Merge pull request #3062 from medspx/processing_imagery

    [Processing] GRASS7 complete i.* modules (implements Redmine #5722)

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-05-27

    Add a warning on QGIS server when the versions don't corresponds

    QGIS server and project file.

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-05-28

    Blacklist travis-ci qt5 tests and remove i.fft test

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-05-28

    Exec things...

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-05-28

    Remove NaN values from raster before hash calculation

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-27

    Fix qt5 travis build and update README for Processing tests

Médéric RIBREUX <medspx@users.noreply.github.com>	2016-05-26

    fix .travis config indentation

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-26

    Fix exec statement for AlgorithmsTestBase.py
    On travis-ci environment, Python version seems to be affected by [this bug](https://bugs.python.org/issue21591).
    One way to fix it is to use the old statement instead of exec() function.

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-26

    Add libfftw3-3 to travis-ci environment (fingercross: should pass)

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-26

    Fix rasterhashes value with osgeo4travis values

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-24

    Temporary make Grass7Utils more verbose for more travis debug

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-23

    Add ugly debug prints to try to find what is travis-ci problem...

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-05-21

    Fix i.at.corr test

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-19

    Try without subfunction

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-19

    Try this exec modification

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-06

    Update TODO file

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-06

    Fix i.atcor algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-06

    Add last set of tests

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-06

    Fix multiple input parameter type detection for graphical unit test generator

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-06

    Expand external file support to graphical unit test generator

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-06

    Improve tests: add external file support into AlgorithmsTest

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-06

    Add first set of unit tests

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-06

    Fix some algorithms

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-04

    Add i.aster.toar algorithm (need to fix a GRASS7 bug about number of files)

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-04

    Add i.rectify algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-04

    Add i.landsat.acc algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-04

    Add i.in.spotvgt algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-04

    Add i.modis.qc algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-03

    Add i.maxlik algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-03

    Add i.cca algorithm (segfaults from GRASS)

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-02

    Add i.oif algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-02

    Add i.pansharpen algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-02

    Add i.topo.corr algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-02

    Add i.pca algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-02

    Add i.segment algorithm

Médéric Ribreux <mederic.ribreux@medspx.fr>	2016-05-02

    Add i.smap algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-28

    Add i.tasscap algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-28

    Add i.vi algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-28

    Add i.landsat.toar algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.image.mosaic (needs Redmine #5742 to be implemented)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.evapo.mh parameters detection

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.group algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

     Add i.gensigset algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.gensig algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.evapo.time algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.evapo.pt algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.evapo.pm algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.evapo.mh algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.emissivity algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.biomass algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.eb.soilheatflux algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.eb.netrad algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.eb.hsebal01 algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.eb.eta algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.eb.evapfr algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.colors.enhance algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-04-24

    Add i.albedo and i.cluster algorithms

Sandro Mani <manisandro@gmail.com>	2016-05-29

    Change QgsRectangle::combineExtentWith(const QgsRectangle*) into QgsRectangle::combineExtentWith(const QgsRectangle&)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    Fix failing server label test

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    Fix uninitialized wheel zoom factor in QgsMapCanvas

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    [FEATURE][expressions] If a feature is passed to a function
    expecting geometry inputs, then use that feature's geometry
    instead of throwing an error

    eg

    buffer(@atlas_feature,100)

    or

    buffer(get_feature('my_layer','id=54'))

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    Minor clean ups

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    Add missing docs, SIP bindings, some const correctness

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-05-29

    [FEATURE] add a char() function to the expression engine (#3137)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    Correctly mark method as deprecated

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    Fix doxygen warnings

Merge: bae8a0e5e0 c3e7a56b05
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-05-28

    Merge pull request #3131 from 3nids/lockscale

    allow to lock scale to use magnification to zoom in/out

Sandro Mani <manisandro@gmail.com>	2016-05-28

    Remove unfinished osg[Earth] python bindings

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-05-28

    always use double for dpi

Sandro Mani <manisandro@gmail.com>	2016-05-28

    Store QgsBillBoardRegistry in QgsProject instead of making it a singleton

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-05-28

    allow to lock scale to use magnification to zoom in/out

    this also removes the option for different behavior of mouse wheel

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-28

    [FEATURE] Georeference outputs (eg PDF) from composer

    This commit makes composer automatically georeference outputs
    (where output format makes this possible, eg TIF and PDF).

    The existing option to create a world file has been separated
    from the map selection for georeferencing. The new behaviour
    is to always georeference outputs, and only create the
    separate world file if that option is checked.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-28

    QgsActionManager: improve docs + add tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-27

    Fix feature's value action not working (fix #14536)

    Replace broken/missing $currfield with new @current_field
    expression variable. Update other default actions to use
    expression variables instead of deprecated special columns.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-29

    Fix build warning

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-28

    Add SHAPE_ENCODING parameter in GDAL "to postgis" algorithms

Sandro Mani <manisandro@gmail.com>	2016-05-28

    Improve numerical stability of QgsAbstractGeometryV2::centroid

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-26

    [styledock] Fix undo redo

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-25

    [renderer] Live hillshade renderer for raster layers

    Thanks to Asger Skovbo Petersen (@AsgerPetersen) for the idea and fixes
    Thanks to Nyall for reviews and bug fixes

rldhont <rldhont@gmail.com>	2016-05-28

    [Processing] add an algs static method to Processing for server

Sandro Mani <manisandro@gmail.com>	2016-05-28

    [Geometry checker] Delay sorting of results until all are listed

Even Rouault <even.rouault@spatialys.com>	2016-05-28

    QgsRasterFileWriter::writeDataRaster(): do not set nodata on output when unneeded

    Currently if the source raster has no nodata value, the writer will still write
    nan as the output nodata value, ignoring the flag that specifies if there is a
    nodata value or not. On a raster with byte data type, this will cause
    confusion on reading since the nodata value will be somehow cast as 0.

    Make QgsRasterChecker check for nodata consistency between source and target, and
    add a test file that shows the issue.

Merge: 27c5f78f4d 7132209fa0
Alexander Bruy <alexander.bruy@gmail.com>	2016-05-28

    Merge pull request #3100 from alexbruy/add-db-table

    enable Add button in DB dialogs only when at least one table is selected (fix #5616)

Sandro Mani <manisandro@gmail.com>	2016-05-27

    Guard against possible crash by using destroyed QgsMapRendererCustomPainterJob

Sandro Mani <manisandro@gmail.com>	2016-05-26

    Revived globe, compatible with OsgEarth 2.7

Merge: 3d95712009 8592a7e3ac
rldhont <rldhont@gmail.com>	2016-05-28

    Merge branch 'processing_shortHelp'

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-28

    [processing] add output extent to scripts (refs #11781)

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-27

    [Processing] Fix ogr2ogr postgis table overwrite

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-28

    [pluginmanager] limit plugin icon maximum size to prevent breaking description page layout

rldhont <rldhont@gmail.com>	2016-05-28

    [Processing] Add shortHelp for Scripts, Models and R

    And enhance getParameterDescriptions

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-05-28

    move scale widget in its own class (away from qgisapp)

Merge: 2c1f2ce1c0 88c8d352e8
Even Rouault <even.rouault@mines-paris.org>	2016-05-28

    Merge pull request #3121 from rouault/pyramids

    Various improvements and fixes related to raster pyramids

Even Rouault <even.rouault@spatialys.com>	2016-05-27

    QgsRasterFormatSaveOptionsWidget: do not put pyramid option profiles into format option profiles

    Before this commit, if the user opened Settings / Options / GDAL / Edit Pyramid options and
    validated it, it added pyramid options as creation options of the GTiff driver, which
    caused later confusion since they wrongly appeared in Creation Options / profile
    combo box, when saving as raster layer.

Even Rouault <even.rouault@spatialys.com>	2016-05-27

    QgsRasterPyramidsOptionsWidget: cleanup to avoid use of hard-coded constants

Even Rouault <even.rouault@spatialys.com>	2016-05-27

    [GDAL provider] Fixes related to pyramid option validation

    - The method QgsGdalProvider::validatePyramidsCreationOptions() was a wrong name
      and should have been an override of the base validatePyramidsConfigOptions(). This
      issue existed since it was introduced in 2fb78db2, so this method couldn't be
      called
    - Fix in it the list of formats that accept internal overviews. And other clean-up
    - In QgsRasterFormatSaveOptionsWidget(), when called from the Save as dialog,
      add logic to avoid that selecting the "JPEG compression" profile for overviews
      results in PHOTOMETRIC_OVERVIEW=YCBCR to be added in the option string for non-RGB
      datasets (will now fail the validation, and previously would have caused overview
      generation to fail)

Even Rouault <even.rouault@spatialys.com>	2016-05-27

    QgsGdalProvider::buildPyramids(): do not crash if an invalid option is provided

Even Rouault <even.rouault@spatialys.com>	2016-05-27

    Raster layer properties : use/save default pyramid resampling method

    Currently when you build raster pyramids from the Pyramids tab in raster layer
    properties, the default method proposed is the first one in the combobox, i.e. nearest
    neighbour. This is generally a poor choice for quality.
    This changeset uses the settings gdal/driverOptions/_pyramids/resampling already
    used by the Options dialog to select the resampling method (and AVERAGE if not yet
    defined), and it saves the user choice when generating them.

Even Rouault <even.rouault@spatialys.com>	2016-05-27

    [GDAL provider] Add cubic spline and lanczos resampling methods for overviews if GDAL >= 2.0

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-28

    Add missing docs

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-28

    Temporarily revert "add sip bindings to webkit stubs"

    This reverts commit dd69a5965589c8a27f2388e6ecad02b223392704.

    The commit was causing build failures on Travis

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-27

    [processing] drop WebView dependency (follow up 38f6ace4c0)

Juergen E. Fischer <jef@norbit.de>	2016-05-27

    add sip bindings to webkit stubs

Juergen E. Fischer <jef@norbit.de>	2016-05-27

    german translation fixes (followup 0eecac1)

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-05-27

    Cleanup some default values from nullptr to empty non-pointers

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-28

    Avoid warning

Merge: cbbc53570c 6969a1a401
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-27

    Merge pull request #2900 from ahuarte47/Issue_QPainterSimplification

    [Bugfix] QPainter simplification (fixes #14301)

Matthias Kuhn <matthias@opengis.ch>	2016-05-26

    Avoid string comparisons

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-27

    Postgres simplification does not work with curved types

Merge: 70c5ab6a05 fb2d5e727e
Jürgen Fischer <jef@norbit.de>	2016-05-27

    Merge pull request #3114 from SrNetoChan/new_icons

    Adds File Formats mime Icons for debian and rpm

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-27

    [processing] fix handling of scriipts/models folders in Get scripts dialog (follow up d16f04bf3a)

rldhont <rldhont@gmail.com>	2016-05-27

    ending store and restore layer extents in projects

volaya <volayaf@gmail.com>	2016-05-27

    [processing] made lastools additional parameters optional

volaya <volayaf@gmail.com>	2016-05-27

    [processing] do not exit loop in intersect if there are errors

    fixes #14908

volaya <volayaf@gmail.com>	2016-05-26

    [processing] re-enabled tooltips in algorithm dialog

volaya <volayaf@gmail.com>	2016-05-26

    [processing] fixed default extension selection

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-27

    Show curve point radius in infotool and fix bug in geometryutils

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-27

    [processing] add option to force singlepart geometry type to postgis import (fix #14889)

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-05-26

    add missing include in DB2

Merge: 84c0241776 eeea18ecba
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-27

    Merge pull request #3112 from ThomasG77/qgsannotationitemcast

    Cast each child of QgsAnnotationItem in SIP bindings for Python

Juergen E. Fischer <jef@norbit.de>	2016-05-27

    INSTALL is a output file from the t2tdoc target

Juergen E. Fischer <jef@norbit.de>	2016-05-27

    make webkit optional

Alexandre Neto <senhor.neto@gmail.com>	2016-05-27

    fixes debian desktop files for file format icons

Alexandre Neto <senhor.neto@gmail.com>	2016-05-27

    add extra icons

Alexandre Neto <senhor.neto@gmail.com>	2016-05-26

    Add QGIS file types Icons for Linux

Merge: a389862721 586e9bfabc
Alexander Bruy <alexander.bruy@gmail.com>	2016-05-26

    Merge pull request #3096 from arnaud-morvan/processing_fix_updatedependentfields

    [BUGFIX] [Processing] Fix updateDependentFields

Merge: 36161fc05d aef3dd4da4
pcav <cavallini@faunalia.it>	2016-05-26

    Merge branch 'master' of https://github.com/qgis/QGIS

pcav <cavallini@faunalia.it>	2016-05-26

    INstructions for installing with Qt5+Py3 on Debian in INSTALL

ThomasG77 <thomas_gratier@yahoo.fr>	2016-05-26

    Cast each child of QgsAnnotationItem in SIP bindings for Python

Juergen E. Fischer <jef@norbit.de>	2016-05-26

    remove svn references from prepare-commit.sh and make it work from anywhere in the repository

Merge: ef3de28538 53089188d5
volaya <volayaf@gmail.com>	2016-05-26

    Merge pull request #3109 from rldhont/bugfix_processing_getParameterDescriptions

    [BUGFIX][Processing] Add getParameterDescriptions to R, Model and Scr…

rldhont <rldhont@gmail.com>	2016-05-26

    [BUGFIX][Processing] Add getParameterDescriptions to R, Model and Script algo

Merge: d783635a40 8cd6be57ed
volaya <volayaf@gmail.com>	2016-05-26

    Merge pull request #3110 from NaturalGIS/master

    fix two SAGA statistics_grid modules

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-26

    [processing] homogenize spatial index name with DB Manager (fix #14899)

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-23

    [Processing] Fix updateDependentFields

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-05-26

    fix two SAGA statistics_grid modules

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-26

    fix indentation

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-24

    [processing] support multiple scripts/models folders (fix #10476)

Juergen E. Fischer <jef@norbit.de>	2016-05-26

    INSTALL is a output file

pcav <cavallini@faunalia.it>	2016-05-26

    Another typo in INSTALL

Merge: eb275ea49b b5b0145c8f
Alexander Bruy <alexander.bruy@gmail.com>	2016-05-26

    Merge branch 'pluginmanager-fix-strings'

Merge: 322da8b2cf ed90055e19
Alexander Bruy <alexander.bruy@gmail.com>	2016-05-26

    Merge branch 'worlfile-ext'

Alvaro Huarte <ahuarte47@yahoo.es>	2016-05-15

    Fix travis errors

Alvaro Huarte <ahuarte47@yahoo.es>	2016-03-29

    Add Visvalingam simplification algorithm

Alvaro Huarte <ahuarte47@yahoo.es>	2016-03-23

    Add SimplifyAlgorithm enum for local simplification

    It implements the SimplifyAlgorithm enum for local simplification of
    geometries.
    Also the SnapToGrid algorithm is added.

Alvaro Huarte <ahuarte47@yahoo.es>	2016-03-23

    Simplify geometry for labeling

Alvaro Huarte <ahuarte47@yahoo.es>	2016-03-23

    Allow override WkbPtr and define WkbSimplifierPtr class

    This commit simplifies the geometry just before to paint it in the
    current QPainter device.

    This commit allows to override the '>>' operators of the QgsWkbPtr
    class. Also, It defines a new QgsWkbSimplifierPtr class to automatically
    simplify the input point stream.

Alvaro Huarte <ahuarte47@yahoo.es>	2016-02-23

    New members in QgsVectorSimplifyMethod for QPaint simplification

Alvaro Huarte <ahuarte47@yahoo.es>	2016-02-21

    Remove FeatureIterator simplification

Merge: d19767d590 997a3683a0
Alexander Bruy <alexander.bruy@gmail.com>	2016-05-25

    Merge pull request #3105 from volaya/processing_cleanup

    [processing] cleanup and improvements

pcav <cavallini@faunalia.it>	2016-05-25

    Typos in INSTALL

Merge: 98ede7fecf 0469ffc13e
pcav <cavallini@faunalia.it>	2016-05-25

    Merge branch 'master' of https://github.com/qgis/QGIS

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-25

    homogenize worldfile extensions when exporting map as image (fix #13264)

volaya <volayaf@gmail.com>	2016-05-25

    [processing] removed wrong import

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-25

    [pluginmanager] reword link to plugin bugtracker (fix #11582)

Merge: 0627ac3f42 6b715c5bd6
Alessandro Pasotti <elpaso@itopen.it>	2016-05-25

    Merge pull request #3106 from boundlessgeo/wfs-t-tests-2

    Wfs t tests

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-05-25

    Adapted test to new provider changes

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-05-25

    Added debug msg

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-05-25

    Renamed test

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-05-09

    [server] WFS-T server and provider integration tests

    Integration tests for WFS-T provider and WFS-T server.
    The tests perform WFS-T CRUD operations on a QGIS Server
    instance through WFS-T data provider.

    Funded by Boundless

Matthias Kuhn <matthias@opengis.ch>	2016-05-25

    Followup f300715, adjust test

Matthias Kuhn <matthias@opengis.ch>	2016-05-25

    Fix crash in relation manager

    When clicking ok with invalid definitions.

    Fixes #14869

Matthias Kuhn <matthias@opengis.ch>	2016-05-25

    [2.5D] Change default roof color

    Kudos to @timlinux

volaya <volayaf@gmail.com>	2016-05-25

    [processing] fixed modeler dialog

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-25

    [python] Add bits() bindings for QgsRasterBlock

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Add some tooltips to relation subform buttons

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Add more missing docs

volaya <volayaf@gmail.com>	2016-05-25

    [processing] remove square brackets from output names when no path and no extensions are provided

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Add missing docs

volaya <volayaf@gmail.com>	2016-05-25

    [processing] only ask for msys folder in windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-24

    Store object instead of pointer to crs in QgsMapLayer

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-24

    Make QgsCoordinateReferenceSystem implicitly shared

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Allow opacity change for 25d renderer colors (fix #14877)

nirvn <nirvn.asia@gmail.com>	2016-05-25

    [gui] improve no color logic by keeping RGB values

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Add test for color button that setting color to transparent
    will retain non-alpha color components

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Always mark features as valid when added to memory provider

    For other providers features will automatically be made valid
    through the proces of adding to the provider's storage itself
    and then later retrieving via iterators. But the memory
    provider uses a direct copy of the feature, so if we don't
    explicitly mark features as valid the provider may be
    returning features incorrectly marked as invalid.

    ...and add tests to ensure all providers always return valid
    features

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Search widget wrapper for relation reference widget

Merge: 1cddf8db00 3b7c0fc04f
volaya <volayaf@gmail.com>	2016-05-25

    Merge pull request #3103 from rldhont/bugfix_processing_rscript_output_table

    [BUGFIX][Processing][Rscript] Write output Table

Merge: 94d88e65d8 f470c531d8
volaya <volayaf@gmail.com>	2016-05-25

    Merge pull request #3102 from rldhont/bugfix_processing_rscript_crs

    [BUGFIX][Processing][Rscript] Use CRS Parameter

rldhont <rldhont@gmail.com>	2016-05-24

    [BUGFIX][Processing][Rscript] Write output Table

    Add support forwriting  output table to Rscript command.

rldhont <rldhont@gmail.com>	2016-05-24

    [BUGFIX][Processing][Rscript] Use CRS Parameter

    Add support for CRS parameter to Rscript command.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Correctly return null values from QgsColorWidgetWrapper

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Add a set to null ('clear') to color buttons

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Fix logic in detecting whether attribute form widgets have changed

    Since two null QVariants can be reported as not equal if they have
    different underlying types we need to ensure that we don't flag
    this situation as a changed value.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Fix invalid background/text colors showing in attribute table

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-25

    Fix crash in attribute table when layer has no fields

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-24

    fix typo

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-24

    [processing][gdaltools] reword merge option (fix #8519)

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-24

    [processing] add ability to choose encoding when importing into PostGIS (fix #14687)

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-24

    enable Add button in DB dialogs only when at least one table is selected (fix #5616)

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-24

    Keep numeric fields type, length and precision in postgresql provider

Merge: 2bba1917e1 5d7e218b04
Alexander Bruy <alexander.bruy@gmail.com>	2016-05-24

    Merge pull request #3097 from rldhont/bugfix_processing_rscript_extent

    [processing] add missed extent parameter to R provider

rldhont <rldhont@gmail.com>	2016-05-24

    [BUGFIX][Processing][Rscript] Use Extent Parameter

    Add support for extent parameter to Rscript command.

Merge: ff38f27dea 386fcc67ab
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-24

    Merge pull request #3095 from DelazJ/patch-3

    Add example to functions

Harrissou Sant-anna <delazj@gmail.com>	2016-05-24

    Add more example

Harrissou Sant-anna <delazj@gmail.com>	2016-05-24

    Add more example

volaya <volayaf@gmail.com>	2016-05-24

    [processing] improvements for new mechanism for adding algorithms

    Correctly remove algorithms on plugin unload

Juergen E. Fischer <jef@norbit.de>	2016-05-24

    fix build

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-24

    [FEATURE][expressions] Expanded support for date/time calcs

    Adds support for date - date, time - time and datetime - datetime
    type calculations which return an interval.

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-24

    Code style

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-24

    [styledock] Fix setting QgsSingleBandPseudoColorRendererWidget signal order

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-24

    [styledock] Fix setting label widget layer

    Opps :)

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-24

    More ninja changes

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-24

    Add file missing from 3e4536

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-24

    Followup 71712a, add missing SIP bindings

    Also change QPointF& -> QPointF (faster)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-24

    Followup 73733a, fix crash when running invalid python strings

volaya <volayaf@gmail.com>	2016-05-23

    [processing] fixed header

volaya <volayaf@gmail.com>	2016-05-23

    [processing] additional mechanism to add scripts from 3rd party plugin

volaya <volayaf@gmail.com>	2016-05-19

    [processing] separated alglist to its own module

volaya <volayaf@gmail.com>	2016-05-13

    [processing] moved imports to initialize providers to a separate module

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-12

    [processing] fix tests

volaya <volayaf@gmail.com>	2016-05-12

    [processing] keep parameter in addProvider method for backwards compatibility

volaya <volayaf@gmail.com>	2016-04-28

    [processing] cleaning and restructuring

    This fixes some design errors (mainly the ModelerUtils class, which is not needed anymore to hold a copy of algs and providers in order to avoid circular dependencies) and removes unused code

volaya <volayaf@gmail.com>	2016-04-28

    [processing] save value of grass path when autoconfiguration is succesful

volaya <volayaf@gmail.com>	2016-04-28

    [processing] fixed provider updates in toolbox

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-23

    Draw vertices of unsegmentized geometry

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-23

    [processing] correctly set default value in modeler algorithms (fix #12767)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-24

    Only show 'case sensitive' checkbox for string fields

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-24

    Add Is Not Null and Is Not Between type search/filters

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    Don't automatically turn column filter to extended filter

    Now fields using text edit widgets will keep the column filter
    as the entered text.

    Additionally, the extended filter has been improved to always
    take the initial filter from the current filter, even if it's
    not an extended filter.

    (fix #12422)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    Add missing docs

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    Add a "Between" type search/filter in filter form mode

    When Between searches are selected, two search widget wrappers
    will be created to allow entry of the minimum/maximum allowed
    values.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    [FEATURE] Add a search widget wrapper for datetime widgets

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    Add an interderminant "empty" state for QgsDateTimeEdit

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    Switch Ctrl+F shortcut to switch to filter mode

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    [FEATURE] Add search widget wrapper for check box widget

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-17

    [FEATURE] Form based select/filter in attribute table

    This commit adds a new mode to the attribute table dialog for searching
    and filtering features. When activated (using a button on the toolbar
    or by pressng CTRL+F), the dialog will switch to form view and all
    widgets are replaced with their search widget wrapper variant.

    Alongside each widget is a tool button with options for controlling
    the search/filter behaviour for that field, eg "equal to", "not equal
    to", "is null", "greater than", etc.., with the options presented
    matching themselves to the corresponding field and widget type.

    New buttons appear at the bottom of the form for either selecting
    matching features (with options for add to selection/remove from
    selection/select within current selection) or filtering features
    in the table (with options for adding features to a current filter
    or further restricting a current filter).

    Sponsored by SIGE

Matthias Kuhn <matthias@opengis.ch>	2016-05-23

    Don't crash when trying to sync raster layer for offline editing

    Fix #14848

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-23

    [processing] fix expressions handling in ParameterString (fix #14834)

    Add initial set of tests for ParameterString

volaya <volayaf@gmail.com>	2016-05-23

    [processing] fix to avoid interrupted system call exceptions in mac

Matthias Kuhn <matthias@opengis.ch>	2016-05-23

    [build] Allow using ninja generator on non-win os'es

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-23

    [build] Add better support for Ninja build system

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-23

    [processing] restore CreateConstantRaster algorithm (fix #14860)

Juergen E. Fischer <jef@norbit.de>	2016-05-23

    better fix for 61693b8

Juergen E. Fischer <jef@norbit.de>	2016-05-23

    [MSVC] add include for M_PI_2

ninsbl <stefan.blumentrath@gmx.de>	2016-05-22

    [processing] Don't round grass7 extent and resolution to integer

    fix #14582
    See: https://hub.qgis.org/issues/14582

    The commit removes the a-flag when the grass region for raster analysis is set. The a-flag causes in some cases unwanted rounding of raster extend / resolution, and should not be set hardcoded in processing. It is usually used in combination with the "res" option.
    For aligning the pixels of the GRASS region to a specific raster, the align option should be used (and not the a-flag). See: https://grass.osgeo.org/grass70/manuals/g.region.html
    GRASS 6.4 algs do not use the a-flag either, which explains why this bug appears only for GRASS 7.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    Flag old composer table classes as deprecated

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    Fix QgsComposerAttributeTableV2 setting displayed fields under qt5

    Also don't run QgsComposerAttributeTable test when disable
    deprecated flag is set.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    Fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    [expressions] Support date + time = datetime calculations

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-23

    Fix distorted date time calendar popup

Matthias Kuhn <matthias@opengis.ch>	2016-05-22

    [qt5 tests] Fix blacklist

Juergen E. Fischer <jef@norbit.de>	2016-05-22

    fix postgres provider message

Matthias Kuhn <matthias@opengis.ch>	2016-05-22

    [qt5 tests] Unblacklist more tests

Bas Couwenberg <sebastic@xs4all.nl>	2016-05-22

    Only require QTWEBKIT for Qt4 when WITH_QTWEBKIT is true.

Matthias Kuhn <matthias@opengis.ch>	2016-05-16

    Use unittest assertXXX methods

Matthias Kuhn <matthias@opengis.ch>	2016-05-22

    [travis] Fix ccache for Qt4 builds

Matthias Kuhn <matthias@opengis.ch>	2016-05-22

    [travis] Run Qt5 tests with osgeo4travis in $PATH

    This allows running the gdal processing tests and other subprocesses which have
    been manually built like server applications.

Matthias Kuhn <matthias@opengis.ch>	2016-05-22

    [processing tests] More tolerance in statistics test

Matthias Kuhn <matthias@opengis.ch>	2016-05-22

    [py3] Use __bool__ instead of __nonzero__

Matthias Kuhn <matthias@opengis.ch>	2016-05-22

    [qt5 tests] Unblacklist tests

Matthias Kuhn <matthias@opengis.ch>	2016-05-22

    [processing tests] Cleanup layer registry before every new test

Nathan <nathan_woodrow@technologyonecorp.com>	2016-05-22

    Fix crash on style dock apply with no layer

Nathan <nathan_woodrow@technologyonecorp.com>	2016-05-19

    [Style dock] Add support for raster layers

Merge: b6923758bc 88db4f9ad3
Matthias Kuhn <matthias@opengis.ch>	2016-05-22

    Merge pull request #3084 from nyalldawson/single_click_ediit

    Open editor in attribute table on single click

pcav <cavallini@faunalia.it>	2016-03-31

    Replaced Grid with Raster for coherence

Merge: ff4532c3ac 17fd3d8cb9
mhugent <marco.hugentobler@sourcepole.ch>	2016-05-20

    Merge pull request #3087 from arnaud-morvan/maptooladdfeature_avoidintersections_nullgeometry

    In tool add feature, reject null geometry due to intersection avoidance

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-20

    Fix in maptool add feature, reject null geometry due to intersection avoidance

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-05-20

    [server] Fix pep8 build error

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-05-20

    [server] Removed debug print from the test

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-05-20

    [server] Added regression test for #8656

    Ref. commit b956874f02a9379

Juergen E. Fischer <jef@norbit.de>	2016-05-20

    translation string fixes

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-20

    Some symbol layer widget fixes:
    - Fix broken shapeburst fill widget
    - Tweak stretch behaviour of some widgets

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-20

    Open editor in attribute table on single click

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-20

    Allow direct QVariant creation from some QGIS metatypes

Alessandro Pasotti <apasottis@boundlessgeo.com>	2016-05-19

    [server][bugfix] FILTER GetFeatureInfo working again

    Fixes #8656

Merge: 0078b33ed2 c0d12dcdeb
mhugent <marco.hugentobler@sourcepole.ch>	2016-05-19

    Merge pull request #3081 from mhugent/curve_segmentize_parameters

    Curve segmentize parameters

Merge: a19741b297 1ab29771b7
Even Rouault <even.rouault@mines-paris.org>	2016-05-19

    Merge pull request #3082 from rouault/vectorfilewriter_cleanup_and_encoding_improvement

    Vectorfilewriter cleanup and encoding improvement

volaya <volayaf@gmail.com>	2016-05-19

    [processing] log errors in hook scripts

volaya <volayaf@gmail.com>	2016-05-18

    [processing] correctly switch to description tab if help tab exists

Merge: d73210a5f8 cd9f47ae45
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    Merge pull request #3080 from nyalldawson/select_tools

    [FEATURE] Improved map select tool behaviour

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    Update test mask image

Even Rouault <even.rouault@spatialys.com>	2016-05-19

    QgsVectorLayerSaveAsDialog: use QgsVectorFileWriter::MetaData::compulsoryEncoding to initialize the encoding combobox

Even Rouault <even.rouault@spatialys.com>	2016-05-19

    QgsVectorFileWriter::MetaData: add a compulsoryEncoding member

    * Some formats require a compulsory encoding, typically UTF-8.
    Change initMetadata() to indicate UTF-8 compulsory encoding for
    GeoJSON, GeoRSS, GML, GPKG, GPX, KML, SQLite, SpatiaLite, FileGDB,
    XLSX and ODS
    * QgsVectorFileWriter::init(): make it override the user specified
    encoding if the format has a compulsory encoding. And remove hard-coded
    case for KML.

Even Rouault <even.rouault@spatialys.com>	2016-05-19

    QgsVectorFileWriter::initMetaData(): fix DGN registration

    DGN was registered twice, and the second occurence reseted the
    creation options

Even Rouault <even.rouault@spatialys.com>	2016-05-19

    QgsVectorFileWriter: remove the deprecated private driverMetadata(driverName, multiple args) method and use the public one instead

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-17

    [FEATURE]: possibility to set the segmentation tolerance (maximum angle or maximum difference)

Juergen E. Fischer <jef@norbit.de>	2016-05-19

    * debian packaging update
    * include qch download link on api index page

Merge: c0799d4764 9d59f9ce76
Jürgen Fischer <jef@norbit.de>	2016-05-19

    Merge pull request #3048 from nyalldawson/qt_doxygen

    Allow generation of Qt QHP help files from doxygen

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    [FEATURE] Improved map select tool behaviour

    Implements the improved mouse/key modifier behaviour discussed in:
    http://osgeo-org.1560.x6.nabble.com/Key-modifiers-with-selection-tc5239653.html

    Specifically,

    For click-and-drag selections:
    - holding shift = add to selection
    - holding ctrl = substract from selection
    - holding ctrl+shift = intersect with current selection
    - holding alt (can be used with shift/ctrl too) = change from
    "intersects" to "fully contains" selection mode

    For single-click selections:
    - holding shift or ctrl = toggle whether feature is selected
    (ie either add to current selection or remove from current
    selection)

    This brings the canvas behaviour into line with other design apps
    and also with the composer behaviour.

    (fix #2666)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    Fix deprecated warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    Generate QCH compiled help with qgis-api-doc package

Merge: daa23b59fc f15197da73
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-05-19

    Merge pull request #3009 from pblottiere/magnifier

    [FEATURE] add a map canvas magnifier

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-30

    Allow generation of Qt QHP help files from doxygen

    This adds a new cmake option GENERATE_QHP. If the api docs are
    set to being built (ie doxygen is available and WITH_APIDOC is true)
    then setting GENERATE_QHP to true will cause doxygen to create
    a compiled Qt help file from the QGIS docs.

    This QHP file can then be used by QtCreator to show the QGIS
    api directly within the QtCreator help (ie, press F1 on a class
    or member to see the docs).

    To do this, you need to:
    - make sure doxygen is installed, WITH_APIDOC is true and
    GENERATE_QHP is true
    - build to generate the docs
    - In QtCreator, go to Tools -> Options -> Help, switch to the
    "Documentation" tab and click "Add". Point it to your generate
    QHP file (should be in the build folder doc\api\qch folder)
    - Restart QtCreator, wait a bit, and then you should have the
    api docs available under the "Help" tab and by pressing F1
    on a QGIS class/method

Merge: 23a3a7717e 69a8c381ab
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    Merge pull request #3078 from 3nids/scaledenomhelp

    Precise that scale function returns the denominator and not the scale itself

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    Cleaner API for selecting features in QgsVectorLayer

    - add selectByRect( QgsRectangle&, SelectBehaviour) and
    selectByIds( QgsFeatureIds, SelectBehaviour) for selecting
    by rect and ids respectively, with options to add to selection/
    remove from selection/intersect with current selection
    - deprecate select( QgsRectangle ) and setSelectedFeatures in
    favour of new methods
    - add unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    [processing] Use QgsVectorLayer::selectByExpression for select by expression alg

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    [FEATURE] new method QgsVectorLayer::selectByExpression(...)

    Makes it simple for scripts to select by expression. The method
    also accepts a parameter which dictates whether matching features
    are added to an existing selection, removed from the selection
    or intersected with the current selection.

    The existing code from the select by expression dialog has been
    moved to QgsVectorLayer, and optimised for maximum possible speed.

    Also added unit tests.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-19

    Set expression context for geometry generator builder (fix #14833)

volaya <volayaf@gmail.com>	2016-05-18

    [processsing] removed unused code

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-18

    add unit test for scale

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-18

    move magnification in map settings

volaya <volayaf@gmail.com>	2016-05-18

    [processing] show script in toolbox even if it contains errors

volaya <volayaf@gmail.com>	2016-05-18

    [processing] fixed repaint in set vector style algorithm

Radim Blazek <radim.blazek@gmail.com>	2016-05-18

    [GRASS] close vector map if no more users, fixes #14668

volaya <volayaf@gmail.com>	2016-05-18

    [processing] fixed toolbox updates

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-18

    scale is the same whatever the level of magnification

Merge: a9c1996bbc 7847f971d4
volaya <volayaf@gmail.com>	2016-05-18

    Merge pull request #3044 from arnaud-morvan/processing_output_vectortable

    Processing - Output tables with no geometry through OutputVector

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-05-18

    Precise that scale function returns the denominator and not the scale itself

Merge: 5dd88c990b 292a8a4fc1
Martin Dobias <wonder.sk@gmail.com>	2016-05-18

    Merge pull request #3064 from wonder-sk/composer-map-follow-preset

    Composer map to follow a visibility preset

Martin Dobias <wonder.sk@gmail.com>	2016-05-18

    Fix updates of preset combo box when presets get changed

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-18

    Avoid crash in style dock when layer is removed

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-18

    Fix warnings

Nathan <nathan_woodrow@technologyonecorp.com>	2016-05-18

    [color button] add colour wheel to right click menu

Nathan <nathan_woodrow@technologyonecorp.com>	2016-05-18

    [styledock] scroll area for symbol selector widget

Simon Chenery <simon_chenery@yahoo.com>	2016-05-16

    Save annotations to project.qgs in creation order (fix #14812)

    Save annotations to project file in the order they were loaded or
    created, so that annotations have the same display order each
    time the project is opened.

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-18

    remove spin box background color

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-18

    add unit test for extent

Nathan <nathan_woodrow@technologyonecorp.com>	2016-05-18

    [styledock] more widget changes

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-18

    Followup feeeaf0, add unit tests

Martin Dobias <wonder.sk@gmail.com>	2016-05-12

    [FEATURE] Extend linestring geometries with reshape tool

    If the reshape line starts or ends at a linestring geometry's
    endpoint, such geometry will be extended (previously no action
    would be done).

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-18

    Fix warning

Juergen E. Fischer <jef@norbit.de>	2016-05-17

    fix about box (followup 0b940cac, fixes #14832)

Merge: 8ee697bf2d 902953ca9a
Even Rouault <even.rouault@mines-paris.org>	2016-05-17

    Merge pull request #3076 from rouault/delimitedtext_qt5_fix

    Delimited text provider: fix parsing of subset URL parameter with QT 5 and fix tests

Even Rouault <even.rouault@spatialys.com>	2016-05-17

    Vector layer save as: usability tunings related to attribute selection

    - The group is renamed as 'Select fields to export and their export options'
    - It has no longer a checkbox. It is just collapsible. So
      QgsVectorLayerSaveAsDialog::attributeSelection() is deprecated and always
      return true.
    - For most formats, all attributes are selected by default
    - For CSV/XLSX/ODS, if they have edit widgets, the corresponding checkbox in
      "Replace with displayed values" column is also checked by default.
    - For DXF, keep existing behaviour: attributes are unchecked and not checkable
    - For KML, keep existing behaviour: attributes are unselected by default

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-04-28

    Processing - Adapt RefactorFields to work on tables as well as vector layers

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-04-28

    Processing - Support OutputVector with no geometry in GUI

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-04-28

    Processing - Support tables with no geometry in OutputVector

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-04-28

    Processing - Support no geometry in VectorWriter

Nathan <nathan_woodrow@technologyonecorp.com>	2016-05-17

    [styledock] Better layouts for marker widgets

    - Grid vs Form layouts
    - Align DD buttons for better look

Juergen E. Fischer <jef@norbit.de>	2016-05-17

    osgeo4w: add qt plugin directories to browser with grass (followup b758a8c)

volaya <volayaf@gmail.com>	2016-05-17

    [processing] do not reject string parameters if they contain an unparsable expresion

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-17

    [mssql] Fix layer not showing with invalid geometry

Martin Dobias <wonder.sk@gmail.com>	2016-05-11

    Fix composer map tests

Martin Dobias <wonder.sk@gmail.com>	2016-05-11

    [FEATURE] Composer map to follow a visibility preset (fixes #13418)

    This adds a new option in composer map properties:
    "Follow visibility preset" with a combo box to choose the active preset.

    This is an alternative to "lock layers" (and "lock layer styles") functionality
    which would just copy preset's configuration, while the new option links to preset.

    The difference is that when a preset is updated, composer map will automatically
    pick the new configuration when following the preset, while there is no update
    if "lock layers" (and "lock layer styles") option is used.

Matthias Kuhn <matthias@opengis.ch>	2016-05-17

    Remove child features when parent's add feature form is cancelled

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    [FEATURE] Aggregates for expressions

    This commit adds a number of different forms of aggregates to
    the expression engine.

    1. Aggregates within the current layer, eg sum("passengers")
    Supports sub expressions (ie sum("passengers"/2) ), group by
    ( sum("passengers", group_by:="line_segment") ), and optional
    filters ( sum("passengers", filter:= "station_class" > 3 ) )

    2. Relational aggregates, which calculate an aggregate over
    all matching child features from a relation, eg
    relation_aggregate( 'my_relation', 'mean', "some_child_field" )

    3. A summary aggregate function, for calculating aggregates
    on other layers. Eg aggregate('rail_station_layer','sum',"passengers")
    The summary aggregate function supports an optional filter,
    making it possible to calculate things like:

    aggregate('rail_stations','sum',"passengers",
      intersects(@atlas_geometry, $geometry ) )

    for calculating the total number of passengers for the stations
    inside the current atlas feature

    In all cases the calculations are cached inside the expression
    context, so they only need to be calculated once for each
    set of expression evaluations.

    Sponsored by Kanton of Zug, Switzerland

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-17

    [relations] Add method to manager to retrieve relations by name

    Also
    - Begin unit tests for QgsRelationManager
    - Make project optional when constructing QgsRelationManager

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    Implement method for caching values within expression contexts

    Can be used to store the results of expensive sub-expression
    calculations (eg layer aggregates), so that future expression
    evaluation using the same context does not have to recalculate
    the cached values.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    Add method to convert string to aggregate type

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    Add possibility to handle aggregate calculation at data provider
    (not implemented for any providers yet)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    New utility class QgsAggregateCalculator, simplifies calculating
    aggregates from vector layer fields and expressions

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    Add calculation of number of null values to QgsStatisticalSummary

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    Add methods to stats calculators to accept values one at a time

    This can be more efficient for large quantities of values, since
    it avoids the need to create a list of all values in advance

Even Rouault <even.rouault@spatialys.com>	2016-05-17

    Fix look&feel of WFS SQL query composer on Mac

Even Rouault <even.rouault@spatialys.com>	2016-05-16

    Delimited text provider: fix parsing of subset URL parameter with QT 5 and fix tests

    In Qt 4, QUrl::queryItemValue() decodes a value that contains %25 as %, whereas
    it doesn't with Qt5.

Juergen E. Fischer <jef@norbit.de>	2016-05-16

    indentation fix

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    Ensure that providers fetch geometry for a QgsFeatureRequest
    with an expression filter which requires geometry

Matthias Kuhn <matthias@opengis.ch>	2016-05-16

    Fix bug in edit virtual field

    The index was transformed twice from field index to field origin index,
    resulting in a corrupted index (most often being 0 in the end).

Juergen E. Fischer <jef@norbit.de>	2016-05-16

    cppcheck fixes

Matthias Kuhn <matthias@opengis.ch>	2016-05-16

    Add test for attribute table sorting

Matthias Kuhn <matthias@opengis.ch>	2016-05-14

    Don't require a parent for QgsExpressionBuilderWidget

Matthias Kuhn <matthias@opengis.ch>	2016-04-08

    Allow sorting attribute table by expression

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    Fix running unsaved script in console

Juergen E. Fischer <jef@norbit.de>	2016-05-16

    fix precise build

Juergen E. Fischer <jef@norbit.de>	2016-05-15

    fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    Fix debug build

Merge: c4819adea4 202420c70a
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-16

    Merge pull request #3072 from rouault/qt5_fix_testqgsfield

    Make qgis_fieldtest all Qt 5.X compatible

Merge: 63cab56839 9a49c6aace
Even Rouault <even.rouault@spatialys.com>	2016-05-15

    Merge remote-tracking branch 'rouault/fix_qt5_wfs_ogcutils_tests'

Even Rouault <even.rouault@spatialys.com>	2016-05-14

    Make qgis_fieldtest all Qt 5.X compatible

    In https://codereview.qt-project.org/#/c/99815/ implemented in QT 5.5,
    doubles are converted to strings using '%.17g', so short decimal values
    might be expanded to long strings depending on their values.
    https://wiki.qt.io/New_Features_in_Qt_5.7 has a logic to avoid this, but
    if we select carefully the double to have both an exact binary and decimal
    representation, that can work will all versions.

    $ python -c "print('%.17g' % 9.7)"
    9.6999999999999993

    $ python -c "print('%.17g' % 1.25)"
    1.25

Even Rouault <even.rouault@spatialys.com>	2016-05-14

    Make ogcutils and WFS tests Qt 5 compatible

Even Rouault <even.rouault@spatialys.com>	2016-05-15

    WFS provider, connections dialog: change way that we select current index in the tree view of layers to be QT 5 compatible and not require showing the widget in tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-13

    Avoid iterating over temporary container

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Avoid detaching temporary containers

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Avoid unnecessary temporary container and double iteration over
    containers by directly iterating over container itself, rather
    then iterating over .keys()/.values()

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    Use more efficient QString multiple arg variant rather then
    chaining .arg calls

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    Add missing references to Q_FOREACH loops

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    Use QString::at(0) instead of left(1), since it's more efficient
    and doesn't allocate a QString

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    Switch private QList to more efficient QVector container

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    Remove unused variables, also avoid some unnecessary string creation
    when not using debug builds

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-15

    Fix some Coverity uninitialized variable warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-15

    [travis] Run tests even with build failures on osx

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-13

    Include travis build name in dash results (ie qt5/qt4)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-15

    Update test masks for Qt5, enable labeling tests

Even Rouault <even.rouault@spatialys.com>	2016-05-14

    Fixes in qgswebframe.h and qgswebpage.h to fix building without QtWebKit

Merge: 45e7da15e1 666050c57c
Jürgen Fischer <jef@norbit.de>	2016-05-14

    Merge pull request #3070 from sebastic/qtermwidget-hurd

    Add support for GNU/Hurd to GRASS plugin qtermwidget/kpty.cpp.

Bas Couwenberg <sebastic@xs4all.nl>	2016-05-14

    Add support for GNU/Hurd to GRASS plugin qtermwidget/kpty.cpp.

    The GNU/Hurd porting guidelines document the following:
    "
     Missing termio.h

     Change it to use termios.h (check for it properly with autoconf
     HAVE_TERMIOS_H or the __GLIBC__ macro)

     Also, change calls to ioctl(fd, TCGETS, ...) and ioctl(fd, TCSETS, ...)
     with tcgetattr(fd, ...) and tcsetattr(fd, ...).
    "
    https://www.gnu.org/software/hurd/hurd/porting/guidelines.html#Missing_termio_h_tt_

Even Rouault <even.rouault@spatialys.com>	2016-05-14

    OGR provider: fix Coverity warning about mFetchGeometry member being not always initialized

Even Rouault <even.rouault@spatialys.com>	2016-05-14

    qgsgml & WFS provider: fix Coverity warnings introduced in recent WFS works

Merge: cfb6100389 90cc0ed495
Even Rouault <even.rouault@mines-paris.org>	2016-05-14

    Merge pull request #3061 from rouault/saveas_human_readable_values

    [FEATURE] Export vector layer with "human-readable" values from edit widgets

Even Rouault <even.rouault@spatialys.com>	2016-05-03

    QgsVectorLayerSaveAsDialog: add checkboxes to decide which fields should be exported with their displayed values, and bind it in QgisApp with QgsVectorFileWriter

Even Rouault <even.rouault@spatialys.com>	2016-05-03

    QgsVectorFileWriter: add capability to export displayed values of fields (typically coming from edit widgets) instead of their raw values

aharfoot <aharfoot@users.noreply.github.com>	2016-02-19

    Disable FEATURE_DATASET layer option if its value is not set

Merge: c5308754eb f94bb6ffc7
Matthias Kuhn <matthias@opengis.ch>	2016-05-14

    Merge pull request #2621 from simonsonc/georef-crosshairs

    Make the georeferencer tool use a snapping cursor

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-22

    [DbManager] allow to refresh materialized views
    (fixes #13697)

Matthias Kuhn <matthias@opengis.ch>	2016-05-14

    Add note for failing Qt5 test

Matthias Kuhn <matthias@opengis.ch>	2016-05-13

    Fix `from PyQt.xy` > `from qgis.PyQt.xy` import leftovers

Matthias Kuhn <matthias@opengis.ch>	2016-05-13

    Fix memory leak

Matthias Kuhn <matthias@opengis.ch>	2016-05-14

    Fix typo

Matthias Kuhn <matthias@opengis.ch>	2016-05-13

    Unblacklist fixed Qt5 tests

Matthias Kuhn <matthias@opengis.ch>	2016-05-13

    Migrate more tests to Python3

Matthias Kuhn <matthias@opengis.ch>	2016-05-11

    Migrate provider test to python 3

Matthias Kuhn <matthias@opengis.ch>	2016-05-13

    Remove references to QPyNullVariant

Matthias Kuhn <matthias@opengis.ch>	2016-05-11

    Introduce NULL QVariant to PyQt5

Merge: b1f59f3ed6 d03821866e
Matthias Kuhn <matthias@opengis.ch>	2016-05-13

    Merge pull request #3069 from sbrunner/connect

    Directly use function connect, remove no more existing signals

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-05-11

    Directly use function connect, remove no more existing signals

Merge: 8360936e89 9a48886412
Matthias Kuhn <matthias@opengis.ch>	2016-05-13

    Merge pull request #3068 from sebastic/qtermwidget-kfreebsd

    Add support for kFreeBSD to GRASS plugin.

Merge: ab3fef97aa 95b5548def
Matthias Kuhn <matthias@opengis.ch>	2016-05-13

    Merge pull request #3059 from arnaud-morvan/canvas_saveasimage_with_annotations

    Save as image with annotations

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-13

    fix import (take 2)

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-04

    Save as image with annotations

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-13

    [processing] fix import

Merge: 19f80601bf 65a37dbe07
Even Rouault <even.rouault@mines-paris.org>	2016-05-13

    Merge pull request #3018 from rouault/wfs_sql

     [FEATURE] [WFS provider] Add support for WFS 2.0 joins and other improvements

Bas Couwenberg <sebastic@xs4all.nl>	2016-05-13

    Add support for kFreeBSD to grass plugin.

volaya <volayaf@gmail.com>	2016-05-13

    [processing] remove toolbox dock widget when unloading plugin

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-13

    [processing] simplify variables handling in scripts

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-13

    fix indentation and typo

Merge: b51d70ab95 2535c0a9c1
Alexander Bruy <alexander.bruy@gmail.com>	2016-05-13

    Merge branch 'processing_exps' of https://github.com/volaya/QGIS into processing_exps

    Conflicts:
            python/plugins/processing/gui/NumberInputPanel.py
            python/plugins/processing/gui/OutputSelectionPanel.py

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-13

    Correctly emit presetsChanged() from QgsVisibilityPresetCollection

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-13

    Group add db layer actions together in toolbar

    The add layer toolbar is very full and users are unlikely to be
    connecting to more than one db provider type frequently (eg
    at a workplace they will likely have access to a Postgres db
    OR a MSSQL db, not both concurrently)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-13

    Fix flipped marker fill and outline color

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-29

    [FEATURE] New map tool for interactively setting point symbol offset

    Allows for setting a point's offset if it is bound to a field using
    data defined overrides (fix #14738)

    TODO: replace temporary icons

    Sponsored by North Road

Even Rouault <even.rouault@spatialys.com>	2016-04-26

    Fix style of nullptr comparisons

Even Rouault <even.rouault@spatialys.com>	2016-04-22

    QgsSQLStatement::quotedIdentifierIfNeeded(): make it quote SQL reserved keywords

Even Rouault <even.rouault@spatialys.com>	2016-04-19

    [FEATURE] [WFS provider] Add support for WFS 2.0 joins and other improvements

    Second part of qgis/QGIS-Enhancement-Proposals#53
    (QEP 35: WFS provider enhancements)

    - URI parameter with sql with SELECT / FROM / JOIN / WHERE / ORDER BY clauses
    - handle WFS 2.0 joins
    - handle DateTime fields
    - enable "Only request features overlapping the view extent" by default (and memorize the settings)
    - rework DescribeFeatureType parsing to handle responses with several documents, and some support for attribute types being complexType
    - rework feature transfer between downloader and iterator so as to avoid uncontrolled RAM usage when the iterator cannot keep up with the downloader
    - turn on WAL journaling for better reader / writer concurrency
    - add retry logic based on the 'Max retry in case of tile request errors' setting (renamed 'Max retry in case of tile or feature request errors')
    - error to MessageBar in case of failed download
    - in progress dialog, add a "Hide" button to mask the dialog
    - improve automated testing
    - add testing of the GUI of QgsWFSSourceSelect

Even Rouault <even.rouault@spatialys.com>	2016-04-19

    QgsVectorLayer::setSubsetString(): call updateFields()

    Useful for WFS provider whose setSubsetString() can potentially
    modify fields if changing the SELECT fields

Even Rouault <even.rouault@spatialys.com>	2016-04-19

    QgsOgcUtils: add conversion from QgsSQLStatement to OGC filters

Even Rouault <even.rouault@spatialys.com>	2016-04-19

    Add a QgsSQLComposerDialog GUI to edit QgsSQLStatement

Even Rouault <even.rouault@spatialys.com>	2016-04-19

    Add QgsSQLStatement class to parse SELECT statements

Even Rouault <even.rouault@spatialys.com>	2016-04-19

    QgsGML: extend to be able to parse WFS 2.0 GetFeature response with join layers

    And also fix handling srsDimension=3 on main GML geometry objects and not only posList

Even Rouault <even.rouault@spatialys.com>	2016-04-19

    QgsCodeEditorSQL: make autocompletion case insensitive when APIs are set on the lexer

Even Rouault <even.rouault@spatialys.com>	2016-04-19

    QgsCodeEditor: workaround 2 QScintilla bugs

    - Fix one bug with Scintilla 2.8.X when focus out event does not
      disable blinking cursor
    - Make QScintilla widget not capture Escape key so that it can
      propagate to parent.

Even Rouault <even.rouault@spatialys.com>	2016-05-02

    Implement representValue() for Relation Reference widget

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-12

    fix extent

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-09

    [processing] don't crash if user canceled script loading

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-12

    [FEATURE] Redesigned interactive gradient editor

    Uses new gradient editor widget and color controls for easier
    manipulation of gradients. Also adds an interactive plot
    for modifying gradient stops via the color HSV or RGB values.

    Fix #8383

    Sponsored by North Road

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-12

    [FEATURE] New reusable interactive widget for editing gradient ramps

    Supports:

    - drag to move color stops
    - double clicking to add a new stop
    - pressing delete will remove the selected stop
    - pressing arrow keys will move the selected stop, shift+arrow= larger
      move
    - drag and drop a color onto the widget to add a new stop

    Sponsored by North Road

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-12

    Add equality operator for gradients, ensure stops are always in order

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-03

    Move internals of QgsColorDialogV2 to new QgsCompoundColorWidget widget

    This allows reuse of the full options from the color dialog when
    required in a widget form.

Blottiere Paul <blottiere.paul@gmail.com>	2016-05-12

    [FEATURE] add a map canvas magnifier

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-12

    Partial revert 18b69d

Nathan <nathan_woodrow@technologyonecorp.com>	2016-05-12

    [Style Dock] Attach widget changed for graduated widgets

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    [FEATURE] Show stats for string and date fields in stats dock

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    New class QgsDateTimeStatisticalSummary

    Calculates summary statistics on lists of datetime values, such
    as count, count distinct, min, max and range

Merge: ab7a07a64e 66b1416dfe
Matthias Kuhn <matthias@opengis.ch>	2016-05-11

    Merge pull request #3058 from arnaud-morvan/processing_postgis_errors

    Processing - Fix unicode/str error in postgis_utils

Matthias Kuhn <matthias@opengis.ch>	2016-05-11

    Migrate "Hidden" widgets to "Hidden" attribute table columns

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-05-04

    Processing - Fix unicode/str error in postgis_utils

Matthias Kuhn <matthias@opengis.ch>	2016-05-11

    Followup d088fe0: Fix failing test

Matthias Kuhn <matthias@opengis.ch>	2016-05-11

    Fix python bindings for QgsAttributeAction

Matthias Kuhn <matthias@opengis.ch>	2016-05-11

    Fix action widget on attribute table

Matthias Kuhn <matthias@opengis.ch>	2016-05-09

    Followup 59db4d0: Cleanup

Merge: 5177d93b5a cf45742fe8
Matthias Kuhn <matthias@opengis.ch>	2016-05-11

    Merge pull request #3063 from DelazJ/fields

    use same icons as in other dialogs for this task

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Add time field filter option for QgsFieldComboWidget (also add docs)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Fix datetime fields not shown in QgsFieldComboWidget when set to date filter

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Fix QgsFieldComboWidget not updating fields when calling setFilter()

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-11

    [Style Dock] Only disable the widget and not the dock

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Fix coverity mixed enum warning, switch 0 -> nullptr

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Fix coverity uninitialized variable warnings

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-11

    Code style

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Fix crash when selecting geometryless layer and style widget is open

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Avoid refreshing canvas for every joined feature

    Instead of setting the provider's subsetString to fetch joined
    features, use a feature request with FilterExpression instead.
    (Setting the subsetString results in a canvas refresh.)

    Performance should be similar (if expression compilation is
    enabled) and this also has the advantage of avoiding provider-
    specific behaviour (eg case insensitive matching).

    (fix #14800)

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-05-11

    Be able to store the bookmarks in the project (#2661)

Nathan <nathan_woodrow@technologyonecorp.com>	2016-05-11

    [Style Dock] Use readStyle for undo

Nathan <nathan_woodrow@technologyonecorp.com>	2016-05-11

    Fix early return in writeSymbology

    Talk about a noob error :)

Merge: 0f6838df2a 75cfb32683
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Merge pull request #3056 from rouault/gdal_make_autowarpedvrt_for_rpc

    [GDAL provider] Use GDALAutoCreateWarpedVRT() when the dataset has only RPC

Merge: 7ae80b106d 52de4fb9ba
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-11

    Merge pull request #3034 from rouault/ogr_concurrent_opening

    [BUGFIX / FEATURE] [OGR] Allow concurrent edition of Shapefiles and Tabfiles in QGIS & MapInfo

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Fix sip bindings for QgsStringStatisticalSummary

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-10

    Add test to make sure the curve point is part of the segmented result

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    New class QgsStringStatisticalSummary, for calculating statistics
    on lists of strings

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    New class QgsInterval for storing durations between datetimes

    Move the QgsExpression::Interval class out to its own QgsInterval
    class, extend with new methods and add tests

    Add a typedef to keep API compatibility for 2.16

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Fix feature fields does not include virtual or joined fields when
    feature is requested using a QgsFeatureRequest with FilterFid

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Add missing qHash implementations for QTime, QDate, QDateTime

    These were added in Qt5, so for Qt4 builds we now include a variant
    of the upstream Qt5 implementations

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Add missing object name for styling dock

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Avoid some detachments

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Fix major(?) memory leak with python code execution

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Fix some minor memory leaks

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Fix memory leak in OGR provider when feature has no geometry
    and FilterRect is used

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Fix warnings

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-10

    [Style Dock] Add undo/redo button at the bottom

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-05-10

    [FEATURE] Add style/history tab to style dock

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-10

    Temporarily fix generate_test_mask_image.py by rolling back to Qt4

Merge: 81e72b782f 90d116c6f5
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    Merge pull request #3051 from nyalldawson/cad_fixes

    Improvements and fixes to advanced digitising dock

Merge: 794ab065dc ea20149239
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    Merge pull request #3060 from nyalldawson/filled_marker

    New "Filled marker" symbol layer type

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    [FEATURE] Embed atlas feature into composer HTML source as GeoJSON

    This change makes the current atlas feature (and additionally all
    attributes of related child features) available to the source of
    a composer HTML item, allowing the item to dynamically adjust
    its rendered HTML in response to the feature's properties. An
    example use case is dynamically populating a HTML table with
    all the attributes of related child features for the atlas
    feature.

    To use this, the HTML source must implement a "setFeature(feature)"
    JavaScript function. This function is called whenever the atlas
    feature changes, and is passed the atlas feature (+related attributes)
    as a GeoJSON Feature.

    Sponsored by Kanton of Zug, Switzerland

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    [FEATURE] Allow copying features from QGIS in GeoJSON format

    The previous setting for include WKT when copying features has been
    replaced with a choice of copying features as "Plain text, attributes
    only", "Plain text, WKT geometry" and a new "GeoJSON" option.

    When set to "GeoJSON", copying features in QGIS will place a GeoJSON
    text representation of the features on the clipboard for easy
    pasting into other applications/javascript code.

    Sponsored by North Road

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    Catch errors when reprojecting for GeoJSON export

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    [server] Always export GeoJSON in WGS84 (fix #14609)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    Always export GeoJSON features in WGS84 (match specifications)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    Always create valid GeoJSON (both geometry and properties members
    are required

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    Add method for exporting QgsFeatureList to GeoJSON featurecollection

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    Support including attributes of related (child) features in
    GeoJSON feature export

    Sponsored by Kanton of Zug, Switzerland

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    Allow setting list of attributes to exclude from json exports

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-06

    Allow injecting extra properties into feature's GeoJSON export

    Sponsored by Kanton of Zug, Switzerland

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-06

    Refactor to move JSON exporter to its own class

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-06

    Support encoding lists and maps to json

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-06

    Correctly escape more json strings

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-03

    Blacklist PyQgsJSONUtils test from qt5 (uses null)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-03

    [FEATURE] New class QgsJSONUtils with utilities for converting
    features to and from GeoJSON strings

    Sponsored by Kanton of Zug, Switzerland

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-09

    Geometry type check in merge tool is not necessary any more (geometry type conversion is done in provider)

Alexander Bruy <alexander.bruy@gmail.com>	2016-05-09

    [processing] add support for int64 fields (fix #14777)

Merge: fa11390dd3 9470c36aa0
Matthias Kuhn <matthias@opengis.ch>	2016-05-09

    Merge pull request #3013 from pierstitus/pseudocolor_renderer

    Rewrite pseudocolor render code to improve speed

Matthias Kuhn <matthias@opengis.ch>	2016-05-09

    Doxygen

Matthias Kuhn <matthias@opengis.ch>	2016-05-09

    Don't always show first column in attribute table

    Add tests for some basic attribute table functionality

    Fix #14774
    Fix #14765
    Fix #14766

Merge: a65d9c522f 0b4961c224
mhugent <marco.hugentobler@sourcepole.ch>	2016-05-09

    Merge pull request #3045 from mhugent/convert_geometry_2

    Convert geometry 2

Harrissou Sant-anna <delazj@gmail.com>	2016-05-09

    use same icons as in other dialogs for this task

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    Fix indeterminate state for numeric line edits was showing "NULL"

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-09

    New class QgsWebPage

    QgsWebPage is a QWebPage subclass which automatically handles
    redirecting JavaScript console output to the QGIS message log.

    This makes it easier to debug JS errors and scripts used inside
    composer HTML and label items.

    Sponsored by North Road

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-05

    [FEATURE] New "Filled marker" symbol layer type

    A "filled marker" is similar to the simple marker symbol layer, except
    that it uses a fill sub symbol to render the marker. This allows use
    of all the existing QGIS fill (and outline) styles for rendering
    markers, eg gradient or shapeburst fills.

    A new abstract class QgsSimpleMarkerSymbolLayerBase has been created
    from which both QgsSimpleMarkerSymbolLayerV2 and
    QgsFilledMarkerSymbolLayer derive. All common code has been moved to
    this base class, allowing for easy addition of new shapes or features
    to both simple markers and filled markers without duplication.

    Also, adds a lot of missing docs to marker symbol layers.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    Ensure that @symbol_color is always correct for symbol layer types
    with subsymbols

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-07

    Add some clarifications to QgsRelation api

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-06

    Fix warning

Piers Titus van der Torren <pierstitus@gmail.com>	2016-05-06

    Change QList to QVector for speed increase

    mLUT and mColorRampItemList are changed,
         for mLUT it shouldn't matter that much since an int is stored
         sequentially anyway, also in a QList,
         for mColorRampItemList it should make a difference,
         though it has to be converted from/to QList to keep API

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-06

    Move conversion of added/changed geometry to vector data provider

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-06

    Slightly more precise numbers for circular string centroids

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-05-06

    Make sure the curve point is always on the segmentized curve

volaya <volayaf@gmail.com>	2016-05-06

    [processing] add object name to custom menus

Juergen E. Fischer <jef@norbit.de>	2016-05-05

    fix display of version in doxymentation

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-05-05

    [server] Fixes segfault on wrong TypeName

    Unreported - WFS-T

    Funded by Boundless

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-05

    Fixes to arrow line symbology:

    - Fix crash in Python bindings caused by subsymbol ownership
    - Make symbol work correctly with categorised and graduated
    renderers

Even Rouault <even.rouault@spatialys.com>	2016-05-04

    Use consistently dataSourceUri() with QgsOgrConnPool (follow up of https://github.com/qgis/QGIS/pull/3057)

Even Rouault <even.rouault@spatialys.com>	2016-05-04

    QgsOgrProvider::addAttributes(): call invalidateConnections() for MapInfo

Even Rouault <even.rouault@spatialys.com>	2016-05-04

    Move QgsOgrConnPool::instance()->unref() from QgsOgrProvider::close() to destructor, since we can open()/close() several times

Even Rouault <even.rouault@spatialys.com>	2016-05-03

    Un-blacklist PyQgsOGRProvider for QT5 tests

Even Rouault <even.rouault@spatialys.com>	2016-04-26

    Fix style in previous commit regarding comparisons against nullptr

Even Rouault <even.rouault@spatialys.com>	2016-04-11

    [BUGFIX / FEATURE] [OGR] Allow concurrent edition of Shapefiles and Tabfiles in QGIS & MapInfo

    - Closes https://hub.qgis.org/issues/14378
    - Adds new virtual methods in QgsDataProvider(): enterUpdateMode() and leaveUpdateMode()
      and implement them in the OGR provider. Limited to shapefiles and tabfiles
    - Implements QgsOGRProvider:reloadData()
    - Robustify OGR provider methods so they don't crash if dataset re-opening fails.

Merge: 919c54ef5f f2618884fd
Sandro Mani <manisandro@gmail.com>	2016-05-04

    Merge pull request #3057 from manisandro/ogrpool_datasourceuri

    Consistently use datasource instead of filepath when ref/unref-ing

Sandro Mani <manisandro@gmail.com>	2016-05-04

    Also use datasource instead of filepath when ref/unref-ing and invalidating.

Juergen E. Fischer <jef@norbit.de>	2016-05-04

    release.pl: don't created branches from tag names

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-04

    Fix coverity uninitialized member warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-04

    Fix more uncaught exceptions in QgsOgcUtils

Matthias Kuhn <matthias@opengis.ch>	2016-05-04

    [travis] Fix warnings about invalid ccache options

    https://travis-ci.org/qgis/QGIS/jobs/127438282#L731

Even Rouault <even.rouault@spatialys.com>	2016-05-03

    [GDAL provider] Use GDALAutoCreateWarpedVRT() when the dataset has only RPC

Matthias Kuhn <matthias@opengis.ch>	2016-05-03

    Fixes for actions in attribute table

     * Initialize datastructure in vector layer configuration dialog
     * Fix hidden widget if shown in last column

Matthias Kuhn <matthias@opengis.ch>	2016-05-03

    Replace calls to deprecated `assertEquals` method

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-03

    [FEATURE][multiedit] Add shortcut to modify attributes of selected
    features to edit menu

    Workflow:
    - enter edit mode, select multiple features
    - select Edit -> Modify Attributes of Selected Features
    - edit attributes using feature form, click OK or Cancel

Martin Dobias <wonder.sk@gmail.com>	2016-05-03

    Fix show/hide labels tool with postgres (followup 0232819)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-03

    Standardise format of initializer lists

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-03

    Correctly set initial tab in label style dock

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-03

    [composer] Fix invalid signal connection

Matthias Kuhn <matthias@opengis.ch>	2016-05-02

    Add different widget style

Matthias Kuhn <matthias@opengis.ch>	2016-05-02

    Allow controlling action visibility on attribute table

Matthias Kuhn <matthias@opengis.ch>	2016-05-02

    Handle item flags for action column

Matthias Kuhn <matthias@opengis.ch>	2016-05-02

    Doxygen fix

Matthias Kuhn <matthias@opengis.ch>	2016-05-01

    Fix attribute table column "resync after change"

Matthias Kuhn <matthias@opengis.ch>	2016-04-29

    Fix crash

Matthias Kuhn <matthias@opengis.ch>	2016-04-29

    Make string translatable

Matthias Kuhn <matthias@opengis.ch>	2016-04-29

    Doxygen and sip bindings

Matthias Kuhn <matthias@opengis.ch>	2016-04-28

    [feature] New configuration options for attribute table

     * Allow reordering the attribute table columns
     * Allow adding a new column to trigger an action to the attribute table

Matthias Kuhn <matthias@opengis.ch>	2016-04-19

    Limit ccache size to 150M

Matthias Kuhn <matthias@opengis.ch>	2016-04-19

    Add new properties short name and show in attribute table to actions

Matthias Kuhn <matthias@opengis.ch>	2016-04-19

    Refactor attribute action dialog

    The attribute action dialog had some UX flaws that an action was edited
    in the same dialog as the action list lives. When changing the active
    icon without applying changes, all changes have been lost. This fixes
    this behavior by using a separate dialog to change action properties.

Matthias Kuhn <matthias@opengis.ch>	2016-04-19

    Indentation fix

Matthias Kuhn <matthias@opengis.ch>	2016-04-18

    Rename QgsAttributeAction to QgsActionManager

    The original name was not representative for the scope of the class
    and misleading at best.
    The class manages actions for a given layer and it's not a single action
    like the former name suggested.
    There is a typedef introduced to keep it in the API until we can remove
    it with QGIS 3.

Matthias Kuhn <matthias@opengis.ch>	2016-04-27

    Rename QgsFilterTableFields to QgsOrganizeTableColumns

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-02-24

    Add a possibility to hide a column in the attribute table

Harrissou Sant-anna <delazj@gmail.com>	2016-04-26

    replace icon

Matthias Kuhn <matthias@opengis.ch>	2016-05-02

    Followup 875edb0, fix typo

Matthias Kuhn <matthias@opengis.ch>	2016-05-02

    Improve snapping API documentation

Piers Titus van der Torren <pierstitus@gmail.com>	2016-05-02

    change comment to remove inadequate @deprecated

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    [cad] Fix invalid coordinates when x/y snapping is enabled and
    subsequent segments are parallel

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Doxygen fixes

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    [FEATURE][cad] Implement "repeating" locking mode for constraints

    When enabled, repeating locks are not automatically cleared when
    a new point is added. They are handy when the same constraint
    must be repeated for multiple points (eg adding vertices
    which are always 50 meters apart)

    (fix #12605)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    [cad] update constraint when user changes values in widgets while
    constraint is locked

    The previous behaviour was that the constraint had to be "relocked"
    if the user manually altered the constraint value in the text
    widgets. Now users can edit the constraint value after already
    locking the constraint.

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    New class QgsFocusWatcher for easier handling of focus events

    Usually QObjects must subclass and override methods like focusOutEvent
    to handle focus events. Using this class as an event filter avoids
    the need to subclass objects and the focus events can be directly
    caught using the emitted signals.

Even Rouault <even.rouault@spatialys.com>	2016-05-02

    Fix PyQt import to qgis.pyQt in test_qgsnewgeopackagelayerdialog.py

Merge: 563d75c1ec 7703ad88ac
Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Merge pull request #3031 from rouault/gpkg_improvements

    GeoPackage support related improvements

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Followup febe30, fix crash

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    [expressions] Fix fetching joined column refs when expression is
    not prepared (fix #14746)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    [FEATURE] Support single click to select with freehand select tool

    This brings the behaviour of the freehand select into line with
    the select by rectangle tool, which allows clicks without drag to
    select a single feature.

    (fix #14747)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Fix clear value for offset curve tool (fix #14751)

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Fix more uninitialized variables

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Fix potential crash in QGIS server

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Avoid some Coverity ignored return value warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Fix memory leak in labeling dock

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Fix logic error in dxf export of line with offset

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Fix some Coverity dereference null pointer warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Fix potential crash while creating geometry from WKB with bad header

Nyall Dawson <nyall.dawson@gmail.com>	2016-05-02

    Fix Coverity uninitialized variable warnings

Harrissou Sant-anna <delazj@gmail.com>	2016-05-01

    Use same icons for same buttons  (#3049)

    * Add icons for color buttons to replace text
    * Add icons to custom crs dialog
    * Replace common text buttons by icons
    * Replace icons

rldhont <rldhont@gmail.com>	2016-04-29

    [BUGFIX][QGIS Server] WFS GetFeature with propertyname retrieves requested fields

rldhont <rldhont@gmail.com>	2016-04-29

    [BUGFIX] QgsGeometry exportToGeoJSON return 'null' for null Geometry

Matthias Kuhn <matthias@opengis.ch>	2016-04-29

    Fix qgis.PyQt compatibility imports

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-22

    move PyQt compat folder to python/qgis

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-29

    Fix calculation of point symbol bounds using data defined rotation or offset

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-04-29

    Update sip bindings

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-29

    [processing] remove duplicated code

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-29

    [multiedit] Prompt to apply changes when switching out of multiedit mode

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-29

    Fix slider and dial widgets never emit their valueChanged(QVariant)
    signals. Fixes use of dial/slider with multiedit form mode.

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-29

    Fix delete ring tool not updating rendered feature (fix #14741)

Nathan <nathan_woodrow@technologyonecorp.com>	2016-04-29

    Don't resize canvas size on widget change

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-04-28

    Add z/m values to new curves of compound curve

Juergen E. Fischer <jef@norbit.de>	2016-04-28

    oracle provider: cleaner geometry retrieval and fix case issue with
    feature request alias and sdo_relate

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-28

    [processing] always use original algorithm name for scripts and models (follow up abda90fe0d)

Merge: 93d984e504 4a11a1a319
rldhont <rldhont@gmail.com>	2016-04-28

    Merge branch 'processing_modeler_default_value'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-04-28

    Fix crash

Merge: d69910a12b fef8c1fef2
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-28

    Merge pull request #3026 from nirvn/centroid_fill_parts

    [FEATURE] add setting to control centroid fill point rendering on all parts or a single part of multi-features

Juergen E. Fischer <jef@norbit.de>	2016-04-28

    fix dxf export when using rule based labeling (followup a64ea0b)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-04-27

    Convert added/changed geometries into the right before sending back to provider

Webmaster <nirvn.asia@gmail.com>	2016-04-23

    [FEATURE] add setting to control centroid fill point rendering
    on all parts or a single part of multi-features (fixes #9199)

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-27

    fix indentation

Merge: c96f66ecae bee4068b89
Alexander Bruy <alexander.bruy@gmail.com>	2016-04-27

    Merge pull request #3038 from volaya/provider_add_remove

    [processing] different approach for provider add/remove

Even Rouault <even.rouault@spatialys.com>	2016-04-27

    cmake/FindGDAL.cmake: emit warning if GDAL < 1.11

Even Rouault <even.rouault@spatialys.com>	2016-04-27

    test_provider_ogr_gpkg.py: remove expected failure tag if GDAL < 1.11.0. This will be a hint of reduced functionality

Even Rouault <even.rouault@spatialys.com>	2016-04-27

    Put QgsSQLiteExpressionCompiler class inside Doxygen PRIVATE tag

Merge: 42e386f8c8 10e3c1914e
Jürgen Fischer <jef@norbit.de>	2016-04-27

    Merge pull request #3040 from 3nids/debian_install_qgis_testing

    debian: install qgis testing

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-27

    debian: install qgis testing

volaya <volayaf@gmail.com>	2016-04-27

    [processing] handle provider modifications when settings have been edited

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-04-27

    Make sublayer dialog sortable and sort by layername initially. Patch provided by Stefan Ziegler

Martin Dobias <wonder.sk@gmail.com>	2016-04-27

    Gracefully handle topology errors when tracing (fixes #14447)

Merge: e9bc8ae4c5 572bd195a5
Martin Dobias <wonder.sk@gmail.com>	2016-04-27

    [FEATURE] Make labeling map tools work with rule-based labeling

    (until now they worked just with simple labeling)

rldhont <rldhont@gmail.com>	2016-04-27

    [Processing][Modeler] Use default value instead of None

    In Modeler algorithm, when a algorithm's parameter was not defined it's value was set to None.
    Before the possibility to defined optional parameters, None value is equal to set value to default one.
    Now, it's important to use default value instead of None.

volaya <volayaf@gmail.com>	2016-04-27

    [processing] different approach for provider add/remove

Martin Dobias <wonder.sk@gmail.com>	2016-04-27

    Make travis happy

Martin Dobias <wonder.sk@gmail.com>	2016-04-27

    Fix tests, fixes after rebase

Juergen E. Fischer <jef@norbit.de>	2016-04-27

    fix precise build

Martin Dobias <wonder.sk@gmail.com>	2016-04-27

    Cleanups to emphasize that methods work with current label

Martin Dobias <wonder.sk@gmail.com>	2016-04-27

    Updated label map tools to work with rule-based labeling

Martin Dobias <wonder.sk@gmail.com>	2016-04-21

    Introduce label provider ID to uniquely identify label's settings

    Before rule-based labeling, layer ID would identify label settings
    of a label as there could be only one configuration per layer.

Martin Dobias <wonder.sk@gmail.com>	2016-04-15

    Fix crash on invalid assert in rule-based labeling

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-27

    Fix sign of safety correction

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-26

    [processing] don't write NaN's to attribute table (fix #14639)

Merge: 2ba252b344 6b88ec81e6
Sandro Mani <manisandro@gmail.com>	2016-04-26

    Merge pull request #2991 from manisandro/ogr_options

    Pass the full ogr data source URI as connInfo in qgsConnectionPool_ConnectionCreate

Sandro Mani <manisandro@gmail.com>	2016-04-20

    Add connection pool test

Sandro Mani <manisandro@gmail.com>	2016-04-11

    Move QgsProviderRegistry::instance delete call after deferred delete call

Sandro Mani <manisandro@gmail.com>	2016-04-10

    Pass the full ogr data source URI as connInfo in qgsConnectionPool_ConnectionCreate.

    This fixes corrupt rendering when loading the same dataset twice with different options (i.e. layers), see issue #14560.

Merge: 9a05558aff 793b712eb9
Alexander Bruy <alexander.bruy@gmail.com>	2016-04-26

    Merge pull request #3033 from rldhont/processing_gdal_optional

    [Processing] well manage optional parameters in GDAL algorithms

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-26

    fix formatting

rldhont <rldhont@gmail.com>	2016-04-26

    [Processing][GDAL] Well manage optional parameters

    Because EXTRA and NO_DATA parameters are optional, the value can be `None` which is the same as `''`.

Merge: 8a9cb05dbb a4b2cde5bb
Alexander Bruy <alexander.bruy@gmail.com>	2016-04-26

    Merge pull request #3030 from NaturalGIS/processing_fix_raster_clip_nodata

    [processing] set nodata parameter as optional in GDAL algs

volaya <volayaf@gmail.com>	2016-04-26

    [processing] better handling of variables in scripts

volaya <volayaf@gmail.com>	2016-04-26

    [processing] fixed wrong call to addToLog

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-26

    Avoid some Coverity return value warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-26

    Fix Coverity big parameter passed by value warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-26

    Fix coverity uninitialized variable warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-26

    Fix features cannot be added when using attribute table and form
    popup (fix #14729)

Even Rouault <even.rouault@spatialys.com>	2016-04-26

    [OGR provider] Use QgsSQLiteExpressionCompiler for SQLite and GPKG drivers

Even Rouault <even.rouault@spatialys.com>	2016-04-26

    Move QgsSpatiaLiteExpressionCompiler class to core as QgsSQLiteExpressionCompiler so it can be reused by the OGR provider as well

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-26

    Fix crash in relation reference widget (fix #14732)

Merge: ff85bfe461 ba2601ff45
volaya <volayaf@gmail.com>	2016-04-26

    Merge pull request #3032 from NaturalGIS/processing_remove_wrong_raster_clip_parameter

    remove wrong gdal_translate parameter

volaya <volayaf@gmail.com>	2016-04-26

    [processing] print full stacktrace to log when a provider cannot be loaded

volaya <volayaf@gmail.com>	2016-04-26

    [processing] better expression context building

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-04-25

    Revert "[processing] Extra check to ensure GRASS folder setting not already None"

    This reverts commit 36a820e51657bf0c3069e1fd287d6b452a3cd1e0.

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-04-25

    [processing] Extra check to ensure GRASS folder setting not already None

    - Update to 5131e93; not sure why ProcessingConfig.getSetting returning
      None sets folder = None instead of '' (on the previous line on Win)

Even Rouault <even.rouault@spatialys.com>	2016-04-26

    test_provider_ogr_gpkg.py: fix crash by keeping a reference to the feature object so that the geometry object isn't invalid

Even Rouault <even.rouault@spatialys.com>	2016-04-25

    test_provider_ogr_gpkg.py: compare geometry by wkb, and use @unittest.expectedFailure decorator

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-04-25

    more GDAL a_nodata fixes, for sake of uniformity

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-04-25

    remove wrong gdal_translate parameter

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-04-25

    set nodata parameter as optional in GDAL clip by extent

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-26

    Revert "Fix label map unit scale range for font size and buffer"

    This reverts commit 72714e6f5edb41aca84e361a46ffc4fd6d4523d5.

Even Rouault <even.rouault@spatialys.com>	2016-04-25

    Fix crash in testqgsogrutils with QT5 where QTextCodec::codecForName( "System" ) returns null

Hugo Mercier <hugo.mercier@oslandia.com>	2016-04-25

    Minor fixes in intersection removal for the reshape tool

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2016-01-14

    Avoid intersections in reshape tool

Even Rouault <even.rouault@spatialys.com>	2016-04-25

    [OGR provider] Expose OGR FID as first attribute when it is meaningful

    Useful for GPKG and other database based drivers

    - For OGR drivers that have GetFIDColumn() != '', expose it as a QGIS
      field.
    - When creating features, use the value potentially provided in this
      first field, as the feature id to force to OGR. Disallow changing it
      in changeAttributeValues()

Even Rouault <even.rouault@spatialys.com>	2016-04-25

    [BUGFIX] [OGR provider] Free OGR feature in changeAttributeValues() to avoid memory leak

Juergen E. Fischer <jef@norbit.de>	2016-04-25

    osgeo4w: add qt plugin directories to browser

Juergen E. Fischer <jef@norbit.de>	2016-04-25

    run 2to3 only with Qt5

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-25

    Fix label map unit scale range for font size and buffer

    Refs #14698, but other label size parameters are still
    ignoring scale ranges

volaya <volayaf@gmail.com>	2016-04-25

    [processing] more complete scope for expressions in outputs

volaya <volayaf@gmail.com>	2016-04-08

    [processing] added variables to scope when inputing value of a ParameterNumber

volaya <volayaf@gmail.com>	2016-04-08

    [processing] minor ui fixes in input panels

volaya <volayaf@gmail.com>	2016-04-08

    [processing] added support for expressions in some input params and outputs

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-25

    Fix map unit scale parameters were not always saved for labeling

    Refs #14698 - all settings are now saved but the size range in mm
    is not yet respected during rendering

Juergen E. Fischer <jef@norbit.de>	2016-04-25

    fix leading comment

Juergen E. Fischer <jef@norbit.de>	2016-04-25

    dxf export:
    * output 3D geometries
    * more adaptions to labeling changes

Juergen E. Fischer <jef@norbit.de>	2016-04-25

    fix warnings

Merge: 0cd5f6afce ee5548b27a
Werner Macho <werner.macho@gmail.com>	2016-04-24

    Merge pull request #3027 from Cracert/trans2

    Add Polish translators

Robert Szczepanek <robert@szczepanek.pl>	2016-04-24

    Add Polish translators

Richard Duivenvoorde <richard@duif.net>	2016-04-24

    [NEEDS-DOCS] test, please ignore

Matthias Kuhn <matthias@opengis.ch>	2016-04-23

    Blacklist broken tests

Matthias Kuhn <matthias@opengis.ch>	2016-04-23

    Update blacklist

Matthias Kuhn <matthias@opengis.ch>	2016-04-23

    Add difference image

Matthias Kuhn <matthias@opengis.ch>	2016-04-23

    Python3 compat fix for composerhtml test

Matthias Kuhn <matthias@opengis.ch>	2016-04-23

    Enable QtWebKit with Qt5 tests

Matthias Kuhn <matthias@opengis.ch>	2016-04-23

    Disable internal yaml

Even Rouault <even.rouault@spatialys.com>	2016-04-22

    [OGR provider] Report curve geometry types. Do geometry type conversions when needed on feature creation/modification

Even Rouault <even.rouault@spatialys.com>	2016-04-22

    QgsVectorFileWriter::initMetaData(): add layer creation options for GPKG

Even Rouault <even.rouault@spatialys.com>	2016-04-22

    Add a 'Layer / Create Layer / Create GeoPackage layer' menu item

Matthias Kuhn <matthias@opengis.ch>	2016-04-23

    Add dependency of port-plugin-xxx on staged-xxx

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-22

    [postgres] Improved handling of DOMAIN type fields

    - show correct domain type as field type name
    - correctly determine length and precision of domain types
    - expose bpchar field type as 'character' to users, as postgres only
    uses 'bpchar' internally and refers to bpchar as character in the
    front end

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-22

    Consolidate all qvariant sort methods to use qgsVariantLessThan,
    make sure qgsVariantLessThan incorporates all functionality from
    other duplicate implementations, and add tests

    (fixes #14671)

nirvn <nirvn.asia@gmail.com>	2016-04-22

    properly save/restore font marker outline join style

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-04-21

    [bugfix] offline editing converting offline twice

    Fixes #10537: Converting offline twice within the same
    instance causing unusable offline state.

    The problem was due to spatialite connection not being
    invalidated.  When the new offline layer is re-created
    the provider connection doesn't pick the latest commits.

    Funded by Boundless

Merge: 90613ca5d3 9735c13e33
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-22

    Merge pull request #3017 from nirvn/font_marker_outline

    [FEATURE] add outline settings to font markers

nirvn <nirvn.asia@gmail.com>	2016-04-20

    [FEATURE] add outline settings to font markers

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-22

    One more xenial test mask update

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-22

    Fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-22

    More xenial, Windows test mask updates

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-22

    Remove cryptic assert (was failing regularly)

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-21

    Test mask updates (qt5 and xenial)

rldhont <rldhont@gmail.com>	2016-04-21

    [BUGFIX] The way layer's shortname is write in QGIS project and used in QGIS Server

Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    [travis] Allow osx builds to fail

    Apparently SIP 4.18 deprecates `/DocType/` which is used by PyQt4.

Matthias Kuhn <matthias@opengis.ch>	2016-04-21

    [processing] Improve error message when clipping fails due to 2.5D

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-21

    fix python testing install directory

Matthias Kuhn <matthias@opengis.ch>	2016-04-21

    Revert "[travis] OSX: Force sip version 4.17 due to build problems"

    This reverts commit 842159036a9cfdc518a54ee1ab35de4b14206318.

Matthias Kuhn <matthias@opengis.ch>	2016-04-21

    Add missing header in QgsCoordinateTransformCache sip

Juergen E. Fischer <jef@norbit.de>	2016-04-21

    fix toggling of map styling dock visibility from the layer tree

Matthias Kuhn <matthias@opengis.ch>	2016-04-21

    Fix default value for marker pen join style in sip bindings

Matthias Kuhn <matthias@opengis.ch>	2016-04-21

    Fix build warnings

Juergen E. Fischer <jef@norbit.de>	2016-04-21

    fix crash on startup

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-04-20

    [Style dock] Set open button as toggle

Piers Titus van der Torren <pierstitus@gmail.com>	2016-04-20

    Rewrite pseudocolor render code to improve speed

    Most of the time was lost in checking the color cache, so that is replaced
    by a look up table for the index in the color map.

rldhont <rldhont@gmail.com>	2016-04-20

    [BUGFIX] QGIS Server segfault if layer extent is null

rldhont <rldhont@gmail.com>	2016-04-20

    Remove set mShortName in QgsMapLayer constructor

rldhont <rldhont@gmail.com>	2016-04-20

    [Processing] Fix when iface is None

Nathan Woodrow <madmanwoo@gmail.com>	2016-04-20

    Remove layer title from dock for now

    Sets the dock tab title which means it looks crappy
    when stacked.

Nathan Woodrow <madmanwoo@gmail.com>	2016-04-20

    [Style dock] Move layer label inside widget

Merge: 8f0f9ccbb2 79442b6ccb
Alessandro Pasotti <elpaso@itopen.it>	2016-04-19

    Merge pull request #3015 from boundlessgeo/wfs-getfeatures-offline-crash

    Wfs getfeatures offline crash

Hugo Mercier <hugo.mercier@oslandia.com>	2016-04-19

    Add mask images for arrow symbol layer test

Matthias Kuhn <matthias@opengis.ch>	2016-04-19

    Add a new CMake flag to disable deprecated functionality

    Anything which is going to disappear can be #ifdef'd with this definition. This
    is an additional hint if your 3rd party code is prepared for the next level of
    QGIS.

    For a start it's used to disable old labelling which causes deadlocks when used
    with PyQt5-Python3.

Matthias Kuhn <matthias@opengis.ch>	2016-04-19

    Python and SQL(Expression) code editors, always use monospace

    And use a different color for fields in the expression editor

Matthias Kuhn <matthias@opengis.ch>	2016-04-19

    Server test: URLError has no code

Merge: 831e7cd236 81a6ccf05b
Hugo Mercier <hugo.mercier@oslandia.com>	2016-04-19

    Merge pull request #2955 from mhugo/arrows

    [Feature] Arrow symbol layer

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-04-19

    [FEATURE][styles] Add new style dock for interactive styling

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-19

    Disable processing GDAL test on OSX (keeps randomly failing)

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-11

    [FEATURE][diagrams] Add optional legend entries for diagram sizes

    A new "legend" tab has been added to diagram properties, allowing
    both the existing attribute legend and a new size legend to be
    enabled/disabled. The size legend has a configurable marker
    symbol.

    Also includes unit tests for both diagram attribute and size
    legends.

    Sponsored by ADUGA

Hugo Mercier <hugo.mercier@oslandia.com>	2016-04-18

    Temporarily blacklist the arrow symbology test (qt5 only)

Matthias Kuhn <matthias@opengis.ch>	2016-04-18

    Improve processing test documentation

Hugo Mercier <hugo.mercier@oslandia.com>	2016-04-12

    Add @geometry_point_count and @geometry_point_num

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-20

    Add a new "arrow" symbol layer

    The "arrow" symbol layer is a symbol layer allowing to draw straight
    or curved arrows from a line layer.

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-18

    Another missing Qt5 test mask

Matthias Kuhn <matthias@opengis.ch>	2016-04-18

    [Processing] Retry gdal commands if they are interrupted

Merge: a44d0c1fac 81b6493155
Matthias Kuhn <matthias@opengis.ch>	2016-04-18

    Merge pull request #2990 from DelazJ/style

    Symbol selector dialog: use same terms in the gui

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-18

    Add a missing qt 5 mask image

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-18

    Fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-18

    Add note to QgsExpressionContext docs to point to QgsExpressionContextUtils

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-18

    Update test masks for Qt5, enable more tests on Travis Qt5 builds

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-08

    [FEATURE] Edit attributes of multiple features simultaneously

    This change allows the attributes of multiple features to be edited
    simultaneously. It is enabled when the attribute table dialog is in
    "form mode", via a new "multi edit" button on the toolbar.

    In this mode, attribute value changes will apply to all selected
    features. New widgets appear next to each editor widget allowing for
    display of the current multi-edit state and for rolling back changes
    on a field-by-field basis.

    Changes are made as a single edit command, so pressing undo will
    rollback the attribute changes for all selected features at once.

    Multiedit mode is only available for auto generated and drag and
    drop forms - it is not supported by custom ui forms.

    Sponsored by Kanton Basel Stadt

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-04-18

    Show the active layer in the layers dock header

Matthias Kuhn <matthias@opengis.ch>	2016-04-17

    Send dart measurement output to stdout with no prefix

    Or to put it differently, make the output usable for CDash also
    with Qt5. Qt5 prefixes debug output with QDEBUG and adds quotes
    before and after the message.

    <DartMeasurement>...</DartMeasurement> messages are expected to
    be put at the beginning and end of a line without pre- or suffix
    by CDash.

    We now send it to stdout without any modifications.

Matthias Kuhn <matthias@opengis.ch>	2016-04-17

    Followup 151204d fix typo

Matthias Kuhn <matthias@opengis.ch>	2016-04-17

    Add debug for failing gdal subprocess

Merge: a669d3c884 ae719c0917
Nathan Woodrow <madmanwoo@gmail.com>	2016-04-17

    Merge pull request #3007 from nirvn/svg_marker_disability_v2

    [svg] add accessibility and low vision symbols

Webmaster <nirvn.asia@gmail.com>	2016-04-17

    [svg] add accessibility and low vision symbols

Merge: fc6559aa05 842159036a
Matthias Kuhn <matthias@opengis.ch>	2016-04-16

    Merge pull request #3005 from m-kuhn/osx-sip-417

    [travis] OSX: Force sip version 4.17 due to build problems

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-04-15

    Remove conversions.sip conditionals meant for 4.12 but actually 4.18

    - The hex version of 4.12 was not 0x041200 (current 4.18) but 0x040c00.
      Code was always skipped and has worked with recent sip versions.

Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    [travis] OSX: Force sip version 4.17 due to build problems

Merge: b95d6c1d94 449fad3582
Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    Merge pull request #3006 from m-kuhn/Qt5ConsoleTests

    Enable console tests on Qt5

Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    Enable console tests on Qt5

Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    [travis] Allow osx builds to fail

    Seems to be caused by sip 4.18

Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    Fix crash on postgis error

Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    Blacklist console test on Qt5

    We are missing QScintilla bindings at the moment

Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    QShortcut is in widgets, not gui

Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    Fix console import menu and add tests

Juergen E. Fischer <jef@norbit.de>	2016-04-15

    debian packaging drop ubuntu vivid support

Merge: 78725feda4 816c322df5
Matthias Kuhn <matthias@opengis.ch>	2016-04-15

    Merge pull request #3003 from m-kuhn/py3next

    Enable more tests for PyQt5/Python3

Juergen E. Fischer <jef@norbit.de>	2016-04-15

    Bring back QgsNetworkManager slots and signals removed in 2eb8243 as deprecated

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-04-15

    Prevents a crash when online features are gone

    Fixes an unreported segfault when converting an online layer
    to offline if features cannot be (completely) fetched.

    Funded by Boundless

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Workaround for buggy mac osx cleanup

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Test PyQgsRelationEditWidget updates

     * QApplication is in QtWidgets, not QtGui
     * Expected failure only affects the travis Qt4 platform

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Unmask more Python 3 tests

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Improve PORT_PLUGINS cmake code

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Improve spatialite provider test

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Add unicode_keep_u fixer

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Compatibility fix for most of PyQgsGeometryTest

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Python 3 migrate SocketServer

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Manual next fixes

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Run next_call fixer on tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-15

    Fix test failure on GDAL >= 2.0

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-15

    [FEATURE] Compilation support for unary - operation

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-15

    Add safeguard tests to ensure no regressions in expression compilation
    (ie check that expressions are successfully compiled where expected)

    Add compilation support for "NOT..." type expressions

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-15

    [FEATURE][console] Improvements to find functionality

    - add key shortcut to open find widget, set focus to find text input
    automatically (uses default shortcut for DE, eg usually Ctrl+F)
    - add key shortcuts for find next/previous (using default DE
    shortcut, eg Ctrl+G/Shift+Ctrl+G)
    - automatically find first match when typing in find box
    - set initial find string to selection when opening find
    - pressing Escape closes the find bar

Merge: a7f08fd7b7 69235e6755
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-15

    Merge pull request #3000 from nirvn/diamond_ellipse_marker

    [symbology] add diamond ellipse marker

Alessandro Pasotti <apasotti@boundlessgeo.com>	2016-04-08

    Avoid crash when WFS converted to offline

    Fixes #14010 Converting to Offline Editing of WFS-T layer causes minidump

    Funded by Boundless

Merge: 0f048b55eb 023281907f
Hugo Mercier <hugo.mercier@oslandia.com>	2016-04-14

    Merge pull request #2956 from pblottiere/diagrams

    Update label toolbar to manage diagrams too

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Unblacklist Qt5 tests

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Some general test improvements

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Fix typo

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Fix console errors

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Python 3 update for processing tests

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    Cleanup test application on exit

Matthias Kuhn <matthias@opengis.ch>	2016-04-13

    [postgres] Avoid deadlocks in transactional editing

    Can currently be triggered by using the field calculator to update a selection.
    While an iterator is active and the connection is locked, an update statement
    waits unsuccessfully for the same (locked) connection.

    This commit only locks the connection while an iterator is actually fetching
    data and not for its entire lifetime.

Matthias Kuhn <matthias@opengis.ch>	2016-04-14

    [postgres] Test for deadlocks with transactions

elpaso <elpaso@itopen.it>	2016-04-14

    [dbmanager] Fixes various signal bugs after 8bda5c

    Fixes some unreported glitches after new signals migration.

    Also fixes #14649

Merge: cbf7b5c0df 70863ecaf0
mhugent <marco.hugentobler@sourcepole.ch>	2016-04-14

    Merge pull request #2999 from mhugent/server_ntv2_2

    [FEATURE]: set default datumstransformation for server with environme…

Juergen E. Fischer <jef@norbit.de>	2016-04-14

    fix 7454d87

Juergen E. Fischer <jef@norbit.de>	2016-04-13

    doxygen: include sha in PROJECT_NUMBER

Juergen E. Fischer <jef@norbit.de>	2016-04-13

    add doxymentation

Juergen E. Fischer <jef@norbit.de>	2016-04-13

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2016-04-12

    dxf export: add support for expression contexts and rotated symbols (fixes #14495)

Juergen E. Fischer <jef@norbit.de>	2016-04-11

    dxf export: support rule based labeling (fixes #13757)

Blottiere Paul <blottiere.paul@gmail.com>	2016-03-22

    update label toolbar to manage diagrams too

Webmaster <nirvn.asia@gmail.com>	2016-04-13

    fix offset not cloned for ellipse marker

Webmaster <nirvn.asia@gmail.com>	2016-04-13

    [symbology] add diamond ellipse marker

Harrissou Sant-anna <delazj@gmail.com>	2016-04-10

    More consistency on gui labels

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-13

    [processing] add Rectangles, Ovals, Diamonds algorithm (fix #11575)

    This is direct port of abandoned "Rectangles, Ovals and diamonds" plugin.
    There are two algorithms: one uses fixed values and second — variable
    values from attribute table. Test for fixed distance version included.

Juergen E. Fischer <jef@norbit.de>	2016-04-13

    spatialite provider: remove m prefixes in extern functions (followup 1050174)

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-13

    Fix PyQgsVectorFileWriter test on Windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-13

    Fix other feature's geometries are shown instead of null geometry
    in delimited text provider (fix #14666)

    Add tests, also fix virtual layer, mssql and db2 providers which
    suffered the same bug

nirvn <nirvn.asia@gmail.com>	2016-04-13

    hardcode values for pentagon, hexagon, and equilateral triangle

Matthias Kuhn <matthias@opengis.ch>	2016-04-13

    QgsSymbolV2: only pop expression scope if it was really added

Merge: 9a161ac449 6da18991eb
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-13

    Merge pull request #2997 from nirvn/more_n_more_markers

    [symbology] add a filled cross simple marker

nirvn <nirvn.asia@gmail.com>	2016-04-13

    fix angle and anchor point settings for ellipse symbol

Webmaster <nirvn.asia@gmail.com>	2016-04-12

    [symbology] add filled cross and hexagon markers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-04-12

    [FEATURE]: set default datumstransformation for server with environment variable

Matthias Kuhn <matthias@opengis.ch>	2016-04-12

    Fix crash on exit: delete postgres connection pool before QApplication

Matthias Kuhn <matthias@opengis.ch>	2016-04-12

    Only cache QIcons if a QgsApplication is present

Matthias Kuhn <matthias@opengis.ch>	2016-04-12

    Add new target port-plugins to run 2to3 on plugins as build step

Matthias Kuhn <matthias@opengis.ch>	2016-04-12

    Fix indentation

Alessandro Pasotti <apasottis@boundlessgeo.com>	2016-04-12

    [dbmanager] Use user name as DB name if provided

    Followup for 212b125

Matthias Kuhn <matthias@opengis.ch>	2016-04-12

    Mask flaky openstreetmap test

Matthias Kuhn <matthias@opengis.ch>	2016-04-12

    Cache theme icons for quick access

Alessandro Pasotti <apasottis@boundlessgeo.com>	2016-04-12

    [dbmanager] PG ignore env if service file is used

    Fixes #14436

    Funded by Boundless

Matthias Kuhn <matthias@opengis.ch>	2016-04-12

    Unblacklist global static QIcon related Qt5 tests

Matthias Kuhn <matthias@opengis.ch>	2016-04-12

    Don't use global static QIcon's, they crash Qt5 on exit

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-12

    Fix effects not working for ellipse symbol layers (fix #14661)

Matthias Kuhn <matthias@opengis.ch>	2016-04-12

    [travis] Qt4: Don't run tests in parallel

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-11

    [symbology] Remove distorted star symbol

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-12

    [raster] Add note and docs for psuedocolor 'clip' option

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-12

    Fix missing map settings expression variables in composer maps

    Missing map extent related variables were causing stacking order
    issues with the 25d renderer (fix #14604)

Matthias Kuhn <matthias@opengis.ch>	2016-04-11

    Fix indentation

Matthias Kuhn <matthias@opengis.ch>	2016-04-11

    [processing] Allow calling GdalUtils.runGdal w/o progress

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-11

    [processing] fix path handling (fix #14432)

Juergen E. Fischer <jef@norbit.de>	2016-04-11

    doxygen: fix extra stylesheet path

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-11

    [processing] filter items in toolbox using translated and original names (fix #13764)

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-11

    Fix some providers did not respect layer's subset when calculating
    min/max/uniqueValues

    Providers included delimited text, memory, virtual layer, and WFS

    Add unit test to provider test

Sandro Santilli <strk@keybit.net>	2016-04-11

    Fix the request for 2-spaces indent

Sandro Santilli <strk@keybit.net>	2016-04-11

    Request 2-spaces indent

Sandro Santilli <strk@keybit.net>	2016-04-11

    Add generic editor configuration

    See http://editorconfig.org

Merge: 0c5fa81126 25a162c05a
Alexander Bruy <alexander.bruy@gmail.com>	2016-04-11

    Merge pull request #2982 from alexbruy/cancel-style-loading

    don't apply loaded style when layer properties dialog is cancelled

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-11

    Fix huge legend item size when symbol uses map unit sizes (fix #13979)

    Add unit test

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-11

    Add methods for retrieving and setting size units for QgsMarkerSymbolV2

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-11

    [symbology] Add explanatory text for 0 line widths (fix #9937)

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-10

    [processing] fix missed quotes in OTB provider (fix #14557)

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-10

    [processing] fix GRASS icon

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-07

    [processing] don't ask for MSYS folder for GRASS7 (fix #14431)

Merge: 7d235d2b0c ae59b733c3
Alexander Bruy <alexander.bruy@gmail.com>	2016-04-10

    Merge pull request #2988 from nyalldawson/dissolve

    [processing] Use unary union in dissolve

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-10

    [processing] Use unary union in dissolve (much faster for many
    complex geometry inputs)

Merge: f90f999eb4 a72fcb8fe1
Jürgen Fischer <jef@norbit.de>	2016-04-10

    Merge pull request #2987 from rouault/wfs_uppercase_attribute

    [WFS] Fix support of attribute names in upper-case

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-10

    Fix typo

Even Rouault <even.rouault@spatialys.com>	2016-04-09

    [WFS] Fix support of attribute names in upper-case

    Bugfix of issue introduced in commit 9040ec1baf33e55a9ba5abcc4fa2ee18d54a4212

    When doing the spatialite cache initialization with OGR, the attribute
    names get 'laundered' in lower case, which makes their matching afterwards
    fail. Fix this. And also handle the situation where an attribute would
    be named 'geometry'

Juergen E. Fischer <jef@norbit.de>	2016-04-09

    fix 1050174

Juergen E. Fischer <jef@norbit.de>	2016-04-09

    spatialite provider: prefer rowid as primary key where available (and some cleanups)

    fixes #14575, fixes #14626

Matthias Kuhn <matthias@opengis.ch>	2016-04-09

    [travis] No need to wait for slow jobs to finish on failure

Matthias Kuhn <matthias@opengis.ch>	2016-04-09

    [travis] Clang 3.8 for Qt5 buildss

Matthias Kuhn <matthias@opengis.ch>	2016-04-09

    [travis] Clang 3.8 for Qt4 builds

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-07

    don't apply loaded style when layer properties dialog is cancelled

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-31

    Use average mode for align raster downsample tests

    GDAL 2.0 changed (fixed) the bilinear downsampling algorithm, so
    switch to the average algorithm so that test results are the same
    for GDAL versions >= 2.0 and < 2.0.

Matthias Kuhn <matthias@opengis.ch>	2016-04-08

    @cond

QGEP <qgep@opengis.ch>	2016-04-08

    Workaround a instable system call

Matthias Kuhn <matthias@opengis.ch>	2016-04-08

    ogrinfo reports null geometry features differently

Matthias Kuhn <matthias@opengis.ch>	2016-04-08

    Drop processing algorithm comparison precision

Matthias Kuhn <matthias@opengis.ch>	2016-04-08

    Writing shapefiles with Z dimensions is gdal version dependent

Matthias Kuhn <matthias@opengis.ch>	2016-04-07

    Container based Qt4 builds

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-09

    Indentation fix

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-08

    [composer] New QSortFilterProxyModel for filtering items by type
    and new widget QgsComposerItemComboBox for showing matching composer
    items.

    Swap existing comboboxes to use the new widget, which removes a lot
    of fragile code designed to allow selection of items. Additionally
    the combobox now show the correct item id rather than always showing
    "Map 0/1/..."

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-08

    [composer] Fix world file map is not restored from project

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-08

    [browser] Set focus to filter edit when filter activated

    Also clean up some code

Merge: d07bc18353 a0b9877b3d
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-09

    Merge pull request #2985 from manisandro/geom_checker_fixes

    Geom checker fixes

Juergen E. Fischer <jef@norbit.de>	2016-04-08

    oracle provider: handle empty geometries (fixes #14631)

Juergen E. Fischer <jef@norbit.de>	2016-04-08

    fix python future installation (followup 5895780)

Merge: 9b9377fa87 d30836ea1a
Jürgen Fischer <jef@norbit.de>	2016-04-08

    Merge pull request #2984 from rouault/fix_thread_unsafe_init_of_QgsExpression_functions

    Fix thread-unsafe initialization of QgsExpression::Functions()

Matthias Kuhn <matthias@opengis.ch>	2016-04-08

    Fixup b6aee93

Even Rouault <even.rouault@spatialys.com>	2016-04-08

    Fix thread-unsafe initialization of QgsExpression::Functions()

    The method initializes the gmFunctions static member, without any mutex protection.
    This turned out to cause random crashes in the tests of the WFS provider since the downloader
    thread may evaluate an expression, in parallel of the main thread, which does the same.
    This was mainly seen on Mac Travis (2 crashes + 1 failures, over 50 iterations), when
    parallelizing tests so as to get particular scheduling :
    https://travis-ci.org/rouault/Quantum-GIS/builds/121720556.
    But I could finally reproduce it systematically on my Linux box when inserting the following sleep.

    diff --git a/src/providers/wfs/qgswfsshareddata.cpp b/src/providers/wfs/qgswfsshareddata.cpp
    index adc7042..e9e4577 100644
    --- a/src/providers/wfs/qgswfsshareddata.cpp
    +++ b/src/providers/wfs/qgswfsshareddata.cpp
    @@ -426,6 +426,7 @@ int QgsWFSSharedData::registerToCache( QgsWFSFeatureIterator* iterator, QgsRecta
         connect( mDownloader, SIGNAL( ready() ), &loop, SLOT( quit() ) );
         mDownloader->start();
         loop.exec( QEventLoop::ExcludeUserInputEvents );
    +    usleep( 100 * 1000 );
       }
       if ( mDownloadFinished )
         return -1;

    After applying this commit, the Mac builder is fine:
    https://travis-ci.org/rouault/Quantum-GIS/builds/121756158

Matthias Kuhn <matthias@opengis.ch>	2016-04-08

    Align raster code improvements

     * Fix x/y mismatch
     * Improve strings for translation
     * Remove unrequired cast

rldhont <rldhont@gmail.com>	2016-04-08

    [BUGFIX] QGIS Server segfault when features does not have the same fields as the layer.

    In some WFS GetFeature request, with Filter or FeatureId, all the fields are not well loaded in the feature.

    To fix it, we just verifying that the attribute index is lesser than the feature fields count.

    Fixes #14619

Merge: c397ae652e 2eb660a00c
Matthias Kuhn <matthias@opengis.ch>	2016-04-08

    Merge pull request #2954 from tomchadwin/master

    New custom CSS for https://qgis.org/api/

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-08

    allow sorting relations in project properties

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-08

    be sure that layer exists

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-08

    rename protected variable (starts with m), remove old comment

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-08

    regroup duplicated code

Merge: a6a77ee46b f0a2d60c81
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-08

    Merge pull request #2981 from nirvn/symbol_label_diagram_sync

    [ui] add missing icons for no labels and no diagram

nirvn <nirvn.asia@gmail.com>	2016-04-08

    [ui] make symbol/label/diagram title case consistent

nirvn <nirvn.asia@gmail.com>	2016-04-07

    [ui] add missing icons for no labels and no diagram

Matthias Kuhn <matthias@opengis.ch>	2016-04-07

    Remove remainders of buggy pg test

Matthias Kuhn <matthias@opengis.ch>	2016-04-07

    Also retrieve generated values for pktInt

Matthias Kuhn <matthias@opengis.ch>	2016-04-07

    Fix postgres unit test

Matthias Kuhn <matthias@opengis.ch>	2016-04-07

    Unit test for 4ec97c33

Matthias Kuhn <matthias@opengis.ch>	2016-04-07

    [postgres] Update primary key on insert with pktFidMap

    Helps to retrieve generated keys with views

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-07

    Revert "add todo QGIS 3:  add /In,Out/ to QgsVectorLayer.addFeature (python)"

    this works already, features are updated.

    This reverts commit bf3f8b5920bc43cf528c9569a3d6b1000f0eef9f.

Matthias Kuhn <matthias@opengis.ch>	2016-04-07

    Followup 297f466 pep8

volaya <volayaf@gmail.com>	2016-04-07

    [processing] make gdal algorithms honor selection

    fixes #14622

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-07

    add todo QGIS 3:  add /In,Out/ to QgsVectorLayer.addFeature (python)

    https://github.com/qgis/qgis3.0_api/issues/45

Matthias Kuhn <matthias@opengis.ch>	2016-04-07

    Fix headers

Matthias Kuhn <matthias@opengis.ch>	2016-04-07

    Followup 297f466 Add missing CMakeLists.txt

volaya <volayaf@gmail.com>	2016-04-07

    [processing] fixed wild import

Merge: 794ef72520 4f87525eec
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-07

    Merge pull request #2980 from nirvn/diagram_ui_improvement

    [diagram] synchronize enabling UI to match labelling

volaya <volayaf@gmail.com>	2016-04-07

    [processing] added support for QGIS variables in python scripts

volaya <volayaf@gmail.com>	2016-04-06

    [processing] fixed header

volaya <volayaf@gmail.com>	2016-04-06

    [processing] added preconfigured algorithms

nirvn <nirvn.asia@gmail.com>	2016-04-07

    [diagram] synchronize enabling UI to match labelling

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-07

    Fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-07

    Initially set focus to text in new name dialog

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-07

    [composer] Fix crash setting table columns from python

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-07

    Remove use of c style function(void)

Merge: 5895780553 9040ec1baf
Jürgen Fischer <jef@norbit.de>	2016-04-07

    Merge pull request #2977 from rouault/wfs

    First part of QEP 35: WFS provider enhancements

Juergen E. Fischer <jef@norbit.de>	2016-04-07

    fix internal future install (fixes #14577, take II)

Merge: 99980bea0c 100c96c3a8
Jürgen Fischer <jef@norbit.de>	2016-04-07

    Merge pull request #2946 from sebastic/debian

    Debian packaging improvements

Bas Couwenberg <sebastic@xs4all.nl>	2016-04-07

    Add python-shapely to python-qgis-common dependencies.

    Closes Debian Bug #820281 (https://bugs.debian.org/820281).

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-07

    Fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Fix calculation of diagram size in map units when using scale limits

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Fix margins on photo and web view edit widgets

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Fix layout issues with color button editor widget

    - widget was not left aligned
    - widget would shrink to a small vertical height in crowded forms

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Add geometry methods for calculating the distance to a specified
    vertex from the start of the geometry

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    [FEATURE] Null ("No symbol") renderer

    Using this renderer no symbol will be drawn for features, but labeling,
    diagrams and other non-symbol parts will still be shown.

    Selections can still be made on the layer in the canvas and selected
    features will be rendered with a default symbol. Features being edited
    will also be shown.

    This is intended as a handy shortcut for layers which you only want
    to show labels or diagrams for, and avoids the need to render
    symbols with totally transparent fill/border to achieve this.

    (fix #12131)

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Use real values when interpolating color components in gradients

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    [FEATURE] New project(point, distance, bearing) expression function

    Projects a point geometry by the specified distance and bearing

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Some QgsPoint improvements

    - Modernize QgsVector, improve docs, add some methods missing from
    Python bindings
    - Add method to QgsPoint to project a point by a specified distance
    and bearing
    - Add distance methods to complement existing sqrDist squared distance
    methods
    - Rename QgsVector::normal to normalized (avoid confusion with normal
    vectors)
    - Add more QgsPoint operators
    - Add some more QgsPoint and QgsVector tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Improve documentation for QgsGeometry::closestVertex

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Add some provider tests for empty rectangles

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Fix build with Qt5 <5.5

Matthias Kuhn <matthias@opengis.ch>	2016-04-05

    Move AutoTransaction setting to project properties

    Was in global app settings

Matthias Kuhn <matthias@opengis.ch>	2016-04-06

    Better support for LabelOnTop in multicolumn attribute form layouts

Matthias Kuhn <matthias@opengis.ch>	2016-04-04

    Allow adding a new entry from the relation reference widget

Matthias Kuhn <matthias@opengis.ch>	2016-04-04

    Make string translatable

Merge: 9c0a291046 7b233e514c
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-06

    Merge pull request #2976 from nirvn/more_markers

    [symbology] add half triangle markers

Even Rouault <even.rouault@spatialys.com>	2016-03-27

    [FEATURE] [WFS provider] Major overhaul to add WFS 1.1 and 2.0 support

    First part of https://github.com/qgis/QGIS-Enhancement-Proposals/issues/53
    (QEP 35: WFS provider enhancements)

    Improvements:
    - Version autodetection
    - On-disk caching of downloaded features
    - Background download and progressive rendering
    - WFS 1.1 and 2.0 support
    - WFS 2.0 GetFeature paging
    - Add provider tests

    Fixes:
    - #10106: Panning a non-cached WFS layer causes selection to change
    - #9444: WFS client not requesting new features when not-cached
     #14156: WFS non cached: infinite flashing
    - #9450 : New WFS connection option - Max number of features returned
    - #14122: Implement WFS 2.0 client provider (partial. no joins or stored queries)

    Not in scope: WFS-T 1.1 and 2.0. But WFS-T 1.0 kept (and tested)

Even Rouault <even.rouault@spatialys.com>	2016-03-27

    Add QgsDataProvider::invalidateConnections() and implement in Spatialite provider

    This invalidates all cached connections to the given database name.
    This will be used by the WFS provider to cleanup any cached connections before
    removing its temporary Spatialite DB

Even Rouault <even.rouault@spatialys.com>	2016-03-27

    [Spatialite] Handle a pragma='pragma_name=value' URI parameter.

    This will be used by the WFS provider to improve commit time to its
    temporary Spatialite DB.

Even Rouault <even.rouault@spatialys.com>	2016-03-27

    [Spatialite] Handle connection invalidation

    This will be used by the WFS provider, so it can properly invalidates
    (=close) all connections to the temporary Spatialite database it uses
    for caching. Closing those connections is needed to be able to remove
    the file.

Even Rouault <even.rouault@spatialys.com>	2016-03-27

    Improve QgsVectorLayer::countSymbolFeatures() responsiveness.

    The method can display a progress dialog when it takes a long time to
    complete.
    - Attach this dialog to the QGIS main window.
    - Use the interruption checker mechanism of iterators so that the
      to-be-committed improved WFS feature iterator can use it
    - Call QCoreApplication::processEvents() for better UI responsiveness.

Even Rouault <even.rouault@spatialys.com>	2016-03-27

    Feature iterators: add a mechanism to check if it must be interrupted.

    Add a setInterruptionChecker() method on iterators that provides an interface
    that can be called by iterators to check if they must return as soon as
    possible. This is set by QgsVectorLayerRenderer::render() to connect to
    QgsRenderContext::renderingStopped(). This is useful for some iterators,
    like the to be-committed QgsWFSFeatureIterator that can wait for a long
    time before returning. By regularly checking if it must be interrupted,
    this improves the GUI responsiveness a lot.
    This is an enhancement and existing iterators do not need to be modified.

Even Rouault <even.rouault@spatialys.com>	2016-03-27

    QgsOgcUtils: add support to generate WFS 1.1 and 2.0 filters

    Fixes #14119: Ensure the OGC filter XML expression contains the GML namespace references

Even Rouault <even.rouault@spatialys.com>	2016-03-27

    QgsGML: expose lower level streaming parser, add handling of GML3

    - Add a low-level QgsGmlStreamingParser class that doesn't do any
      network activity, but builds features from GML data in a streaming way
    - Add handling of GML3 for WFS 1.1 and 2.0.
    - Add tests

Webmaster <nirvn.asia@gmail.com>	2016-04-05

    [symbology] add half triangle markers

Matthias Kuhn <matthias@opengis.ch>	2016-04-05

    Deprecate QgsProject::dirty( bool ) in favor of QgsProject::setDirty

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Followup 31d7be

    Tweak some API and docs, and fix overlapping UI widgets

Merge: 410a43814b dc5d7ab985
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Merge pull request #2974 from nirvn/diagram_line_unit

    [diagram] add unit type setting for outlines (fixes #14614)

Merge: f6838032fa f696b0a34d
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Allow relative links in composer labels

    Allow relative links in composer labels

Matthias Kuhn <matthias@opengis.ch>	2016-04-05

    QgsMaplayerRegistry function to get only vector or raster layers

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Simplify some editor widget parenting

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Various fixes for photo editor and external resource widgets

    - Clear picture when changing from a feature with a picture to
    a feature with no picture set
    - Don't try to load "NULL" as a filename
    - Fix calculation of widget size so that widget can collapse
    its size to nothing when it doesn't have a picture set
    - Avoid incorrect scaling and cropping of pictures

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    UX improvements to photo, web view and external resource widget config

    - Better explanatory text
    - Change '0' values to 'Auto'
    - Ad 'px' suffix to values
    - Allow resetting sizes to Auto with clear button

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Make sure QgsFileWidget emits fileChanged when value is cleared

    Fixes external resource widget not updating document display
    when link is cleared.

Juergen E. Fischer <jef@norbit.de>	2016-04-05

    make wfs/ogc error message translatable

Juergen E. Fischer <jef@norbit.de>	2016-04-04

    don't crash when reply is destroyed while it's waiting for credentials to be entered

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Add missing binding

nirvn <nirvn.asia@gmail.com>	2016-04-05

    [diagram] make use of unit widget for diagram size

volaya <volayaf@gmail.com>	2016-04-05

    [processing] extended 'menus' section in options, to allow adding buttons

volaya <volayaf@gmail.com>	2016-04-04

    [processing] extra checks to avoid issues with previous versions values

Matthias Kuhn <matthias@opengis.ch>	2016-04-05

    Cleanup ValueRelation widget

nirvn <nirvn.asia@gmail.com>	2016-04-05

    [diagram] add unit type setting for outlines (fixes #14614)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-16

    Implement QgsEditorWidgetWrapper::showIndeterminateState() for setting
    editor widgets into an indeterminant "unknown value" state

    Works for all editor widgets except date time, range and uuid widgets.

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Fix missing docs

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Add easy methods for temporarily blocking signals

    - QgsSignalBlocker: RAII signal blocking class. Used for temporarily
      blocking signals from a QObject for the lifetime of QgsSignalBlocker
      object.

    - easy shortcut "whileBlocking( QObject* )" function. Temporarily
      blocks signals from a QObject while calling a single method from the
      object.

      Usage:
        whileBlocking( checkBox )->setChecked( true );
        whileBlocking( spinBox )->setValue( 50 );

      No signals will be emitted when calling these methods.

    based on Boojum's code from
    http://stackoverflow.com/questions/3556687/prevent-firing-signals-in-qt

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    [symbology] Add some more dispersed marker symbols (half/quarter squares)

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-05

    Show simple marker symbol name in tooltip

Blottiere Paul <blottiere.paul@gmail.com>	2016-04-04

    fix polyline rendering when layer draws effects (fix #14611)

Juergen E. Fischer <jef@norbit.de>	2016-04-04

    debian packaging: no internal future only stretch sid wily xenial
    (fixes #14577)

Merge: 2adfbb078a 14c7900e1a
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-04-04

    Merge pull request #2971 from DelazJ/patch-9

    typo fix

Harrissou Sant-anna <delazj@gmail.com>	2016-04-04

    typo fix

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-04-04

    [symbology] add semicircle, third, quarter circles to simple markers

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-04

    Fix artifacts on simple marker "arrowhead" symbol, allow symbol to
    work correctly with join modes

Matthias Kuhn <matthias@opengis.ch>	2016-04-04

    [feature] allow generating default values on postgres just in time

    The expression used to generate default values for a field on the
    postgres database are currently being printed on the feature form.

        nextval('serial')

    A new option in the properties allows evaluating the expression before
    usage and will directly print the new value in the feature form.

        23

Matthias Kuhn <matthias@opengis.ch>	2016-04-04

    Prefer usage of https:// over http://

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-03-18

    Allow relative links in composer labels

    Now labels and HTML boxes can contain relative URLs. If we don't have
    a base URL, the project file will be used as a base URL (closes #7236).

    Remove the exception for the labels where the images where not
    loaded (unless in in PDF or image mode). It was because of a crash. Qt didn't
    like having the HTML loading to be done synchronously during painting.

    Fix a leak when rendering labels.

elpaso <elpaso@itopen.it>	2016-04-04

    Delete a blank line to make flake8 happy

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-04

    [processing] fix looping over features in Join Attributes alg (fix #14428)

Merge: 541463718d 5a72bc7d52
Alessandro Pasotti <elpaso@itopen.it>	2016-04-04

    Merge pull request #2963 from elpaso/server-fix-qs-encoding

    [SERVER] Fix encoding of query string for bindings

Mathieu Pellerin <nirvn.asia@gmail.com>	2016-04-04

    [FEATURE] add outline join style to ellipse markers

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-04

    Function argument name should not be translatable

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-29

    [FEATURE] Allow expression functions to use named parameters

    This commit sets the framework for allowing expression functions to
    use named parameters. Ie, instead of:

    clamp(1,2,3)

    you can use:

    clamp( min:=1, value:=2, max:=3)

    This also allows arguments to be switched, eg:

    clamp( value:=2, max:=3, min:=1)

    Additionally, it allows for a more structured definition of function
    parameters to handle optional arguments and default values for
    parameters. These are currently being done using a hacky infinite
    argument list.

    I've utilised the postgres ':=' syntax for specifying named arguments
    to avoid potential collisions which may arise with the equality test
    if we re-used just the '=' operator alone.

    Sponsored by North Road

Juergen E. Fischer <jef@norbit.de>	2016-04-04

    remove pseudo options HAVE_MSSQL, HAVE_DB2, HAVE_SPATIALITE
    and HAVE_PYTHON

Juergen E. Fischer <jef@norbit.de>	2016-04-04

    include db2 provider in packaging

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-04

    Fix warning

David Adler <dwadler@users.noreply.github.com>	2016-04-03

    merged DB2 updates

    [FEATURE] New vector data provider for DB2 sources

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-04

    Fix some minor coverity warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-04

    Fix memory leak

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-04

    Fix coverity uninitialized variable warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-04

    Make attribute selection table in vector save as dialog taller

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-04

    Followup 99d5e4, add unit tests

Merge: c08d3592dd 3a2a099c59
Nyall Dawson <nyall.dawson@gmail.com>	2016-04-03

    Merge pull request #2964 from nirvn/simple_marker_join_style

    [FEATURE] add outline join style settings to simple markers (fixes #3797)

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-03

    Add testdata cache folder to .gitignore

nirvn <nirvn.asia@gmail.com>	2016-04-03

    add simple marker join style tests

nirvn <nirvn.asia@gmail.com>	2016-04-02

    [FEATURE] add outline join style settings to simple markers
    (fixes #3797)

Juergen E. Fischer <jef@norbit.de>	2016-04-03

    [FEATURE] vector file writer: allow selection of attributes to export

Juergen E. Fischer <jef@norbit.de>	2016-04-03

    oracle provider: handle NULL geometry in case of multiple geometry columns

Juergen E. Fischer <jef@norbit.de>	2016-04-03

    extent group box: fix header spelling

Juergen E. Fischer <jef@norbit.de>	2016-04-03

    fix indentation

Merge: 42e42f77b4 3e7553c1f2
Jürgen Fischer <jef@norbit.de>	2016-04-02

    Merge pull request #2965 from DelazJ/patch-8

    Update qgstipfactory.cpp

Harrissou Sant-anna <delazj@gmail.com>	2016-04-02

    Update qgstipfactory.cpp

elpaso <elpaso@itopen.it>	2016-04-01

    [SERVER] Fix encoding of query string for bindings

    Fix an error when passing utf-8 chars in the query string
    from python bindings

    Adds a test for GetLegendGraphics

Juergen E. Fischer <jef@norbit.de>	2016-04-01

    2to3: avoid duplicate transformation of print (followup c4d9b0a)

Juergen E. Fischer <jef@norbit.de>	2016-04-01

    move new composer tests to pyqt wrappers (followup 7a8a541 and f413046)

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-01

    [processing] more HiDPI fixes (refs #14474)

Matthias Kuhn <matthias@opengis.ch>	2016-04-01

    Right align labels with multicolumn attribute forms

Matthias Kuhn <matthias@opengis.ch>	2016-04-01

    Move drag and drop designer python API to QgsEdtiFormConfig

Matthias Kuhn <matthias@opengis.ch>	2016-04-01

    [feature] Allow using multiple columns in attribute forms

    When using the drag and drop designer, a user can specify over how many
    columns the fields should be distributed.

    A double click on an existing group will allow adapting the value.

Alexander Bruy <alexander.bruy@gmail.com>	2016-04-01

    [processing] add function to retrieve Processing version
    Initial idea by Etienne Trimaille

Juergen E. Fischer <jef@norbit.de>	2016-04-01

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2016-04-01

    2to3: drop fix_print and avoid double parens in fix_print_with_import

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-01

    [composer] Make drawing polygon/polyline follow canvas right click
    behaviour (right click ends drawing without adding node)

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-01

    [composer] Fix polylines would be removed if they had < 3 points
    when deleting nodes (2 node lines should be allowed)

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-01

    Use Qt methods for translating node coords to scene coords

Nyall Dawson <nyall.dawson@gmail.com>	2016-04-01

    [composer] Respect modifier keys when moving nodes with keys

Blottiere Paul <blottiere.paul@gmail.com>	2016-03-23

    [FEATURE][composer] Add tools for drawing polygon and polylines

Juergen E. Fischer <jef@norbit.de>	2016-03-31

    globe plugin: fix crash on exit

Juergen E. Fischer <jef@norbit.de>	2016-03-31

    really fix ab5f06b (ouch again - machine mixup)

Juergen E. Fischer <jef@norbit.de>	2016-03-31

    fix ab5f06b (ouch)

Salvatore Larosa <lrssvtml@gmail.com>	2016-03-31

    [pyqgis-console] fix multi-line code execution

Salvatore Larosa <lrssvtml@gmail.com>	2016-03-21

    [pyqgis-console] fix import statement

Juergen E. Fischer <jef@norbit.de>	2016-03-31

    processing: base grass path on OSGEO4W_ROOT where available

Matthias Kuhn <matthias@opengis.ch>	2016-03-31

    Convert print function to py3 style in tests

Matthias Kuhn <matthias@opengis.ch>	2016-03-31

    Remove some python tests from Qt5 blacklist

Tom Kralidis <tomkralidis@gmail.com>	2016-03-31

    [MetaSearch] fix version referencing

Merge: 1e85772e03 3dffb7b743
Tom Kralidis <tomkralidis@gmail.com>	2016-03-31

    Merge pull request #2959 from geopython/master

    reuse core icons

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-03-31

    Fix layer order in GetPrint

Tom Kralidis <tomkralidis@gmail.com>	2016-03-31

    reuse core icons

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-03-31

    Replace calls to deprecated method

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-03-31

    Keep old method signature in wms config parser for compatibility

Matthias Kuhn <matthias@opengis.ch>	2016-03-31

    Fix expression "if" documentation

Harrissou Sant-anna <delazj@gmail.com>	2016-03-28

    Fix if function example

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-03-31

    Adapt qgswmsconfigparser.sip

Merge: afa20ec28d 2fb71b02c4
Matthias Kuhn <matthias@opengis.ch>	2016-03-31

    Merge pull request #2958 from mbernasocchi/master

    Protect process_contexthelp.py from IOError

Marco Bernasocchi <marco@opengis.ch>	2016-03-24

    Protect process_contexthelp.py from IOError

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-03-29

    [FEATURE:] Redlining in QGIS server (GetMap and GetPrint). Funded by canton of Solothurn

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-31

    Update legend test mask images for Windows build

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-31

    Fix PyQgsVirtualLayerDefinition test on Windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-31

    Fix qgis_coordinatereferencesystemtest with GDAL >= 2.0

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-31

    Fix qgsrasterlayer tests under GDAL >= 2.0

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-31

    [FEATURE] Add extra resampling methods to align raster tool which are
    available in GDAL >= 2.0 (max, min, median, q1 and q3)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-31

    Drop precision of some processing tests to pass on Windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-31

    Fix composer_label tests under Windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-31

    Fix generate_test_mask_image script

Merge: dccd731070 768416340f
Alessandro Pasotti <elpaso@itopen.it>	2016-03-30

    Merge pull request #2957 from boundlessgeo/wfs-t-fixes-14139

    Fix for simple geometries insert error in WFS-T

elpaso <elpaso@itopen.it>	2016-03-30

    Fix for simple geometries insert error in WFS-T

    Fixes #14139 Error inserting feature in WFS-T server

Juergen E. Fischer <jef@norbit.de>	2016-03-30

    debian packaging: no need for downgraded cmake on xenial anymore

Matthias Kuhn <matthias@opengis.ch>	2016-03-30

    Followup ad8ee31: inverted usage of identifyable layer config

Matthias Kuhn <matthias@opengis.ch>	2016-03-30

    Remove expected failure from test

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-30

    Bump Doxygen to support HTML_EXTRA_STYLESHEET

    This is the minimum version required - happy to bump it higher if
    preferred

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-30

    Move CSS to /doc, clarify comment

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-30

    [composer] Set base stylesheet of composer labels to match the
    label font and margins when rendering as HTML.

    This allows interactive choice of font, margins and colors and
    avoids the need to manually set these with CSS within the
    label HTML code.

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-30

    New QgsFontUtils::asCSS method for converting a QFont to a CSS
    string representation (as close as possible)

Juergen E. Fischer <jef@norbit.de>	2016-03-30

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2016-03-30

    use wait cursor when zooming to layers and groups from layer tree

Juergen E. Fischer <jef@norbit.de>	2016-03-30

    oracle provider: also try sdo_filter on queries

Juergen E. Fischer <jef@norbit.de>	2016-03-30

    store and restore layer extents in projects

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-30

    Fix missing features when combining FilterExpression requests with
    subsets of attributes and the filter expression requires fields
    which are not included in the attribute subset

    Note: I've only fixed the providers which implement the vector
    provider conformance unit tests. Other providers (eg GRASS) should
    also implement a similar fix.

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-30

    Highlight today's date in date time calendar popup

Merge: 4ece916728 8c3155fbe8
Nyall Dawson <nyall.dawson@gmail.com>	2016-03-30

    Merge pull request #2952 from rouault/fix_indentation

    Fix indentation in src/app/qgisapp.cpp

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-30

    Fix layer extent was not invalidated for certain geometry editing
    operations (eg move feature, add/delete/move vertex) (fix #14573)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-30

    Avoid some unnecessary detachments in memory provider

    Should speed up the provider slightly and also refs #14559 (I can
    no longer reproduce that crash with this change)

Even Rouault <even.rouault@spatialys.com>	2016-03-29

    Fix indentation in src/app/qgisapp.cpp

    The indentation error was added in
    https://github.com/qgis/QGIS/commit/d732d845f1303dc6374efe0facfe4bea0d528d91
    but went unnoticed in the Travis builds after merge in master.

    However my working branch rebased on top of master detected the issue whereas
    I never modified this file...
    https://travis-ci.org/rouault/Quantum-GIS/jobs/119308048

    There must be some shortcoming or subtelty in the working of scripts/verify-indentation.sh

Juergen E. Fischer <jef@norbit.de>	2016-03-29

    txt2doc run (followup 9b198f1)

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-29

    Line break at end of file

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-29

    Revert historic Travis change

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-29

    Doxyfile clarification/format tweak

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-29

    Edit Doxyfile to change colour scheme and use CSS

    Also moved custom CSS to /cmake_templates

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-29

    Remove colour declarations

    Use doxygen HTML_COLORSTYLE_HUE = 113 instead

Merge: 26df41f950 9b198f1f1b
Matthias Kuhn <matthias@opengis.ch>	2016-03-29

    Merge pull request #2950 from rouault/INSTALL_note_about_msinttypes

    INSTALL: mention not to install msinttypes package in OSGeo4W

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-29

    Further blue > green palette changes

    Confirmed working with doxygen, using HTML_EXTRA_STYLESHEET - tested
    locally

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-29

    Correct search box position in menu bar

Merge: 944db6d2be bf83f4ebd0
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-29

    Merge pull request #2945 from sept-en/master

    [processing] fixed UI bug with invalid button width in Modeler algorithm dialogs

Matthias Kuhn <matthias@opengis.ch>	2016-03-29

    Fix llvm apt repository

Even Rouault <even.rouault@spatialys.com>	2016-03-29

    INSTALL: mention not to install msinttypes package in OSGeo4W

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-03-26

    Don't need to be told the sqlite db has been created

    Will show up in browser right away

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-03-26

    Ignore remove legend entries dialog with shift help

Matthias Kuhn <matthias@opengis.ch>	2016-03-29

    WMS provider with Qt5 sends STYLES=& instead of STYLES&

Matthias Kuhn <matthias@opengis.ch>	2016-03-27

    Allow sorting identifyable and readonly layers by checkbox

Matthias Kuhn <matthias@opengis.ch>	2016-03-27

    Add QgsTableWidgetItem for easier sorting of checkbox tables

Matthias Kuhn <matthias@opengis.ch>	2016-03-23

    Add a new filter for WritableLayers to QgsMapLayerProxyModel

Matthias Kuhn <matthias@opengis.ch>	2016-03-23

    Make readOnly mode of vector layers configurable

Matthias Kuhn <matthias@opengis.ch>	2016-03-23

    [Feature] Save readonly mode of vector layers in project

Matthias Kuhn <matthias@opengis.ch>	2016-03-11

    Make QgsMapLayerProxyModel::exceptedLayers a property

Matthias Kuhn <matthias@opengis.ch>	2016-03-11

    Centralize handling of non-identifiable layers in QgsProject

Matthias Kuhn <matthias@opengis.ch>	2016-03-28

    Fix locale problems in PyQgsAppStartup test

Matthias Kuhn <matthias@opengis.ch>	2016-03-27

    Inlcude PyQgsAppStartup test on Qt5

Matthias Kuhn <matthias@opengis.ch>	2016-03-27

    Improve debug output of app startup test

Matthias Kuhn <matthias@opengis.ch>	2016-03-23

    Enable console with Python3 / PyQt5

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-29

    Fix field calc bar error when setting to field name with spaces

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-29

    Fix stats dock not working with field names with spaces (fix #14541)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-29

    Fix QgsFieldExpressionWidget reporting field names with spaces as
    invalid, add tests

Septen <gammerxpower@gmail.com>	2016-03-25

    [processing]Fixed UI bug with invalid button width.

Juergen E. Fischer <jef@norbit.de>	2016-03-26

    disable symbol visiblity flags for globe plugin on release builds on trusty

    (cherry picked from commit 1bb98d6db932b0d1d7db0d34eb06fae144c523cf)

Matthias Kuhn <matthias@opengis.ch>	2016-03-27

    Geometry testing, reduce default precision

Matthias Kuhn <matthias@opengis.ch>	2016-03-27

    Copyable output of testing environment variables

Anita Graser <anitagraser@gmx.at>	2016-03-23

    added buffer tests

Merge: 060019cbb4 2c6d4ba35e
Matthias Kuhn <matthias@opengis.ch>	2016-03-27

    Merge pull request #2942 from rouault/missing_sqlite3_include_tests_analysis

    Add missing SQLITE3_INCLUDE_DIR in tests/src/analysis/CMakeLists.txt

Merge: fbf4d675ca 6ac13988b1
Matthias Kuhn <matthias@opengis.ch>	2016-03-27

    Merge pull request #2947 from rouault/minmax_longlong

    Make QgsVectorDataProvider::fillMinMaxCache() handle LongLong

Juergen E. Fischer <jef@norbit.de>	2016-03-25

    de-plenk more

Juergen E. Fischer <jef@norbit.de>	2016-03-25

    de-plenk exclamation marks

Juergen E. Fischer <jef@norbit.de>	2016-03-25

    geometry checker: refine dialog (implement #14572)

Juergen E. Fischer <jef@norbit.de>	2016-03-25

    prepare-commit.sh: show progress

Even Rouault <even.rouault@spatialys.com>	2016-03-25

    Make QgsVectorDataProvider::fillMinMaxCache() handle LongLong

    The code currently fallbacks to dealing with LongLong fields as
    strings, which breaks the ProviderTestCase testMinValue() and
    testMaxValue() tests, if we change the definition of the tests
    of the memory provider to use a int8 field for the cnt field.

    ======================================================================
    FAIL: testMaxValue (__main__.TestPyQgsMemoryProviderIndexed)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/home/even/qgis-git/Quantum-GIS.clean/tests/src/python/providertestbase.py", line 349, in testMaxValue
        self.assertEqual(self.provider.maximumValue(1), 400)
    AssertionError: u'400' != 400

    ======================================================================
    FAIL: testMinValue (__main__.TestPyQgsMemoryProviderIndexed)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/home/even/qgis-git/Quantum-GIS.clean/tests/src/python/providertestbase.py", line 345, in testMinValue
        self.assertEqual(self.provider.minimumValue(1), -200)
    AssertionError: u'-200' != -200

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-25

    Move all post installation changes to dh_auto_install override.

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-25

    Update upstream metadata URLs to use HTTPS.

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-25

    Enable all hardening buildflags.

    Adds ld -z now & -fPIE -pie.

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-25

    Use Standards-Version 3.9.7 for sid, stretch & xenial.

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-25

    Update copyright file.

    Changes:
    - Update copyright years for Jürgen E. Fischer
    - Add license & copyright for qwtpolar-1.1.1
    - Group CMake files by Simon Edwards

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-25

    Fix 'nubmer' typo, replace with 'number'.

Alexander Bruy <alexander.bruy@gmail.com>	2016-03-25

    fix typo

Alexander Bruy <alexander.bruy@gmail.com>	2016-03-25

    [processing] add OPTIMIZE_SIZE option to gdalwarp (fix #5651)

Alexander Bruy <alexander.bruy@gmail.com>	2016-03-25

    [processing] replace some raster icons with SVG to improve HiDPI support (refs #14474)

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-19

    [processing] refactor Virtual vector layer algorithm
    Add support for unioned layers (fix #12991)

elpaso <elpaso@itopen.it>	2016-03-25

    Fixes an error when unloading plugins

    Custom utils._import was never called, because
    builtins was correctly imported (even if it missed __import__)
    and  _import was then monkey patched to builtins instead of __builtin__

    Tested on python 2

Juergen E. Fischer <jef@norbit.de>	2016-03-25

    pyqtwrapper: update some remaining scripts

Juergen E. Fischer <jef@norbit.de>	2016-03-25

    don't include future for python3 (followup 2b55d89)

Juergen E. Fischer <jef@norbit.de>	2016-03-25

    give qgis future (followup 15b3600)

Sandro Mani <manisandro@gmail.com>	2016-03-24

    [Geometry checker] Fix crash in QgsGeometryAreaCheck::mergeWithNeighbor due to incorrect code ordering

Sandro Mani <manisandro@gmail.com>	2016-03-24

    [Geometry checker] Make QgsGeometryCheckError::geometry return the geometry of the affected part only, if a part is defined

Merge: ea4a0e27d9 2b15eaa14d
Jürgen Fischer <jef@norbit.de>	2016-03-24

    Merge pull request #2944 from rouault/fix_crash_on_invalid_spatialite_iterator

    [Spatialite] Fix crash on iterator closing if connection failed.

Juergen E. Fischer <jef@norbit.de>	2016-03-24

    testqgswcspublicservers: also update network timeout (followup 3894159)

Even Rouault <even.rouault@spatialys.com>	2016-03-24

    [Spatialite] Fix crash on iterator closing if connection failed.

    If an iterator fails to open the spatialite database (mHandle == nullptr
    in QgsSpatiaLiteFeatureIterator::QgsSpatiaLiteFeatureIterator() ),
    a crash will occur at the destruction of the QgsSpatiaLiteFeatureSource,
    due to the iterator not being removed from the list of active iterators.

    Currently QgsSpatiaLiteFeatureIterator::close() does not call
    iteratorClosed() if mHandle is invalid, which later causes
    QgsAbstractFeatureSource::~QgsAbstractFeatureSource() to try calling
    the close() method of a now defunct iterator.

    If not applying the patch, the added test case crashes with:

    177: src/providers/spatialite/qgsspatialiteconnection.cpp: 736: (openDb) [1ms] New sqlite connection for /tmp/test.sqlite.corrupt
    177: src/providers/spatialite/qgsspatialiteconnection.cpp: 750: (openDb) [1ms] Failure while connecting to: /tmp/test.sqlite.corrupt
    177:
    177: invalid metadata tables
    177: src/core/qgsfeaturerequest.cpp: 259: (~QgsAbstractFeatureSource) [0ms] closing active iterator
    177: CMake Error at PyQgsSpatialiteProvider.cmake:22 (MESSAGE):
    177:   Test failed: Segmentation fault

Juergen E. Fischer <jef@norbit.de>	2016-03-24

    don't strip utf8 in log

Merge: 140b51728a f3872914ce
Jürgen Fischer <jef@norbit.de>	2016-03-24

    Merge pull request #2943 from rouault/fix_networkTimeout

    Use consistant default value of 60000ms for /qgis/networkAndProxy/networkTimeout

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-24

    API docs website custom CSS

    No idea where this should live in the repo - just putting it here for
    now

Merge: 30b2e58a0c 3755c3b1d5
Tom Chadwin <tom.chadwin@nnpa.org.uk>	2016-03-24

    Merge remote-tracking branch 'refs/remotes/qgis/master'

Even Rouault <even.rouault@spatialys.com>	2016-03-24

    Use consistant default value of 60000ms for /qgis/networkAndProxy/networkTimeout

    Currently there's an inconsistancy between the Options dialog that displays a
    default value of 60000ms for network request timeouts, whereas places in the
    code use 20000ms. I propose to align on 60000s, since there are occurrences
    of network requests, for example big WFS GetFeature requests, that can take
    more than 20s to start.

Even Rouault <even.rouault@spatialys.com>	2016-03-24

    Add missing SQLITE3_INCLUDE_DIR in tests/src/analysis/CMakeLists.txt

    For OSM test

Merge: 15b36005ad 7dbc0bf819
Hugo Mercier <hugo.mercier@oslandia.com>	2016-03-24

    Merge pull request #2915 from mhugo/fix_vlayers

    Various fixes for virtual layers

Juergen E. Fischer <jef@norbit.de>	2016-03-24

    debian packaging: limit python-future to stretch, sid, wily and xenial
    TODO add internal python-future for others

Matthias Kuhn <matthias@opengis.ch>	2016-03-24

    Fix indentation

Matthias Kuhn <matthias@opengis.ch>	2016-03-23

    Some style improvements for test

Merge: 40611d7885 8d9443bdca
Jürgen Fischer <jef@norbit.de>	2016-03-23

    Merge pull request #2923 from nyalldawson/fix_14407

    Don't force use of SQL dialect when running ogr queries (fix #14407)

Juergen E. Fischer <jef@norbit.de>	2016-03-23

    Reenable fcgi and server on osx (followup 53d40e8)

Merge: 70e2696be5 2e04162e37
Jürgen Fischer <jef@norbit.de>	2016-03-23

    Merge pull request #2940 from rouault/spatialite_bind_blob_fix

    [Spatialite] Use correct free function for sqlite3_bind_blob of geome…

Even Rouault <even.rouault@spatialys.com>	2016-03-23

    [Spatialite] Use correct free function for sqlite3_bind_blob of geometries

    Currently sqlite3_bind_blob() uses free() as the free function of WKB
    blobs returned by convertFromGeosWKB(). But those are allocated with
    new[] and should consequently be freed with delete[].

    Spotted by Valgrind:
    ==4014== Mismatched free() / delete / delete []
    ==4014==    at 0x4C287BE: free (vg_replace_malloc.c:446)
    ==4014==    by 0xE42E481: sqlite3VdbeMemReleaseExternal (sqlite3.c:57237)
    ==4014==    by 0xE42E4E3: sqlite3VdbeMemRelease (sqlite3.c:57252)
    ==4014==    by 0xE42EC3E: releaseMemArray (sqlite3.c:59208)
    ==4014==    by 0xE42ED1E: sqlite3VdbeDeleteObject (sqlite3.c:60561)
    ==4014==    by 0xE46A6DB: sqlite3VdbeFinalize (sqlite3.c:60528)
    ==4014==    by 0xE46A916: sqlite3_finalize (sqlite3.c:61431)
    ==4014==    by 0x7FB23958: QgsSpatiaLiteProvider::addFeatures(QList<QgsFeature>&) (qgsspatialiteprovider.cpp:3752)
    ==4014==  Address 0x8e2a8b30 is 0 bytes inside a block of size 94 alloc'd
    ==4014==    at 0x4C29520: operator new[](unsigned long) (vg_replace_malloc.c:363)
    ==4014==    by 0x7FB1B964: QgsSpatiaLiteProvider::convertFromGeosWKB(unsigned char const*, int, unsigned char**, int*, int) (qgsspatialiteprovider.cpp:1341)
    ==4014==    by 0x7FB234B5: QgsSpatiaLiteProvider::addFeatures(QList<QgsFeature>&) (qgsspatialiteprovider.cpp:3676)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-03-15

    [db manager] Fix virtual layers plugin (fixes #14404)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-03-14

    Fix virtual layer UI tooltips

Hugo Mercier <hugo.mercier@oslandia.com>	2016-03-14

    Virtual layer: Be case insensitive when looking for a layer name

Hugo Mercier <hugo.mercier@oslandia.com>	2016-03-14

    Add a right click action to edit virtual layer settings

Hugo Mercier <hugo.mercier@oslandia.com>	2016-03-14

    Fix the virtual layer icon text

Merge: 4b5796497a f0be0457d5
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-23

    Merge pull request #2936 from sept-en/master

    [processing] fix filter in Processing settings dialog. Add ability to specify mininal required number of items for MultipleInput parameter (fix #11469, fix #12580)

Merge: 8fdf48507b d830d91764
Matthias Kuhn <matthias@opengis.ch>	2016-03-23

    Merge pull request #2939 from rouault/missing_sqlite3_include_pyspatialite

    Add missing SQLITE3_INCLUDE_DIR in pyspatialite CMakeLists.txt

Even Rouault <even.rouault@spatialys.com>	2016-03-23

    Add missing SQLITE3_INCLUDE_DIR in pyspatialite CMakeLists.txt

Juergen E. Fischer <jef@norbit.de>	2016-03-23

    oracle provider: refactor uri handling in oracle provider (followup d161612)

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-03-23

    Fix the master (merge without tests pass :-( )

    Related to #2893

Septen <gammerxpower@gmail.com>	2016-03-23

    Typo fixes.

Merge: 48104d5737 b073111f8a
volaya <volayaf@gmail.com>	2016-03-23

    Merge pull request #2893 from NaturalGIS/processing_gdalwarp_extent

    processing: add extent parameter to gdal_warp

Merge: 2e6fcf57d6 48e20cf08f
volaya <volayaf@gmail.com>	2016-03-23

    Merge pull request #2891 from csandor/patch-1

    Table names in postgresql can be max 63 characters long

Merge: bec849c4f5 eb186c4928
volaya <volayaf@gmail.com>	2016-03-23

    Merge pull request #2865 from medspx/processing_raster_bunch

    [Processing] Add the last GRASS7 r.* algorithms

Merge: e6c5301cf8 097b18190c
Matthias Kuhn <matthias@opengis.ch>	2016-03-23

    Merge pull request #2935 from matakuka/dissolve

    changed check for validity from isGeosValid() to validateGeometry()

Matthias Kuhn <matthias@opengis.ch>	2016-03-23

    Don't run qt5 tests in parallel

Juergen E. Fischer <jef@norbit.de>	2016-03-23

    indentation fix

Septen <gammerxpower@gmail.com>	2016-03-23

    Typo fixes. Stylystic fixes.

Juergen E. Fischer <jef@norbit.de>	2016-03-22

    2to3:
    * drop libpasteurize.fixes.fix_division
    * replace lib2to3.fixes.fix_import with libfuturize.fixes.fix_absolute_import (with PyQt exclude plus AlgorithmsTestBase)
    * drop lib2to3.fixes.fix_print (replaced with libfuturize.fixes.fix_print_with_import)

Septen <gammerxpower@gmail.com>	2016-03-23

    ParameterMultipleInput: added tests.

Septen <gammerxpower@gmail.com>	2016-03-23

    ParameterMultipleInput minor fixes.

Septen <gammerxpower@gmail.com>	2016-03-23

    Some PEP8 fixes.

Maximilian Krambach <maximilian.krambach@gmx.de>	2016-03-22

    identation errors and wrong file paths

Merge: 6c31d89a51 f197b7cac4
Septen <gammerxpower@gmail.com>	2016-03-22

    Merge branch 'master' of git://github.com/qgis/QGIS

Septen <gammerxpower@gmail.com>	2016-03-22

    (ref #14469) Processing options: search optimized. Cleanups.

Merge: c8cb3fb856 a5ab9d22ac
Matthias Kuhn <matthias@opengis.ch>	2016-03-22

    Merge pull request #2934 from rouault/missing_sqlite3_include

    Add missing SQLITE3_INCLUDE_DIR in a few components

Juergen E. Fischer <jef@norbit.de>	2016-03-22

    debian packaging remove duplicate change entry

Maximilian Krambach <maximilian.krambach@gmx.de>	2016-03-22

    fixed wrong location of testdata

Matthias Kuhn <matthias@opengis.ch>	2016-03-22

    Add python-future to debian dependencies

Merge: 5fb64bd4a6 45a364eb2b
Matthias Kuhn <matthias@opengis.ch>	2016-03-22

    Merge pull request #2921 from m-kuhn/py33

    Python 3.3 and future

Juergen E. Fischer <jef@norbit.de>	2016-03-22

    fix installation of PyQt.uic wrapper

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-03-21

    Add way to regenerate the list

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-03-18

    Ignore None signature

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-03-18

    Change acceptable missing doxygen from count to list

    To have only the concerned members in the errors

Stéphane Brunner <stephane.brunner@camptocamp.com>	2016-03-18

    Remove no more needed acceptable values in test_qgssipcoverage.py

Maximilian Krambach <maximilian.krambach@gmx.de>	2016-03-22

    identation

Matthias Kuhn <matthias@opengis.ch>	2016-03-17

    Mangle travis osx python path

Matthias Kuhn <matthias@opengis.ch>	2016-03-17

    Specify python version for test python interpreter

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    py2/py3 compat patches

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Switch to python 3.3 and new binary osgeo4travis

Matthias Kuhn <matthias@opengis.ch>	2016-03-16

    Reduce test timeout to 60 seconds

Matthias Kuhn <matthias@opengis.ch>	2016-03-22

    Sort Qt5 test blacklist

Juergen E. Fischer <jef@norbit.de>	2016-03-22

    update_ts.sh: pulling doesn't require a build directory

Septen <gammerxpower@gmail.com>	2016-03-22

    (ref #14469).Added search feature for Processing options.

    * Added possibility to search within Processing options,
      either for providers or provider nodes.

Septen <gammerxpower@gmail.com>	2016-03-22

    (ref #12580).ParameterMultipleInput:allow to define min number of
    inputs.

Maximilian Krambach <maximilian.krambach@gmx.de>	2016-03-21

    changed check for validity from isGeosValid() to validateGeometry() in dissolve.py

Even Rouault <even.rouault@spatialys.com>	2016-03-21

    Add another missing SQLITE3_INCLUDE_DIR

Even Rouault <even.rouault@spatialys.com>	2016-03-21

    Add missing SQLITE3_INCLUDE_DIR in a few components

    Those components depend on sqlite3.h, but fails to add
    explictly its paths, relying on it to be present in the other used
    included paths, which may be not always the case in some setups.

    This is a follow-up of 455a473a287ef278bbd7d91d13313cf43710c1da on
    a clean build.

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    travis: disable fcgi and server on osx (fastcgi.com apparently gone)

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    switch bindings to pyqt wrappers

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    switch tests to pyqt wrappers

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    scripts/widgets_tree.py: switch to PyQt wrappers and reformat

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    scripts/mkuidefaults.py: switch to PyQt wrappers and reformat

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    plugin installer: switch to pyqt wrappers

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    metasearch: switch to pyqt wrappers

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    python console: switch to pyqt wrappers and new style signals, flake8 fixes, show exceptions in console also with pyqt5

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    processing: switch to pyqt wrappers, flake8 fixes

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    GdalTools: new style signals

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    db_manager: cleanups

Juergen E. Fischer <jef@norbit.de>	2016-03-20

    2to3:
    * add fixes
    * pyqt fixer: include some QtSql symbols and remove imports
      which only symbol was removed (eg. SIGNAL)

Juergen E. Fischer <jef@norbit.de>	2016-03-21

    [FEATURE] oracle provider: basic support for Oracle Workspace Manager
    (switches to a given workspace on connect)

Juergen E. Fischer <jef@norbit.de>	2016-03-20

    2to3: add fixes

Juergen E. Fischer <jef@norbit.de>	2016-03-20

    build context help and expression help in build directory and still include it in translations

Juergen E. Fischer <jef@norbit.de>	2016-03-20

    fix warnings

Merge: a3c76c617a 4f18701d31
Matthias Kuhn <matthias@opengis.ch>	2016-03-20

    Merge pull request #2863 from pvalsecc/minMaxScale

    Add check to make sure minScale<=maxScale.

Alexander Bruy <alexander.bruy@gmail.com>	2016-03-20

    [processing] activate GRASS 7 by default and disable GRASS 6

Alexander Bruy <alexander.bruy@gmail.com>	2016-03-16

    don't duplicate Menus entry in settings

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-19

    Remove merge conflict on r.cost algorithms

Matthias Kuhn <matthias@opengis.ch>	2016-03-19

    Don't crash when some shortcuts can't be loaded

    Fix #14528

Juergen E. Fischer <jef@norbit.de>	2016-03-19

    add missed file (followup a17ed10)

Juergen E. Fischer <jef@norbit.de>	2016-03-19

    fix PyQt.uic for use in processing

Juergen E. Fischer <jef@norbit.de>	2016-03-19

    fix vector menu creation on qt5

Juergen E. Fischer <jef@norbit.de>	2016-03-19

    crssync: skip more crses that cannot be copied

Juergen E. Fischer <jef@norbit.de>	2016-03-19

    port sqldrivers ocispatial and qspatialite to qt5

Anita Graser <anitagraser@gmx.at>	2016-03-13

    renamed algorithm_tests.yaml

Juergen E. Fischer <jef@norbit.de>	2016-03-18

    use link to release branch in about box for exported sources (fixeds #14525)

Merge: 2942ce576b d7c477b078
volaya <volayaf@gmail.com>	2016-03-18

    Merge pull request #2901 from bartnv/fix-iterating-import

    [processing] Fix extension removal in exportVectorLayer

Merge: 839db0a505 d318981f3d
volaya <volayaf@gmail.com>	2016-03-18

    Merge pull request #2904 from medspx/processing_vector_bunch

    [Processing] GRASS7 complete v.* algorithms (implements Redmine #5725)

Merge: 1fdd177c81 e1ff6e896a
volaya <volayaf@gmail.com>	2016-03-18

    Merge pull request #2871 from NaturalGIS/processing_fix_grass7_detection_osx

    processing fix GRASS7 detection on osx: courtesy Martin Laloux

volaya <volayaf@gmail.com>	2016-03-18

    [processing] do not search text in short help when filtering in toolbox

    This should fix problems with slow and unresponsive filtering

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-03-03

    Add check to make sure minScale<=maxScale.

    Those two fields are present in the vector layer properties. It
    was possible to set a minScale bigger than the maxScale.
    Now, the maxScale is forced to minScale if the user tries to
    set it to a lower value.

Merge: 68f0e832ec 6ea736805d
Matthias Kuhn <matthias@opengis.ch>	2016-03-18

    Merge pull request #2924 from nyalldawson/qt5_fix

    Fix compilation on Qt5 versions < 5.5

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-18

    Add qt5 test masks for compositions tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-18

    Add masks for qt5 and enable atlas test

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-18

    Fix parsing of #rrggbbaa colors under Qt5

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-18

    Fix compilation on Qt5 < 5.5

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-18

    Don't force use of SQL dialect when running ogr queries (fix #14407)

    Using "SQL" dialect is not recommended as it forces use of the sometimes
    buggy SDK query engines. This was breaking the uniqueValues method for
    ESRI gdb files.

    See https://trac.osgeo.org/gdal/ticket/6415 for GDAL dev recommendation
    to use default OGR dialect in place of "SQL" dialect.

Merge: cc650f9370 0780527428
Nyall Dawson <nyall.dawson@gmail.com>	2016-03-18

    Merge pull request #2862 from nyalldawson/server_test_gdal

    Fix PyQgsServer test on GDAL >= 2.0 and fix handling of longlong types

Matthias Kuhn <matthias@opengis.ch>	2016-03-17

    Disable watchDog when plugin was loaded successfully

Matthias Kuhn <matthias@opengis.ch>	2016-03-17

    Fix subform for relations are not shown

    Followup 3fd3dae
    Fix #14515

Merge: 09f6b918a5 cd267b066c
Matthias Kuhn <matthias@opengis.ch>	2016-03-17

    Merge pull request #2920 from bstroebl/testEliminate

    [processing] Tests for eliminate

Juergen E. Fischer <jef@norbit.de>	2016-03-17

    * fix pyuic wrapper on windows
    * fix PyQt wrapper installation on precise

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-17

    Fix failing mssql provider test

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-17

    Cleanup editor widget config dialogs

    - Standardise capitalization
    - Add external resource config to a scroll area, otherwise options may
    be hidden
    - Add clarification to classification widget description that it only
    is available if categorized renderer set
    - Improve appearence of layouts so all widgets are left aligned

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-16

    [processing] change field access

Matthias Kuhn <matthias@opengis.ch>	2016-03-16

    UI consistency "Rendering order..." to "Symbol levels..."

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-16

    [processing] renew test results depending on polys.gml

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-16

    [processing] change polygon test input

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-16

    [processing] reflect changed test input in yaml file

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-16

    [processing] renew test output for eliminate

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-16

    [processing] change test input to have adjacent polygons

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-16

    [BUG] run eliminate with non-editable input layer

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-14

    [processing] add test for eliminate algorithm

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-13

    Don't require Python 3 for Qt5.

    Use separate ENABLE_PYTHON3 option for Python 3.

Matthias Kuhn <matthias@opengis.ch>	2016-03-16

    [processing] Move custom source data to separate folder

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-15

    [processing] remove double quotes in test.yaml

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-14

    [processing] add test for eliminate algorithm

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-14

    [processing] eliminate: prepare input layer for test

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-14

    [processing] use proper way to access geometry

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-16

    Drop doc test threshold

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-16

    Add QgsMapLayer::isSpatial() method

    The current approach of testing !vl || vl->geometryType() != NoGeometry
    is not intuitive and has been the source of 2 recent bugs.

    Replacing these tests with the new isSpatial() function makes it
    immediately obvious what is being tested. It also allows for
    non-spatial plugin layers to be correctly handled by overriding
    this method.

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    GDAL 2.0 allows writing 64bit longlong integers

    Fix #14411

Juergen E. Fischer <jef@norbit.de>	2016-03-16

    fix pyuic wrapper

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-16

    Workaround failing color ramp test on OSX, add some docs

    Failure is odd.
    c = r.stops()[0].color
    self.assertEqual(c, QColor(100, 100, 40))

    fails, but

    s = r.stops()
    self.assertEqual(s[0].color, QColor(100, 100, 40))

    passes!

Juergen E. Fischer <jef@norbit.de>	2016-03-15

    db_manager: migrate to new style signals

Juergen E. Fischer <jef@norbit.de>	2016-03-15

    2to3: remove empty imports

Merge: a9cb9906a2 fffc4a0276
Nyall Dawson <nyall.dawson@gmail.com>	2016-03-16

    Merge pull request #2918 from DelazJ/patch-6

    typo fix

Juergen E. Fischer <jef@norbit.de>	2016-03-15

    Add internal qwtpolar 1.1.1 for Qwt 6.1

Juergen E. Fischer <jef@norbit.de>	2016-03-15

    fix shadowed color ramp test

Harrissou Sant-anna <delazj@gmail.com>	2016-03-15

    typo fix

Juergen E. Fischer <jef@norbit.de>	2016-03-15

    python fixes:
    * issues identified by pyflakes (star and unused imports)
    * pyqtwrapper: add QtSvg
    * some exceptions e.message => unicode(e)
    * some translations tr("..." % foo) => tr("...") % foo
    * TODO:
      python/console/console_sci.py:547 QsciScintillaCompat?
      python/plugins/db_manager/dlg_query_builder.py:304 pop_up_error?

Merge: 74b5e12e37 6acdfc6e84
Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    Merge pull request #2916 from mach0/p3_clean

    improve import handling

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    [processing] Remove non-functional test code

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    [processing] Don't use undefined tr function

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    [processing] Silence warning

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    [processing] Remove various unused imports and variables

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    [processing] Fix dissolve

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    [processing] Add autoincremental field test

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    [processing] Fix autoincremental field

Werner Macho <werner.macho@gmail.com>	2016-03-15

    improve import handling

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    [processing tests] Improve test debug messages

Matthias Kuhn <matthias@opengis.ch>	2016-03-15

    [processing tests] Fix test generation parameter types

Juergen E. Fischer <jef@norbit.de>	2016-03-15

    pyqtwrapper: set sip api to 2 for PyQt.QtCore for Qt4
    (followup fb3fcfa3)

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Add server tests to blacklist

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    python3 compatibility fix

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    [qt5 server] deprecate usage of QFtp and remove from Qt5 builds

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-15

    Default to layer CRS in raster save as dialog (fix #14209)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-15

    Fix incorrect projection if raster or plugin layer is first layer
    loaded into an empty project (fix #14392)

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Fix failing tests

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Improve debug output of processing tests

Juergen E. Fischer <jef@norbit.de>	2016-03-14

    Python3/Qt5/2to3 updates:
    * pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic)
    * 2to3 updates
    * move QPyNullVariant/NULL to PyQt.QtCore
    * add global unicode/basestring/long for Python3
    * expand QtGui, QtCore module and star exports
    * Qscintilla2
    * replace Set import with set builtin

Juergen E. Fischer <jef@norbit.de>	2016-03-13

    astyle updates cosmetics, temporary file cleanups

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-14

    Minor refactor of QgsDiagramLayerSettings

    - add public getters and setters for variables, will make variables
    private in QGIS 3.0
    - avoid some memory leaks and potential crashes
    - move calculation of referenced fields to diagram classes, out
    of QgsVectorLayerDiagramProvider

Merge: 13d407e367 f9c736c9f8
Hugo Mercier <hugo.mercier@oslandia.com>	2016-03-14

    Merge pull request #2557 from mhugo/fix_13959

    Only filter legend nodes that are checked

Hugo Mercier <hugo.mercier@oslandia.com>	2015-12-08

    Only filter legend nodes that are checked.

    Keep unchecked legend items when filtered by expression

Merge: d6fca7e2e3 34bd124023
Sandro Mani <manisandro@gmail.com>	2016-03-14

    Merge pull request #2905 from manisandro/checker_crash

    [Geometry checker] Make polyLineSize survive empty geometries

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Indentation update

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Fix expected dataset for splitlineswithlines test

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-10

    [BUG] make sure that result line consists of two nodes

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-07

    [processing] test: limit coordinate comparison precision

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-07

    [processing] test: remove gfs output files

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-04

    Try to fix indentation error

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-04

    [processing] update test output files

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-03

    [processing] test cases for splitlineswithlines

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-03

    [BUG] Do not output lines with two identical points

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-02

    [BUG] access geometry the right way

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-03-02

    [BUG] Do not output lines shorter than 0.00001

Bernhard Ströbl <bernhard.stroebl@jena.de>	2016-02-29

    [BUG] Avoid trying to split a line with itself

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Rewrite some signals to new-style

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-03-14

    Fix attribute creation in transect sample

Merge: bd6508aabc e2c83aeca4
Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Merge pull request #2903 from sebastic/qt5-qspatialite

    Add support for Qt5 to qspatialite provider.

Merge: 1f8e94e2d4 c7e675c343
Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Merge pull request #2908 from SebDieBln/Test_ImprovePanningTest

    improve the test of panning the map canvas by keyboard

Matthias Kuhn <matthias@opengis.ch>	2016-03-14

    Disable ccaching on travis

    Let's see if it is responsible for some false alarms
    https://github.com/qgis/QGIS/pull/2908

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-03-13

    improve the test of panning the map canvas by keyboard
    Verify the extent is changed after each key event.

Alexander Bruy <alexander.bruy@gmail.com>	2016-03-13

    [processing] don't throw error when new provider added and settings is not updated yet

Juergen E. Fischer <jef@norbit.de>	2016-03-11

    evis: update QAction::activated to triggered

Juergen E. Fischer <jef@norbit.de>	2016-03-11

    remove superfluous file

Juergen E. Fischer <jef@norbit.de>	2016-03-12

    osgeo4w: support for OSGEO4W_DESKTOP and fix deinstallation

Sandro Mani <manisandro@gmail.com>	2016-03-12

    [Geometry checker] Make polyLineSize survive empty geometries

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-13

    [NEEDS-DOCS] Reword "zoom to layer scale" to "zoom to visible scale"

    ...makes it clearer what this does, as the original wording could be
    confused with zooming to the layer's native scale/resolution

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-12

    Add CancelQuery for Qt5 only.

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-13

    Fix crash when right clicking raster layer (indentified by Coverity)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-13

    Fix Coverity warning

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.in.lidar algorithm

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-12

    Enable QSpatiaLite for travis qt4 builds.

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-12

    Mark CancelQuery as not support in hasFeature().

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-12

    Enable QSpatiaLite for travis qt5 builds.

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.rectify algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.edit algorithm

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-12

    Add support for Qt5 to qspatialite provider.

    The detachFromResultSet() changes in qsql_spatialite.{cpp,h} are taken
    from https://code.qt.io/cgit/qt/qtbase.git/commit/?id=fc15a1d5e2cb064d
    by Mark Brand <mabrand@mabrand.nl>.

    Additionally the sqlite3 & sqlite3_stmt types need to be declared as
    opaque pointers per http://doc.qt.io/qt-5/qmetatype.html#Q_DECLARE_METATYPE

    For Qt5 Q_PLUGIN_METADATA() should be used instead of Q_EXPORT_PLUGIN2()
    per http://doc.qt.io/qt-5/qtquick-porting-qt5.html#qml-plugins

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.lrs.segment algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.lrs.where algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.lrs.create algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.to.lines algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.what.vect algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.vect.stats algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.type algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.to.3d algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.rast.stats algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.pack algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.out.vtk algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.kernel algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.in.mapgen algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.in.lines algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.in.ascii algorithm

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-12

    Fix broken $x_at, $y_at functions (fix #14462), add tests

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.in.geonames algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.extrude algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.build.polylines algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-12

    Add v.build algorithm, only for topology checking

Merge: 9167e1b679 b253a29aa4
Matthias Kuhn <matthias@opengis.ch>	2016-03-12

    Merge pull request #2894 from rouault/fix_spatialite_insert

    Fix spatialite insert

Merge: 3fd3dae35a 2c5d56484a
Matthias Kuhn <matthias@opengis.ch>	2016-03-12

    Merge pull request #2902 from sebastic/qt5-globe-plugin

    Add Qt5OpenGL variables to include_directories() & target_link_libraries()

Bas Couwenberg <sebastic@xs4all.nl>	2016-03-12

    Add Qt5OpenGL variables to include_directories() & target_link_libraries().

Matthias Kuhn <matthias@opengis.ch>	2016-03-11

    Hide subform in N:M relations

Bart Noordervliet <bart@mmvi.nl>	2016-03-11

    Fix extension removal in exportVectorLayer

    Taking the [:-4] slice from basename and splitext() try to do the same thing. Usually splitext() was failing silently, but if you're using the iterating function of processing, you can have filenames like <timestamp>.<sequenceno>.shp, which makes it cut off the sequencenumber and makes the OGR import fail.

    I've left only the [:-4] slice because we check whether the file ends with .shp above anyway. This is also the way the grass7 file does it.

Matthias Kuhn <matthias@opengis.ch>	2016-03-11

    Run more tests in Qt5 setup

Merge: 145f24676f 4c88fc0372
Sandro Santilli <strk@keybit.net>	2016-03-11

    Merge pull request #2892 from SebDieBln/Test_CanvasPanByKeyboard

    added a test for panning the canvas by keyboard

Merge: 6805ba955b 455a473a28
Hugo Mercier <hugo.mercier@oslandia.com>	2016-03-11

    Merge pull request #2895 from rouault/missing_include_path_in_virtual_provider

    [virtual provider] Add SQLITE3_INCLUDE_DIR to CMakeLists.txt

Merge: e6785ba513 cd96169579
Matthias Kuhn <matthias@opengis.ch>	2016-03-11

    Merge pull request #2896 from m-kuhn/container-qt5

    Add Qt5/Python3 builds to travis

Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    Add Qt5 builds to travis

Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    Convert some asserts to self.asserXXX methods in py tests

Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    Fix some warnings on Qt5 builds

Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    Add some debug output when GDALRasterIO operations fail

    Or the compiler will complain about unhandled returns

Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    Conditionalize tests which depend on QtWebkit

Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    [PyQt5] make pyuic4-wrapper PyQt5 aware

Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    More debug output when dependencies are not found

Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    Decapitalize FindSpatiaLite cmake file

Even Rouault <even.rouault@spatialys.com>	2016-03-10

    [virtual provider] Add SQLITE3_INCLUDE_DIR to CMakeLists.txt

    The virtual provider depends directly on sqlite3.h, but fails to add
    explictly its paths, relying on it to be present in the other used
    included paths, which may be not always the case in some setups.

Even Rouault <even.rouault@spatialys.com>	2016-03-10

    Add debug message in case of failure in QgsSLConnect::sqlite3_close()

    and in QgsSLConnect::sqlite3_close_v2() too. This can make spotting
    issues like the one fixed in b0f2b970ac8918e5cb0ec566ecb491a57054a093
    easier.

Even Rouault <even.rouault@spatialys.com>	2016-03-10

    [BUGFIX] [Spatialite] Finalize statement in addFeatures()

    The sqlite3_prepare_v2() call in QgsSpatiaLiteProvider::addFeatures() is
    not associated with a matching sqlite3_finalize(). Consequently at
    time of sqlite3_close(), the later returns a SQLITE_BUSY error and
    fails to close the file descriptor (can be checked by runing 'lsof' on
    qgis process).

Matthias Kuhn <matthias@opengis.ch>	2016-03-09

    Be more verbose on exceptions in geoalgorithms

Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    [processing] Fix default argument is SilentProgress for GeoAlgorithm.execute()

Merge: 9b35a9885a 72764b2937
Matthias Kuhn <matthias@opengis.ch>	2016-03-10

    Merge pull request #2889 from m-kuhn/py3improvements

    Simplify some python3 handling, refs #13686 (redmine)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-10

    processing: add extent parameter to gdal_warp

Merge: 52621b9a55 c4c67b0b59
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-10

    Merge pull request #2890 from NaturalGIS/processing_better_grass7_r_cost

    [processing] better GRASS 7 r.cost algorithms

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Followup a112dfe, fix #14451

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Partially revert 3ec161

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Use doubles instead of float for min/max layer scales

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Port more field iterating to Q_FOREACH, avoid some detachments

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Don't crash when iterating empty QgsFields

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Add noexcept to astyle rules

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Allow editing newly added diagram expression attributes (fix #14063)

Juergen E. Fischer <jef@norbit.de>	2016-03-09

    debian packaging update

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Fix reshape involving first/last vertex (fix #14443)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Followup 01f615d

Merge: c55ef386de 556b621ad6
Nyall Dawson <nyall.dawson@gmail.com>	2016-03-10

    Merge pull request #2888 from pvalsecc/scaleDenom

    Scale based layer visibility cosmetics

rldhont <rldhont@gmail.com>	2016-03-09

    [BUGFIX][QGIS Server] To avoid infinite loop in layer creation

    Insert layer in registry and cache before addValueRelationLayersForLayer

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-03-09

    added a test for panning the canvas by keyboard

Alexander Bruy <alexander.bruy@gmail.com>	2016-03-09

    [processing] don't show tip when user uses search and tip was disabled (fix #14379)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-09

    Processing, better GRASS7 r.cost descriptions files names and parameters

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-09

    Processing, better GRASS7 r.cost descriptions files names and parameters

Matthias Kuhn <matthias@opengis.ch>	2016-03-09

    Deduplicate fieldNameIndex code

Matthias Kuhn <matthias@opengis.ch>	2016-03-09

    Simplfiy some python3 handling

Matthias Kuhn <matthias@opengis.ch>	2016-03-09

    Switch some for-based loops over fields to Q_FOREACH

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-09

    Lower doxygen test threshold

Matthias Kuhn <matthias@opengis.ch>	2016-03-08

    Add const_iterator and iterator methods to QgsFields

    Because using Q_FOREACH is so much easier to write than an index-based loop.

Matthias Kuhn <matthias@opengis.ch>	2016-03-09

    Python compatibility patch for 3.0-3.2

Merge: 5bb17235c5 9c611c98e8
volaya <volayaf@gmail.com>	2016-03-09

    Merge pull request #2883 from radosuav/zonal_statistics_fix

    [Processing] Fix TypeError in Zonal Statistics algorithm

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-09

    Fix doxygen/sip binding test failures

Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    QgsMapLayerModel: allow direct retrieval of map layer

Csaba Sandor <sandor.csaba@gmail.com>	2016-03-09

    Table names in postgresql can be max 63 characters long

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-03-08

    [FEATURE] Add a menu entry to zoom to a layer's scale range

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-03-08

    Make out of range layers greyed out in the tree

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-03-03

    Made layers/labels visibility more consistent

    Some places forgot to make the max scale inclusive.

Juergen E. Fischer <jef@norbit.de>	2016-03-09

    globe: fix osgearth 2.5 support (followup 6327558)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-09

    Fix searching for symbols by tag (fix #14445), add tests

Matthias Kuhn <matthias@opengis.ch>	2016-03-09

    Make travis osx before_install more portable

Salvatore Larosa <lrssvtml@gmail.com>	2016-03-08

    fix whatsthis for coordinate box, followup f01cc55

Salvatore Larosa <lrssvtml@gmail.com>	2016-03-08

    fix tooltip for coordinate display

Juergen E. Fischer <jef@norbit.de>	2016-03-08

    globe: adapt to osgearth 2.7

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-08

    Correctly set title for label svg selector dialog

Merge: dc137d771e 5c20b33a58
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-08

    Merge pull request #2881 from NaturalGIS/processing_missing_saga_shapes_polygons_tools

    [processing] add missing SAGA 2.2.x shapes_polygons_tools tools

Merge: e08130d716 2c7f40b65c
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-08

    Merge pull request #2873 from NaturalGIS/processing_add_extent_gdal_rasterize

    [processing] add extent parameter to gdal rasterize

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-08

    try fix indentation

Merge: c6ebb8cbb8 cc19a57818
Matthias Kuhn <matthias@opengis.ch>	2016-03-08

    Merge pull request #2827 from SebDieBln/AllowNullInRelationRef

    [Bugfix] offer NULL value in relation reference widget if allowed (fixes #14162)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-08

    Default to remembering last attribute table view

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-08

    Cache pixmaps in feature list view

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-08

    Use correct field icon in form view preview menu

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-08

    [FEATURE] Add setting for default attribute dialog view

    Options for table view, form view and remember last view

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-08

    Expand height of svg image list in composer picture widget

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-08

    Parameterise more included SVGs

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-08

    Port more svgs to parameters, remove default colors

nirvn <nirvn.asia@gmail.com>	2016-03-07

    [svg] add fill and outline parameters to all arrows

Merge: ed3cb12008 b1f5b5fd51
Jürgen Fischer <jef@norbit.de>	2016-03-07

    Merge pull request #2880 from rouault/avoid_busy_loop_in_QgsVectorLayerRenderer_drawRendererV2

    QgsVectorLayerRenderer::drawRendererV2(): make it cancellable in all …

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-07

    [FEATURE] Parameterized svg support for composer svg images

    This makes it possible to change SVG fill/outline color and outline
    width when using parameterised SVG files such as those included
    with QGIS (fix #10542)

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-07

    Use SVG cache to handle parameterized SVG files in composer picture
    selection widget (fix #14385)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-07

    Fix indentation

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-07

    processing add missing saga 2.2.x shapes_polygons tools tools

Even Rouault <even.rouault@spatialys.com>	2016-03-07

    QgsVectorLayerRenderer::drawRendererV2(): make it cancellable in all situations

    Currently the mContext.renderingStopped() check is done only if the feature
    has a geometry. Which makes it possible to have really really long loops if
    a long series of features without geometries are returned by the feature iterator.
    This is perhaps not something that can happen in practice, but I hit that issue
    when prototyping my WFS asynchronous feature downloading that currently only returns
    dummy features. QGIS was completely blocked due to the iterator returning infinite
    geometry-less features.

radosuav <radoslaw.guzinski@esa.int>	2016-03-07

    [Processing] Fix TypeError in Zonal Statistics algorithm

    Fixes #14412

Juergen E. Fischer <jef@norbit.de>	2016-03-07

    add missing include (followup a89b510)

Juergen E. Fischer <jef@norbit.de>	2016-03-07

    de-plenk question and exclamation marks

Merge: d30ad84cda 278b7f2037
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-07

    Merge pull request #2878 from NaturalGIS/processing_fix_saga_2_2_x_resampling

    [processing] fix SAGA 2.2.x resampling

Merge: 6292789f56 35c81b4b40
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-07

    Merge pull request #2877 from NaturalGIS/processing_fix_saga_2_2_x_grid_spline

    [processing] fix SAGA 2.2.x grid_spline tools

Merge: 6d0fa652df 5104438706
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-07

    Merge pull request #2875 from neteler/patch-74

    [processing] include target elevation above the ground parameter in GRASS7 r.viewshed

Merge: bd140a75bb 6a0606b6db
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-07

    Merge pull request #2874 from NaturalGIS/processing_saga_mask

    [processing] allow unmatching extents in SAGA grid masking algs

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-07

    processing fix SAGA 2.2.x resampling

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-07

    processing fix SAGA 2.2.* grid_spline tools

Merge: a89b51076c b07bbd043d
Nyall Dawson <nyall.dawson@gmail.com>	2016-03-07

    Merge pull request #2852 from ahuarte47/Labeling_CheckBoundingBoxes

    [Improvement] Use BoundingBoxes in labeling

Alvaro Huarte <ahuarte47@yahoo.es>	2016-03-07

    Use BoundingBoxes in labeling

    Use BoundingBoxes to check faster if clipping is necessary

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-07

    Merge indidividual regression1141.cpp and regression1141.cpp checks
    into testqgsrasterlayer and testqgsvectorfilewriter

    (slightly speeds up compiling and running tests)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-24

    Move QgsCompositionChecker to core, speeds up compilation with
    tests enabled

Markus Neteler <neteler@gmail.com>	2016-03-06

    Include parameter target elevation above the ground

Juergen E. Fischer <jef@norbit.de>	2016-03-06

    include autopep8 in indentation tip

Juergen E. Fischer <jef@norbit.de>	2016-03-06

    update qgis_labelingenginev2 test mask for ubuntu xenial

Merge: 42d88848f3 1e90786be7
Nyall Dawson <nyall.dawson@gmail.com>	2016-03-07

    Merge pull request #2868 from manisandro/next_vertex

    Fix out of bounds array access if nextVertex is called on empty geometry collection

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-06

    processing: in SAGA grid masking it is not mandatory for inputs to have the same extent

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-06

    processing: add extent parameter to gdal rasterize

Martin Dobias <wonder.sk@gmail.com>	2016-03-06

    Improved fix for spatialite views (fixes #14232)

Salvatore Larosa <lrssvtml@gmail.com>	2016-03-06

    Fix #14426 - Zoom to layer behaves really weird when using a filter on a Shape file:

    Fix extent for OGR provider, followup 9fb7819

Salvatore Larosa <lrssvtml@gmail.com>	2016-02-06

    raster layer properties: fix add values from display action

Merge: 7464d4df14 ce69d21bc1
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-06

    Merge pull request #2872 from medspx/processing_localdoc

    [processing] use local GRASS7 help files if they exist (fix #7745)

Merge: 6289786b86 8bdd4f336e
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-06

    Merge pull request #2870 from NaturalGIS/processing_fix_grass7_v_buffer

    [processing] fix GRASS7 v.buffer.column

Merge: 2eb82430bb f8ea9d9268
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-06

    Merge pull request #2869 from NaturalGIS/processing_fix_saga_223_changed_modules

    [processing] fix/adds SAGA 2.2.3 tools

Sandro Mani <manisandro@gmail.com>	2016-03-06

    Extend TestQgsGeometry::isEmpty to also test empty geometry collection

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-06

    [Processing] Use local GRASS7 help files if they exist. Fixes #7745

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-06

    processing fix GRASS7 detection on osx: courtesy Martin Laloux

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-06

    processing: fix GRASS7 v.buffer.column

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-03-06

    fix/adds SAGA 2.2.3 tools

Sandro Mani <manisandro@gmail.com>	2016-03-05

    Fix out of bounds array access if nextVertex is called on empty QgsGeometryCollectionV2

Juergen E. Fischer <jef@norbit.de>	2016-03-04

    use individual network managers for threads (fixes #13721, fixes #14401, implements #14192)

Juergen E. Fischer <jef@norbit.de>	2016-03-04

    show source locations in windows backtraces

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-05

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-05

    Add extra checks to provider test:

    - test that fetching subset of attributes results in nulls for
    all other fields
    - test that geometry is fetched by default, but empty when
    NoGeometry flag is passed

Merge: b63461c1e3 88bddb8727
Jürgen Fischer <jef@norbit.de>	2016-03-04

    Merge pull request #2867 from dzolo/master

    [FEATURE] Adds support for GNSS receivers by handling $GPRMC message (implements #12980)

Merge: 61b8896367 4e904f7e6e
Larry Shaffer <dakcarto@users.noreply.github.com>	2016-03-04

    Merge pull request #2847 from alexbruy/plugin-manager-auth

    [pluginmanager] apply auth also when downloading plugin package

Ondřej Fibich <ondrej.fibich@gmail.com>	2016-03-04

    Adds support for GNSS GNRMC messages

Matthias Kuhn <matthias@opengis.ch>	2016-03-04

    Fix expectedFailure in processing tests

Matthias Kuhn <matthias@opengis.ch>	2016-03-04

    Expect Failures for GDAL < 2 in processing test

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-04

    Followup 193fedf, updated expected results

Matthias Kuhn <matthias@opengis.ch>	2016-03-04

    Allow expectedFailure in processing tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-04

    Revert "Followup 193fedf, updated expected results"

    This reverts commit f722bb26a1267274248c9488fcb069719bfde254.

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-04

    Fix handling of longlong fields in memory provider

Juergen E. Fischer <jef@norbit.de>	2016-03-04

    update INSTALL (followup 0a6509d)

Juergen E. Fischer <jef@norbit.de>	2016-03-04

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2016-03-03

    osgeo4w: use nose2, mock and httplib2 from osgeo4w

Juergen E. Fischer <jef@norbit.de>	2016-03-03

    lazily determine full canvas extent

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-04

    Followup 193fedf, updated expected results

Matthias Kuhn <matthias@opengis.ch>	2016-03-03

    Make filters of QgsMapLayerProxyModel a property

Matthias Kuhn <matthias@opengis.ch>	2016-03-03

    Fix Qt5 build

Matthias Kuhn <matthias@opengis.ch>	2016-03-03

    Python binding fixes for 2.5D renderer

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-26

    [pluginmanager] apply auth also when downloading plugin package

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-03

    Fix MS-Windows implementation for r.li.* algorithms

Merge: 193fedf6c1 3039f13ea9
volaya <volayaf@gmail.com>	2016-03-03

    Merge pull request #2804 from Gustry/processing-error

    [Bugfix] [Processing] Catch some python errors in batch mode

Matthias Kuhn <matthias@opengis.ch>	2016-03-03

    Add null geometry to processing test line dataset

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-03

    Update test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-03

    Fix PyQgsServer test on GDAL >= 2.0

    Also fix handling of longlong types in wfs_describefeaturetype

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-03

    Fix OGR expression compiler with GDAL >= 2.0

    Some extreme corner cases (eg "NULL OR TRUE") tested by the provider
    tests were failing with GDAL 2.0. In GDAL<2.0 these expressions would
    be rejected by OGR, but it seems GDAL>=2.0 has partial support for
    these so the expression compiler needs to handle them before handing
    off to GDAL.

Merge: 30449e577f 0389a36c63
Nathan Woodrow <madmanwoo@gmail.com>	2016-03-03

    Merge pull request #2707 from pvalsecc/layer_tooltips

    Layer tooltips

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-03

    Fix fetching subset of attributes with mssql (fix #14402), add test

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-03

    Fix mssql provider test data

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-03-02

    Add r.li.* algorithms

Radim Blazek <radim.blazek@gmail.com>	2016-03-02

    [GRASS] set PATH and PYTHONPATH in startModule() for t.list, #14241

Merge: b766ac1c8f c0f0bd552d
Matthias Kuhn <matthias@opengis.ch>	2016-03-02

    Merge pull request #2853 from ahuarte47/Rendering_DrawingMarkersFaster

    [Improvement] Draw markers faster

Juergen E. Fischer <jef@norbit.de>	2016-03-02

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2016-03-02

    update debian/ubuntu build dependencies in INSTALL using scripts/scandeps.pl

Merge: 0061dccd91 4196293f06
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-02

    Merge pull request #2787 from medspx/processing_vdistance

    [processing] add GRASS7 v.distance (fix #12817)

Merge: 91e222e1c0 b780d7caf1
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-02

    Merge pull request #2782 from medspx/processing_r_reclass

    [processing] add GRASS7 r.reclass inline rules (fix #5583)

Merge: b2189f22dc 477283770f
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-02

    Merge pull request #2781 from medspx/processing_grass7_rnull

    [processing] add r.null GRASS7 algorithm (fix #6893)

Merge: 697a25dd92 a39d25835c
Alexander Bruy <alexander.bruy@gmail.com>	2016-03-02

    Merge pull request #2747 from medspx/processing_grass_vwhatrast

    [processing] add v.what.rast GRASS 7 algorithms

Alvaro Huarte <ahuarte47@yahoo.es>	2016-03-01

    Draw markers faster

    The code takes advantage of points already created to paint the
    geometries to draw the markers.

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-02

    Revert "Revert "[travis] Use newer clang 3.7 for linux builds""

    This reverts commit d902c56f4d03c70a4654a7132effdf5150a6e052.

    Default precise clang versions are now also randomly failing, so
    let's try using a newer clang version (3.8) again and see if this
    fixes it.

Alexander Bruy <alexander.bruy@gmail.com>	2016-03-01

    indentation

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-29

    restore GdalTools plugin until we will have multithreading support in Processing

volaya <volayaf@gmail.com>	2016-02-03

    [processing] alg menus can now be configured from Processing options

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-27

    [processing] replace fTools and GdalTools plugins with Processing

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-25

    [processing] add missed fTools algorithms: Define current projection
    and Create spatial index.

    Also add missed Assign projection from GDALTools

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-25

    [processing] add icons for fTools and GDALTools algorithms

Matthias Kuhn <matthias@opengis.ch>	2016-03-01

    Syntax highlighting for processing tests readme

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-01

    Increase minimum size of composer legend list widget

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-01

    Fix build

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-01

    Fix setting symbol for single symbol renderer via legend dbl click

    Eg if diagram legend is also shown for layer it's possible for the
    single symbol renderer to show a legend item.

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-01

    Add test for clipboard logic

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-01

    Fix clipboard handling on OSX

    Clipboard was wrongly using QClipboard::Selection for storage/retrieval
    when this is not available on OSX

    Also improve docs

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-01

    Fix pasting mixed geometry types to memory layer, switch to message bar

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-01

    Correctly handle pasting geometryless layers as scratch layer

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-01

    [FEATURE] Use OGR to parse clipboard text so that GeoJSON (and others) can be
    directly pasted into QGIS (fix #9727)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-29

    New class QgsOgrUtils w/helper functions for working with OGR features

    Also includes handy function for converting a string to a QgsFeatureList
    or QgsFields by using OGR to parse the string. This allows eg conversion
    of GeoJSON to QgsFeatures.

Nyall Dawson <nyall.dawson@gmail.com>	2016-03-01

    Fix string capitalization

Matthias Kuhn <matthias@opengis.ch>	2016-02-29

    More markdown fixes for processing readme

Matthias Kuhn <matthias@opengis.ch>	2016-02-29

    Fix processing test readme markdown

Merge: e097d6e69c 8a47b5cad0
Matthias Kuhn <matthias@opengis.ch>	2016-02-29

    Merge pull request #2855 from gvellut/master

    Correct initialization of Max

*_* <guilhem.vellut@gmail.com>	2016-02-29

    Correct initialization of Max

    FLT_MIN is the smallest positive float

Merge: 5090491998 ee53653151
Matthias Kuhn <matthias@opengis.ch>	2016-02-29

    Merge pull request #2854 from rouault/fix_typo_in_spelling_fix

    The typo fix suggestion for initialisation should be initialization, …

Martin Dobias <wonder.sk@gmail.com>	2016-02-29

    Allow plugin layers to set their source

Even Rouault <even.rouault@spatialys.com>	2016-02-29

    The typo fix suggestion for initialisation should be initialization, not initalization

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-23

    [processing] allow to use ParameterPoint in Graphical Modeler

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-22

    [processing] add support for ParameterPoint to major algorothm providers

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-22

    [processing] add tests for ParameterPoint

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-22

    [processing] add ParameterPoint for selecting point on canvas (fix #5733)

Juergen E. Fischer <jef@norbit.de>	2016-02-29

    run PyQgsDistanceArea in C locale

Juergen E. Fischer <jef@norbit.de>	2016-02-29

    spelling updates

Juergen E. Fischer <jef@norbit.de>	2016-02-29

    add api doc link to 2.14

Merge: 4e92a132d2 b8948a1792
Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-28

    Merge branch 'processing_raster_bunch' of https://github.com/medspx/QGIS into processing_raster_bunch

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-28

    Fix r.colors rules

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-28

    Add r.mapcalc algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.colors algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.rgb algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.blend algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.colors.stddev algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.what.color algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.shade algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.tile algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.stats.quantile algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Fix r.drain algorithm (fixes Redmine #13003)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Incrementation for r.topmodel

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.topmodel algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.solute.transport algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.spread algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.ros algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.sunhours algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.tileset algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.transect algorithm (doesn't work because of a GRASS7 (reported) bug)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.univar algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.uslek algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.usler algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-21

    Add r.series.accumulate algorithm (needs a way to select a raster in the input rasters)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-21

    Add r.series.interp algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.resamp.filter.txt algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.resamp.bspline algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.regression.multi algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.random.surface algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.latlong algorithm

Médéric Ribreux <medspx@medspx.fr>	2016-02-15

    Add r.distance
    (Impossible to use an optional ParameterSelection for sort parameter. Needs to be fixed in Processing)

Médéric Ribreux <medspx@medspx.fr>	2016-02-15

    Add r.category algorithms

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-14

    Add r.buffer.lowmem algorithm (and secure r.buffer parameters)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-14

    Add r.mask algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-14

    Add r.support (combined with r.timestamp) algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.texture algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.walk algorithms

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Remove old r.cost description files

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.cost algorithms

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.surf.fractal algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.what algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.colors.out

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-28

    Fix r.colors rules

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-28

    Add r.mapcalc algorithm

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-28

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-28

    [processing] Fixes for field calculator and field mapper

    - respect project distance, area and ellipsoid settings
    - ensure expression variables are correctly evaluated

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-28

    [FEATURE] Add km, yards and miles to distance unit options

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.colors algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.rgb algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.blend algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.colors.stddev algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.what.color algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.shade algorithm

Juergen E. Fischer <jef@norbit.de>	2016-02-27

    release.pl: reject mis-sized welcome page and convert to BMP3

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.tile algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.stats.quantile algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Fix r.drain algorithm (fixes Redmine #13003)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Incrementation for r.topmodel

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.topmodel algorithm

Merge: 6800c8d9da 716b17d216
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-27

    Merge pull request #2840 from vpoughon/processing_plugin_otb_fixes

    [processing] allow to specify OTB path manually even if default version detected

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-27

    indentation

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.solute.transport algorithm

Merge: 8125f61e21 1ce66b75d8
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-27

    Merge branch 'master' of https://github.com/ninsbl/QGIS into processing-r

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.spread algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-27

    indentation

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-27

    [processing] new Fusion algs: ImageCreate and IntensityImage

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.ros algorithm

Merge: b0643eab5c c931e1e715
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-27

    Merge pull request #2776 from medspx/processing_split_vgeneralize

    [processing] split v.generalize (fix #5707)

Merge: eefb046dab e38222b0a4
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-27

    Merge pull request #2772 from NaturalGIS/processing_grass7_v_surf_rst_line

    [processing] add missing v.surf.rst.line tool to GRASS 7

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.sunhours algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.tileset algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.transect algorithm (doesn't work because of a GRASS7 (reported) bug)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.univar algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.uslek algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-27

    Add r.usler algorithm

Juergen E. Fischer <jef@norbit.de>	2016-02-27

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2016-02-27

    fix some more signals for pyqtwrapper

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-27

    Bump tolerance in distance area test

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-27

    Test mask update

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    add missed sslmode to sip binding (followup 31e43a9)

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    revert splash change of be7f3fa

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    release.pl: warn about mis-sized splash and rescale it

Merge: 5b7cfbc37c 31e43a9869
Jürgen Fischer <jef@norbit.de>	2016-02-26

    Merge pull request #2842 from jef-n/pg-new-sslmodes

    postgres provider: add support for verify-ca and verify-full ssl modes (refs #14366)

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    release.pl: fix tar ball creation for ltr releases

Merge: c79aeba0db be1fd07733
Matthias Kuhn <matthias@opengis.ch>	2016-02-26

    Merge pull request #2630 from SrNetoChan/master

    New Icons for QGIS File Formats

Matthias Kuhn <matthias@opengis.ch>	2016-02-26

    Python unittest.expectedFailure improvements

    Raises an _UnexpectedSuccess exception
    Takes a boolean parameter with a condition under which the test is
    expected to fail

Matthias Kuhn <matthias@opengis.ch>	2016-02-26

    The app startup / plugin path test succeeds again

Matthias Kuhn <matthias@opengis.ch>	2016-02-26

    Improve grass translation templates

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    Bump version to 2.15

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    changelog and news update for 2.14

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    translation update for 2.14 from transifex

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-02-26

    Move composer template paths settings

Matthias Kuhn <matthias@opengis.ch>	2016-02-26

    [2.5D renderer] Fix loading of saved symbology

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    update test mask

Salvatore Larosa <lrssvtml@gmail.com>	2016-02-26

    [pyqgis-console] API file updated

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-26

    [processing] Fix crash in ExecuteSQL.py

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-01-20

    Make layer tooltips more user friendly

    Now the layer tooltips (in the layer tree) contains:
    * title (or the short name, if title empty)
    * abstract (if not empty)
    * URL

Merge: 5a0d0bcaf2 3e5e108b1a
Matthias Kuhn <matthias@opengis.ch>	2016-02-26

    Merge pull request #2834 from m-kuhn/procStatTranslate

    [processing] Make basic statistics translatable

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    fix transifex configuration (followup bc042a5e)

rldhont <rldhont@gmail.com>	2016-02-25

    [BUGFIX][QGIS Server] WFS DescribeFeatureType Geometry element type

    In the OGR provider, we can read:
    ```
    Some ogr drivers (e.g. GML) are not able to determine the geometry type of a layer like this.
    In such cases, we use virtual sublayers for each geometry if the layer contains
    multiple geometries (see subLayers) otherwise we guess geometry type from first feature
    ```
    It means that in DescribeFeatureType Geometry element can be describe as simple and the GML contains
    simple and multi. It's not XML valid.
    To fix it, for OGR provider Geometry element type is set to `gml:GeometryPropertyType`

    For the next release, it will be interesting to allow users to specify whether the geometries are multi.

Merge: 58c85bb8c0 3a714ccb27
Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-26

    Merge pull request #2845 from pvalsecc/column_name_validation

    Remove column name validation from virtual layers queries

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Tweak vertical position of labels under points in "cartographic"
    label placement mode

    Previously labels were being drawn too low

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    release.pl: fix dryrun comment (followup a934b01)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Followup fb7c683, 4e4743

Matthias Kuhn <matthias@opengis.ch>	2016-02-24

    [processing] Make basic statistics translatable

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-02-25

    Remove column name validation from virtual layers queries

    The query already went through the Sqlite query parser. So why not
    trusting it? This was in the way of group by queries with count(*)
    in the output fields.

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Temporarily disable test which unexpectedly fails on Travis

Merge: 4e4743a2cd 8490786b03
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Merge pull request #2844 from nirvn/gps_icon_refresh

    [ui] improve gps tools icon

nirvn <nirvn.asia@gmail.com>	2016-02-26

    [ui] improve gps tools icon

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Fix saving vector layers with z dimension (fix #14006, #12373)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Indendation

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Fix long hang when selecting huge number of vertices with node tool

Peter Petrik <zilolv@gmail.com>	2016-01-27

    fixes #13668 (Delete does not work in the Vertex Editor)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Always show map units as an option in coordinate format combo box

Merge: 76fcb1f7c9 8769abe1f3
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Merge pull request #2838 from wonder-sk/fix-wgs-coords

    Fix precision of coordinate display for layer in non-projected CRS

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    PyQgsVectorFileWriter: fix comment (followup 17f20bb)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Use clearer cut/copy/paste icons in python console

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-26

    Fix trailing space in status bar label

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    editor widgets: avoid duplicate saving of edit types (fixes #13960)

    TODO: resolve duplicate read via QgsProject::readMapLayer and
    QgsVectorLayer::readCustomSymbology signals

Juergen E. Fischer <jef@norbit.de>	2016-02-26

    fix linebreaks in function help and CASE (fixes #14189)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-26

    keep old value when asked to set an invalid value in relation ref widget

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-21

    offer NULL value in relation reference widget if allowed (fixes #14162)

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    fix typos

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    add help for map_extent_center, map_extent_width and map_extent_height (fixes #14259, followup e7b9a31)

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    layer definition: always use relative paths regardless whether or not the file already exists (fixes #14340)

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    new spatialite layer: allow tables with only primary key and geometry (fixes #14313)

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    remove a failing connect and avoid absolutePath warning in empty project

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    postgres provider: add support for verify-ca and verify-full ssl modes

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    PyQgsVectorFileWriter: adapt to a3f03f02

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    vector file writer: fix saving of datetime values (fixes #14190)

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    also recalculate layer extent after rollback (fixes #3155)

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    don't close qgis_help when qgis closes (fixes #8305)

Victor Poughon <victor.poughon@cnes.fr>	2016-02-25

    Always enable OTB settings modification

rldhont <rldhont@gmail.com>	2016-02-25

    [BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm

    Reset 2 parameters :
    * SEARCH_POINTS_ALL
    * SEARCH_POINTS_MAX

    These parameters was defined in 2.1.2 but are available in the next version :
    http://www.saga-gis.org/saga_module_doc/2.1.3/grid_gridding_1.html
    http://www.saga-gis.org/saga_module_doc/2.1.4/grid_gridding_1.html
    http://www.saga-gis.org/saga_module_doc/2.2.0/grid_gridding_1.html
    http://www.saga-gis.org/saga_module_doc/2.2.2/grid_gridding_1.html

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    replace html encodings from NEWS

Martin Dobias <wonder.sk@gmail.com>	2016-02-25

    Fix precision of coordinate display for layer in non-projected CRS

Victor Poughon <victor.poughon@cnes.fr>	2016-02-25

    Fix error when otb lib path is not found

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    fix typo

Juergen E. Fischer <jef@norbit.de>	2016-02-25

    debian packaging update

Merge: 31c788d7f7 689cbad891
Alessandro Pasotti <elpaso@itopen.it>	2016-02-25

    Merge pull request #2836 from elpaso/bugfix-13291

    [bugfix][server] Fixes #13291

Martin Dobias <wonder.sk@gmail.com>	2016-02-25

    Fix rendering crash in debug mode (fixes #14369)

    Introduced in b6de1971 due to the use of static variables in a function that is called from multiple threads.

    Further changes to logging:
    - also works when sequential rendering is used
    - also works in release mode (to allow checking of rendering speed in normal QGIS release)

Juergen E. Fischer <jef@norbit.de>	2016-02-24

    add closing bullet (followup ab9ce5b)

Juergen E. Fischer <jef@norbit.de>	2016-02-24

    add update-news.pl to update NEWS file from changelog.qgis.org

Merge: 1af724f78a 630836dfe0
Tim Sutton <tim@kartoza.com>	2016-02-24

    Merge pull request #2837 from timlinux/master

    Updated news for 2.14 - also added missing news for 2.12

Tim Sutton <tim@kartoza.com>	2016-02-24

    Updated news for 2.14 - also added missing news for 2.12

elpaso <elpaso@itopen.it>	2016-02-24

    [bugfix][server] Fixes #13291

Merge: 395bae6fae d2665826a1
Alessandro Pasotti <elpaso@itopen.it>	2016-02-24

    Merge pull request #2829 from elpaso/server-static-initializers-construct-on-firts-use

    Moved static vars to functions

rldhont <rldhont@gmail.com>	2016-02-24

    [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatureInfo

Martin Dobias <wonder.sk@gmail.com>	2016-02-24

    [spatialite] use view's pkey if defined in meta table (fixes #14232)

rldhont <rldhont@gmail.com>	2016-02-24

    [BUGFIX] Extend WFS field type description (time)

    Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-24

    Standardise to not showing : in main status bar labels

nirvn <nirvn.asia@gmail.com>	2016-02-23

    [atlas] fix main canvas refresh with dropdown list (fix #14358)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-24

    Clean up python console toolbars/menus:

    - Consistent capitalization
    - Add missing ellipsis
    - Rename "settings" to "options" for consistency with main window
    - Remove some excessive use of separators

Merge: d11e66749b 61bb01b5b6
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-24

    Merge pull request #2745 from medspx/gdal_invalid_messagebar

    Replace QgsErrorDialog by messageBar for raster loading (fix #6967)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-24

    Quote fields in size/width assistant (fix #14257)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-24

    Reword vector layer capability strings for consistency

Juergen E. Fischer <jef@norbit.de>	2016-02-23

    show progress when loading composers

rldhont <rldhont@gmail.com>	2016-02-23

    [BUGFIX] Extend field type description

elpaso <elpaso@itopen.it>	2016-02-23

    Renamed static members and moved init into ctor

elpaso <elpaso@itopen.it>	2016-02-22

    Moved static vars to functions

Radim Blazek <radim.blazek@gmail.com>	2016-02-23

    set full path as name on browser favourites created by provider

Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    Update README.md

Merge: 5085204c51 58751b5063
Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    Merge pull request #2832 from m-kuhn/checkXmlKeys

    Don't use invalid xml values as attribute names

Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    Update README.md

Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    More documentation for processing tests

Merge: 50aa805832 5f0173ed82
Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    Merge pull request #2761 from m-kuhn/ptest

    Updates to processing tests

Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    Don't use invalid xml values as attribute names

    Fixes #14136

Merge: b97e86da41 e99ccb7930
Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    Merge pull request #2778 from SebDieBln/FixOrphanedWidgetConfigs

    [Bugfix] Avoid orphaned QgsEditorWidgetConfig (refs #14136)

Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    Add gdal-bin to travis

elpaso <elpaso@itopen.it>	2016-02-23

    [server] Safety measure to prevent potential leaks

Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    Add new test type "regex" to processing tests

Matthias Kuhn <matthias@opengis.ch>	2016-02-23

    Fix typo

Matthias Kuhn <matthias@opengis.ch>	2016-02-13

    Update AlgorithmsTestBase.py

elpaso <elpaso@itopen.it>	2016-02-23

    [server][bugfix] Prevent potential crash

Martin Dobias <wonder.sk@gmail.com>	2016-02-23

    Fix drag&drop of spatialite tables (fixes #14237)

Martin Dobias <wonder.sk@gmail.com>	2016-02-23

    Fix DB manager to work with SpatiaLite < 4.2

Matthias Kuhn <matthias@opengis.ch>	2016-02-05

    [processing] Add gdal test

Matthias Kuhn <matthias@opengis.ch>	2016-02-05

    [processing] TestGenerator: Create parameters as dict

Matthias Kuhn <matthias@opengis.ch>	2016-02-05

    [processing] Move AlgorithmTests to QgisAlgorithmTests

Matthias Kuhn <matthias@opengis.ch>	2016-02-05

    [processing] Remove test leftovers

Radim Blazek <radim.blazek@gmail.com>	2016-02-23

    [GRASS] do not show 100% progress until module finished, fixes #3131

Juergen E. Fischer <jef@norbit.de>	2016-02-23

    remove assertion (fixes #14360)

Sandro Santilli <strk@keybit.net>	2016-02-23

    Fix typmod aware query for topology face layers

    followup d8a768f0a0b1926ead3b42c0fa9e12d35f8905f0 (which was bogus)

Martin Dobias <wonder.sk@gmail.com>	2016-02-23

    Fix tests where locale-dependent formatting of numbers is used

Martin Dobias <wonder.sk@gmail.com>	2016-02-23

    Fix test mask for labelingenginev2 tests so they do not fail on my laptop

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-23

    Revert "Show project path in server parsing error (revert before release)"

    This reverts commit 368223ad0a0995b6d3ab0d55cd5e723557887ad5.

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-23

    Standardise capitalization of symbol layer types

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-23

    Show field names in geometry generator expression widget

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-23

    Add unit tests for WMS server access control with request filters

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-23

    More descriptive function help for area/length/perimeter functions

    ...which better clarify how project ellipsoid and unit settings are
    respected by the functions

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-02-23

    Expresson widget - Set first item on search result

    For Nyall :)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-23

    Fix inconsistent capitalization and add missing ellipsis to browser actions

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-23

    Correctly set parent for select by expression dialog in main window

Sandro Santilli <strk@keybit.net>	2016-02-22

    Make geometry typmod available for topology face layer queries

    Greatly improves performances on topology loading.
    See http://hub.qgis.org/issues/14356

Merge: 3a8c1c76ae 3df100f9a0
Alessandro Pasotti <elpaso@itopen.it>	2016-02-22

    Merge pull request #2830 from elpaso/server-fix-info_format2

     [bugfix][server] text/plain as default info_format

elpaso <elpaso@itopen.it>	2016-02-22

    Removed debug code

Juergen E. Fischer <jef@norbit.de>	2016-02-22

    nsis: cleanup after msys

Radim Blazek <radim.blazek@gmail.com>	2016-02-22

    [GRASS] support extension filter in file output, fixes #5011

Radim Blazek <radim.blazek@gmail.com>	2016-02-22

    [GRASS] fixed v.in.ogr.all.loc input widget

elpaso <elpaso@itopen.it>	2016-02-22

    Added test data for GetFeatureInfo

elpaso <elpaso@itopen.it>	2016-02-22

    [bugfix][server] text/plain as default info_format

    Added deafult info_format (text/plain) as per specs.
    Fixed error message when info format was not set or wrong.
    Added test for GetFeatureInfo.

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-22

    [processing] Change version test so that ExecuteSQL is testable during feature freeze

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-22

    Fix text encoding issues in virtual layers (fixes #14350)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-22

    Fix text encoding in request filter expression

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-02-22

    Expression widget - Filter headers with no search results

Juergen E. Fischer <jef@norbit.de>	2016-02-22

    don't try to refresh the layer extent after deletion of features, if
    useEstimatedMetadata is enabled (tradeoff for large layers)

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-02-22

    External Resource Widget: avoid having undefined value in document viewer type combobox

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-22

    [processing] fix handling of NULLs is Basic statistics for text fields

Radim Blazek <radim.blazek@gmail.com>	2016-02-22

    browser favourites: add items for providers

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-20

    Don't zoom when panning with the keyboard on a rotated QgsMapCanvas

    Fixes #14243

    Signed-off-by: Sandro Santilli <strk@keybit.net>

Radim Blazek <radim.blazek@gmail.com>	2016-02-22

    [GRASS] new mapset: re-enable set extent button if canvas extent is valid

Merge: 70ff8b5b3e 3f9263b4b8
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-22

    Merge pull request #2819 from NaturalGIS/processing_fix_grass_grass7_r_sunmask

    [processing] fix GRASS and GRASS7 r.sunmask

Merge: a1672da17c e4dba1e4ce
Richard Duivenvoorde <richard@duif.net>	2016-02-22

    Merge pull request #2826 from DelazJ/patch-1

    Update label

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-22

    Fix some test failures, warnings in nightlies

    Add more tolerance to distance area tests, fix doxygen param option

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-22

    [server] Fix some exceptions were not correctly restoring layer opacity

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-18

    [server] Make restoration of original layer subsetStrings much more
    robust (there were many code paths where the original filters
    were not being correctly restored)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-18

    Correctly restore layer subsetStrings after wfs/wms requests...

    by switching storage/restoration of subset strings to use
    QgsMapLayer pointers instead of layer ids. It seems that the
    majority of layers created by server are not registered in
    the map layer registry, so retrieving layers by layer id
    under server is not reliable.

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-16

    Fix #13919, don't reset layer subsetStrings when server python plugins
    are enabled

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-22

    Add unit tests for #13919

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-16

    Fix slow filter rect requests with server python plugins (refs #13919)

Merge: 4485d3abcf e503c705a1
Jürgen Fischer <jef@norbit.de>	2016-02-21

    Merge pull request #2817 from jef-n/geometryv2-cache-cs

    change QgsAbstractGeometryV2::coordinateSequence() to return a

Juergen E. Fischer <jef@norbit.de>	2016-02-21

    change QgsAbstractGeometryV2::coordinateSequence() to return a
    implicitly shared copy of an internal cache instead of recreating the
    coordinate sequence again and again.

    Improves performance of the nodetool on large features a lot (refs #13963)

    Also introduce Qgs(Coordinate|Ring|Point)SequenceV2 typedefs.

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-21

    Add r.series.accumulate algorithm (needs a way to select a raster in the input rasters)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-21

    Add r.series.interp algorithm

Merge: 959952e134 6116fdcdb4
Jürgen Fischer <jef@norbit.de>	2016-02-21

    Merge pull request #2824 from nyalldawson/geombbox

    Optimise storage/calculation of geometry bounding boxes

Merge: a0a20eaf60 607642a562
Matthias Kuhn <matthias@opengis.ch>	2016-02-21

    Merge pull request #2820 from NaturalGIS/processing_fix_saga_223_detection

    Fix SAGA 2.2.3 Processing detection

Harrissou Sant-anna <delazj@gmail.com>	2016-02-21

    Update label

    Given that the canvas rotation is in QGIS for many releases, it may be time to remove the "experimental" attribute in the label

Merge: 4c63c85cca 23802eb5b7
Matthias Kuhn <matthias@opengis.ch>	2016-02-21

    Merge pull request #2825 from m-kuhn/processingTestFiles

    Add file comparison for HTML output to processing

Matthias Kuhn <matthias@opengis.ch>	2016-02-21

    Add file comparison for HTML output to processing test generator

    Refs #14311

Matthias Kuhn <matthias@opengis.ch>	2016-02-21

    Add file comparison to processing tests

    And a test for basic numeric statistics

Matthias Kuhn <matthias@opengis.ch>	2016-02-21

    [processing] Add some newlines to the output of basic stats

Matthias Kuhn <matthias@opengis.ch>	2016-02-21

    Add method for file comparison to testing lib

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-21

    Add a bunch of missing geometry cache clears

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-21

    Optimise storage/calculation of geometry bounding boxes

    - removes storage of bounding box from QgsPointV2 (gives significant
    decrease in size of object)
    - more efficient calculation of bounding box for linestrings

    Additionally, this commit moves the bounding box invalidation to a
    virtual QgsAbstractGeometryV2::clearCache() method, so that other
    non-bounding box caches can also be cleared when the geometry
    is modified.

Matthias Kuhn <matthias@opengis.ch>	2016-02-20

    Show provider errors more prominently

Juergen E. Fischer <jef@norbit.de>	2016-02-20

    fix typo (followup 5c4bf99)

Juergen E. Fischer <jef@norbit.de>	2016-02-20

    debian packaging update: manually merge some changes from PR#2818 and
    some spelling fixes.

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-20

    Fix SAGA 2.2.3 Processing detection

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.resamp.filter.txt algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.resamp.bspline algorithm

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-20

    fix GRASS and GRASS7 r.sunmask

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-23

    remove the accompanying QgsEditorWidgetConfig when removing a field
    (refs #14136)

Merge: 07240e31c2 7431ec6528
Matthias Kuhn <matthias@opengis.ch>	2016-02-20

    Merge pull request #2816 from SebDieBln/FixDuplicateJoins

    [Bugfix] create vector joins only once for a duplicated layer (fixes #14298)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.regression.multi algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.random.surface algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-20

    Add r.latlong algorithm

Merge: 1e80a984df ec0be3ca6c
Jürgen Fischer <jef@norbit.de>	2016-02-20

    Merge pull request #2813 from rouault/avoid_astyle_writing_unmodified_files

    astyle.sh: make it not touch unmodified files

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-19

    create vector joins only once for a duplicated layer (fixes #14298)

Juergen E. Fischer <jef@norbit.de>	2016-02-19

    include spatialindex only in core (fixes #13197)

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-19

    fix failing indenation test

Merge: db1142e4fe 141a0a26fb
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-19

    Merge pull request #2815 from NaturalGIS/processing_fix_grass7_r_water_outlet

    [processing] fix GRASS7 r.water.outlet

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-19

    processing fox GRASS7 r.water.outlet

Merge: 7f56c5d104 3215247c71
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-19

    Merge pull request #2814 from NaturalGIS/processing_fix_gdal_rasterize

    [processing] fix gdal_rasterize: missing output format parameter

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-19

    fix processing gdal_rasterize: missing output format parameter

Even Rouault <even.rouault@spatialys.com>	2016-02-19

    Fix use of wrong variable in astyleit(), introduced in previous commit

Even Rouault <even.rouault@spatialys.com>	2016-02-19

    astyle.sh: make it not touch unmodified files

    Currently astyle.sh will rewrite files, even if no change are made.
    This causes some editors (for example kate) to believe that the file
    has been changed even if it is not the case. Letting the timestamp
    untouched is not enough. So make 'flip' and 'unify_includes.pl'
    operate on copies, and move the copies as the original file if
    differences are found.

Juergen E. Fischer <jef@norbit.de>	2016-02-19

    reduce debugging noise (followup 1a29030)

Juergen E. Fischer <jef@norbit.de>	2016-02-19

    also log rendering times of individual layers when debugging output is
    enabled

Merge: 410fe32b08 bbc8feb835
Alessandro Pasotti <elpaso@itopen.it>	2016-02-19

    Merge pull request #2812 from elpaso/accesscontrol-api-docs

    Added new plugin filters to server api docs

elpaso <elpaso@itopen.it>	2016-02-19

    Added new plugin filters to server api docs

Merge: 6f393751aa 1a29030383
Jürgen Fischer <jef@norbit.de>	2016-02-19

    Merge pull request #2802 from ahuarte47/Issue_RemoveMap2screenMethods

    Remove duplicate methods to convert map coordinates to screen coordinates

Alvaro Huarte <ahuarte47@yahoo.es>	2016-02-17

    Remove duplicate methods of conversion

    Remove duplicate methods of conversion of map coordinates to screen
    coordinates

Juergen E. Fischer <jef@norbit.de>	2016-02-19

    spelling fix

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-19

    Fix order by not set for 25d renderer

Juergen E. Fischer <jef@norbit.de>	2016-02-19

    prevent exceeding allocation from corrupt wkb

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-19

    Fix typo

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-19

    Fix "feature rendering order" checkbox is not honored (fix #14323)

Merge: d8a5e0fc45 bcd3d92fa9
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-18

    Merge pull request #2808 from m-kuhn/proclogtitle

    [processing] always translate debug messages tab title (fix #14287)

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-18

    [processing] correctly handle zero in Basic statistics alg (fix #14331)

Médéric Ribreux <medspx@medspx.fr>	2016-02-15

    Add r.distance
    (Impossible to use an optional ParameterSelection for sort parameter. Needs to be fixed in Processing)

Médéric Ribreux <medspx@medspx.fr>	2016-02-15

    Add r.category algorithms

Merge: 30a738f981 5c62a1750e
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-18

    Merge branch 'saga-223'

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-18

    [processing] improve handling of the obsolete models (fix #14306)

Matthias Kuhn <matthias@opengis.ch>	2016-02-18

    Always translate Processing debug messages tab title

    Fix #14287 (Redmine)

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-18

    [processing] added descriptions for SAGA 2.2.3

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-18

    [processing] convert messages to unicode (fix #14286)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-17

    Keep Z/M information when digitizing from a snapped point (fixes #14318)

Merge: 9bf3b2ef99 97ab3d957d
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-18

    Merge pull request #2807 from SebDieBln/FixOrderByDialogParent

    [Bugfix] construct the QgsOrderByDialog with the correct parent

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-18

    construct the QgsOrderByDialog with the correct parent
    This is necessary to ensure proper modal behaviour.

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-17

    [processing] fix refreshing of the toolbox after downloading scripts/models

Etienne Trimaille <etienne.trimaille@gmail.com>	2016-02-17

    improve error message in the modeler

Sandro Santilli <strk@keybit.net>	2016-02-17

    Use pg initialization script from Travis

Sandro Santilli <strk@keybit.net>	2016-02-17

    Make PG initialization scripts work with PostgreSQL 9.1

     - Remove lock_timeout setting
       See https://travis-ci.org/qgis/QGIS/jobs/109844438#L942

     - Remove CREATE SCHEMA IF NOT EXISTS
       See https://travis-ci.org/qgis/QGIS/jobs/109891682#L1016

Matthias Kuhn <matthias@opengis.ch>	2016-02-17

    Fix warning when compiling for android

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-18

    Restore default coordinate format to map units (fix #14319)

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-17

    [processing] fixes for Create Grid algorithm (fix #14303)

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-17

    [processing] correctly recognize grid type (fix #14302)

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-17

    [processing] load algorithms only when requred 3rd party modules are
    available or compatible QGIS version is used

    Some housekeeping in QGIS algorithms provider

Sandro Santilli <strk@keybit.net>	2016-02-17

    Disable reshape line tool when 'change geometry' capability missing

    Matches behavior of reshape polygon tool

Sandro Santilli <strk@keybit.net>	2016-02-17

    Disable line simplify tool when 'change geometry' capability missing

Etienne Trimaille <etienne.trimaille@gmail.com>	2016-02-17

    catch some python error in batch processing

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-17

    Use QgsFieldCombo for map tip field combo boxes

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-17

    Avoid error box when mouse coordinate transform fails

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-17

    Move field icon calculation to QgsFields, show correct field type
    icons in attribute table column filter menu (instead of new
    attribute icon) and in field table in vector properties

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-17

    Fix crash when right clicking on a feature in form view and no
    layer actions are set

Sandro Santilli <strk@keybit.net>	2016-02-17

    Add script to create and initialize postgis test database

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-16

    Fix virtual layer creation UI

    Expose embedded layers inclusion to the creation UI

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-16

    Fix crash when selecting a null layer

    Happens for instance when a embedded layer is added but
    dependent layers cannot be resolved

Merge: 8353698633 40c65059b4
Matthias Kuhn <matthias@opengis.ch>	2016-02-17

    Merge pull request #2798 from SebDieBln/Fix_cboRenderingOrder

    [Bugfix] correctly check/uncheck 'Control feature rendering order' (fixes #14274)

Radim Blazek <radim.blazek@gmail.com>	2016-02-17

    [GRASS] disable new mapset action if init failed

Merge: d40d8875e5 24a07de336
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-17

    Merge pull request #2801 from nirvn/virtual_layer_icon

    [ui] improve new memory layer icon

nirvn <nirvn.asia@gmail.com>	2016-02-17

    [ui] improve new memory layer icon

Merge: 91413609cb dcc1511ecd
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-17

    Merge pull request #2800 from nirvn/virtual_layer_icon

    [ui] improve virtual layer icon

nirvn <nirvn.asia@gmail.com>	2016-02-17

    [ui] improve virtual layer icon

Merge: f468f65d47 5ae21054d8
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-17

    Merge pull request #2799 from nirvn/additional_selection_icons

    [ui] update a few more selection-related icons

nirvn <nirvn.asia@gmail.com>	2016-02-17

    [ui] update a few more selection-related icons

Merge: d2679d6dbd b4ee36d86d
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-17

    Merge pull request #2791 from nirvn/labeling_icons_v2

    [ui] add rule-based labeling and obstacle icons

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-16

    correctly check/uncheck 'Control feature rendering order' (fixes #14274)

Juergen E. Fischer <jef@norbit.de>	2016-02-16

    another fix for gml wkb assembly (fixes #14315)

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-16

    [processing] fix Modeler Calculator (ref #14305)

Sandro Santilli <strk@keybit.net>	2016-02-10

    Fix signed 32bit integer overflow in PostgreSQL provider

    Fixes #13958
    Includes test for signed integer attributes

Merge: 103856c976 8e9b8c77cf
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-16

    Merge pull request #2788 from medspx/processing_fix_vdbselect

    [processing] аix GRASS7 v.db.select (fix #11212)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-16

    Add TODO QGIS 3 comments

Sandro Santilli <strk@keybit.net>	2016-02-16

    Do not hard-code database connection parameters

    Rely on libpq defaults instead (overridable via environment)

    Fixes #14308

Matthias Kuhn <matthias@opengis.ch>	2016-02-16

    Fix android build

Matthias Kuhn <matthias@opengis.ch>	2016-02-16

    Fix android build CMake 3.2 and don't force Python 3 with Qt5

Juergen E. Fischer <jef@norbit.de>	2016-02-16

    add sip bindings to QgsCredentialsNone (followup 42bc9387)

Merge: 42bc938700 f99ed7a0e7
Matthias Kuhn <matthias@opengis.ch>	2016-02-16

    Merge pull request #2783 from SebDieBln/FixVectorDialogTitle

    [UI] Make title of QgsNewVectorLayerDialog consistent

Juergen E. Fischer <jef@norbit.de>	2016-02-16

    add QgsCredentialsNone to not return any credentials and make it default instead of QgsCredentialsConsole (fixes #14269; reverts f8d2091)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-16

    Follow up c6c8277, fix bad behaviour of QgsBrowserModel introduced
    by 44d9b35 (fix #14296)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-16

    Fix deselecting null category when categorising using expression
    hides all features (fix #14273)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-15

    Respect project ellipsoid and unit settings in virtual fields

    Fix #12622, #4252

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-16

    "Fix" QgsDistanceArea test on OSX

    Test has revealed that the current algorithm used for ellipsoidal
    calculations is unstable when measuring small very areas (eg < 1m2)

    For now, modify the test to use larger areas

Juergen E. Fischer <jef@norbit.de>	2016-02-16

    avoid credentials requests in PyQgsPostgresProvider

Juergen E. Fischer <jef@norbit.de>	2016-02-15

    oracle provider: don't acquire provider connection from pool

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-16

    Disable PyQgsDistanceArea test on Travis OSX builds for now

    Newly added tests have revealed a deep underlying issue with area
    measurement on OSX

Sandro Santilli <strk@keybit.net>	2016-02-10

    Do not hard-code database connection parameters

    Rely on libpq defaults instead (overridable via environment)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-15

    Fix virtual layer file name handling (in Windows)

Matthias Kuhn <matthias@opengis.ch>	2016-02-15

    Partially revert fa40e78

    It failed to load functional plugins also

Matthias Kuhn <matthias@opengis.ch>	2016-02-15

    Followup fa40e78, make strings translatable

Matthias Kuhn <matthias@opengis.ch>	2016-02-14

    [Plugins] disable plugins which crash on load

Radim Blazek <radim.blazek@gmail.com>	2016-02-15

    [GRASS] use plain text for r/.proj, fixes partially #2575

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-15

    Fix setting a layer to act as a label obstacle does not stick

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-15

    Add missing sip bindings

Radim Blazek <radim.blazek@gmail.com>	2016-02-15

    [GRASS] removed absolute path from t.list, fixes #14241

volaya <volayaf@gmail.com>	2016-02-15

    [processing] fixed exporting multiple vector layers in SAGA and GRASS algs

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-15

    Make measure tool respect project area unit setting

    Also add unit tests for measure tool length and area measurement
    to ensure they return the same results as field calculator
    and identify tool

    Refs #13209, #4252

nirvn <nirvn.asia@gmail.com>	2016-02-14

    [labeling] add rule-based, obstacle icons

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-15

    Move handling of angular units to QgsUnitTypes, swap angle and distance
    radio buttons to combo boxes in options dialog for consistency with
    project properties

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-15

    Fix project unit confusion (pt 3): add area unit settings with a
    ton of available area units (eg m2, km2, mi2, ft2, yd2, ha, ac,
    etc)

    Adds a new option in both the QGIS setting and project properties to
    set the units used for area measurements. Just like the distance
    setting, this defaults to the units set in QGIS options, but can
    then be overridden for specific projects.

    The setting is respected for area calculations in:
    - Attribute table field update bar
    - Field calculator calculations
    - Identify tool derived length and perimeter values

    Also adds unit tests to ensure that area calculated by attribute table
    update bar, field calculator and identify tool are consistent wrt
    ellipsoidal calculations and area units.

    TODO: make measure tool respect area setting

    (refs #13209, #4252 and fixes #12939, #2402, #4857)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-15

    Add square nautical miles as a supported areal unit, add API
    method for converting a distance unit to corresponding area unit

Merge: 36000463ff 8359bfe40c
Jürgen Fischer <jef@norbit.de>	2016-02-15

    Merge pull request #2790 from SebDieBln/ImproveVersionCheck

    [Bugfix] Improve version check (refs #14022)

Juergen E. Fischer <jef@norbit.de>	2016-02-15

    alternate fix for #13938 (folloup 5d989ab)

Juergen E. Fischer <jef@norbit.de>	2016-02-15

    processing: fix translation context for AlgorithmDialogBase

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-14

    add command line option to skip the version check at startup
    --noversioncheck or -V are recognized

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-14

    show correct host name when version check fails to find host

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-14

    new setting to allow disabling the version check at startup (refs #14022)

Juergen E. Fischer <jef@norbit.de>	2016-02-14

    fix parsing of IS NOT and NOT LIKE, NOT ILIKE and dumping of IS (NOT ...) (fixes #13938)

Juergen E. Fischer <jef@norbit.de>	2016-02-14

    don't run version check from build directory

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-15

    Revert deprecation of QgsSymbolV2Utils::encode/decodeOutputUnit

    ...as it causes circular dependancies. Defer to 3.0 when we can
    move QgsSymbolV2::OutputUnit to QgsUnitTypes

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-14

    Add r.buffer.lowmem algorithm (and secure r.buffer parameters)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-14

    Add r.mask algorithm

Juergen E. Fischer <jef@norbit.de>	2016-02-14

    fix git marker detection (fixes #13680)

Merge: ddbdcf8ab1 0ab3653831
Jürgen Fischer <jef@norbit.de>	2016-02-14

    Merge pull request #2789 from SebDieBln/DbManager_FixMoveToSchema

    [DbManager] Fix the 'MoveToSchema' functionality (fixes #14219)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-14

    Add r.support (combined with r.timestamp) algorithm

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-14

    Fix project unit confusion (pt 2): add project distance unit setting

    Adds a new option in project properties to set the units used for
    distance measurements. This setting defaults to the units set in
    QGIS options, but can then be overridden for specific projects.

    The setting is respected for length and perimeter calculations in:
    - Attribute table field update bar
    - Field calculator calculations
    - Identify tool derived length and perimeter values
    - Default unit shown in measure dialog

    Also adds unit tests to ensure that length and perimeter calculated
    by attribute table update bar, field calculator and identify tool
    are consistent wrt ellipsoidal calculations and distance units.

    (refs #13209, #12939, #2402, #4857, #4252)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-14

    Add area units to QgsUnitTypes (refs #13209)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-14

    Fix outdated notes in QgsExpression docs

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-14

    Fix project unit confusion (part 1)

    - Remove existing (confusing and totally useless) "canvas units"
    setting. This setting was supposed to be used for a confusing number
    of totally different uses, eg changing the coordinate display
    format and changing the default measurement units, but it was
    so broken it did none of these things except change the
    coordinate display and it only did that if OTF was off.

    - Add a new "coordinate display" section in project settings,
    which allows choice of format for coordinate display via a
    combo box (this will also make it easy to add additional custom
    formats in future), and make this setting work regardless of
    whether OTF is on or off. This setting applies to both the
    coordinate display in the status bar and coordinates shown
    via the identify tool

    (refs #13209, fixes #9730)

Juergen E. Fischer <jef@norbit.de>	2016-02-14

    sip sync

Merge: be4909776b 77bd6953a6
Werner Macho <werner.macho@gmail.com>	2016-02-13

    Merge pull request #2784 from Cracert/trans2

    Add polish translator

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.texture algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.walk algorithms

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Remove old r.cost description files

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.cost algorithms

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.surf.fractal algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.what algorithm

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-13

    Add r.colors.out

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-13

    Avoid warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-13

    Optimise some loops over QMap/QHash objects

    Avoid iterating over keys() and then later retrieving the matching
    values, and instead use QMap/QHash iterators to retrieve both the
    keys and values at the same time

Juergen E. Fischer <jef@norbit.de>	2016-02-13

    processing: fix path setting for saga

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-13

    Add API call for setting preferred distance unit for QgsExpression

    (refs #13209, #12939, #4857)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-13

    Don't show 'unknown' suffix for when displaying measurements

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-13

    Increase maximum size of diagram spinbox (fix #14282)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-13

    [DbManager] Fix the 'MoveToSchema' functionality (fixes #14219)

Juergen E. Fischer <jef@norbit.de>	2016-02-12

    debian packaging: fix removed diversion (take II; followup 8b054e6; reverts 5f310a7)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-12

    [Processing] Fix GRASS7 v.db.select (fixes Redmine #11212)

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-13

    Fix (harmless) Coverity warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-13

    Fix failing expression test on OSX

Médéric Ribreux <medspx@medspx.fr>	2016-02-11

    [Processing] GRASS7 v.distance (implements Redmine #12817)

Médéric Ribreux <medspx@medspx.fr>	2016-02-11

    r.reclass inline rules also for MS-Windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-12

    Misc optimisations suggested by clazy

    - avoid Q_FOREACH( ..., QMap.values() ) as it allocates an unnecessary
    list
    - use .endsWith( ... , Qt::CaseInsensitive) instead of
    .lower().endsWith( ... ) as it avoids an extra QString allocation

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-12

    Indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-12

    If no geomCalculator is set for QgsExpression, perform cartesian
    calculations for $length, $area, $perimeter (refs #13209)

    ie, the default is now to use planimeteric calculations unless
    a geomCalculator has been explicitly set

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-12

    Fix DependencySorter.sortedLayerIds. Fixes #14281

Merge: a111889973 384da5665e
Martin Dobias <wonder.sk@gmail.com>	2016-02-12

    Merge pull request #2729 from dgoedkoop/digitisecrs2

    Fix floating point inaccuracies when digitizing (to fix bug #13745)

Juergen E. Fischer <jef@norbit.de>	2016-02-12

    postgres provider: don't log expected failure (followup 6b3651fa)

Juergen E. Fischer <jef@norbit.de>	2016-02-12

    reduce wkb debugging noise (followup 2ea3d77)

Robert Szczepanek <robert@szczepanek.pl>	2016-02-11

    Add polish translator

Daan Goedkoop <dgoedkoop@gmx.net>	2016-01-27

    Fix floating point inaccuracies when digitizing (to fix bug #13745)

Juergen E. Fischer <jef@norbit.de>	2016-02-11

    debian packaging: add yaml dependency python-qgis

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-11

    [processing] make DTM2ASCII tool visible in toolbox

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-02-11

    Change the title of QgsNewVectorLayerDialog to match the actions that show it.

Médéric Ribreux <medspx@medspx.fr>	2016-02-10

    [Processing] Add GRASS7 r.reclass inline rules (implements Redmine #5583)

Radim Blazek <radim.blazek@gmail.com>	2016-02-11

    [GRASS] fixed stds input

Radim Blazek <radim.blazek@gmail.com>	2016-02-11

    [GRASS] fixed module search on windows, fixes #14241

Merge: 169d35f319 5d19a3b21b
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-11

    Merge pull request #2774 from medspx/processing_fix_parameternumber

    [processing] fix ParameterNumber float detection

Médéric Ribreux <medspx@medspx.fr>	2016-02-10

    [Processing] Add r.null GRASS7 algorithm (implements Redmine #6893)

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-10

    [processing] fix example script

Juergen E. Fischer <jef@norbit.de>	2016-02-10

    adapt wfs capabilities test data to d11c689e

Merge: 9e0043cd4b e9e4954c58
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-10

    Merge pull request #2775 from NaturalGIS/processing_fix_saga_default_extent

    [processing] remove wrong/non mandatory default extent for raster analysis

Juergen E. Fischer <jef@norbit.de>	2016-02-10

    include qgswkbptr.h in install

Juergen E. Fischer <jef@norbit.de>	2016-02-10

    add 2to3 script to migrate (some) PyQt signal/slots to new style

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-09

    [Processing] Split v.generalize (implements Redmine #5707)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-09

    Processing: remove wrong/non mandatory default extent for raster analysis

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-02-09

    [Processing] Fix ParameterNumber float detection (with unit tests)

rldhont <rldhont@gmail.com>	2016-02-09

    [BUGFIX][QGIS Server] WFS Service Capability OnlineResource

    WFS Service Capability OnlineResource is not the same as in WMS.

rldhont <rldhont@gmail.com>	2016-02-09

    [BUGFIX] Update (*.model *.MODEL) localization

    This part of the string, (*.model *.MODEL), does not have to be localized.
    Some localizers have added a comma between files format, which prevents files filtering.

Juergen E. Fischer <jef@norbit.de>	2016-02-09

    fix windows build (followup 58beed24)

Merge: ded1ebb33b d05c31ea19
Jürgen Fischer <jef@norbit.de>	2016-02-09

    Merge pull request #2748 from jef-n/wkb-bounds-check

    port more WKB parsing to Qgs(Const)WkbPtr including bounds checking

Juergen E. Fischer <jef@norbit.de>	2016-02-01

    fix gml wkb assembly

Juergen E. Fischer <jef@norbit.de>	2016-02-01

    don't save invalid wkb

Juergen E. Fischer <jef@norbit.de>	2016-02-01

    avoid identifier verify (macro on mac)

Juergen E. Fischer <jef@norbit.de>	2016-02-01

    simplifier: fix skipping to last point (fixes 1a3f3d4)

Juergen E. Fischer <jef@norbit.de>	2016-02-01

    catch QgsWkbException in QgsGeometryFactory (passes test from PR#2751)

Juergen E. Fischer <jef@norbit.de>	2016-02-01

    avoid double endian swapping

Sandro Santilli <strk@keybit.net>	2016-02-01

    Add test for premature WKB end in QgsGeometry::asWkt

    See #14182

Juergen E. Fischer <jef@norbit.de>	2016-01-31

    port more WKB parsing to Qgs(Const)WkbPtr including bounds checking

Juergen E. Fischer <jef@norbit.de>	2016-02-09

    indentation fixes

Merge: 686ad242c1 3593a3a12c
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-09

    Merge pull request #2768 from NaturalGIS/processing_fix_gdal_string

    [processing] fix non-translatable string in GDAL/Aspect

Merge: a5ddf92dfb 7072db4c47
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-09

    Merge pull request #2769 from NaturalGIS/processing_fix_gdal_optional_parameters

    [processing] fix a few GDAL/OGR optional parameters

Merge: 41ac88ad3e 24ce6d239b
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-09

    Merge pull request #2770 from NaturalGIS/processing_fix_ogr_convert_format

    [processing] fix OGR/Convert format tool

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-09

    Processing: add missing v.surf.rst.line tool to GRASS7

Juergen E. Fischer <jef@norbit.de>	2016-02-09

    debian packaging: fix templates (fixes #14248)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-02-04

    Deprecate old WkbType in QgsDataSourceUri

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-20

    Fix addFeature and addPart maptool for layers with a Z

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-20

    [postgres] Fix detection of 2.5D layer types

Juergen E. Fischer <jef@norbit.de>	2016-02-09

    debian packaging: fix removed diversion (followup 8b054e6)

Radim Blazek <radim.blazek@gmail.com>	2016-02-09

    [GRASS] better module lookup

Juergen E. Fischer <jef@norbit.de>	2016-02-09

    indentation fix

Merge: 4309b86207 5e5ddafb0e
volaya <volayaf@gmail.com>	2016-02-09

    Merge pull request #2767 from NaturalGIS/processing_fix_gdal_nearblack

    fix Processing GDAL near black tool

Merge: 63d9fec54b f49dbdc299
volaya <volayaf@gmail.com>	2016-02-09

    Merge pull request #2771 from medspx/fix_processing_grass_overwrite

    [Processing] Fix overwrite for GRASS7 (Redmine #13488)

Médéric Ribreux <medspx@medspx.fr>	2016-02-09

    [Processing] Fix overwrite for GRASS7 (Redmine #13488)

Juergen E. Fischer <jef@norbit.de>	2016-02-09

    fix syntax error in test_provider_mssql.py

Juergen E. Fischer <jef@norbit.de>	2016-02-09

    add 2to3 script to migrate PyQt4 to PyQt wrappers

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-08

    fix Processing OGR/Convert format tool

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-08

    fix a few GDAL/OGR Processing optional parameters

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-08

    fix non-translatable string in Processing GDAL/Aspect

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-02-08

    fix Processing GDAL near black tool

volaya <volayaf@gmail.com>	2016-02-08

    [processing] fixed typo in saga supported versions

Merge: b712f3cf4b ed06bb67cc
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-08

    Merge pull request #2766 from nirvn/composer_icon_improvements

    [gui] improve composer icons

nirvn <nirvn.asia@gmail.com>	2016-02-08

    [gui] improve composer icons

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-07

    Measure tool fixes:
    - Make unit selection more robust (doesn't rely on translations)
    - Make calculation of lengths in degrees use a cartesian
    calculation when project CRS is in degrees
    - Fix display of calculation details, was misleading and
    inaccurate for many CRS/unit combinations

Merge: 0044666486 4755f7b89b
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-07

    Merge pull request #2756 from Gustry/transparency

    fix transparency in qgsmaprenderer

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-07

    Correctly handle QVariant::LongLong fields in merge attribute dialog

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-07

    Fix merge attribute dialog mangles field values when layer has hidden
    fields (fix #14235)

Radim Blazek <radim.blazek@gmail.com>	2016-02-07

    [GRASS] show module name in tab if icon is missing

Radim Blazek <radim.blazek@gmail.com>	2016-02-07

    [GRASS] add extension to t.list on windows, fixes possibly #14241

nirvn <nirvn.asia@gmail.com>	2016-02-07

    [gui] update selection icons for composer windows

Merge: 093eb419df 1b858292af
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-07

    Merge pull request #2764 from nirvn/select_icons_refresh

    [gui] refresh selection-related icons

Juergen E. Fischer <jef@norbit.de>	2016-02-06

    include image resource in gui tests (perhaps fixes trusty nightly tests)

Webmaster <nirvn.asia@gmail.com>	2016-02-06

    [gui] refresh selection-related icons

Merge: 1ae03be59b b625a1dc81
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-06

    Merge pull request #2763 from nirvn/selection_toolbar_improvement_v3

    [gui] better toolbar placement for selection actions

nirvn <nirvn.asia@gmail.com>	2016-02-06

    [gui] better toolbar placement for selection actions

Juergen E. Fischer <jef@norbit.de>	2016-02-04

    add internal nose2 (not available on precise) and update internal six
    for processing tests

Merge: 070b28a800 95030d61dc
Jürgen Fischer <jef@norbit.de>	2016-02-05

    Merge pull request #2757 from manisandro/pool_invalidate_release

    Connection pool improvements

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-05

    Followup 75fcd2, fix incorrect refreshing icon if mssql connection
    loaded while collapsed

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-05

    Improve QgsDistanceArea API to make it easier to determine units
    for returned distances, add unit tests

Merge: 57b5eb954e 7fc88c26ea
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-05

    Merge pull request #2700 from alexbruy/actions-encoding

    convert stdout and stderr from actions to correct encoding (fix #13896)

Matthias Kuhn <matthias@opengis.ch>	2016-02-05

    On duplicate copy join and virtual fields

    Fixes #14191

Matthias Kuhn <matthias@opengis.ch>	2016-02-05

    Doxygenation and small code fixes

Matthias Kuhn <matthias@opengis.ch>	2016-02-05

    Revert "Remove unneeded variable"

    This reverts commit 768f0e896929794a0c0690f50f1cc09099321736.

Juergen E. Fischer <jef@norbit.de>	2016-02-04

    field expression widget: silence connect/disconnect noise

Merge: dbd83b3ee1 c4addc2d02
Matthias Kuhn <matthias@opengis.ch>	2016-02-04

    Merge pull request #2759 from ar-jan/typo-fix-attribute-table-help

    Fix typo in attribute table context help

Arjan Mossel <arjanmossel@gmail.com>	2016-02-04

    Fix typo in attribute table context help

Merge: c35567b327 427b9c9734
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-04

    Merge pull request #2733 from nirvn/processing_memory_datetime

    [processing] add date, datetime, time fields to memory output

Merge: 3b2a76f4c4 191c011a0a
Alexander Bruy <alexander.bruy@gmail.com>	2016-02-04

    Merge pull request #2746 from NaturalGIS/fix_grass_r_slope_aspect

    [processing] add parameter to GRASS 64/70 r.slope.aspect to allow use region resolution (ref #9979)

Merge: 27f1637fb1 8b84f3adb0
Matthias Kuhn <matthias@opengis.ch>	2016-02-04

    Merge pull request #2648 from m-kuhn/processingtests

    Processing algorithm test framework

Matthias Kuhn <matthias@opengis.ch>	2016-02-04

    Ignore extra fields on control layer

Matthias Kuhn <matthias@opengis.ch>	2016-02-04

    Don't compare field count

Matthias Kuhn <matthias@opengis.ch>	2016-02-04

    Completely switch over to gml for processing test data

    The different gdal versions have issues with geojson wrt null attribute types

Matthias Kuhn <matthias@opengis.ch>	2016-02-04

    Indentation fix

Matthias Kuhn <matthias@opengis.ch>	2016-02-04

    Fix unittypes test

Matthias Kuhn <matthias@opengis.ch>	2016-02-04

    Fix broken output field types in test dataset

Matthias Kuhn <matthias@opengis.ch>	2016-02-04

    Support writing LongLong types with GDAL 2

Matthias Kuhn <matthias@opengis.ch>	2016-02-03

    [processing] Test densify with multipolygons

Matthias Kuhn <matthias@opengis.ch>	2016-02-03

    [processing] Allow test creation from history window

Matthias Kuhn <matthias@opengis.ch>	2016-02-03

    [processing] Add expected test datasets

Matthias Kuhn <matthias@opengis.ch>	2016-01-07

    [processing] Add test suite

Matthias Kuhn <matthias@opengis.ch>	2016-02-03

    Add point and line test datasets

Matthias Kuhn <matthias@opengis.ch>	2016-02-02

    Add new polys and multipolys test datasets

Matthias Kuhn <matthias@opengis.ch>	2016-01-06

    Add qgis.testing module for generic qgis test helpers

Matthias Kuhn <matthias@opengis.ch>	2016-02-03

    [processing] Make polygons to lines NULL aware

Matthias Kuhn <matthias@opengis.ch>	2016-02-03

    [Processing] Make DeleteHoles algorithm NULL geometry aware

Matthias Kuhn <matthias@opengis.ch>	2016-02-02

    [processing] Add NULL geometry support to centroid algorithm

Matthias Kuhn <matthias@opengis.ch>	2016-02-03

    [processing] Make centroid algorithm null geometry safe

Matthias Kuhn <matthias@opengis.ch>	2016-01-20

    [processing] Initialize icons before first usage

Matthias Kuhn <matthias@opengis.ch>	2016-01-05

    [Processing] Suppress debug output from PyQt4.uic tools

Matthias Kuhn <matthias@opengis.ch>	2016-02-03

    Add safety check to QgsGeometry::asPolygon. Fixes possible crash

Matthias Kuhn <matthias@opengis.ch>	2016-02-03

    Remove unneeded variable

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-04

    Add provider test for getting feature count with subset string set,
    fix memory provider invalid count when subset set

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-04

    Make sure svg marker gui is updated when new svg selected via browser

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-04

    Standardise capitalization in spatialite dialog

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-04

    Fix crash with "add selected layers" from browser (fix #14223)

Juergen E. Fischer <jef@norbit.de>	2016-02-04

    processing: include non-optional testdata

Juergen E. Fischer <jef@norbit.de>	2016-02-04

    debian packaging update:
    * replace grass diversion with generic wrapper also supporting oracle
    * update liblwgeom dependency for stretch and unstable

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Move unit handling helpers out of QGis and QgsSymbolLayerUtils
    into a new QgsUnitTypes helper class. Add unit tests.

    TODO QGIS 3.0: Move QGis::UnitType and QgsSymbolV2::OutputUnit
    to QgsUnitTypes

Radim Blazek <radim.blazek@gmail.com>	2016-02-03

    [GRASS] do not align to input by default in r.slope.aspect, fixes #9979

Radim Blazek <radim.blazek@gmail.com>	2016-02-03

    indent, 250fcb followup

Radim Blazek <radim.blazek@gmail.com>	2016-02-03

    [GRASS] fixed i.fusion.brovey output option, fixes #7999

Radim Blazek <radim.blazek@gmail.com>	2016-02-03

    [GRASS] multiple vector field option, fixes #3539

Sandro Mani <manisandro@gmail.com>	2016-02-03

    Remove redundant QgsOgrConnPool::{refS,unrefS}

Sandro Mani <manisandro@gmail.com>	2016-02-03

    Document QgsOgrConnPool::{ref,unref}

Sandro Mani <manisandro@gmail.com>	2016-02-03

    Destroy layers in TestQgsVectorAnalyzer::cleanupTestCase

Sandro Mani <manisandro@gmail.com>	2016-02-03

    Immediately destroy non-acquired connections when invalidating

volaya <volayaf@gmail.com>	2016-01-19

    [processing] do not recreate algs tree when removing provider

    This should fix the problem of QGIS taking to long to shutdown if there are plugins that add algorithms to Processing

Sandro Mani <manisandro@gmail.com>	2016-02-02

    Destroy invalidated connection pool connections when released

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Improve API, docs for QgsDistanceArea

Etienne Trimaille <etienne.trimaille@gmail.com>	2016-02-03

    set transparent color by default

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Fix mssql browser items not correctly populated before refreshing

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Avoid race condition when populating ms sql items in browser

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Fix QgsDataItem docs

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Fix refreshing mssql browser removes layers from collapsed schemas

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Add polygon test for mssql provider

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Fix browser model issue identified by model test

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Improve QgsCoordinateReferenceSystem documentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Boost app startup test timeout further

    To check whether this fixes failures on the windows nightly builds

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-03

    Fix spelling mistake in corrections file

    (...my spelling ineptitude has reached a new low)

Etienne Trimaille <etienne.trimaille@gmail.com>	2016-02-02

    fix transparency in qgsmaprenderer

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-02

    [processing] include OTB descriptions and help into CMakeLists.txt

Juergen E. Fischer <jef@norbit.de>	2016-02-02

    run remove_temporary_files.sh in prepare-commit.sh

Sandro Santilli <strk@keybit.net>	2016-02-02

    Ensure GDAL deinitialization runs after last possible use

    Closes #14176

Matthias Kuhn <matthias@opengis.ch>	2016-02-02

    Add a bit of typesafety to ogr extent handling

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-02

    Dialog tab order fixes

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-02

    foreach -> Q_FOREACH

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-02

    Fix clazy 'pass small and trivially-copyable type by value' warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-02

    Spelling fixes, updates to chkspelling.sh

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-02

    Also remove *~ with remove_temporary_files.sh

Juergen E. Fischer <jef@norbit.de>	2016-02-02

    spelling fixes

Merge: 68e3fdcfc6 0bb5b5bba8
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-02

    Merge pull request #2752 from rouault/ogr_curve_geometries

    OGR provider: advertize CircularGeometries in capabilities when OGR advertizes 'CurveGeometries' support

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-02

    Reword render map tiles option for clarity, add tooltip

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-02

    Standardise mix of deselect/unselect to "deselect", unify
    keyboard shortcuts for deselect all (to Ctrl+Shift+A)

Sandro Santilli <strk@keybit.net>	2016-02-01

    Remove stale parameters documentation

Sandro Santilli <strk@keybit.net>	2016-02-01

    Second attempt at fixing crash on node tool after merge

    See #14188

Sandro Santilli <strk@keybit.net>	2016-02-01

    Do not dereference null pointer on QgsSelectedFeature::updateGeometry

    Fixes #14188

Even Rouault <even.rouault@spatialys.com>	2016-02-01

    OGR provider: advertize CircularGeometries in capabilities when OGR advertizes 'CurveGeometries' support

Juergen E. Fischer <jef@norbit.de>	2016-02-01

    Revert oracle server-side simplication

    (reverts 6f70953 and 772dc1d)

Sandro Santilli <strk@keybit.net>	2016-02-01

    Add test for unexpected WKB input in simplification

    Closes #12416

Nyall Dawson <nyall.dawson@gmail.com>	2016-02-01

    Fix memory leak

Merge: 2797ed79b0 f8a50b510e
Nyall Dawson <nyall.dawson@gmail.com>	2016-02-01

    Merge pull request #2749 from pvalsecc/add_selectall

    Add select all button to the attribute table dialog

Merge: 793e7b28fc d6169b8d3d
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-02-01

    Merge pull request #2743 from 3nids/testfieldwidget2

    Fix label expression/field lose when removing a join in layer properties

Sandro Santilli <strk@keybit.net>	2016-01-30

    Stub test for QgsMapToPixelGeometrySimplifier

    See #12416

Matthias Kuhn <matthias@opengis.ch>	2016-01-28

    FieldExpressionWidget: preserve expression when join is removed

Matthias Kuhn <matthias@opengis.ch>	2016-01-25

    Reflect changes in QgsExpressionFieldWidget when source fields change

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-30

    remove join returns true in case of success

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-30

    Add test for QgsFieldExpressionWidget

    the test checks that fields are updated properly on join removal, that expression is not lost and that validity is correct

Alexander Bruy <alexander.bruy@gmail.com>	2016-02-01

    [processing] restore OgrAlgorothm, as it may be used by some 3rd party
    plugins. This class will be removed in QGIS 3.

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-02-01

    Add select all button to the attribute table dialog

    As suggested by @nyalldawson in qgis/QGIS#2727.

nirvn <nirvn.asia@gmail.com>	2016-01-29

    [processing] add date, datetime, time fields to memory output
    (fixes #14163)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-01-31

    [Processing]Add v.what.rast algorithms
    * Implements Redmine feature request #6859.
    * v.what.rast.points when type=point. For points input layers.
    * v.what.rast.centroids when type=centroid. For polygons input layers.

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-01-31

    add parameter to GRASS 64/70 r.slope.aspect to allow use region resolution

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-01-31

    Replace QgsErrorDialog by messageBar for raster loading (fixes Redmine #6967)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Show progress bars when importing to mssql/spatialite sources
    (previously progress was only shown when importing to postgis)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Don't report a postgis import was successful when the user cancels
    it mid-way through

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Fix dropping geometryless tables to spatialite browser items

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Fix provider ordering by test to correctly also test compiled order by

    ...and as a result, disable compiled order by support for postgres
    due to bugs exposed by the test

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Add polygon layers to provider tests, so we can test ExactIntersect
    feature requests

Merge: c1f7257b24 f1f0b0a341
Alexander Bruy <alexander.bruy@gmail.com>	2016-01-31

    Merge pull request #2742 from NaturalGIS/fix_grass_v_dissolve

    [processing] GRASS dissolve works only with areas

Merge: df88a9f5c6 9d473aaec2
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Merge pull request #2682 from alexbruy/field-precision

    don't allow field precision greater than field width (fix #14019, #5154)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Fix some providers returning valid features when iterator is closed

    Also add some additional tests to ProviderTestCase for closed iterators
    and subset string handling.

Merge: 4c8fcc522a 84e8b10d2d
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Merge pull request #2730 from PeterPetrik/13669_duplicate_circular_string_nodes

    fix #13669 (Circular string generates duplicated nodes)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Followup 57fb7c: fix capitalization and add deselect shortcut

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-01-27

    Add select all and invert selection to Attributes Toolbar

    Took the opportunity to fix a bug where the selectByExpression action
    was not disabled when a raster layer was selected.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-31

    Remove useless orientation combobox from copyright dialog

DelazJ <delazj@gmail.com>	2016-01-30

    Standardize map canvas decorations items dialog

    Modify "Location" label by "Placement" in scale Bar Decoration
    Reorder options of Scale Bar and Copyright decorations dialog in order to set "Placement" options after item's design properties

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2016-01-30

    GRASS dissolve works only with areas

Salvatore Larosa <lrssvtml@gmail.com>	2016-01-30

    change toolbar icon size to 24x24 for the customization dialog

Merge: 772dc1d28f 65c6e362f7
Salvatore Larosa <lrssvtml@gmail.com>	2016-01-30

    Merge pull request #2740 from DelazJ/btnNewLinePushButton

    fix the tooltip description of btnNewLinePushButton in expression bui…

DelazJ <delazj@gmail.com>	2016-01-30

    fix the tooltip description of btnNewLinePushButton in expression builder

    Replace "Close Bracket " by "New Line "

Juergen E. Fischer <jef@norbit.de>	2016-01-30

    oracle provider: enable server-side simplification only with Locator >=11g or Spatial

Merge: 0e4520fc73 6f70953451
Jürgen Fischer <jef@norbit.de>	2016-01-30

    Merge pull request #2738 from ahuarte47/OracleSimplifyProviderSide

    Feature simplification for oracle provider

Alvaro Huarte <ahuarte47@yahoo.es>	2016-01-30

    Feature simplification for oracle provider

Juergen E. Fischer <jef@norbit.de>	2016-01-29

    osgeo4w: include grass7 in x86_64

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-30

    Formatting update, using newer autopep8 version

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-30

    Improve handling of geometryless tables in browser

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-30

    Improve handling of geometryless mssql tables

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-30

    Fix adding fields to mssql layers always resulted in error (fix #13340)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-30

    Dropping on mssql schema items should import to that schema (fix #8327)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-30

    Fix a crash when importing layers without geometry to mssql

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-30

    Correct handling of date and time values in mssql provider

Juergen E. Fischer <jef@norbit.de>	2016-01-29

    debian packaging: optional support for oracle instantclient 12.1

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-29

    [processing] fixes for vector geoprocessing algorithms

volaya <volayaf@gmail.com>	2016-01-29

    [processing] added option to not show disabled providers tooltip

Merge: 70d5c1b74e e15c7fb96c
Tim Sutton <tim@kartoza.com>	2016-01-29

    Merge pull request #2734 from timlinux/master

    Remove overly verbose logging for old style loading

Tim Sutton <tim@kartoza.com>	2016-01-29

    Remove overly verbose logging for old style loading

Salvatore Larosa <lrssvtml@gmail.com>	2016-01-29

    fix warning: use editTextChanged signal instead of textChanged one for QComboBox

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-29

    Add missing licence/copyright

Matthias Kuhn <matthias@opengis.ch>	2016-01-28

    [Processing] Fix raster tools

    GDAL arguments need to be str since they are passed as unencoded const
    char*.

Merge: ecfcd319ef b66002d0ab
Alexander Bruy <alexander.bruy@gmail.com>	2016-01-28

    Merge pull request #2592 from alexbruy/layertree-drag-n-drop

    add CopyAction to the list of supported drop actions in the Layer Tree

Juergen E. Fischer <jef@norbit.de>	2016-01-28

    sip sync QgsFeatureRendererV2

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-28

    Improve handling of time values in attributes

    - make QgsVectorFileWriter respect QTime field values and only
    convert to string if required by output format
    - list time types as native types for memory, postgres and OGR
    providers (OGR support depends on file format)

Stefan Blumentrath <stefan.blumentrath@gmx.de>	2016-01-28

    Detect R installation

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-28

    Readd missing sip binding

Peter Petrik <zilolv@gmail.com>	2016-01-28

    fix when 3D and M

Peter Petrik <zilolv@gmail.com>	2016-01-28

    fix #13669 (Circular string generates duplicated nodes)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-28

    Show preview string for date/time/datetime expression results

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-28

    Fix handling for QTime variants in expression functions

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-28

    Right align times and dates in attribute table

Salvatore Larosa <lrssvtml@gmail.com>	2016-01-28

    Fix sizepolicy for load style from db dialog

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-28

    More debugging for app startup test

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-28

    Indentation

Martin Dobias <wonder.sk@gmail.com>	2016-01-28

    Fix loading of QgsDataDefined from XML (fixes #14177)

Juergen E. Fischer <jef@norbit.de>	2016-01-28

    geometry sip sync and some cosmetics

volaya <volayaf@gmail.com>	2016-01-28

    [processing] fixed group names in lidar provider

Merge: 9f52046618 e707091932
rldhont <rldhont@gmail.com>	2016-01-28

    Merge branch 'marcel-dancak-master-bugfix_13527'

Juergen E. Fischer <jef@norbit.de>	2016-01-28

    fix precise build

Martin Dobias <wonder.sk@gmail.com>	2016-01-27

    Improve indexing strategy for snapping (fixes #12578)

    Implemented a simple heuristic that should keep the number of cached
    features per layer reasonable - and thus lower the amount of consumed
    memory and CPU for big layers.

Martin Dobias <wonder.sk@gmail.com>	2016-01-27

    Add debug capabilities to snapping utils

Martin Dobias <wonder.sk@gmail.com>	2016-01-27

    Clear non-indexable layers when they are removed

Martin Dobias <wonder.sk@gmail.com>	2016-01-27

    point locator: Do not set feature limit in feature request

    Otherwise we will not be able to detect that the locator creation has been cancelled

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-28

    Followup 91ad20, increase startup test timeout

    Now that the test has been improved we can safely bump the timeout
    up a lot

Merge: bc4d16e8d9 4c24792b42
Nathan Woodrow <madmanwoo@gmail.com>	2016-01-28

    Merge pull request #2509 from SebDieBln/FixTipWindow

    initialize tip window with correct parent widget (fixes #8312) (fixes #8365)

Sandro Santilli <strk@keybit.net>	2016-01-25

    Check WKB boundaries while simplifying for rendering

    Fixes crash on simplifying mixed-dimension collections.
    Closes #12416

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-27

    add CopyAction to the list of supported drop actions

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-27

    use digitizing color for label editing rubber band

Merge: cce4b2db9e d6bd8d0c32
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-27

    Merge pull request #2726 from medspx/bugfix_external_resource

    External Resource widget multiple fixes (fix Redmine #14178)

Martin Dobias <wonder.sk@gmail.com>	2016-01-27

    fix indentation

Martin Dobias <wonder.sk@gmail.com>	2016-01-27

    fix indentation

Martin Dobias <wonder.sk@gmail.com>	2016-01-27

    Fixes to 2.5d renderer

    - support holes in polygons and multi-polygons
    - make sure not to overshoot value in HSV color (max. 100) - Qt spits out warnings

Martin Dobias <wonder.sk@gmail.com>	2016-01-27

    Move extraction of linestrings out of QgsExpression file + add unit test

Martin Dobias <wonder.sk@gmail.com>	2016-01-26

    Make vertex editor closable (because why not?)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-01-27

    External Resource widget multiple fixes (fix Redmine #14178)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-27

    Revert "[processing] also make Modeler non-blocking when opened from context menus (follow up 51ec2bfba6)"

    This reverts commit 602437aa0676a7ad4ce21bc32b62c2b107474bff.

    Having modeler as non-blocking window it risky as changes in the
    algorithms will not be reflected in it.

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-27

    Revert "[processing] make Modeller non-blocking window"

    This reverts commit 51ec2bfba6cd5eeb4bf10588d8b94ee30e7faa4a.

    Having Processing modeler non-modal risky as user can add/remove
    new providers and this changes will not be reflected in the modeler

Merge: 80e3f8fc74 b4561a9283
Martin Dobias <wonder.sk@gmail.com>	2016-01-27

    Merge pull request #2496 from SebDieBln/App_OptionsAsFiles

    Accept option '--' to mark all following arguments as files (refs #3714)

Merge: 0d433b092e 6731ddfcdc
Nathan Woodrow <madmanwoo@gmail.com>	2016-01-27

    Merge pull request #2704 from SebDieBln/FixFieldCalcDialogParent

    [Bugfix] Construct the QgsFieldCalculator dialog with the correct parent

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Fix warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Fix inconsistent behaviour when deleting nodes with node tool
    (fix #14168)

Salvatore Larosa <lrssvtml@gmail.com>	2016-01-27

    [dbmanager] Fixes #13679 - QGIS master crashes when closing DB Manager in preview mode

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-27

    [processing] also make Modeler non-blocking when opened from context menus (follow up 51ec2bfba6)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-27

    [processing] unregister actions when unloading (follow up f7e6fa67b0)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Fix editing composer legend titles while filtering enabled (fix #11459)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Properly fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Revert "Fix doxygen warning"

    This reverts commit 9e1a2359ba7aab9094544f85ba04efceceedf5f6.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Show variables from symbol scope in symbol layer widget expression
    builders. (This lets users know they are available).

    Also swap some variable names to static strings for speed.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Fix @value is overwritten for some symbol properties (fix #14148)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Improve preview of current variable value in expression builder

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    DateTime is also a native type for postgres provider

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Don't crash when using raster calculator with huge raster (refs #13336)

    Now we abort and advise the user if insufficient memory is available
    to perform the calculation.

    At some future stage it would be nice to perform the calculations
    in blocks to allow this scenario, but for now it's better not to
    crash.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-22

    [DbManager] allow to delete materialized views
    (refs #13829)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-22

    [DbManager] give materialized views their own icon

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-22

    [DbManager] fetch type of view (materialized or not) and show in info
    (refs #13829)

Merge: 7b01b414fd 9c0aaa9dbe
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Merge pull request #2713 from nirvn/fix_memory_layer_datetime

    [memorylayer] fix missing datetime field type

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Mark some inbuilt expression variables with missing read-only flag

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Fix categorised renderer does not store changes to the source symbol

    Avoids the frustrating situation where changes to a symbol in the
    categorised renderer are lost when the layer properties window
    is reopened

    Also improve docs and fix a leak in the Python bindings

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Fix crash when opening new virtual layer dialog

Merge: 99b9a495b8 f8d593855f
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-27

    Merge pull request #2723 from mhugo/fix_vlayer_ui

    Fix virtual layer creation GUI

volaya <volayaf@gmail.com>	2016-01-26

    [processing] fixed autodetection of grass folder

    Fix provided by Stefan Blumentrath

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-26

    Fix virtual layer creation GUI

Merge: 21b095d7a3 e4ee3156b2
Alexander Bruy <alexander.bruy@gmail.com>	2016-01-26

    Merge pull request #2705 from SebDieBln/FixVectorGridLock

    [fTools] restore 1:1 ratio when checking 'Lock 1:1 ratio' checkbox

Merge: 24d9c65494 3418dd003d
Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-26

    Merge pull request #2719 from mhugo/fix_wkbtype

    Fix QgsGeometry wkbType()

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-26

    Fix more classes which violate the rule-of-three

    Also remove some empty destructors

Martin Dobias <wonder.sk@gmail.com>	2016-01-25

    Improve documentation for renderer registry metadata (refs #13973)

Martin Dobias <wonder.sk@gmail.com>	2016-01-25

    Improve renderer class documentation (refs #14025)

Merge: 82eabb1976 fe2503dab3
Matthias Kuhn <matthias@opengis.ch>	2016-01-25

    Merge pull request #2702 from alexbruy/styles-bindings

    fix SIP bindings for listStylesInDatabase() method (fix #11210)

Martin Dobias <wonder.sk@gmail.com>	2016-01-25

    Fix crash in vector layer properties when changing renderer type (fixes #14164)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-25

    Fix QgsGeometry wkbType()

volaya <volayaf@gmail.com>	2016-01-25

    [processing] correctly initialize lastools settings before loading algs

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-25

    Add specific test for QgsMultiBandColorRenderer

    The raster blend mode test, which uses QgsMultiBandColorRenderer
    fails occasionally for no obvious reason. This additional test
    is an attempt to narrow down whether the issue lies in
    rendering multi band images or elsewhere.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-25

    Swap QString::replace using trivial QRegExp expressions with simple
    QString variants

    Rationale:
    1. It's *much* faster
    2. I managed to get a valgrind report from the intermittently crashing
    PyQgsRulebasedRenderer test, which indicated the crash related to
    the use of QRegExp in qgsexpressionlexer.ll. Let's see if this has
    any impact on that crash....

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-25

    Fix issues with conversion of renderers to rule based renderer

    - expressions were not correctly translated and always treated
    as a single field
    - string values were not correctly escaped, resulting in a broken
    renderer

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-25

    Fix filtering legend content by map when renderer contains
    duplicate symbols (fix #14131)

    Now, we don't test for map content using the symbols but instead
    use the legend key during the hit test

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-25

    [travis] Warn on unintentional switch fallthrough

    Intentional fallthrough should be annotated with

    "FALLTHROUGH;"

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-25

    Use QVector instead of QList in some private contexts

Juergen E. Fischer <jef@norbit.de>	2016-01-25

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2016-01-24

    more spelling fixes

Matthias Kuhn <matthias@opengis.ch>	2016-01-24

    Fix wording and add warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-24

    Refactor and optimise certain QgsWKBTypes functions

    Given how frequently these functions are called throughout QGIS,
    it makes sense for them to be written in a way that makes it easy
    for the compiler to optimise them/inline them.

Merge: bbfcbcae10 da43fb70e7
Matthias Kuhn <matthias@opengis.ch>	2016-01-24

    Merge pull request #2715 from SebDieBln/FixWarnDualViewLayout

    Fix warning when a QLayout is already present in QgsDualView.

Juergen E. Fischer <jef@norbit.de>	2016-01-24

    snapping:
    * skip index build if snapping is off
    * use feature request limit when creating the snapping index

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-24

    Fix some memory leaks identified by Coverity

    Also improve the API for QgsExpressionContextUtils::updateSymbolScope
    Previously it was hard to predict if the method would create storage,
    which caused issues for the python bindings (eg, they had a choice of
    either leaking or being crashy).

Merge: 764c649842 df4c0c1247
Jürgen Fischer <jef@norbit.de>	2016-01-24

    Merge pull request #2716 from SebDieBln/LoadShowPlusSign

    [Bugfix] Correctly load the labeling-setting to show a plus-sign next to numbers (fixes #13474)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-24

    fix loading the labeling-setting to show a plus-sign next to numbers
    (fixes #13474)

Juergen E. Fischer <jef@norbit.de>	2016-01-23

    potential fix for PyQgsAppStartup by avoiding cloudflare

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-24

    Add mask for adjacent line fill test image

Martin Dobias <wonder.sk@gmail.com>	2016-01-23

    Remove too much debug output when loading attribute table (refs #14041)

    This makes debug version much faster, probably not much difference in release version

Martin Dobias <wonder.sk@gmail.com>	2016-01-23

    Hide extra encoding option from the vector "save as" dialog

    There is already another combo box for encoding selection.

Martin Dobias <wonder.sk@gmail.com>	2016-01-23

    Fix regression in vector "save as" that saved shapefiles as .dbf only (fixes #14158)

Salvatore Larosa <lrssvtml@gmail.com>	2016-01-23

    [processing] remove unused code: followup e7e8451

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-23

    Fix warning when a QLayout is already present in QgsDualView.

Salvatore Larosa <lrssvtml@gmail.com>	2016-01-23

    avoid messages warning: this also avoids the warning like:

    ```
    QObject::connect: Cannot connect (null)::repaintRequested() to LayerPreview::refresh()
    QObject::connect: Cannot connect (null)::layerCrsChanged() to LayerPreview::layerCrsChange()
    ```

    from dbmanager when changing layer preview.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-23

    Fix coverity issues

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-22

    Follow up 200ce04b88c515d9880615d7254e45d1a50049a4

unknown <marco@.(none)>	2016-01-22

    Fix shapes not deleted on windows

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-22

    [processing] drop GdalScriptAlgorithm as it is not used
    Also remove OgrAlgorithm base class at it almost completely duplicates
    GdalAlgorithm class. All affected algorithms updated accordingly.

nirvn <nirvn.asia@gmail.com>	2016-01-22

    [memorylayer] fix missing datetime field type

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-22

    Dropped threshold too far, fix Travis build

Juergen E. Fischer <jef@norbit.de>	2016-01-22

    osgeo4w: also include grass bin directory in PATH for browser (followup 71d487c)

    (cherry picked from commit 6945647841b79bd8a465f91931876f7c2441f064)

Juergen E. Fischer <jef@norbit.de>	2016-01-22

    osgeo4w: include grass bin directory in PATH

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-22

    Drop missing doc threshold

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-22

    Remove rubbish file

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-22

    Add some tolerance to PyQgsSymbolExpressionVariables test

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Fix some oddities in server access control and bindings (refs #13919)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-22

    Fix classes which violate rule of three, by implementing required
    copy/= operators or making them private

    This revealed (and fixes) some issues, including a potential crash
    using server access control (refs #13919), and a potential crash with
    diagrams

Merge: 68cbb44c38 a453f72c17
Matthias Kuhn <matthias@opengis.ch>	2016-01-22

    Merge pull request #2711 from SebDieBln/HideWelcomeOnLoadProject

    [Bugfix] Always hide the welcome screen when the first project is loaded

Merge: 28b541ab4b 36d2e7b1bb
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-22

    Merge pull request #2712 from nirvn/renderer_icons_v2

    [ui] add missing renderer icons

nirvn <nirvn.asia@gmail.com>	2016-01-21

    [ui] add missing renderer icons

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-22

    hide welcome screen when first project is loaded

Matthias Kuhn <matthias@opengis.ch>	2016-01-20

    Copy layer variables when duplicating layers

Matthias Kuhn <matthias@opengis.ch>	2016-01-20

    [orderby] Uncheck config options instead of disable

    Fix #14144

Matthias Kuhn <matthias@opengis.ch>	2016-01-20

    [25d] allow disabling the shadow effect

Matthias Kuhn <matthias@opengis.ch>	2016-01-20

    [25d] Properly initialize shadow color

    Fix #14135

Matthias Kuhn <matthias@opengis.ch>	2016-01-20

    [25d] Don't disable shadow option

    Fix #14134

Matthias Kuhn <matthias@opengis.ch>	2016-01-20

    [25d] Improve convertability to other layers

     * Move height and angle expressions for 2.5D renderer to layer
     * Apply color based on main symbol color

    This makes the transition to other renderers easy.

    Fixes #14132

Matthias Kuhn <matthias@opengis.ch>	2016-01-19

    [25d] Apply style to subsymbol in geometry generators

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-22

    Flip some messagebox errors to message bars

Juergen E. Fischer <jef@norbit.de>	2016-01-21

    don't use last used values on primary key fields (fixes #14154)

Juergen E. Fischer <jef@norbit.de>	2016-01-21

    typo fixes

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-22

    Make entering manual values in merge attributes dialog more user
    friendly (fix #14146)

    Previously, if a value was manually entered it would be ignored if
    the user forgot to change the combo box from the "skip" value
    to some other value (even though that value would not be used).

    Now, there's a new "manual" value in the combo box, and manually
    entering a value will switch the combo automatically to the
    "manual" option.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-21

    Fix QgsMultiRenderChecker when running on Windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-22

    astyle fix

Merge: c7231c3703 b00950b9d6
Sandro Mani <manisandro@gmail.com>	2016-01-21

    Merge pull request #2709 from manisandro/geom_checker_fixes

    Geom snapper fixes

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-21

    remove unused code

Sandro Mani <manisandro@gmail.com>	2016-01-21

    [Geometry snapper] Fix progress bar not working

Sandro Mani <manisandro@gmail.com>	2016-01-21

    [Geometry snapper] Fix typo

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-21

    get rid of multiple inheritance, fix missed import

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-21

    [processing] take in account vector subsets when clipping raster (fix #11972)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-21

    [fTools] use QErrorMessage for long errors (fix #11810)

Merge: c38ee41f5b 0012761ab3
Jürgen Fischer <jef@norbit.de>	2016-01-21

    Merge pull request #2708 from boundlessgeo/postgis-pki-fix

    [auth][db_manager] fix uri expansion on importing layer

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-21

    Fix rendering of CurvePolygons without curved segments (fix #14028)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-21

    Add TestQgsSymbolV2 with tests for rendering different geometry types

Luigi Pirelli <luipir@gmail.com>	2016-01-21

    [auth][db_manager] fix connection info expansio on importing layer in pki postgis

Juergen E. Fischer <jef@norbit.de>	2016-01-21

    spelling fixes

volaya <volayaf@gmail.com>	2016-01-21

    [processing] updated lidar provider

    forgot to add this change in a previous commit

volaya <volayaf@gmail.com>	2016-01-21

    [processing] show wait cursor while updating alg list

volaya <volayaf@gmail.com>	2016-01-21

    [processing]do not show option for wine folder if running windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-21

    Fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-21

    Enable and cleanup adjacent tiles test

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-21

    restore 1:1 ratio when checking 'Lock 1:1 ratio' checkbox

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-20

    construct the QgsFieldCalculator dialog with the correct parent
    This is necessary to ensure proper modal behaviour.

Martin Dobias <wonder.sk@gmail.com>	2016-01-20

    Fix display of raster layer that would sometimes show just garbage

    If a raster layer was displayed in a way that it fitted into canvas,
    but would be shifted towards left or top edge of canvas, that bug
    would be triggered.

    By doing extra floating point math where not necessary, small
    imprecisions were introduced to extent definition and GDAL provider
    would end up requesting a window one pixel taller or wider, which
    leads to RasterIO error and results into garbage displayed on canvas

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    [processing] exclude commented R libraries when generating dependencies list (fix #14143)

Merge: 45d5b1c875 fc6f2cbf21
Matthias Kuhn <matthias@opengis.ch>	2016-01-20

    Merge pull request #2691 from m-kuhn/fixrulebased

    Also render all parent features on refined rules

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    follow-up 1c3f066edf

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    [processing] fix deprecation warnings

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    [fTools] warn if layer and project CRS are different (fix #10059)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    [processing] make Modeller non-blocking window

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    [processing] register Processing menu items in the Shortcuts Manager (addresses #13715)

Merge: cc33c12660 13ccf70e1a
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-20

    Merge pull request #2699 from 3nids/test_join_pg

    Add postgres provider to join test

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    fix SIP bindings for listStylesInDatabase() method (fix #11210)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    improve error message in the Road Graph plugin (fix #12160)

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-18

    test vector join: add PostgreSQL provider

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-20

    Increase tolerance on blend modes test

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-19

    convert stdout and stderr to correct encoding (fix #13896)

Martin Dobias <wonder.sk@gmail.com>	2016-01-20

    [tracer] If tracing is not possible, simply use a straight line like usual

    Until now the tracing was quite strict and it would show error messages
    if something went wrong with start/end-points and would not allow creation
    of points outside the tracing graph. It is however more user-friendly
    to allow capturing points outside of the graph, so the user does not need
    to enable/disable tracing whenever capturing some extra points is needed.

    Also, the warning "too many features" is hidden immediately when there
    is reasonable amount of features (before it would stick there until timeout).

Merge: 1c3f066edf af30b292bc
Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    Merge pull request #2634 from alexbruy/wfs-dialog

    option to keep WFS dialog open after adding layer(s)

Merge: 9fda6aaf53 77a0b88a6f
Alexander Bruy <alexander.bruy@gmail.com>	2016-01-20

    Merge pull request #2643 from alexbruy/sublayers

    More informative layer names when loading GDAL/OGR sublayers

Martin Dobias <wonder.sk@gmail.com>	2016-01-20

    [tracing] fix the case when OTF reprojection is disabled

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-20

    Correctly mark some raster classes copy/assignment as private

    As they haven't been properly implemented yet and the classes
    violate the rule of three

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-20

    Hopefully fix raster layers not rendering on Windows

    The copy constructor for QgsContrastEnhancement was using
    an uninitialized value for the mContrastEnhancementAlgorithm
    member, resulting in no contrast function being set in
    certain occasions.

    Refs #13155

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-11

    Add some tolerance to font marker test

Merge: 81448f8541 01603d728c
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-19

    Merge pull request #2697 from SebDieBln/FixVectorJoinDialog

    Fix vector join dialog

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-19

    QgsJoinDialog offers only vector-layer for joining.

Martin Dobias <wonder.sk@gmail.com>	2016-01-19

    fix "failing" travis build

Martin Dobias <wonder.sk@gmail.com>	2016-01-19

    Move tracing action creation to qgis app

Merge: 69cb0c4ed3 aa3e550a2f
mhugent <marco.hugentobler@sourcepole.ch>	2016-01-19

    Merge pull request #2666 from mhugent/symbology_brush_transform

    Symbology brush transform

Matthias Kuhn <matthias@opengis.ch>	2016-01-19

    fix tests

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-19

    Revert "Revert sipfile changes"

    This reverts commit f7284651218c7ebb0eb043e98f648ee04be42f83.

Sandro Santilli <strk@keybit.net>	2016-01-19

    Fix double-release of postgresql connection on table retriveal stop

    Also breaks earlier out of loop and print a different status
    message on "stop" (rather than "complete").

    Fixes #14140

volaya <volayaf@gmail.com>	2016-01-19

    [processing] removed redundant code

volaya <volayaf@gmail.com>	2016-01-19

    [processing] more checks before running model

Martin Dobias <wonder.sk@gmail.com>	2016-01-19

    Fix crash while tracing and a layer is removed (fixes #14130)

Merge: 472fa9bb08 47aeb596b5
Sandro Mani <manisandro@gmail.com>	2016-01-19

    Merge pull request #2688 from manisandro/geom_checker_fixes

    Geom checker fixes

Merge: 670ded3d06 bae865153f
Giuseppe Sucameli <brush.tyler@gmail.com>	2016-01-19

    Merge pull request #2696 from mdouchin/debug_dbmanager_sqlite_layer_info

    [bugfix][DbManager] Fix indexes fetch with sqlite >= v3.8.9 (fix #14110)

Sandro Santilli <strk@keybit.net>	2016-01-19

    Abort if trying to use shared pgsql connection from non-main thread

    Connections cannot be shared between threads, document it.
    See #13141

Sandro Santilli <strk@keybit.net>	2016-01-19

    Ensure "dbname" is always set in the uri

    Fixes #10600

Michael Douchin <mdouchin@3liz.com>	2016-01-19

    [bugfix][DbManager] 14110 - Error fetching layer indexes with recent sqlite version

    Fixes #14110

    The method `getTableIndexes`, situated in line 371 of the file `db_manager/db_plugins/spatialite/connector.py`,
    expected to get 3 fields from the sqlite method `PRAGMA index_list` .
    In recent versions of SQLite, since 3.8.9, though, this method now returns 5 fields.
    This commit fixes this issue by checking the length of columns returned by the method.

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-18

    Virtual layer: add support for expression filter

volaya <volayaf@gmail.com>	2016-01-19

    [processing] prevent circular dependencies in models

    fixes #99090

Sandro Mani <manisandro@gmail.com>	2016-01-18

    Whitespace fixes

Sandro Mani <manisandro@gmail.com>	2016-01-15

    [Geometry checker] Be more verbose about output file creation failure reason

Sandro Mani <manisandro@gmail.com>	2015-10-29

    [Geometry checker] Fix memory corruption in QgsGeometryTypeCheck fix when converting to singleparts

Sandro Mani <manisandro@gmail.com>	2015-10-22

    [Geometry checker] Remove some debugging prints

Sandro Mani <manisandro@gmail.com>	2015-10-15

    [Geometry checker] Clear previous rubberbands if new selection is empty

Sandro Mani <manisandro@gmail.com>	2015-10-15

    [Geometry checker] Show feedback in the UI when the user presses Cancel

Sandro Mani <manisandro@gmail.com>	2015-10-15

    Make QgsVectorFileWriter::driverMetadata also match by driver longName

Sandro Mani <manisandro@gmail.com>	2015-10-14

    [Geometry checker] Prevent output layer from being set as current input layer when dialog is visible

Sandro Mani <manisandro@gmail.com>	2015-10-14

    [Geometry checker] Don't allow setting output layer equal to input layer

volaya <volayaf@gmail.com>	2016-01-19

    [processing] fixed update of console call in GdalAlgorithmDialog

    fixes #14129

Merge: 7e642df52b 9159573f1a
Jürgen Fischer <jef@norbit.de>	2016-01-19

    Merge pull request #2694 from nirvn/kml_improve_default

    [vector export] better default for kml altitudemode

nirvn <nirvn.asia@gmail.com>	2016-01-19

    [vector export] better default for kml altitudemode

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-19

    Followup 8435fee, fix filtering of NULL values

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-19

    Revert "[travis] Use newer clang 3.7 for linux builds"

    This reverts commit 54cf64bcdc6dc362fe8ca75c019ec82c7c240af9.

    Seems like the recent clang 3.7.1 release is causing build
    issues with the sip bindings. Revisit at some later stage, but
    for now just get Travis building correctly again.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-19

    Correctly quote field name in categorized filters (fix #14118)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-19

    Hide excepted layers even if all types of layers are allowed.

Merge: e2e3604784 9d5617deea
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-19

    Merge pull request #2693 from SebDieBln/FixAllLayersFilterConstant

    [Bugfix] Make the flag 'All' actually contain all types of layers

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-19

    Fix crash using expression for heatmap renderer (fix #14127)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-19

    Fix invalid rubber band when digitising polygon and layer CRS
    is not the same as map CRS (fix #14117)

Matthias Kuhn <matthias@opengis.ch>	2016-01-19

    Fix memory leak in rulebased renderer sip bindings

Matthias Kuhn <matthias@opengis.ch>	2016-01-19

    Another rulebased renderer fix

Matthias Kuhn <matthias@opengis.ch>	2016-01-19

    Fix some issues with QgsRuleBasedRendererV2::Rule

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-18

    make the flag 'All' actually contain all types of layers

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-19

    Whitespace fix

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-19

    Also fix quotedValue in OGR, Oracle, Spatialite compilers

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-18

    Fix quotedValue in postgres sql expression compiler

Merge: 1474c0783f 57ee08e023
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-19

    Merge pull request #2687 from whatnick/master

    Added contributions to the early life of QGIS

Martin Dobias <wonder.sk@gmail.com>	2016-01-18

    Fix crash when toggling vector layer editing on

Sandro Santilli <strk@keybit.net>	2016-01-18

    Remove left-over debug comment

Matthias Kuhn <matthias@opengis.ch>	2016-01-18

    Also render all parent features on refined rules

    Fix #13708

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-18

    [fTools] correctly handle real fields in Random Points algorithm (fix #10140)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-18

    [gdaltools] allow multiple nodata valued in Build VRT tool (fix #11063)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-18

    correctly save and restore last used dir when saving/loagin color map for singleband images (fix #12390)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-18

    add extension when saving customization file (fix #12887)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-18

    [processing] skip invalid geometries when dissolving (fix #13752)

Juergen E. Fischer <jef@norbit.de>	2016-01-18

    verify-indentation.sh: fix tip

volaya <volayaf@gmail.com>	2016-01-18

    [processing] correctly handle default params in modeler

volaya <volayaf@gmail.com>	2016-01-18

    [processing] fixed problems when opening/removing layers while alg dialog is open

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-18

    Fix virtual layer url escaping in main app

Sandro Santilli <strk@keybit.net>	2016-01-18

    Use the QgsPostgresConnPool interface from column type thread

    Avoids using shared connections from multiple threads,
    fixing #13141

Matthias Kuhn <matthias@opengis.ch>	2016-01-18

    Fix layer saving in transaction groups

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-18

    [processing] include GRASS path in the error message to make it more informative (fix #13188)

Matthias Kuhn <matthias@opengis.ch>	2016-01-18

    Fix repeated editing of transactiongroups

Matthias Kuhn <matthias@opengis.ch>	2016-01-18

    Fix build warnings

Matthias Kuhn <matthias@opengis.ch>	2016-01-18

    Fix some 2.5D renderer issues

     * Fixed height now works
     * Add some GUI elements to access the configuration options

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-18

    Revert sipfile changes

Juergen E. Fischer <jef@norbit.de>	2016-01-18

    add new header to install

Tisham Dhar <whatnickd@gmail.com>	2016-01-18

    Added contributions to the early life of QGIS

    Just claiming my contributions from early days of QGIS.

Juergen E. Fischer <jef@norbit.de>	2016-01-18

    fix warnings

Merge: f966c422c5 ed80951db2
Jürgen Fischer <jef@norbit.de>	2016-01-17

    Merge pull request #2686 from SebDieBln/FixPostgresWarnings

    [Postgres] Remove the temporary SSL files only when they were created

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-17

    remove temporary SSL files only when they were created
    This avoids warnings from QFile::remove(). Also deduplicated the code to remove the temporary files.

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-15

    don't allow field precision greater than field width (fix #14019, #5154)

Merge: ed5284f1df dc2282091b
Jürgen Fischer <jef@norbit.de>	2016-01-17

    Merge pull request #2684 from SebDieBln/AstyleOptionsFile

    Move the options for the QGISSTYLE tool to a separate file

Marcel Dancak <dancakm@gmail.com>	2016-01-17

    [Bugfix][QGIS Server] - fixed invalid GeoJSON (missing ',') in WFS GetFeature request

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-17

    Moved the options for the QGISSTYLE tool to a separate file.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-17

    Update test mask

Merge: 1cd4570136 52442f5ed9
Jürgen Fischer <jef@norbit.de>	2016-01-16

    Merge pull request #2683 from SebDieBln/FixNonVectorQLR

    [Regression] make QLR files containing non-vector layers work again (fixes #14091)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-16

    Fix crash when opening properties for geometryless layers (fix #14116)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-16

    added a test for loading QLR files

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-16

    bugfix: replace all childNodes, not just the first half
    followup to 1a1af3788ce889ddb78f4b7e2cbca6a5bfb61143

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-16

    Fix doxygen warning

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-15

    make QLR files containing non-vector layers work again
    This was a regression introduced in ff3200fd6c507429b50c56b8307869d62cce6dcf.
    (fixes #14091)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-15

    [processing] add layer and field names to the statistics output (fix #10089)

rldhont <rldhont@gmail.com>	2016-01-15

    [Processing] Fix default value support in script

    For some parameters like Number if no default is set script is invalid.

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-15

    [DBmanager] add extension to file when exporting (fix #13733)

Juergen E. Fischer <jef@norbit.de>	2016-01-15

    add some doxymentation

Matthias Kuhn <matthias@opengis.ch>	2016-01-15

    Fix 2.5D renderer problem when order of walls matters

    E.g. when the walls have different styles

Matthias Kuhn <matthias@opengis.ch>	2016-01-15

    Fix warning

Matthias Kuhn <matthias@opengis.ch>	2016-01-15

    Move QgsExpressionSorter out of QgsFeatureIterator for reusability

Juergen E. Fischer <jef@norbit.de>	2016-01-15

    fix ad1fd2a

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-15

    order include in sip files

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-15

    Sip file test

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-15

    [processing] skip invalid geometries when buffering (fix #13763)

Matthias Kuhn <matthias@opengis.ch>	2016-01-14

    [FEATURE] Add 2.5D Renderer

    This adds a configuration interface and renderer that makes it easy to
    put all the pieces together which are required to get a 2.5D effect.

    It allow for configuring some of the styling and is meant to create an
    easy-to-use setup.

    Since every part of the system is built around QGIS' internal rendering
    and symbology engine, there is much to fine tune. To get all the
    possibilities, just change the renderer to a graduated, categorized or
    single symbol renderer upon creation and you will find full access to
    improve the style to your needs.

    Funded by
     * Regional Council of Picardy
     * ADUGA
     * Ville de Nyon
     * Wetu GIT cc

Matthias Kuhn <matthias@opengis.ch>	2016-01-14

    QgsDataDefined: be less restrictive in constructor

    If one has a method

        setValue( QgsDataDefined dd );

    One can now do

        setValue( 40 )

    While before it had to be

        setValue( QString( "40" ) )

Merge: 01434e8754 8ee25b7e17
Matthias Kuhn <matthias@opengis.ch>	2016-01-15

    Merge pull request #2678 from m-kuhn/transaction-group

    [FEATURE] Autotransaction mode and transaction groups

Matthias Kuhn <matthias@opengis.ch>	2016-01-15

    Use transaction groups

Matthias Kuhn <matthias@opengis.ch>	2016-01-15

    Add transaction groups

Matthias Kuhn <matthias@opengis.ch>	2016-01-15

    Transactions: Assume edited state

Matthias Kuhn <matthias@opengis.ch>	2016-01-15

    Remove layer edit state restrictions from transactions

volaya <volayaf@gmail.com>	2016-01-15

    [processing] fixed otb version detection when no otb path is defined or found

volaya <volayaf@gmail.com>	2016-01-15

    [processing] improvements to log

volaya <volayaf@gmail.com>	2016-01-14

    [processing] allow saving and loading batch processing configurations

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-15

    Add whitespace to trigger another travis build

Juergen E. Fischer <jef@norbit.de>	2016-01-15

    [API] Introduce optional QgsVectorDataProvider::ChangeFeatures
    capability and changeFeaturss method to allows joint geometry and
    attribute updates.

    Currently only implemented in the postgres provider

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-15

    rename QgsFilePickerWidget to QgsFileWidget

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-15

    Add filters to file picker and external widget

rldhont <rldhont@gmail.com>	2016-01-14

    [Feature][QGIS Server] Add configuration checker to project properties

    To help user configuring project for QGIS Server, this code adds some tests to check the configuration.

    The tests are:
    * duplicate names or short names used as ows names
    * check ows names with regexp
    * check vector layer encodings are set

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-15

    Disable unit tests and add enum value to sip

Merge: df27c07d5f b68ee3d8f9
volaya <volayaf@gmail.com>	2016-01-15

    Merge pull request #2669 from volaya/otb_version

    [processing] improved version detection mechanism for OTB

Merge: 864e1921e6 b146c3edfc
volaya <volayaf@gmail.com>	2016-01-15

    Merge pull request #4 from alexbruy/otb-indentation

    fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-15

    Avoid Coverity warning

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-14

    [FEATURE] Expression variables relating to QGIS environment

    New variables for:
    - @qgis_os_name: eg 'linux','windows' or 'osx'
    - @qgis_platform: eg 'desktop' or 'server'
    - @user_account_name: current user's operating system account name
    - @user_full_name: current user's name from os account (if available)

    Sponsored by Andreas Neumann

Merge: 275eb9463d 2a12f0189b
Larry Shaffer <dakcarto@users.noreply.github.com>	2016-01-14

    Merge pull request #2674 from boundlessgeo/postgis-pki-pr

    [FEATURE] Postgres provider PKI authentication (plus fixes #13841)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-15

    [FEATURE] Add closest_point and shortest_line expression functions

    closest_point: returns closest point a geometry to a second geometry
    shortest_line: returns the shortest possible line joining two
    geometries

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-15

    Add missing help and show missing variables in editor

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-15

    Show selection when using geometry generators

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-15

    Followup e48d8b, fix typo

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-15

    Fix some warnings and test failures on nightlies

rldhont <rldhont@gmail.com>	2016-01-13

    DBManager oracle plugin: strip '"' on unique col

    For Oracle provider, giving a quoted uniqueColumn in a uri to create a
    QgsVectorLayer results in an invalid layer.

    To fix it, strip '"' is applied to unique col.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-14

    Yet another slightly different control image...

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-14

    sort files in cmakelists

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-14

    Generate test images on newer system and use tolerance of 100 pixels

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-14

    [processing] fix Merge vector layers alg (fix #9978)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-14

    increase maximum value for outline width in symbols widgets (fix #14094)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-14

    Update sip files

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-14

    Use render job in unit test instead of vector renderer

Matthias Kuhn <matthias@opengis.ch>	2016-01-14

    Small doxymentation fix

Matthias Kuhn <matthias@opengis.ch>	2016-01-14

    Fix typo

Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Add extrude function to QgsGeometry

Juergen E. Fischer <jef@norbit.de>	2016-01-14

    translation string fix

volaya <volayaf@gmail.com>	2016-01-14

    [processing] changed min qgis version to 2.13

    otherwise it wont load until 2.14 release is done and qgis version number changed

volaya <volayaf@gmail.com>	2016-01-14

    [processing] add nocrswarning option to scripts

    fixes #12784

Luigi Pirelli <luipir@gmail.com>	2016-01-14

    [auth] Ensure ident cert cache is used

Juergen E. Fischer <jef@norbit.de>	2016-01-14

    spelling fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-14

    Fill symbol layer: consider already existing transformations on brushes and restore transformation after rendering

volaya <volayaf@gmail.com>	2016-01-14

    [processing] changed minimum qgis version in metadata

    Has to be 2.14, since there are algorithms using virtual layers

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-14

    Revert 13f4081 and 2b7c5c1

    Ensures that Travis is testing the same documentation coverage as
    the actual docs are built using.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-14

    Fix failing indentation test

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2016-01-14

    Fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-14

    Use constGeometry to avoid some QgsFeature detachments

Merge: 184db1aa28 9dc7662e17
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-14

    Merge pull request #2670 from pvalsecc/xlsx_ods

    Add saveAs XLSX and ODS

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-14

    Indentation fix

Luigi Pirelli <luipir@gmail.com>	2016-01-12

    [auth] updated api doc

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-01-13

    [auth] Ensure ident cert cache is used; move temp file creation to utils

Larry Shaffer <lshaffer@boundlessgeo.com>	2016-01-13

    Clean up with prepare commit script

Luigi Pirelli <luipir@gmail.com>	2016-01-13

    [auth][db_manager]removed certs (if any) after postgres connection

Luigi Pirelli <luipir@gmail.com>	2016-01-07

    [auth] PKI support to postgres provider

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-17

    explicitly call QgsDataSourceURI.connectionInfo() with appropriate parameter

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-17

    make DbManager aware of the new authentication system

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-13

    [fTools] enable OK button when error occurs (fix #13104)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-13

    fix indentation

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-13

    [processing] fix crash in ConcaveHull alg when using it from console (fix #12229)

Matthias Kuhn <matthias@opengis.ch>	2016-01-13

    Name for default MapCanvas ExpressionContextScope

Matthias Kuhn <matthias@opengis.ch>	2016-01-13

    Doxymentation fix

Matthias Kuhn <matthias@opengis.ch>	2016-01-13

    Remove unrequired checks in geometry

Matthias Kuhn <matthias@opengis.ch>	2015-12-24

    Add rendering extent information to expression context

Merge: ea92e110ff 89a1ad5ede
Alexander Bruy <alexander.bruy@gmail.com>	2016-01-13

    Merge pull request #2628 from medspx/work_vnet_processing

    [Feature][Processing] GRASS v.net modules

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-06

    more informative layer name when loading OGR datasource with only one sublayer (followup f99ccf0be1)
    Also use more informative raster layer names when loading raster with sublayers

volaya <volayaf@gmail.com>	2016-01-13

    [processing] improved version detection mechanism for OTB

Martin Dobias <wonder.sk@gmail.com>	2016-01-13

    [tracer] Renaming to camelCase, no actual code changes

Merge: b0bfa5feb5 17f85f62fe
Martin Dobias <wonder.sk@gmail.com>	2016-01-13

    Merge pull request #2665 from wonder-sk/auto-trace

    [FEATURE] Tracing of features (digitizing)

    Tracing can be now used in various capturing map tools (add feature, add part, ...) including reshape and split tools.

    Tracing is simply a new mode for these tools - when tracing is not enabled, the tools work as usual. When tracing is enabled (by clicking the new magnet icon or pressing T key), tools switch to tracing behavior:
    - first click on a vertex/edge (must be snapped!) will start tracing - moving mouse on top of the map continuously updates the trace
    - next click will confirm the trace and mark start of a new trace Tracing can be enabled/disabled anytime even while digitizing one feature, so it is possible to digitize some parts of the feature with tracing enabled and other parts with tracing disabled.

    Tracing respects snapping configuration for the list of traceable layers.

    If there are too many features in map display, tracing is disabled to avoid potentially long tracing structure preparation and large memory overhead. After zooming in or disabling some layers the tracing is enabled again.

    Internally, things work like this:
    - when tracing is requested, linestrings are extracted from vector layers, then noded (using GEOSNode to resolve all intersections) and finally a simple planar graph is built (vertices + edges)
    - when tracing, endpoints are temporarily added to the graph (if not equal to one of existing vertices already) and Dijkstra's algorithm is run to get shortest path

    Original specs for the curious ones (the interaction with QGIS is slightly improved from what has been specified): http://www.lutraconsulting.co.uk/crowdfunding/autotrace-phase-2/specification.pdf

Merge: c69afc9e6d 1c44122e29
Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-13

    Merge pull request #2662 from mhugo/vlayer_expr

    Support for expression functions in virtual layers

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-13

    script for custom widget plugin creation

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-13

    add custom widgets for QgsExternalResourceWidget and QgsFilePickerWidget

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-13

    add documentation

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-11

    add sip bindings

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-11

    add test for QgsFilePickerWidget

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-11

    use home directory as default path if nothing else can be used

Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-11

    allow definition of dialog title, display relative url in label

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-12-16

    QgsFilePicker and QgsExternalResource: new file picker widget and editor widget for improved file name widget

    * QgsFilePicker is intended to be used across whole QGIS application for file picking
      * right now it supports only single file/folder selection
      * it has advanced support of relative path

    * QgsExternalRessourceWidget is the pending editor widget which integrates a photo/web viewer
      * it can be properly accessible from the API and custom widgets
      * new class to avoid duplicating code for legacy support
      * old widgets will be removed from QGIS 3 (users will be invited to use the new widget in the config dialog)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2015-12-06

    Improve FileName editor widget

    * Use an hyperlink for file name: when checked the widget displays an hyperlink (in a QLabel) instead of a QLineEdit. The link is always clickable, even in non edit mode. In this mode, user can only change the content of the field by selecting a file with the file selector (which is opened with the "..." button). If you want to revert to editable QLineEdit file name widget, just unchek the option.
    * Display the full path: when checked, the hyperlink will display the absolute path of the file. When unchecked, the hyperlink will display only the name of the file (useful if the file path is always long).
    Default Path: this is the path that will be used by the file selector when opening. The file selector will start at this path (if the option is not empty).
    * Store Relative paths to the default path: when checked, file names are stored relatively to the default path described above. It is useful to store long paths into text shapefiles attributes limited to 254 characters.
    * Store relative paths to the project path: when checked, file names are stored relatively to the project (.qgs file) path. This option will override the "save paths" setting of the project because it is sometimes useful to store code/svg/layer path relatively but not for the file name attributes.
    * File storage options are exclusive options to make the file selector select files (default mode) or only directories.

    File Name editor widget:

    * add a isFieldSupported method to the factory to allow File Name widget only on fields that are QStrings.
    * add a new QSetting to save the last path used in the widget. Before the PR, users were always defaulted to QGIS home directory when using the file selector button. This QSetting could also be used for the photo widget.
    * when you want to change the value of an already set attribute, file selector will point to this path.
    * when the value of the attribute is null or non valid (not a file), the file selector will use the default path (if set), or the last used path or the home directory.

Matthias Kuhn <matthias@opengis.ch>	2015-12-26

    Add azimuth function

volaya <volayaf@gmail.com>	2016-01-13

    [Processing] [OTB] fixed wrong command when alg help is not found

    fixes #14096

Patrick Valsecchi <patrick.valsecchi@camptocamp.com>	2016-01-13

    Add saveAs XLSX and ODS

volaya <volayaf@gmail.com>	2016-01-13

    [processing] fixed frequency analysis algorithm

    code provided by Joseph Liam

    fixes #14090

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Make raster classes debug output less noisy

Matthias Kuhn <matthias@opengis.ch>	2016-01-08

    Expression variable for the currently rendered part

    During rendering, two new variables will be available:

      * `geometry_part_count`
      * `geometry_part_num` (1-based index)

    Useful to apply different styles to different parts of multipart
    features

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    More debugging output for raster layer test

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Fix some clang -weverything warnings

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Fix some clazy issues (detach/iterating temporary, QString multi arg)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Avoid some warnings on Windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Update test mask

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Reorder label modes combo box

Merge: 21cdefa7e8 ab83b82593
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Merge pull request #2542 from SebDieBln/RefreshStyleWidgetOnLoadStyle

    Refresh the label style widget when loading a new style (fixes #13667)

Merge: 7495d9eada e5f1d87506
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Merge pull request #2667 from SebDieBln/ZoomToFeatureIds

    allow zooming to multiple features by their ID

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Followup 9dccce8, nicer error messages

Merge: 9dccce87ee 7b5c96c6ff
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Merge pull request #2492 from SebDieBln/NoCopyPasteOnDuplicateLayer

    [Bugfix] Avoid using copyStyle() / pasteStyle() within duplicateLayers()

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-12

    allow zooming to multiple features by their ID
    Changed QgsMapCanvas::zoomToFeatureId() to QgsMapCanvas::zoomToFeatureIds() accepting multiple IDs instead of just one.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-13

    Followup 3a1d47

    - Fix dialog tab order
    - Avoid use of hardcoded enum int conversion
    - Remove some unneeded implicit casts
    - Doc tweaks

Duncan Runnacles <drrunnacles@googlemail.com>	2016-01-11

    Set default margin units to MM

Duncan Runnacles <drrunnacles@googlemail.com>	2016-01-08

    Updated decoration items to use QgsUnitSelectionWidget.

    Applies to north arrow, copyright and scalebar.

    - Changed dialogs to use QgsUnitSelectionWidget.
    - Added QgsSymbolV2::OutputUnit enum to decorationitem.
    - Updated to use mm, pixel, or percentage units.

Duncan Runnacles <drrunnacles@googlemail.com>	2016-01-11

    Added "Percentage" option to QgsSymboV2::OutputUnit.

    - Added percentage to OutputUnit enum.
    - Updated qgssymbolv2utils to include percentage.
    - Updated qgsunitselectionwidget to include percentage.
    Changed selection widget in its own commit

    Added Percentage to OutputUnit enum.

    Added percentage to switches in utils

Juergen E. Fischer <jef@norbit.de>	2016-01-12

    fix PyQgsAppStartup on windows

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-12

    [processing] add extension to the output vector VRT (fix #13872)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-12

    [processing] remove nviz algorithm from modeller (fix #9107)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-12

    [processing] allow multiple threshold values for GRASS v.clean.advanced algorithm (fix #13748)

Merge: 3febba279d e45603a96f
mhugent <marco.hugentobler@sourcepole.ch>	2016-01-12

    Merge pull request #2595 from SebDieBln/ImproveDigitizingTools

    Improve digitizing tools for circular strings

Merge: e351d24a7d fb996ae7fa
mhugent <marco.hugentobler@sourcepole.ch>	2016-01-12

    Merge pull request #2619 from mhugent/zoom_to_feature

    [FEATURE]: Zoom to feature with right-click in attribute table

Matthias Kuhn <matthias@opengis.ch>	2016-01-08

    More types support for QgsVectorFileWriter

Merge: 04919963f7 653a1e655f
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-12

    Merge pull request #2644 from nirvn/move_save_btn

    [ui] move the save symbol button

Merge: b82806218d d26bd46d99
Matthias Kuhn <matthias@opengis.ch>	2016-01-12

    Merge pull request #2616 from SebDieBln/FixLayerCountAttribute

    Remove the 'layercount' attribute in a project file

Merge: e26ef82890 fe71a3f5e1
Matthias Kuhn <matthias@opengis.ch>	2016-01-12

    Merge pull request #2663 from radosuav/fix_AlgorithmDialogBase_closeEvent

    [Processing] Fix behaviour of closeEvent in AlgorithmDialogBase

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-12

    Update test mask image

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-12

    Replace angles with constants

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-11

    Fix failing tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-11

    [FEATURE] Add mode to apply label distance from symbol bounds

    (only works with Cartographic point label placement). When this
    setting is active, the label distance applies from the bounds
    of the rendered symbol for a point, instead of the point itself.
    It's especially useful when the symbol size isn't fixed, eg if
    it's set by a data defined size or when using different symbols
    in a categorised renderer.

    Sponsored by Andreas Neumann

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-11

    Fix failing tests, add tests for ordered placement

    Sponsored by Andreas Neumann

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-11

    Allow setting data defined placement order in GUI

    Sponsored by Andreas Neumann

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-05

    [FEATURE] "Cartographic" placement mode for point labels

    In this placement mode, point label candidates are generated
    following ideal cartographic placement rules, eg labels
    placements are priortised in the order:
    - top right
    - top left
    - bottom right
    - bottom left
    - middle right
    - middle left
    - top, slightly right
    - bottom, slightly left
    (respecting the guidelines from Krygier and Wood (2011) and other
    cartographic textbooks)

    Placement priority can also be set for an individual feature using
    a data defined list of prioritised positions. This also allows for
    only certain placements to be used, so eg for coastal features you
    could prevent labels being placed over the land.

    TODO:
    - while the ordering can be customised by editing a project file,
    there's no GUI to customise this ordering if you want to deviate
    from this standard priority (and it's out of scope for this
    current work)
    - tests

    Sponsored by Andreas Neumann

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-12

    Fix spacing

Martin Dobias <wonder.sk@gmail.com>	2016-01-11

    [tracer] get rid of warnings

rldhont <rldhont@gmail.com>	2016-01-05

    [Feature][QGIS Server] Add WMS INSPIRE Capabilities

    In the project properties the user can:
    * activate INSPIRE capabilities
    * select language of the service, 24 EU official languages + 5 regionals
    * choose the scenario for service metadata and specify them

    The WMS 1.3.0 capabilities reflects the INSPIRE configuration.

Martin Dobias <wonder.sk@gmail.com>	2016-01-11

    [tracer] added docs and sip files

Martin Dobias <wonder.sk@gmail.com>	2016-01-11

    [tracer] simpler and lazier updates of tracer configuration when something changes

Martin Dobias <wonder.sk@gmail.com>	2016-01-11

    [tracer] improved reporting of warnings

Merge: 716664e749 9472c98686
Alexander Bruy <alexander.bruy@gmail.com>	2016-01-11

    Merge pull request #2650 from mhugo/processing_vlayer

    [processing] new algorithm: Execute SQL with virtual layer

Martin Dobias <wonder.sk@gmail.com>	2016-01-11

    [tracer] Disable tracing if there are too many features displayed

    This ensures that building of tracing graph never takes too long.
    (The most expensive part is noding of linestrings to ensure they
    only touch at the ends)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-08

    [processing] add a new algorithm to execute SQL thanks to the virtual provider

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-08

    [processing] add more possible data providers for input vector layers

Martin Dobias <wonder.sk@gmail.com>	2016-01-11

    [tracer] Make tracer follow layers configuration from snapping utils

radosuav <rmgu@dhi-gras.com>	2016-01-11

    [Processing] Fix behaviour of closeEvent in AlgorithmDialogBase

    Otherwise finished signal is not emitted when dialog closes

Martin Dobias <wonder.sk@gmail.com>	2016-01-11

    [tracer] Fix reprojection, limit tracing graph to visible extent

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-11

    Show message in message bar if feture has no geometry / empty geometry

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-11

    Style fix (snake case to camel case)

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-11

    Add qgis functions to db manager and creation ui

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-11

    Allow to call qgis expression functions in virtual layers

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-08

    Sqlite module cleanup

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-11

    [processing] try to fix HiDPI issue with Help tab

Merge: be5d657c27 bbf2137940
Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-11

    Merge pull request #2647 from mhugo/vlayer_gui

    Virtual layers GUI integration

volaya <volayaf@gmail.com>	2016-01-11

    [processing] use simple QLabel widgets for toolbox tips

volaya <volayaf@gmail.com>	2016-01-11

    [processing] removed unused constant

Merge: 2ac5fabee9 cbb426b5f2
Denis Rouzaud <denis.rouzaud@gmail.com>	2016-01-11

    Merge pull request #2658 from SebDieBln/FixWarningQLayout

    [Bugfix] Avoid a warning when opening QgsScaleVisibilityDialog

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-11

    Another attempt to avoid doxygen errors on Precise nightly builds

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-11

    construct the QLayout for the child widget with the correct parent
    This avoids a warning from qt about the widget already having a QLayout.

volaya <volayaf@gmail.com>	2016-01-10

    [processing] removed unused code

Merge: 312de68331 b30d3396eb
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-11

    Merge pull request #2657 from SebDieBln/AddToContributors

    Added myself to the lists of contributors

Martin Dobias <wonder.sk@gmail.com>	2016-01-10

    [tracer] Skip duplicate points in the path (to avoid geometry errors)

Martin Dobias <wonder.sk@gmail.com>	2016-01-10

    [tracer] Fix issues with rubber bands

Martin Dobias <wonder.sk@gmail.com>	2016-01-10

    [tracer] Integration of tracing into GUI

    Checking the new 'enable tracing' button will switch capture tools
    to tracing mode. Tracing can be turned on/off even while digitizing
    is in progress

Juergen E. Fischer <jef@norbit.de>	2016-01-10

    spelling fixes

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-10

    Added the author (Sebastian Dietrich) to the lists of contributors.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-10

    Test mask update

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-10

    Fix coverity issues:

    - possible use after free
    - uninitialized member

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-10

    Try to fix doxygen errors/warnings on Debian nightlies

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-10

    Fix constructor test for Sip binding coverage

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-10

    Update test mask image

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-01-09

    Fix indentation problem (as usual)

Radim Blazek <radim.blazek@gmail.com>	2016-01-09

    missing sip

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-01-09

    Non variable output version. Adds:
    * v.net.arcs for v.net 'arcs' operation.
    * v.net.articulation for v.net.brdige 'articulation' method.
    * v.net.connect for v.net 'connect' operation.
    * v.net.nodes for v.net 'nodes' operation.
    * v.net.nreport for v.net 'nreport' operation.
    * v.net.report for v.net 'report operation.
    * Some code simplification.

Radim Blazek <radim.blazek@gmail.com>	2016-01-09

    [GRASS] new mapset utm zone, fixes #6766

Radim Blazek <radim.blazek@gmail.com>	2016-01-09

    [GRASS] fixed region editing (partially reverted 7fc6b07)

Radim Blazek <radim.blazek@gmail.com>	2016-01-09

    statusChanged signal moved to raster provider

Radim Blazek <radim.blazek@gmail.com>	2016-01-09

    [GRASS] slot fix, fixes #13816

Merge: f3d1f8b8dc 7b2d03ba56
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-09

    Merge pull request #2649 from SebDieBln/StyleManager_ImportGroupName

    [StyleManager] Respect entered groupname when importing symbols (fixes #14048)

Merge: 8fc9994e25 9af7986204
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-09

    Merge pull request #2655 from SebDieBln/FixButtonLockLayerColors

    [SymbolSelector] Display correct icons when button LockLayerColors is active (fixes #14051)

Radim Blazek <radim.blazek@gmail.com>	2016-01-09

    missing spatialite include dir

Merge: 4e1cf3c081 6ef2f5ddb8
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-09

    Merge pull request #2653 from SebDieBln/MemoryLayerNoGeometry

    [FEATURE] allow geometryless memory layers

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-08

    extended the test for memory layers
    The test now includes all geometry types including NoGeometry.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-08

    allow geometryless memory layers

Juergen E. Fischer <jef@norbit.de>	2016-01-08

    add missing copyright headers

Juergen E. Fischer <jef@norbit.de>	2016-01-08

    spelling fixes

Martin Dobias <wonder.sk@gmail.com>	2016-01-08

    [tracer] update tracer when any of the input layers is changed

Martin Dobias <wonder.sk@gmail.com>	2016-01-08

    [tracer] Added reprojection of layers

Martin Dobias <wonder.sk@gmail.com>	2016-01-08

    Added QgsTracer to support tracing in map tools

    The tracer builds a graph from input layers and uses Dijkstra's
    algorithm for the shortest path in the graph.

    There is already QgsGraph class and friends in QGIS code including
    Dijkstra's algorithm, however that implementation does not fit our
    needs well for a number of reasons (some of them would be easy
    to fix, but others would require a significant rewrite):
    - limited to single input layer
    - no monitoring of changes in the input layers
    - no support for polygons
    - not in core library
    - shortest path alg does only stops when all distances are calculated
    - every point of input layer represented as a vertex in graph
      (resulting graph is much denser than necessary and path finding slower)
    - edges have always one direction, requiring two edges between each
      pair of vertices (resulting graph has twice as many edges)
    - graph is always built with start/finish points
      (does not allow temporary addition of start/finish points and their
       removal without complete rebuild of the graph)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-27

    remove 'layercount' attribute from project file
    The 'layercount' attribute was not used anyway and the calculated number could already be outdated when loading the project file again due to changes to embedded projects.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-08

    [SymbolSelector] display correct icons when button LockLayerColors is active
    (fixes #14051)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-08

    [processing] correctly write html output in utf-8

Merge: 95a56b9c65 931ca4d6d6
Alexander Bruy <alexander.bruy@gmail.com>	2016-01-08

    Merge pull request #2546 from volaya/ux_improvements

    [processing] UI/UX improvements

volaya <volayaf@gmail.com>	2016-01-08

    [processing] indentation fixes

Merge: e0a557a9c8 97b8a72b82
Matthias Kuhn <matthias@opengis.ch>	2016-01-08

    Merge pull request #2646 from Roel/wfs_decimal

    Interpret 'decimal' fields as double in WFS provider.

Merge: 62302377db 4137437f2c
volaya <volayaf@gmail.com>	2016-01-08

    Merge pull request #2 from alexbruy/processing-ux

    [processing] PEP8 fixes

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-08

    PEP8 fixes

volaya <volayaf@gmail.com>	2016-01-08

    [processing] UI/UX improvements

    Related to QEP #19

    Some algorithm description provided by Frank Sokolic

volaya <volayaf@gmail.com>	2016-01-08

    [processing] added AllowUnmatching tag to SAGA 'Add grid values to...' algorithm

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-08

    Add a bit of tolerance to labelingenginev2 tests

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-08

    Fix Sip coverage test on Debian nightlies

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-08

    Better names for composer toolbars (refs #14066)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-08

    [FEATURE] Show recent colors in layer right click menus

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-08

    Mark more includes as system includes

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-08

    [StyleManager] import to "ungrouped" when no groupname entered

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-08

    [StyleManager] Respect the entered group name when importing symbols
    (fixes #14048)

Matthias Kuhn <matthias@opengis.ch>	2016-01-07

    [ogr] Update for GDAL 2 handle 64bit integers in add feature

Matthias Kuhn <matthias@opengis.ch>	2016-01-07

    Doxygen take 2

Matthias Kuhn <matthias@opengis.ch>	2016-01-07

    PEP8

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-07

    add missed license headers in Processing files

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-06

    Allow to filter joined fields with a virtual layer

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-05

    Add tooltip help to SQL editor and fix uid

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-05

    Add autocompletion to the virtual layer SQL editor

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-05

    Fix a bad indentation bug

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-05

    Add a basic GUI for virtual layer creation and add it to the main app

Merge: 2b7c5c1d1c 7e5915ec79
Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-07

    Merge pull request #2635 from mhugo/layer_dependencies

    Layer dependencies

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-07

    Allow to embed layers with dependencies

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-07

    Rework layer dependencies to work also with layer definition files

Matthias Kuhn <matthias@opengis.ch>	2016-01-07

    Only skip *.cpp files for doc generation on travis

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-07

    Add test for rendering of adjacent tile images

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-04

    Add layer dependencies for virtual layers

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-04

    Allow to declare layer dependencies on a vector layer

Juergen E. Fischer <jef@norbit.de>	2016-01-07

    fix server access control tests on windows

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Change some includes to system includes to avoid warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-07

    Test map canvas pointer already when showing context menu

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Fix crash on close of access control test

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Partially fix access control test for Win

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    [FEATURE] Add color wheel and edit symbol shortcuts to style menu

    ...for vector layers with single symbol renderer. This completes
    earlier work where symbols from categorized/graduated/rule based
    renderers can be quickly changed through the legend item context
    menu.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Allow editing newly added diagram attributes (fix #14063)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    More style manager fixes:

    - disable ramp actions when nothing selected
    - disabled Edit item when nothing selected
    - rename "Apply group" to "Add to group"

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Allow removing multiple ramps at once in style manager

    ...previously multiple ramps could be selected, but only the
    first would be removed

nirvn <nirvn.asia@gmail.com>	2016-01-07

    [ui] move the save symbol button

Juergen E. Fischer <jef@norbit.de>	2016-01-07

    fix projectPath in server access control test

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Fix Sip coverage test failure on debian nightly builds

    (doxygen version does not support @cond)

Merge: 34bc4ad788 2031ce0208
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Merge pull request #2638 from SebDieBln/FixStyleManagerUI

    Fix some UI issues in style manager

Juergen E. Fischer <jef@norbit.de>	2016-01-07

    fix ProcessingParametersTest test

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-07

    [StyleManager] show confirmation messagebox before removing item(s)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-05

    [StyleManager] have separate predefined QActions for start/finish grouping mode

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-04

    [StyleManager] re-use existing QAction in group action menu
    The group action menu now contains the same action the context menu contains for editing a smart group.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-04

    [StyleManager] change context-menu handling to signal/slot mechanism
    Both context-menus affected: Group-Tree and Item-List

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-03

    [StyleManager] add items to the context menu
    'Edit item', 'Remove item(s)', 'Export to PNG...' and 'Export to SVG...'

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Update test masks

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Make test render checker work correctly in non-Firefox browsers

Juergen E. Fischer <jef@norbit.de>	2016-01-06

    fix virtuallayer tests on windows

Merge: f76bbeba76 17d2214508
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    Merge pull request #2640 from nirvn/diagram_tiny_fixes_v2

    [diagram] tiny UI improvements

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-07

    More debugging for server access control tests

Merge: 41c9da9b0b 62cdb27160
Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-06

    Merge pull request #2642 from mhugo/vlayer_fix

    Fix virtual layer definition parsing

Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-06

    Fix virtual layer definition parsing

volaya <volayaf@gmail.com>	2016-01-06

    [processing] More informative message when cannot compute gdal commands due to wrong params

volaya <volayaf@gmail.com>	2016-01-06

    [processing] added selectionChanged signal to MultipleInputPanel

    linked signal with GdalAlgorithmDialog

Merge: b46a593e32 006a1614cf
volaya <volayaf@gmail.com>	2016-01-06

    Merge pull request #2633 from medspx/processing_gdal_retile

    [Processing]Add gdal_retile.py and gdal2tiles.py algorithms

Merge: 946f4e4814 c136f9f550
Hugo Mercier <hugo.mercier@oslandia.com>	2016-01-06

    Merge pull request #2617 from SebDieBln/FixLayerDefVectorJoins

    Make vector joins work within layer-definition-files

volaya <volayaf@gmail.com>	2016-01-06

    [processing] correctly parse default value for boolean parameters upon construction

Juergen E. Fischer <jef@norbit.de>	2016-01-06

    fix precise build (followup 8df09a6)

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-06

    fix typo in doxygen string

nirvn <nirvn.asia@gmail.com>	2016-01-06

    [diagram] tiny UI improvements

Juergen E. Fischer <jef@norbit.de>	2016-01-06

    fix e961a52

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-06

    Update test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-06

    [FEATURE] Add duplicate button to symbol properties

    Allows easy duplication of a symbol layer

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-06

    Fix clear value for label z-index spin box

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-06

    Add Apply buttons to decoration dialogs

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-06

    Cleanup decoration code

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-06

    More clang warning fixes

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-02

    [StyleManager] enable/disable appropriate buttons and menu entries

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-02

    [StyleManager] use QAction::setData() for transmitting the group-id
    Determining the group-id from QAction::text() fails when multiple groups with the same name exist.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-02

    [StyleManager] fix minor memory leaks leaving orphaned QMenus and QActions
    Build menus once within the ctor rather than on every event within the slot.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-02

    [StyleManager] fix labels

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-01

    added functions to QgsStyleV2 for getting groups by id

Merge: e961a52c6a 47d93078ba
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-06

    Merge pull request #2622 from duncan-r/feature4273_and_3756

    Feature #4273 and #3756

Juergen E. Fischer <jef@norbit.de>	2016-01-05

    revive python tests on windows (followup afcf567)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-05

    Translate brushs of image fills relativ to geometry bbox upper left point if rendering a map tile. Therefore it is assured, that the image pattern matches  for adjacent tiles of the same scale

Roel Huybrechts <roel@huybrechts.re>	2016-01-05

    Interpret 'decimal' fields as double in WFS provider.

    Fixes #11864.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-05

    Remove unused help button from style manager (fix #14055)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-05

    [FEATURE] Control over label rendering order

    A new control for setting a label's "z-index" has been added to
    the labeling properties dialog. This control (which also accepts
    data-defined overrides for individual features) determines the order
    in which label are rendered. Label layers with a higher z-index
    are rendered on top of labels from a layer with lower z-index.

    Additionally, the logic has been tweaks so that if 2 labels have
    matching z-indexes, then:
    - if they are from the same layer, a smaller label will be drawn
    above a larger label
    - if they are from different layers, the labels will be drawn in
    the same order as the layers themselves (ie respecting the order
    set in the legend)

    Diagrams can also have their z-index set (but not data defined)
    so that the order of labels and diagrams can be controlled.

    Note that this does *NOT* allow labels to be drawn below the
    features from other layers, it just controls the order in which
    labels are drawn on top of all the layer's features.

    Fix #13888, #13559

Duncan Runnacles <drrunnacles@googlemail.com>	2015-12-22

    Added placement margin to decoration items and updated dialogs.

    - North arrow, scalebar, and copyright label updated to include a
      margin option on placement.
    - All qgsdecorationitem type dialogs amended so that all widgets sit
      within a checkable group box for activating/deactivating the item.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-05

    Fix more clang warnings

Merge: c55cfc0560 16aeb3f1eb
Matthias Kuhn <matthias@opengis.ch>	2016-01-05

    Merge pull request #2636 from nirvn/orderby_fix

    [rendering order] fix order setting not saved in rule-based symb. (fixes #14043)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-05

    Add doc

nirvn <nirvn.asia@gmail.com>	2016-01-05

    fix orderby not saved in several symbologies (fixes #14043)

Merge: 115cc483dd 70f6e15ab1
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-05

    Merge pull request #2615 from nirvn/natural_break_max_increase

    [symbology] increase maximum size of natural break classification

Merge: 90eaba9f4f 62cc59c380
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-05

    Merge pull request #2627 from SebDieBln/FixNewStyleGroup

    Initialize a style group upon creation instead of upon renaming (fixes #14050)

Merge: adf83850d0 a943d9510d
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-05

    Merge pull request #2629 from SebDieBln/FixStyleManagerGroupingMode

    [StyleManager] Keep group actions enabled while in grouping mode (fixes #14049)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-05

    Fix failing test

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-05

    Followup 881074

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-04

    Boost coverage of SIP bindings

    Now all classes and members are either exposed to bindings or marked
    as "not available in Python bindings" in the docs.

    Drop test thresholds to 0. Now it should be much easier to determine
    what missing members have been added which are causing test
    failures.

Martin Dobias <wonder.sk@gmail.com>	2016-01-05

    Update indentation

Martin Dobias <wonder.sk@gmail.com>	2015-12-02

    Move QgsLabelFeature and QgsTextLabelFeature class to separate files

    No actual code changes

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2016-01-04

    Fix failing composer scale bar test on less common locales

Martin Dobias <wonder.sk@gmail.com>	2016-01-04

    Fix failing labeling test on my ubuntu 14.04 box (12 mismatched pixels)

Juergen E. Fischer <jef@norbit.de>	2016-01-04

    debian packaging update: update liblwgeom dependency of python-qgis to 2.2-2

Juergen E. Fischer <jef@norbit.de>	2016-01-04

    fix windows build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-04

    Open sqlite db for datum transform info in readonly mode. Fixes slow opening on windows

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-04

    Move zoomToFeature to QgsDualView and add checks for null geometries / geometryless layers

rldhont <rldhont@gmail.com>	2016-01-04

    [QGIS Server] Add place holder and tooltip to OWS inputs

Alexander Bruy <alexander.bruy@gmail.com>	2016-01-04

    option to keep WFS dialog open after adding layer(s)

Merge: 164739f205 375ae60c49
mhugent <marco.hugentobler@sourcepole.ch>	2016-01-04

    Merge pull request #2632 from mhugent/nodetool_remove_lines

    Remove all vertices if removing second to last line point / fourth to last ring point

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-01-04

    [Processing]Add gdal_retile.py and gdal2tiles.py algorithms
    This should fix Redmine #3331

Merge: 73945c0c56 856be9ba44
mhugent <marco.hugentobler@sourcepole.ch>	2016-01-04

    Merge pull request #2606 from nyalldawson/close_rings

    Ensure that rings are closed when adding to polygons

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-04

    Intendation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-04

    Update test_qgsgeometry

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2016-01-04

    Update qgsmapcanvas.sip

Merge: 49eaf16f52 899c57a91f
Matthias Kuhn <matthias@opengis.ch>	2016-01-04

    Merge pull request #2631 from spatialthoughts/patch-1

    Change comparison back to NULL

Merge: 1c464d69fc 6b42bad753
Matthias Kuhn <matthias@opengis.ch>	2016-01-04

    Merge pull request #2623 from cjmayo/no-pyqtconfig

    [pyqgis-console] Don't import pyqtconfig

Merge: aacb37d258 09e23ee93b
mhugent <marco.hugentobler@sourcepole.ch>	2016-01-04

    Merge pull request #2611 from mhugent/shapefile_sbn_remove

    Cleanup sbn file if gdal did not already remove it. Fixes bug #13319

Ujaval Gandhi <ujaval@gmail.com>	2016-01-04

    Change comparison back to NULL

    filter_null method previously filtered the NULL values using NULL type in qgis.core which is a QPyNullVariant.
    https://github.com/qgis/QGIS/commit/f9e0093ce70b06130a98c1e20278d0746ddb930c

    This was subsequently changed to 'is not None' comparison which is incorrect. The current version fails to filter out the null values.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-04

    Fix failing SIP coverage test

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-04

    More nullptr conversions

SrNetoChan <senhor.neto@gmail.com>	2016-01-04

    QGIS formats Icons for mac

SrNetoChan <senhor.neto@gmail.com>	2016-01-03

    Added QGIS formats icons

SrNetoChan <senhor.neto@gmail.com>	2016-01-03

    Colored qlr icon

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-04

    Pal cleanups:

    - remove use of namespace blocks (avoids unnecessary indentation)
    - cleanup includes
    - remove old std::cout debugging blocks
    - move some documentation from cpp to headers

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-04

    Cleanup labeling, avoid some duplicate enums, add docs

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-03

    keep group actions enabled while in grouping mode (fixes #14049)
    Group actions must be enabled to have the option of leaving grouping mode again.

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-03

    Minor Coverity fixups, clang warnings, 0->nullptr conversions

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-01-02

    Fix indentation (one more time)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2016-01-02

    Fix indendation problems (as usual)...

Médéric Ribreux <medspx@medspx.fr>	2015-12-16

    [Feature][Processing] GRASS v.net modules

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-02

    Fix more warnings when building under clang with -wEverything

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-02

    initialize a style group upon creation instead of upon renaming
    (fixes #14050)

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-02

    Fix test for QWT_POLAR

Merge: 5a42728f3e 9cd1edfda1
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-02

    Merge pull request #2625 from SebDieBln/FixAppendingNotSupported

    Fix accumulating "Not supported" hints

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-28

    added a test for vector joins in layer definition files

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2016-01-01

    split generating XML and saving to QLR-file into separate functions
    This increases flexibility and is consistent with the loading of a QLR-file.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-27

    make vector joins work within layer-definition-files

Merge: 368223ad0a 836ea81b77
Nyall Dawson <nyall.dawson@gmail.com>	2016-01-02

    Merge pull request #2624 from SebDieBln/SaveMemoryLayerFields

    Read source from provider before saving memory layer (fixes #8997)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-31

    added a test for memory layer fields being saved to XML

Nyall Dawson <nyall.dawson@gmail.com>	2016-01-01

    Show project path in server parsing error (revert before release)

    (an attempt to debug test failures in debian)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-31

    Coverity fixes, including regression in label point obstacle code

Juergen E. Fischer <jef@norbit.de>	2015-12-31

    fix warnings

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-31

    fix appending "Not supported" multiple times to label
    The term "Not supported" is not appended to the label when it is already present.
    The term is removed when no longer applicable.

Juergen E. Fischer <jef@norbit.de>	2015-12-31

    debian packaging: add psycopg2 as build dependency

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-28

    initialize the tip window with the correct parent
    eliminates the extra icon in the taskbar (fixes #8365)
    establishes correct modal behaviour (fixes #8312)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-06

    Refresh the label style widget when loading a new style (fixes #13667)
    the QgsLabelingWidget is triggered to reload its settings when
    - loading a style file
    - loading a style from a database
    - loading the default style

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-30

    read source from provider before saving memory layer (fixes #8997)

Chris Mayo <aklhfex@gmail.com>	2015-12-30

    [pyqgis-console] Don't import pyqtconfig

    pyqtconfig may not have been installed by PyQt4, leading to an error.

    Was used to test for qt_version >= 0x40700 but CMakeLists.txt now checks
    for QT_MIN_VERSION 4.8.0

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-31

    Fix some more old style cast and float comparison warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-30

    Always pass QgsFeatureId by value, not reference

    Since it's just a int64, it's faster to pass by value

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-30

    Fix slow icon rendering in field combo box (refs #14041)

Carl Simonson <simonsonc@gmail.com>	2015-12-29

    Fix indentation

Carl Simonson <simonsonc@gmail.com>	2015-12-29

    Make the georeferencer tool use a snapping cursor

    The georeferencer plugin currently has a snap to background layer option
    that applies a snapping after one has picked a location on the main map.
    Other tools in the system show a crosshairs that will snap to project
    snapping options.

    This change makes the coordinate selection tool in the georeferencer
    plugin use a snapping crosshairs. Since this tool will use the snapping
    objects from the project, the "snap to background layers" checkbox has
    been removed.

Merge: 416c004a08 02e92727d9
Jürgen Fischer <jef@norbit.de>	2015-12-29

    Merge pull request #2620 from SebDieBln/FixCsvSaveStyle

    Fix saving style of CSV-layer to qml/sld file (fixes #8285)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-12-28

    Unit tests

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-12-28

    Remove the whole ring / linestring if number of vertices to small

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-12-28

    [FEATURE]: Zoom to feature with right-click in attribute table

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-28

    fix saving style of CSV-layer to qml/sld file (fixes #8285)

Juergen E. Fischer <jef@norbit.de>	2015-12-27

    fix warnings on lupdate

Juergen E. Fischer <jef@norbit.de>	2015-12-27

    fix lucid reference in INSTALL

Webmaster <nirvn.asia@gmail.com>	2015-12-27

    [symbology] increase maximum size of natural break classification

Juergen E. Fischer <jef@norbit.de>	2015-12-26

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2015-12-26

    debian packaging: upgrade python-qgis recommends to depends

Merge: 917dd05519 9be51c43b1
Jürgen Fischer <jef@norbit.de>	2015-12-26

    Merge pull request #2614 from SebDieBln/UpdateCachedProjectEmbedLayers

    Re-Read the cached project file when its contents have changed

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-26

    reread cached project file when its contents have changed
    When embedding layers, reread the external project file if its lastModified timestamp changed.

Merge: 6fed1ae441 87d742d18d
Matthias Kuhn <matthias@opengis.ch>	2015-12-26

    Merge pull request #2604 from SebDieBln/NoNewFilesOnSaveProject

    [App] Use the existing files when saving an existing project.

Merge: 71dc339106 8ff4c78e7a
Nathan Woodrow <madmanwoo@gmail.com>	2015-12-26

    Merge pull request #2613 from nirvn/fix_graduated_values_v3

    [graduated symbology] increase precision of float values when saving to dom

nirvn <nirvn.asia@gmail.com>	2015-12-26

    [symbology] fix precision of values when saving settings (#14036)

Juergen E. Fischer <jef@norbit.de>	2015-12-25

    more stl to qt ports and size_t => int fixups

Merge: 036eada990 7ccbe1bfc3
Jürgen Fischer <jef@norbit.de>	2015-12-25

    Merge pull request #2612 from SebDieBln/FixWarningsOnWindows

    Avoid some compiler warnings on Windows

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-23

    prompt the user to load backup when load project fails
    If an error occurs while loading the project file, prompt the user to load the backup file instead, if it exists.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-22

    change project/backup file only after preparing the data
    This avoids corrupted project files when crashing during the preparation of the XML data to write to the project file, e.g. due to a faulty plugin.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-22

    use existing files when saving existing project

Matthias Kuhn <matthias@opengis.ch>	2015-12-25

    Fix #14001

Matthias Kuhn <matthias@opengis.ch>	2015-12-25

    Expressions: test prepare() and fix segfault

Juergen E. Fischer <jef@norbit.de>	2015-12-24

    move more stl usage to qt

Juergen E. Fischer <jef@norbit.de>	2015-12-24

    improve project saving to network shares (fixes #13299)

Juergen E. Fischer <jef@norbit.de>	2015-12-25

    indentation test: improve interpretation of commit ranges

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-25

    avoid some compiler warnings on Windows
    The ERROR macro is already defined by WinGDI.h and so the warning C4005 'macro redefinition' was thrown.
    The constant 0xFE is out of range for (signed) 'char' and so the warning C4309 'truncation of constant value' was thrown.

Matthias Kuhn <matthias@opengis.ch>	2015-12-24

    Expressions, fix WhenThen crash and more tests

    * Fix a crash with WhenThenList
    * Check implicit sharing with all test expressions.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-12-24

    Fix file check

Salvatore Larosa <lrssvtml@gmail.com>	2015-12-24

    [processing] fix missing import for Union and Clip algs

rldhont <rldhont@gmail.com>	2015-12-23

    [Processing] Update gui

rldhont <rldhont@gmail.com>	2015-12-22

    [Processing] update parameters test

Michael Kirk <michael.john.kirk@gmail.com>	2015-11-29

    [Processing] fixup parameters test

    - Broke into per class testcase
    - Each method tries to test only one aspect of behavior
    - Use unittest assertions for better error output
    - Removed non-existant serialize functionality from tests
    - Test BooleanParameter

    Conflicts:
            python/plugins/processing/core/parameters.py

rldhont <rldhont@gmail.com>	2015-12-23

    [Processing] Parameter default value is None

rldhont <rldhont@gmail.com>	2015-12-16

    [Processing] Manage default value for parameter

    To finalize commit 3472ac80d8bdd030090ce81cb686f3cfcbd913cd update processing to well manage default value

Merge: 447121eb24 46bc85ae63
Matthias Kuhn <matthias@opengis.ch>	2015-12-24

    Merge pull request #2610 from SebDieBln/ReadAlphaSelectionColor

    Read alpha component of selection color from project properties (fixes #13994)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-24

    read alpha component of selection color from project
    (fixes #13994)

Matthias Kuhn <matthias@opengis.ch>	2015-12-24

    Fix build warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-12-24

    Cleanup sbn file if gdal did not already remove it. Fixes bug #13319

Juergen E. Fischer <jef@norbit.de>	2015-12-24

    fix windows build and some warnings

Merge: c9e928932a 076c2a09b7
Jürgen Fischer <jef@norbit.de>	2015-12-23

    Merge pull request #2609 from sebastic/bug-9818

    Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe (fixes #9818)

Bas Couwenberg <sebastic@xs4all.nl>	2015-12-23

    Add dependency on openscenegraph-plugin-osgearth to qgis-plugin-globe.

    QGIS crashes when using the Globe plugin if this package is not installed,
    as reported in QGIS issue #9818 [0] and Debian Bug #808817 [1].

    [0] https://hub.qgis.org/issues/9818
    [1] https://bugs.debian.org/808817

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-12-23

    some fixes (missing include, duplicated line, wrong variable name)

Daan Goedkoop <dgoedkoop@gmx.net>	2015-11-28

    Update rubber band after editing nodes

    It has to be done this way. Just adding updateSelectFeature() in a few places
    is not enough, because then the rubber band will still not be updated after
    an undo operation.

Merge: b602c5c588 e8ef77e781
Denis Rouzaud <denis.rouzaud@gmail.com>	2015-12-23

    Merge pull request #2584 from SebDieBln/MapCanvas_EnterLeave

    UI improvement for digitizing maptools

Matthias Kuhn <matthias@opengis.ch>	2015-12-23

    Revert "QgsGeometry to datastream -> avoid extra data copy"

    This reverts commit c1b512f948028093e481e1db089db8c044e86f4c.

Matthias Kuhn <matthias@opengis.ch>	2015-12-23

    QgsGeometry to datastream -> avoid extra data copy

Merge: a32587bcd1 409a59ff2a
Matthias Kuhn <matthias@opengis.ch>	2015-12-23

    Merge pull request #2608 from sbrunner/fill-select

    Fix fill and select mixage

Stéphane Brunner <stephane.brunner@camptocamp.com>	2015-12-23

    Use the line digitizing settings for the note tool rubber band

Stéphane Brunner <stephane.brunner@camptocamp.com>	2015-12-23

    Fix fill and select mixage

    Fix #14016

rldhont <rldhont@gmail.com>	2015-12-07

    [FEATURE][QGIS Server] Add short name to layers, groups and project

    A number of elements have both a <Name> and a <Title>. The Name is a text string used for machine-to-machine
    communication while the Title is for the benefit of humans. For example, a dataset might have the descriptive Title
    “Maximum Atmospheric Temperature” and be requested using the abbreviated Name “ATMAX”.

    User can already set title for layers, groups and project. OWS name is based on the name used in layer tree. This name is more a label for humans than a name for machine-to-machine communication.

    To add the capability to users to define Name as a text string for machine-to-machine communication, this pull-request adds:
    * short name line edits to layers properties
    * WMS data dialog to layer tree group (short name, title, abstract)
    * short name line edits to project properties
    * add a regexp validator "^[A-Za-z][A-Za-z0-9\._-]*" to short name line edit accessible through a static method
    * add a TreeName element in the fullProjectSettings

    If a short name has been set for layers, groups and project it is used by QGIS Sever as the layer name.

Merge: 52a39fc286 d5585ffdcd
Matthias Kuhn <matthias@opengis.ch>	2015-12-22

    Merge pull request #2600 from m-kuhn/orderby-renderer

    Allow definition of feature rendering order

Matthias Kuhn <matthias@opengis.ch>	2015-12-22

    QgsSymbolV2 may not be copied

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-12-22

    Intendention

Merge: 644960e50a bf4ad792e5
Alessandro Pasotti <elpaso@itopen.it>	2015-12-22

    Merge pull request #2607 from elpaso/bugfix-14021-dvanced-settings-editor-crash

    Storing a pointer to QSettings instead of using stack

elpaso <elpaso@itopen.it>	2015-12-22

    Storing a pointer to QSettings instead of using stack

    The settings were allocated in the stack
    causing a segfault when accessed from the slot

    Fixes #14021

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-12-22

    Numerically more robust circle center calculation. Provided by Timo Iipponen

Matthias Kuhn <matthias@opengis.ch>	2015-12-22

    Use qSort instead of std::sort, former does not crash

Matthias Kuhn <matthias@opengis.ch>	2015-12-22

    Fix orderby table headers and use combobox

Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Use field expression widget in order by dialog

Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Add LongLong support to virtual provider

Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Add test for rendering order

Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Rename OrderBys -> OrderBy and OrderBy -> OrderByClause

    And some sip fixes

Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Add test for combination orderby / subset of attributes

Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Don't crash providers when destrucing with fake open connection

Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    [FEATURE] Allow definition of rendering order for renderers

    This allows defining the order in which features are processed by
    renderers.

Matthias Kuhn <matthias@opengis.ch>	2015-12-20

    Fix fallback orderby and attribute subset

    Also properly closes the iterator when a fallback orderby is used

Merge: 5838819d9a 809c925581
Chris Crook <ccrook@linz.govt.nz>	2015-12-22

    Merge pull request #2605 from nyalldawson/delimited

    Add support for curved geometries and M/Z values to delimited text provider

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-22

    Ensure that rings are closed when adding to polygons

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-22

    [FEATURE] Curve support for memory layers

    ...smallest diff for a new feature ever ;)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-22

    Remove unimplemented QgsSurfaceV2::pointOnSurface method

    Was always returning a point not on the surface! (0,0). Use the
    GEOS method instead.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-22

    Correct vertex count when using identify tool on curved lines

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-22

    [FEATURE] Support Z/M dimensions in delimited WKT files

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-22

    [FEATURE] Delimited text provider supports curved WKT geometries

SrNetoChan <senhor.neto@gmail.com>	2015-12-21

    updated mime icons for mac

SrNetoChan <senhor.neto@gmail.com>	2015-12-21

    changed mime icons files names

SrNetoChan <senhor.neto@gmail.com>	2015-12-15

    Added new mime icons

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-21

    circular string maptools now react to ESC key

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-18

    better rubberband calculation in maptool circular by radius
    The rubberband is only calculated when needed.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-18

    code cleanup and improved readability in circular maptools

Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Remove unrequired data checks from QgsGeometry

    The d-pointer in QgsGeometry should never be null.

Juergen E. Fischer <jef@norbit.de>	2015-12-21

    fix precise build (+ foreach->Q_FOREACH)

Juergen E. Fischer <jef@norbit.de>	2015-12-21

    osgeo4w: include grass7 plugin

Merge: 7afa9e3161 f7566710af
Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Merge pull request #2601 from rldhont/update_qgsmaplayer_doc

    [Doc] Update QgsMapLayer documentation

rldhont <rldhont@gmail.com>	2015-12-21

    [Doc] Update QgsMapLayer documentation

    Add documentation string to 10 QgsMapLayer methods.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-17

    centerpoint-rubberband works w/ maptool circular by radius

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-17

    maptool circular string by radius uses temporary rubberband

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-17

    maptool circular string by point uses temporary rubberband

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-17

    initialize temporary rubberband for circular string tools
    (temporary rubberband still not used)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-17

    added a temporary rubberband to the circular maptools
    (but it is not used yet)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-17

    deduplicated connecting to the curve of parent tool
    also moved it to the active() method

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-17

    allow to create a QgsGeometryRubberBand as the alternative band

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-21

    Fix crash in topology checker (fix #14017)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-21

    Fix more warnings

Merge: a42bfea944 1199a25a98
Matthias Kuhn <matthias@opengis.ch>	2015-12-21

    Merge pull request #2599 from nyalldawson/order_by

    Order by fixes and Mssql provider implementation

Merge: d31e61084f c28c493b65
Nyall Dawson <nyall.dawson@gmail.com>	2015-12-21

    Merge pull request #2598 from SebDieBln/NoSingleStatementLines

    Make the qgisstyle tool fix multiple statements on a single line

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-20

    fix all occurrences of multiple statements in a single line
    This was accomplished by running scripts/astyle-all.sh.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-20

    make astyle force every statement into a separate line

Nyall <nyall.dawson@gmail.com>	2015-12-21

    Enable provider side ordering for mssql provider

Nyall <nyall.dawson@gmail.com>	2015-12-21

    Handle order by parsing failures in postgres provider

Nyall <nyall.dawson@gmail.com>	2015-12-21

    Add provider order by tests where expression compilation will fail

Juergen E. Fischer <jef@norbit.de>	2015-12-20

    fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-21

    More warning fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-19

    Fix some warnings when building with clang and -Weverything

Matthias Kuhn <matthias@opengis.ch>	2015-12-20

    Indentation fix

Médéric Ribreux <medspx@medspx.fr>	2015-12-14

    Add a startup tip on VRT files (fix Redmine #4346)
    (fix indentation problem)

Merge: 02696c71d4 1d42ac568b
Matthias Kuhn <matthias@opengis.ch>	2015-12-19

    Merge pull request #2596 from pavlova-marina/patch-1

    fixed link to gdal page

pavlova-marina <pavlova.marina.v@gmail.com>	2015-12-19

    fixed link to gdal page

Juergen E. Fischer <jef@norbit.de>	2015-12-19

    include virtual layer provider in packaging

Juergen E. Fischer <jef@norbit.de>	2015-12-19

    avoid core relinking on cmake changes

Merge: 13f4081d07 6ffec81b53
Hugo Mercier <hugo.mercier@oslandia.com>	2015-12-18

    Merge pull request #2568 from mhugo/vlayers

    Add support for virtual layers

Hugo Mercier <hugo.mercier@oslandia.com>	2015-12-14

    Fix sip coverage test to skip constructors of nested classes

Hugo Mercier <hugo.mercier@oslandia.com>	2015-12-15

    Add a plugin to DB Manager to support virtual layers

Hugo Mercier <hugo.mercier@oslandia.com>	2015-12-15

    Add a provider for virtual layers

Matthias Kuhn <matthias@opengis.ch>	2015-12-17

    Remove .cpp files from doxymentation

    Remove .cpp files from the doxymentation. They are not
    considered to be part of the public API, so no reason to scan them for
    symbols which are not exported anyway.

Matthias Kuhn <matthias@opengis.ch>	2015-12-17

    Fix csv test dataset

Matthias Kuhn <matthias@opengis.ch>	2015-12-17

    cond

Matthias Kuhn <matthias@opengis.ch>	2015-12-17

    Run travis tests also with build warnings.

Matthias Kuhn <matthias@opengis.ch>	2015-12-17

    Add compiler setting check to order by compilation

Matthias Kuhn <matthias@opengis.ch>	2015-12-17

    Compile order by for Spatialite

Matthias Kuhn <matthias@opengis.ch>	2015-12-16

    Don't double sort in vector layer.

Matthias Kuhn <matthias@opengis.ch>	2015-12-16

    Add order by test

Matthias Kuhn <matthias@opengis.ch>	2015-12-16

    Compile order by for postgres

Matthias Kuhn <matthias@opengis.ch>	2015-12-16

    Add Order By Clause

Matthias Kuhn <matthias@opengis.ch>	2015-12-16

    More use of implicit sharing of QgsExpression

rldhont <rldhont@gmail.com>	2015-12-18

    Update indentation

rldhont <rldhont@gmail.com>	2015-12-18

    [BUGFIX] WFS GetCapabilities respons misses <keywords> key

    Fixes #13037 WFS GetCapabilities respons misses <keywords> key

    Replace KeywordList by Keywords in WFS Getcapabilities and keywords in WCS GetCapabilities.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-18

    Fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-18

    Fix a bunch of crashes in renderer widgets when used with a rule
    based rule which has no symbol

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-18

    Fix incorrect symbols appearing for categorized and graduated renderers

    This was triggered by 18614e11, which revealed a deeper bug in the handling
    of symbols by these renderers. For both renderers a const method returns
    a non-const pointer to a symbol and is used to modify this symbol in place.

    Because both renderers store their classes in a QList (implicitly shared)
    this means that all shared class lists were being updated when a clone of
    a renderer has its symbols altered in this way. Prior to 18614e these
    class QLists were being detached and copied in random ways.

    Work around this by forcing a deep copy of the class lists when a renderer
    is cloned.

Juergen E. Fischer <jef@norbit.de>	2015-12-17

    add python-psycopg2 to debian dependencies in INSTALL

Juergen E. Fischer <jef@norbit.de>	2015-12-17

    scripts/scandeps.pl run and t2tdoc update

Matthias Kuhn <matthias@opengis.ch>	2015-12-17

    Don't add Geometry Generator as Outline option

Matthias Kuhn <matthias@opengis.ch>	2015-12-17

    Attribute table: show table when opening

elpaso <elpaso@itopen.it>	2015-12-17

    Fixed external python file path for forms

    Path is now correctly converted to absolute
    when read form the project.

    A separate default dir is also stored in the
    settings.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-16

    Hide temporary rubberband when maptool is not active.

Juergen E. Fischer <jef@norbit.de>	2015-12-16

    fix 8214608

Juergen E. Fischer <jef@norbit.de>	2015-12-16

    more nullptr updates (folloup 320c696)

Merge: 18614e11e3 66061e0ef2
Alessandro Pasotti <elpaso@itopen.it>	2015-12-16

    Merge pull request #2588 from elpaso/python-server-exception-hook

    Uninstall custom excepthook for server

elpaso <elpaso@itopen.it>	2015-12-16

    Uninstall custom excepthook for server

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-16

    Avoid container detachments by using const methods wherever possible

    eg QList::at() instead of QList:[], constFind instead of find, ...

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-16

    Remove cast to itself

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-16

    Drop documentation test threshold

Radim Blazek <radim.blazek@gmail.com>	2015-12-15

    [GRASS] do not duplicate modules in list view, fixes #4975

Matthias Kuhn <matthias@opengis.ch>	2015-12-15

    [qt5] Use Qt5OpenGL when globe is built

    Resolves https://github.com/qgis/QGIS/pull/1940

Radim Blazek <radim.blazek@gmail.com>	2015-12-15

    [GRASS] use QWidget for module UI, fixes #5084

rldhont <rldhont@gmail.com>	2015-12-15

    [TEST][QGIS Server] Add WFS GetFeature STARTINDEX test

rldhont <rldhont@gmail.com>	2015-12-15

    Dont set content-length header on streamed response. Fixes #13991

    Thanks to @AsgerPetersen to help fixing #13991
    closes #2582

Matthias Kuhn <matthias@opengis.ch>	2015-12-15

    Simplify and harden code for geometry collections

Radim Blazek <radim.blazek@gmail.com>	2015-12-15

    [GRASS] suppress raster masking for rendering and querying

Matthias Kuhn <matthias@opengis.ch>	2015-12-15

    Indentation update

Matthias Kuhn <matthias@opengis.ch>	2015-12-15

    Add debug output to csv test

    To debug timeout:

    Timed out log:
    http://dash.orfeo-toolbox.org/testDetails.php?test=35623737&build=211129

    Good log for comparison:
    http://dash.orfeo-toolbox.org/testDetails.php?test=35617301&build=211079

    Failing test:
    test_039_issue_13749 which references https://hub.qgis.org/issues/13749

    Mailing list discussion:
    http://lists.osgeo.org/pipermail/qgis-developer/2015-December/thread.html#40581

George Shegunov <mobisbg@gmail.com>	2015-07-10

    The providers plugin path can be changed in the applications.

Merge: 1138253dd2 7101b5beb0
rldhont <rldhont@gmail.com>	2015-12-15

    Merge branch 'AsgerPetersen-wfstests'

Merge: 95b92c7960 c9b75528af
Jürgen Fischer <jef@norbit.de>	2015-12-15

    Merge pull request #2486 from SebDieBln/CMake_FixFindPythonLibraryWindows

    have CMake find Python library on Windows

volaya <volayaf@gmail.com>	2015-12-15

    [processing] correctly export multiline strings as python parameters from modeler

    fixes #13830

Asger Skovbo Petersen <asgerpetersen@gmail.com>	2015-12-15

    Remove unsupported SRSNAME

Asger Skovbo Petersen <asgerpetersen@gmail.com>	2015-12-15

    WFS version corrected to 1.0.0

AsgerPetersen <asgerpetersen@gmail.com>	2015-12-15

    Simple python tests of WFS responses

Radim Blazek <radim.blazek@gmail.com>	2015-12-15

    [GRASS] fixed crash when region is drawn outside limits

Matthias Kuhn <matthias@opengis.ch>	2015-12-09

    Make use of implicitly shared QgsExpression

Matthias Kuhn <matthias@opengis.ch>	2015-12-09

    Doxymentation for QgsExpression

Matthias Kuhn <matthias@opengis.ch>	2015-12-09

    Implicit sharing for QgsExpression

nirvn <nirvn.asia@gmail.com>	2015-12-15

    projection selector event fix

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-10

    Fix calculation of spatialite SelectAtId capability

Merge: 08a8b6095f 9096a64a6c
volaya <volayaf@gmail.com>	2015-12-15

    Merge pull request #2566 from radosuav/processing_fixes

    [Processing] Three small fixes

volaya <volayaf@gmail.com>	2015-12-15

    [processing] modified how user folder is defined

    This should have no effect on a normal QGIS desktop installation, but improve using Processing when not running on top of a regular QGIS instance.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-15

    Avoid some unnecessary object conversion during point rendering

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-15

    Tests and fixes for QgsPolygonV2

    - Setting exterior ring will force all interior rings to match
    dimensionality of exterior ring
    - add equality operator
    - use correct WKB types for rings when creating polygon from WKB
    - segmentize curves when setting exterior ring with curved segments
    - fix export to GML2/3 (should use LinearRing, not LineString as
    ring element tag)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-15

    Ignore != operator in doc coverage test

Radim Blazek <radim.blazek@gmail.com>	2015-12-15

    [GRASS] add/remove mapset to/from search path browser actions

Radim Blazek <radim.blazek@gmail.com>	2015-12-15

    [GRASS] distinct icons for open/searched mapset

Matthias Kuhn <matthias@opengis.ch>	2015-12-15

    Tab order on digitizing options page

Stéphane Brunner <stephane.brunner@camptocamp.com>	2015-11-20

    Make the rubber band color configurable

radosuav <rmgu@dhi-gras.com>	2015-12-11

    [Processing] Use default value of boolean parameter in the modeler and fix typo in outputs.py

Radim Blazek <radim.blazek@gmail.com>	2015-12-15

    [GRASS] new input combo in mapcalc

Merge: 9c0ee36c49 079de32d46
volaya <volayaf@gmail.com>	2015-12-15

    Merge pull request #2451 from spono/patch-5

    [Processing] Update GridMetrics.py

Merge: 7f3cc35b10 41538e6dec
volaya <volayaf@gmail.com>	2015-12-15

    Merge pull request #2469 from spono/patch-13

    [Processing] Update FilterData.py

Merge: 34ccc345cc d4ba0c77f8
volaya <volayaf@gmail.com>	2015-12-15

    Merge pull request #2467 from spono/patch-11

    [Processing] Update Cover.py

Merge: 576875e998 8a40dda2e5
Nathan Woodrow <madmanwoo@gmail.com>	2015-12-15

    Merge pull request #2580 from nirvn/projection_selector_dbl_click_v5

    [projection selector] apply selected projection on double click

nirvn <nirvn.asia@gmail.com>	2015-12-15

    fix sip coverage test failure

nirvn <nirvn.asia@gmail.com>	2015-12-14

    [projection selector] apply selected projection on double click

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-14

    Followup 320c696 use clang-modernize to replace 0/NULL use with nullptr

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-14

    Fix some plugin UI includes

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-15

    Fix indentation

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-15

    [FEATURE] More geometry functions for expressions

    - add accessors: geometry_n, interior_ring_n
    - add num_geometries, num_rings, num_interior_rings
    - add nodes_to_points for converting every node in a geometry
    to a multipoint geometry
    - add segments_to_lines for converting every segment in a geometry
    to a multiline geometry

    nodes_to_points and segments_to_lines are intended for use with
    geometry generator symbology, eg to allow use of m and z values
    for nodes/lines with data defined symbology.

Juergen E. Fischer <jef@norbit.de>	2015-12-14

    debian packaging update (partly reverts 245659f; fixes #13981)

rldhont <rldhont@gmail.com>	2015-12-14

    [FEATURE][QGIS Server] STARTINDEX param in WFS GetFeature Request

    STARTINDEX is standard in WFS 2.0, but it's an extension for WFS 1.0 implemented in QGIS Server.

    STARTINDEX can be used to skip some features in the result set and in combination with MAXFEATURES provides for the ability to use WFS GetFeature to page through results. Note that STARTINDEX=0 means start with the first feature, skipping none.

rldhont <rldhont@gmail.com>	2015-12-14

    [BUGFIX][QGIS Server] Update Layer order from group in GetPrint

    Update commit da5e73ef4a4508c4b215dd726380a8a94bd73ada

Merge: 36267f5935 8c4d81023b
Alessandro Pasotti <elpaso@itopen.it>	2015-12-14

    Merge pull request #2579 from elpaso/bugfix-13984

    Fixes #13984 custom python init function config is lost in master

elpaso <elpaso@itopen.it>	2015-12-14

    Fixes #13984 custom python init function config is lost in master

Juergen E. Fischer <jef@norbit.de>	2015-12-14

    dxf export: trim whitespace from layernames

Salvatore Larosa <lrssvtml@gmail.com>	2015-12-14

    Revert "remove non existing icons from topology plugins resources"

    This reverts commit 0f41ff6918354578c3a705bd5118908e11ad299e.

Salvatore Larosa <lrssvtml@gmail.com>	2015-12-14

    [topology checker] add missing icons followup 6e9ff36

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-12-14

    remove non existing icons from topology plugins resources

    followup 6e9ff364bb794c59ac2c6c72173d59b4e0731b92
    can be reverted once files are added

Merge: b64ebfb2e2 bca8356ea0
Nathan Woodrow <madmanwoo@gmail.com>	2015-12-14

    Merge pull request #2576 from SebDieBln/DefaultLayerActions_on_selected_layers

    Apply default layer actions to all selected layers (fixes #9714)

Merge: 805d9d4f86 afef14bf3c
Nathan Woodrow <madmanwoo@gmail.com>	2015-12-14

    Merge pull request #2543 from SebDieBln/SortLayerTreeMimedata

    Sort the indexes when generating layer tree mime data (fixes #4110)

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-11

    Update MS SQL browser node items

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-03

    Apply default layer actions to all selected layers (fixes #9714)
    the affected actions are:
    - show feature count
    - show in overview
    - make top level

Salvatore Larosa <lrssvtml@gmail.com>	2015-12-13

    [topology checker] swaps add/delete rule buttons

Salvatore Larosa <lrssvtml@gmail.com>	2015-12-12

    [topology checker] revamped icons for the topology checker and add toolbar for a consistant look

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-13

    [FEATURE] is_closed function for expressions

    Returns whether a linestring is closed

Merge: 262514d97d f0aeee8c5b
Nyall Dawson <nyall.dawson@gmail.com>	2015-12-13

    Merge pull request #2575 from slarosa/style_grp_layers

    [FEATURE] allow applying the same style to selected layers or to legend group

Salvatore Larosa <lrssvtml@gmail.com>	2015-11-14

    [FEATURE] allow applying the same style to selected layers or to legend group
    also fixes #10323

    This adds the possibility to paste the style to group or selected layers.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-13

    [FEATURE] exterior_ring function for expressions

    Returns exterior ring of a polygon as a line. Useful for geometry
    generator symbology for styling only the exterior ring of
    polygons.

Merge: 7f674a4e96 111393e055
Nyall Dawson <nyall.dawson@gmail.com>	2015-12-13

    Merge pull request #2551 from SebDieBln/RestoreEmtpyShortcuts

    Do not reapply default value to shortcuts that are set to "none" (fixes #7905)

Merge: 710b9d25d1 edea51b675
Nyall Dawson <nyall.dawson@gmail.com>	2015-12-13

    Merge pull request #2558 from SebDieBln/OrderScales

    Keep scales ordered in Settings > Options > Predefined scales (fixes #8320)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-13

    Drop test thresholds

Merge: 666eda6856 66a83bd205
Nyall Dawson <nyall.dawson@gmail.com>	2015-12-13

    Merge pull request #2537 from SebDieBln/ReprojectAnnotations

    Make annotations aware of CRS (fixes #3618)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-01

    make annotations aware of crs (fixes #3618)

Merge: f8c4b3a21c dd2a422e9b
Jürgen Fischer <jef@norbit.de>	2015-12-12

    Merge pull request #2574 from SebDieBln/GDALtools_removeMenuItemsOnUnload

    Remove menu items when GDALtools plugin is unloaded (fixes #13642)

Merge: 6a7f786126 72c5e375a7
Jürgen Fischer <jef@norbit.de>	2015-12-12

    Merge pull request #2571 from medspx/work_newfile_extensions

    Add formats extensions/protocol already supported by GDAL/OGR
    (fixes #3799, fixes #4362, fixes #5242, fixes #6197)

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2015-12-12

    Add formats extensions/protocol already supported by GDAL/OGR.
    This should fix bugs:

    * #3799 on CouchDB support.
    * #4362 on ovr and ovf for VRT files.
    * #5242 on KMZ support.
    * #6197 on SQLite file extensions support.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-12

    Remove menu items when GDALtools plugin is unloaded (fixes #13642)

Merge: 62f90d0c5e 35fea9c986
Nyall Dawson <nyall.dawson@gmail.com>	2015-12-12

    Merge pull request #2570 from nirvn/point_on_surface_v3

    [expression] add point_on_surface function

nirvn <nirvn.asia@gmail.com>	2015-12-11

    [expression] add point_on_surface function

Merge: 6e3b1da10e ac1ee1cd50
Nyall Dawson <nyall.dawson@gmail.com>	2015-12-12

    Merge pull request #2569 from SebDieBln/Improve_CrsReadXML

    Improve QgsCoordinateReferenceSystem::readXML()

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-10

    Improve handling of scales in project properties dialog
    * avoid duplicate scales
    * reject invalid scales
    * keep list of scales always sorted

    Added QGIS 3.0 TODO marker for reworking the scales list widget.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-09

    Handle changes to existing predefined scales
    * reject invalid changes
    * reposition the changed scale to maintain correct order
    * avoid creating duplicates
    * remove leading zeroes from denominator

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-09

    Avoid adding duplicate scales to the scale list.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-08

    Maintain order in scale list (fixes #8320)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-08

    De-duplicate code when adding scales to the list of scales.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-08

    Use Q_FOREACH macro with scales

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-12

    QgsCoordinateReferenceSystem::readXML() returns false on failure
    simplified a check for valid crs

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-11

    Changed the parameter of QgsCoordinateReferenceSystem::readXML() to const
    and removed const_cast<> where not needed any longer

Juergen E. Fischer <jef@norbit.de>	2015-12-11

    dxf export: add doxymentation

Juergen E. Fischer <jef@norbit.de>	2015-12-11

    fix translation string

Juergen E. Fischer <jef@norbit.de>	2015-12-11

    [FEATURE] dxf export: add option to use title instead of name as dxf layer name in application and server

Matthias Kuhn <matthias@opengis.ch>	2015-12-11

    Doxymentation

radosuav <rmgu@dhi-gras.com>	2015-12-11

    [Processing] Fix issue in setting the subset from canvas extent.

Matthias Kuhn <matthias@opengis.ch>	2015-12-11

    Fix rendering geometry generators for line layers

    And add more tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-11

    Fix documentation test failure

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-11

    QgsPolygonV2 tests and fixes

    - fixes for handling Polygon25D
    - add QgsAbstractGeometryV2::convertTo( QgsWKBTypes::Type type ) for
    easy conversion between geometry types
    - fix crash when calculating perimeter with no exterior ring
    - ensure that added rings respect dimensionality of polygon (avoids
    issues such as polygons with z having a ring without z, or a
    Polygon25D with LineStringZ rings)
    - if a curved ring is added to a polygon then a segmentized version
    of the ring is used (can't have a Polygon with a CircularString
    ring)
    - when calling setInteriorRings, make sure empty rings are skipped
    and that all rings are converted to correct type for polygon
    - don't crash when requesting or removing interior ring with
    index < 0

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-11

    Add equality operators to QgsLineStringV2

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-11

    Add missing docs

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-11

    Add missing SIP and docs

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-11

    [FEATURE] Add project loading support from browser

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-11

    Add icons to geometry generator type list

Matthias Kuhn <matthias@opengis.ch>	2015-12-11

    Ignore bounds for generated geometries

    And guard many other static_casts to avoid crashes.

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-07

    [FEATURE] Allow hiding paths from the browser panel

Matthias Kuhn <matthias@opengis.ch>	2015-12-11

    Rename geometry generator types

Juergen E. Fischer <jef@norbit.de>	2015-12-11

    astyle.sh: skip E265 (block comments should start with '# ')

Matthias Kuhn <matthias@opengis.ch>	2015-12-11

    Indentation update

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-11

    Update doc and sip coverage test thresholds

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-11

    Fix taking attribute values in merge attributes dialog (fix #13971)

    Also fix handling of long feature ids in tool.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-11

    Avoid warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-10

    Implement provider side feature IDs filtering for mssql

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-10

    [FEATURE] Expression compiler for mssql provider

    Also make mssql provider handle requests which cannot be executed
    gracefully (was crashing before)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-10

    Add provider test for mssql

Juergen E. Fischer <jef@norbit.de>	2015-12-10

    indentation fix

rldhont <rldhont@gmail.com>	2015-12-10

    [FEATURE][QGIS-Server] showFeatureCount in GetLegendGraphic

    Add non standard parameter 'ShowFeatureCount' to add feature count in the legend.

Matthias Kuhn <matthias@opengis.ch>	2015-12-10

    Fix doxymentation also in sip

Matthias Kuhn <matthias@opengis.ch>	2015-12-10

    [ogr] compatibility for 64 bit integers -> ifdefd

    GDAL 2 related

Matthias Kuhn <matthias@opengis.ch>	2015-12-10

    [ogr] compatibility for 64 bit integers

    GDAL 2 related

Matthias Kuhn <matthias@opengis.ch>	2015-12-07

    Add geometry generator tests

Matthias Kuhn <matthias@opengis.ch>	2015-12-07

    Reduce wkb parsing

Matthias Kuhn <matthias@opengis.ch>	2015-12-04

    [sip, doxygen] Geometry modifier bindings

    and lots of doxymentation

Matthias Kuhn <matthias@opengis.ch>	2015-12-04

    [FEATURE] Add geometry generator symbols

Matthias Kuhn <matthias@opengis.ch>	2015-12-04

    Symbol rendering engine does not rely on guaranteed types

Matthias Kuhn <matthias@opengis.ch>	2015-12-04

    Symbol creates geometry instead of the renderer

Juergen E. Fischer <jef@norbit.de>	2015-12-10

    wms provider: ignore cache on getcapabilities request with forced refresh (followup 9c340d7)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-10

    Handle type conversion failures for compiled expressions

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-10

    Fix spatialite provider test data (was missing primary key)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-10

    Better debugging for provider tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-10

    Use QgsFields::fieldNameIndex when preparing column refs in expressions

Matthias Kuhn <matthias@opengis.ch>	2015-10-10

    [Expression] radians and degrees

Juergen E. Fischer <jef@norbit.de>	2015-12-04

    also set application icon on windows and osx

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-10

    Fix coverity issues

Merge: 50092ebbb3 94b5e609de
Alessandro Pasotti <elpaso@itopen.it>	2015-12-09

    Merge pull request #2555 from elpaso/bugfix-pg-inherits

    Additional tests for tables with inherits

Matthias Kuhn <matthias@opengis.ch>	2015-12-09

    [Travis] Show proper clang version

Matthias Kuhn <matthias@opengis.ch>	2015-12-09

    [Travis] Don't build with debug info

elpaso <elpaso@itopen.it>	2015-12-09

    Fixed comment base_table_good

Juergen E. Fischer <jef@norbit.de>	2015-12-09

    missed a string in 6c3141b

Juergen E. Fischer <jef@norbit.de>	2015-12-09

    fix #13964

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-09

    Fix win build

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-09

    Try to fix Travis by reverting to legacy build environment

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-09

    [FEATURE] Double clicking a legend node opens symbol editor directly

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-09

    [FEATURE] Directly set class symbol color from context menu in legend

    Shows a color wheel widget in the menu, which allows you to
    interactively edit the color for a classes' symbol.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-09

    Add QgsColorWidgetAction for easily inserting QgsColorWidgets in menus

nirvn <nirvn.asia@gmail.com>	2015-12-09

    [FEATURE] add darker() and lighter() expression functions

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-09

    Use geometry by default on custom expression functions

    Got burnt by my own code. Them feels.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-08

    [FEATURE] Edit legend symbols directly from layer tree

    This adds a new "edit symbol" item to the right-click menu for a
    renderer child legend item (eg categories for the categorised
    renderer). Selecting it opens a symbol editor dialog which allows
    for directly editing the classes symbol. It's much faster than
    opening the layer properties and going through the style tab.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-07

    Add method for retrieving legend nodes by layer ID and legend rule key

Matthias Kuhn <matthias@opengis.ch>	2015-12-08

    Fallback to pure PyQt4 for the moment

    Fix #13948

    Will probably require some packaging adjustments when reintroducing this.

Matthias Kuhn <matthias@opengis.ch>	2015-12-08

    Expected failure for some tests

    Waiting for travis to recover before looking into it.
    They pass locally.

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    API cleanup

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Add sip bindings

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Doxymentation

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    [FEATURE] Add N:M relation editing possibilities

    This adds the possibility to manage data on a normalized relational
    database in N:M relations. On the relation editor in a form, the tools
    to add, delete, link and unlink work (also) on the linking table if a
    relation is visualized as N:M relation.

    Configuration is done through the fields tab where on the relation a
    second relation can be chosen (if there is a suitable relation in terms
    of a second relation on the linking table).

    Limitations
    ===========

    QGIS is not a database management system.

    It is based on assumptions about the underlying database system. In
    particular it expects

     * A `ON DELETE CASCADE` or similar measure on the second relation
     * Does not take care of setting the primary key when adding features.
       Either users need to be instructed to set them manually or - if it's a
       database derived value - the layers need to be in transaction mode
       (currently only activatable through the API)

Matthias Kuhn <matthias@opengis.ch>	2015-11-22

    Pass configuration to relation widget

Matthias Kuhn <matthias@opengis.ch>	2015-11-22

    Add GUI elements for N:M relation configuration

Matthias Kuhn <matthias@opengis.ch>	2015-11-22

    Save feature form configuration in QgsEditFormConfig

Merge: f13104be37 ec20db7ade
Hugo Mercier <hugo.mercier@oslandia.com>	2015-12-08

    Merge pull request #2556 from mhugo/fix_nullp

    Avoid insertion of null pointers in layer registry

Hugo Mercier <hugo.mercier@oslandia.com>	2015-12-08

    Avoid insertion of null pointers in layer registry

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-08

    Fix doxygen warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-08

    [FEATURE] Add support for transparency in SVG color params

    ...and update all bundled SVGs to suit

    Non-bundled SVGs must add:

    fill-opacity="param(fill-opacity)"
    and
    stroke-opacity="param(outline-opacity)"

    to enable transparency support

nirvn <nirvn.asia@gmail.com>	2015-12-07

    [svg markers] allow setting alpha value for fill and outline colors

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-08

    Change size()/count() == 0 and count() > 0 to isEmpty() checks

    Because:
    - easier to read
    - follows recommendations by clazy/KDAB
    - potentially performance benefits

elpaso <elpaso@itopen.it>	2015-12-08

    Added tests with use estimated metadata

Juergen E. Fischer <jef@norbit.de>	2015-12-08

    [FEATURE] postgres provider: refine warning about estimated metadata (fixes #13947)

Merge: 91180501bc ab0736a1d8
Jürgen Fischer <jef@norbit.de>	2015-12-08

    Merge pull request #2554 from vmora/order_pk_candidates

    order postgres PK candidates by attnum

Juergen E. Fischer <jef@norbit.de>	2015-12-08

    remove spitplugin from packaging (followup b39e6d1)

vmora <vincent.mora@oslandia.com>	2015-12-08

    order postgres PK candidates by attnum

Matthias Kuhn <matthias@opengis.ch>	2015-12-07

    [FEATURE] Add translate expression function

    Funded by
     * Regional Council of Picardy
     * ADUGA
     * Ville de Nyon
     * Wetu GIT cc

Matthias Kuhn <matthias@opengis.ch>	2015-12-07

    [FEATURE] Add an eval expression

    Funded by
     * Regional Council of Picardy
     * ADUGA
     * Ville de Nyon
     * Wetu GIT cc

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-07

    respect shortcuts set to none (fixes #7905)
    Shortcuts, that have been set to none by the user, are no longer restored to their default value on application startup.

Merge: 4f0b9dda79 564a06370d
rldhont <rldhont@gmail.com>	2015-12-07

    Merge pull request #2517 from rldhont/raster_open_adf

    Open adf raster file as a directory

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-07

    Fix deprecated warnings on Travis

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-07

    Ensure all classes derived from QObject include the Q_OBJECT macro

Alessandro Pasotti <elpaso@itopen.it>	2015-12-07

    Renamed test to test_RemoveLayerShouldNotSegFault

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-07

    Add extra check for deprecations to documentation test

    This check tests that if a function has been declared deprecated
    with either Q_DECL_DEPRECATED or has a @deprecated Doxygen note
    then it MUST have both the Q_DECL_DEPRECATD and @deprecated note.

    It's important that both are used, as Q_DECL_DEPRECATED allows
    throwing a warning if that method is used in code, while the
    @deprecated doxygen note gives an indication to devs/PyQGIS users
    of why it's deprecated and what should be used instead.

    Ideally we'd also test for SIP /Deprecated/ tags, but I can't
    find any reliable way to do this.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-07

    Fix SIP type handling for QgsColorScheme subclasses

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-07

    Fix bad assert in TestQgsRectangle

Juergen E. Fischer <jef@norbit.de>	2015-12-07

    osgeo4w: include PYTHONPATH in apache conf template

Juergen E. Fischer <jef@norbit.de>	2015-12-07

    indentation test: handle removed files

Alexander Bruy <alexander.bruy@gmail.com>	2015-12-07

    fix missed import in the Processing alg

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-07

    Avoid warning on Travis build

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-04

    Goodbye SPIT plugin

Juergen E. Fischer <jef@norbit.de>	2015-12-06

    [FEATURE] cache WMS capabililies

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-12-06

    sort the indexes when generating layer tree mime data (fixes #4110)

Juergen E. Fischer <jef@norbit.de>	2015-12-06

    doxygen: enable dot multimode

Juergen E. Fischer <jef@norbit.de>	2015-12-06

    debian packaging update
    * sync other branches
    * avoid testing and installing twice
    * manually merge PR#2524

Juergen E. Fischer <jef@norbit.de>	2015-12-06

    more precise fixes (followup be81716)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-07

    [FEATURE] Add a show/hide all context menu for layer tree symbol items

    Allows toggling on/off all the symbol items for categorized/graduated/
    rule based layers via the right click menu on an item. Previously
    you'd have to manually toggle each item one-by-one.

    Fix #13458

Juergen E. Fischer <jef@norbit.de>	2015-12-05

    debian build: include stretch builds

Juergen E. Fischer <jef@norbit.de>	2015-12-05

    indentation test: include autopep8 in tips (followup 0d5d3bc)

Juergen E. Fischer <jef@norbit.de>	2015-12-05

    trim link list of application

Juergen E. Fischer <jef@norbit.de>	2015-12-05

    fix precise build

Merge: de3ce1560c 3ca5441076
Alessandro Pasotti <elpaso@itopen.it>	2015-12-05

    Merge pull request #2498 from elpaso/pythoninitcode

    Refactored the python init function selector

elpaso <elpaso@itopen.it>	2015-12-05

    Honour relative path setting

elpaso <elpaso@itopen.it>	2015-11-26

    Added error messages with QMessageBox

    Errors on:
    * init function not found
    * init function with wrong parameters count

elpaso <elpaso@itopen.it>	2015-11-24

    Added b/w compatibility for "dot" module/function

    When loading a function init with a dot, this
    is transformed to a proper import and the
    python init configuration is changed to support
    the new python loading system.

    Also check for inspect errors.

    Still missing: warn the user on configuration and
    trapped runtime errors

elpaso <elpaso@itopen.it>	2015-11-24

    Hide file selector when not needed

elpaso <elpaso@itopen.it>	2015-11-24

    Refactored the python init function selector

    Do not rely on the presence of a dot to load
    a module. Loading a module can now be achieved
    through the code editor in the dialog.

    * added an option to load from environment
    * added a file selector to specify the file
    * changed tooltips accordingly

Alessandro Pasotti <elpaso@itopen.it>	2015-12-05

    Changed comment title

elpaso <elpaso@itopen.it>	2015-12-04

    Added test for QgsMapLayerRegistry

    See: PR #2534

Juergen E. Fischer <jef@norbit.de>	2015-12-05

    disable astyle on windows nightlies (followup 0d5d3bc)

Juergen E. Fischer <jef@norbit.de>	2015-12-05

    [FEATURE] oracle provider: initial expression compiler support

Juergen E. Fischer <jef@norbit.de>	2015-12-05

    [FEATURE] oracle provider: add Feature limit support for feature requests (followup 3ece33f)

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-05

    [FEATURE] Feature limit support for feature requests

    Limits the maximum number of features returned by the iterator.
    Some providers (postgres, spatialite, MS SQL) pass the limit on
    to the provider to result in faster queries.

Juergen E. Fischer <jef@norbit.de>	2015-12-04

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-12-04

    make december postfix translatable

Juergen E. Fischer <jef@norbit.de>	2015-12-04

    postgres provider: verify uniqueness of parent table primary keys (fixes #13947)

elpaso <elpaso@itopen.it>	2015-12-04

    Added failing test for tables with INHERITS

Merge: ab3542abf8 984d1f21cb
Alessandro Pasotti <elpaso@itopen.it>	2015-12-04

    Merge pull request #2534 from mhugo/fix_nullp

    Fix a crash when trying to removeMapLayer a null pointer

Matthias Kuhn <matthias@opengis.ch>	2015-12-04

    Write debug output on travis

    This should make it easier to debug issues when they fail on travis.
    But at the sime time it also decreases the SNR and increases test times.
    Will have to check if this makes sense in the long run.

Juergen E. Fischer <jef@norbit.de>	2015-12-04

    fix translation string

Juergen E. Fischer <jef@norbit.de>	2015-12-03

    travis: add indentation check after running tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-04

    Fix bounding box calculation of geometry collections, fix #4102

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-04

    Something about the session ;)

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-04

    Add \n button to expression builder

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-04

    Identify result default to right side

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-04

    Missed one

Larry Shaffer <lshaffer@boundlessgeo.com>	2015-12-03

    [FEATURE][auth] Add support to Plugin Manager

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-04

    Even more default path fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-04

    Followup 701d970, fix sizes for font marker test

vmora <vincent.mora@oslandia.com>	2015-12-02

    fix wrong scale method with constant expressions
    fix #13571

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-04

    More default path fixes. Remove What's This? from toolbar

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-04

    More default path fixes

Sandro Santilli <strk@keybit.net>	2015-12-02

    Slightly improve method documentation

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-04

    Apply filters to feature request for categorized renderer

    Makes rendering much faster when only certain categories are checked,
    as only the matching records for the displayed features are fetched
    from the provider.

Hugo Mercier <hugo.mercier@oslandia.com>	2015-12-03

    Fix a crash when trying to removeMapLayer a null pointer

Juergen E. Fischer <jef@norbit.de>	2015-12-03

    add oracle connection pooling

Juergen E. Fischer <jef@norbit.de>	2015-12-03

    Catch when GEOSCoordSeq_create_r returns 0 (should fix crash in #13934)

Matthias Kuhn <matthias@opengis.ch>	2015-12-03

    Force usage of GCE on travis

    And hope for less timeouts

Merge: e9eb233e0a b498094780
Nathan Woodrow <madmanwoo@gmail.com>	2015-12-03

    Merge pull request #2502 from SebDieBln/RuleBasedRendererWidgetDisableButtons

    enable/disable buttons in the rule based style dialog (fixes #6708)

Tom Vijlbrief <tvijlbrief@gmail.com>	2015-11-30

    warn for WFS feature count limit

Matthias Kuhn <matthias@opengis.ch>	2015-12-02

    Add nullptr support

Matthias Kuhn <matthias@opengis.ch>	2015-12-03

    Add code style template for QtCreator

Matthias Kuhn <matthias@opengis.ch>	2015-12-03

    Add QGIS3 todo

Merge: 85cc1807df ec9f086222
volaya <volayaf@gmail.com>	2015-12-03

    Merge pull request #2514 from spono/patch-14

    [Processing] Update CanopyModel.py

Merge: bbde581457 c622457fc5
volaya <volayaf@gmail.com>	2015-12-03

    Merge pull request #2468 from spono/patch-12

    [processing] Update ClipData.py

Merge: 3d5f33abfa dd8826f372
volaya <volayaf@gmail.com>	2015-12-03

    Merge pull request #2466 from spono/patch-10

    [processing] Update GroundFilter.py

Merge: 4dafbc0f08 706e651484
Matthias Kuhn <matthias@opengis.ch>	2015-12-03

    Merge pull request #2410 from mdouchin/postgis_2_2_server_simplification

    Postgresql provider - Use ST_RemoveRepeatedPoints instead of ST_SnapToGrid

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-03

    More better default paths

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-03

    Same order for new layer actions as menu

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-03

    Always use 'temporary scratch layer' instead of 'memory layer' in UI

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-03

    Fix lots of bad default base folders. Now point to user home

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-03

    Consistent widget order new layer dialogs.  Type first then rest

    These dialogs are not ideal and need to be reduced to a single one in
      the future.

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-03

    Show a preview string for intervals in expression builder

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-03

    Initially set all symbol layer nodes to expanded

    (it's a pain to have to always expand these out to edit sub symbols
    and there's never going to be so many layers in a symbol to make
    space a big issue)

Matthias Kuhn <matthias@opengis.ch>	2015-12-02

    Fix crash on add feature

Juergen E. Fischer <jef@norbit.de>	2015-12-02

    indentation update

Merge: 9e5528b111 2305b90ab1
Jürgen Fischer <jef@norbit.de>	2015-12-02

    Merge pull request #2511 from tomtor/master

    Fix non caching behaviour for WFS

Matthias Kuhn <matthias@opengis.ch>	2015-12-02

    [qt5] Fix compiler errors

Matthias Kuhn <matthias@opengis.ch>	2015-12-02

    More output to debug flaky CSV test

Matthias Kuhn <matthias@opengis.ch>	2015-12-02

    Add license header template for QtCreator

    Can be set in Tools -> Options -> C++ -> File Naming

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-12-02

    new text/numeric field icons

Juergen E. Fischer <jef@norbit.de>	2015-12-02

    oracle provider: fix geometry type/srid detection for queries

Juergen E. Fischer <jef@norbit.de>	2015-12-02

    pyuic: fix QPyNullVariant exception

Juergen E. Fischer <jef@norbit.de>	2015-12-02

    db manager: only alias subqueries on postgres (fixes #13731)

Juergen E. Fischer <jef@norbit.de>	2015-12-02

    db manager oracle plugin: avoid tablespace index parameter

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-02

    Default to users home for project folder

Nathan Woodrow <nathan_woodrow@technologyonecorp.com>	2015-12-02

    Reduce padding around recent project widget

Tom Vijlbrief <tvijlbrief@gmail.com>	2015-12-01

    remove unneeded code

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Make strings translatable

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Make strings translatable

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Fix failing test

Michael Douchin <mdouchin@3liz.com>	2015-10-30

    Postgresql provider - Use postgis 2.2 ST_RemoveRepeatedPoints for simplification

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Doxymentation fix

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    More sip bindings

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Add API to QgsMapLayerRegistry to rely less on ids

Merge: bb9eb79021 34df72c75b
Alexander Bruy <alexander.bruy@gmail.com>	2015-12-01

    Merge pull request #2516 from radosuav/zonal_stats

    [processing] use raster band scailing factor and offset in Zonal Statistics algorithm

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    More missing sip bindings

    Ouch

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-01

    Add a method for getting a quoted string value for use as a literal
    in expressions

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Add missing sip bindings

Tom Vijlbrief <tvijlbrief@gmail.com>	2015-12-01

    Improve zoom in behaviour when WFS fetch limit was reached

Tom Vijlbrief <tvijlbrief@gmail.com>	2015-12-01

    reduce race condition

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Add safety check in attribute table model

Matthias Kuhn <matthias@opengis.ch>	2015-12-01

    Signal transaction rollback and some refactoring of transactions

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-01

    [geometry] Add method to drop z/m values from a geometry

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-01

    [geometry] Add method to drop z/m from wkb types

Merge: 4ea0c56e9b 30d7795ff3
Matthias Kuhn <matthias@opengis.ch>	2015-11-30

    Merge pull request #2506 from SebDieBln/MakeDirtyOnAnnotation

    changes to annotations mark the project dirty (fixes #7586)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-26

    changes to annotations mark the project dirty (fixes #7586)
    this includes adding, editing, moving, resizing and deleting

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-01

    Followup 53b116a, fix failing tests

Matthias Kuhn <matthias@opengis.ch>	2015-11-30

    Fixup 68a01c9

Matthias Kuhn <matthias@opengis.ch>	2015-11-30

    Add QgsVectorLayer::deleteFeatures() method

Nyall Dawson <nyall.dawson@gmail.com>	2015-12-01

    [composer] Better default line thickness (fix #13912)

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-30

    Consolidate QgsGeometryUtils tests

Merge: 0b9ac8bd9b 1bf8997cce
Matthias Kuhn <matthias@opengis.ch>	2015-11-30

    Merge pull request #2520 from nicanor-b/master

    Added support for Unicode translations in fTools visual

Nick Burkhart <nickburkhart@Nicks-iMac.local>	2015-11-30

    added support for Unicode translations in fTools visuals

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-30

    followup ebb9eff

    * use better icons
    * fix typo LongLong
    * rename icons to group them alphabetically
    * add time icon and type

Alexander Bruy <alexander.bruy@gmail.com>	2015-11-27

    show data type icons in the field combobox

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-30

    assign parent to model

Matthias Kuhn <matthias@opengis.ch>	2015-11-30

    python bindings for ebc9e029

rldhont <rldhont@gmail.com>	2015-11-30

    Open adf raster file as a directory

    adf raster files are Arc/Info Binary Grid. This format is the internal binary format for Arc/Info Grid, and takes the form of a coverage level directory in an Arc/Info database. To open the coverage select the coverage directory, or an .adf file (such as hdr.adf) from within it. If the directory does not contain file(s) with names like w001001.adf then it is not a grid coverage.

    This mean that if a user open an adf file, it is the same as open the directory containing this adf file.

    To do it, this patch replaces file path and name by its directory.

    Funded by Ifremer

Matthias Kuhn <matthias@opengis.ch>	2015-11-30

    Expose changed attributes in QgsFeatureAction and QgsVectorLayerTools

radosuav <rmgu@dhi-gras.com>	2015-11-30

    [Processing] Use raster band scailing factor and offset in Zonal Statistics algorithm

Matthias Kuhn <matthias@opengis.ch>	2015-11-30

    Doxymentation for ebc9e029

Matthias Kuhn <matthias@opengis.ch>	2015-11-30

    Transaction: Update feature with generated values from the provider

Matthias Kuhn <matthias@opengis.ch>	2015-11-30

    Write data provider errors to console

Matthias Kuhn <matthias@opengis.ch>	2015-11-29

    Relations are only valid if the id is set

Matthias Kuhn <matthias@opengis.ch>	2015-11-29

    Add QGIS3 API change comment

Nic <sciurusurbanus@hotmail.it>	2015-11-30

    Update CanopyModel.py

    fixed some syntax errors and added an output option (ASCII)

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-11-30

    Squashed commit of the following:

    commit 883cdbc3ead1a98c594d9f5584cd50a3fd161511
    Author: Giuseppe Sucameli <brush.tyler@gmail.com>
    Date:   Mon Nov 30 01:12:47 2015 +0100

        [DbManager] fix indentation due to merge f15b6011f9

    commit f15b6011f97797794ff4369645449b6803e15cd0
    Merge: c4dcb7b 6d3df91
    Author: Giuseppe Sucameli <brush.tyler@gmail.com>
    Date:   Mon Nov 30 01:09:18 2015 +0100

        Merge branch 'gdaltools_buildvrt_asrs' of https://github.com/giohappy/QGIS into giohappy-gdaltools_buildvrt_asrs

        Conflicts:
            python/plugins/GdalTools/tools/doBuildVRT.py

    commit 6d3df91f0226fa71356da45b9b5ef1c9f9796ebd
    Author: giohappy <giohappy@gmail.com>
    Date:   Wed Jun 4 12:48:58 2014 +0200

        Added a_srs option to buildvrt command

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-11-30

    [DbManager] delete layer passed to querybuilder to set sql layer filter (follow f6e31613)

Merge: df3057122f f6e3161317
Giuseppe Sucameli <brush.tyler@gmail.com>	2015-11-30

    Merge branch 'DbManager_SetFilter' of https://github.com/SebDieBln/QGIS

    [DbManager] New button to define a sql-filter when adding a query-based layer

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-30

    Follow up 3c3317, typo fixes

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2015-11-22

    [feature][composer] Allow multiple selection of compositions in manager

    Allows multiple compositions to be opened and deleted. Fix #2917.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-30

    Followup c14352f, tweaked Coverity fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-30

    [composer] Increase precision of exported worldfiles (fix #13895)

Juergen E. Fischer <jef@norbit.de>	2015-11-29

    legend interface: guard layer dereferences (fixes #13899)

Tom Vijlbrief <tvijlbrief@gmail.com>	2015-11-29

    Fix non caching behaviour for WFS

Juergen E. Fischer <jef@norbit.de>	2015-11-29

    coverity fixes

Juergen E. Fischer <jef@norbit.de>	2015-11-27

    fix pyuic wrapper where qt4 & 5 are available

Juergen E. Fischer <jef@norbit.de>	2015-11-27

    indentation update

Merge: 5473c3394f 174a0ddeb7
Matthias Kuhn <matthias@opengis.ch>	2015-11-29

    Merge pull request #2510 from SebDieBln/FixDeleteCategories

    Fix a bug when deleting style categories (fixes #12043)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-12

    Added a button to set a filter for a query layer.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-28

    fix a bug when deleting style categories (fixes #12043)

rldhont <rldhont@gmail.com>	2015-11-06

    [QGIS-Server] Help editing OWS Server general information

    Fees and access constraints have a defined list of value by ISO. To help user editing these parameters, edit lines have been remplaced by editable combo box.

    To enhance general information and has more INSPIRE compatibility, contact position is added to general information.

Richard Duivenvoorde <richard@duif.net>	2015-11-28

    [FEATURE] test webhook plz ignore

Matthias Kuhn <matthias@opengis.ch>	2015-11-27

    Transactions: addFeature propagates new feature id

Nic <sciurusurbanus@hotmail.it>	2015-11-27

    Update GroundFilter.py

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2015-11-25

    Use QgisApp::instance and simplify code

Nic <sciurusurbanus@hotmail.it>	2015-11-27

    Update ClipData.py

    subprocess lines deleted because obsolete

Nic <sciurusurbanus@hotmail.it>	2015-11-27

    Update FilterData.py

    subprocess lines deleted and fixed syntax error

volaya <volayaf@gmail.com>	2015-11-27

    [processing] fixed missing colon in function definition

Merge: 0a21d91be5 c58981fd5e
volaya <volayaf@gmail.com>	2015-11-27

    Merge pull request #2505 from radosuav/processing_extent

    [Processing] Check layer projection when using it for subset extent

volaya <volayaf@gmail.com>	2015-11-27

    [processing] allow manually add scripts to scripts provider

Merge: ae748d3b7d 4f9244d6f0
volaya <volayaf@gmail.com>	2015-11-27

    Merge pull request #2472 from spono/patch-8

    [Processing] Update TinSurfaceCreate.py

Merge: 5375522ce1 ea526a2924
volaya <volayaf@gmail.com>	2015-11-27

    Merge pull request #2463 from spono/patch-7

    [proessing]small correction on FUSION internal commands

Merge: a6d147f63e ec204c357f
volaya <volayaf@gmail.com>	2015-11-27

    Merge pull request #2465 from spono/patch-9

    [processing] Create DTM2ASCII

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-27

    Temporarily disable part of PyQgsRulebasedRenderer test

    Since testRefineWithCategories and testRefineWithRanges test were
    added, this unit test has been crashing on nightlies on rare
    occasions.

    I can't track down what's causing this, and haven't been able to
    reproduce locally.So, I'm going to temporarily skip
    testRefineWithRanges to at least try and identify which of the
    tests is causing the crash.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-27

    Mark QgsLineStringV2 as a critical class

    Now has as close to 100% unit test coverage as possible

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-27

    Make QgsLineStringV2::fromWkbPoints private

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-27

    Add more tests to QgsLineStringV2, fix vertexAngle calculation

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-27

    QgsGeometryUtils fixes

    - add QgsGeometryUtils::normalizedAngle for restricting an angle
    to [0, 2PI)
    - fix calculations of QgsGeometryUtils::averageAngle, was returning
    perpendicular angle and angles > 2Pi
    - improve docs and add unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-27

    Avoid deprecated warnings

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-25

    enable/disable buttons in QgsRuleBasedRendererV2Widget based on selection
    also made a tooltip and a label more precise

Matthias Kuhn <matthias@opengis.ch>	2015-11-26

    More build instructions for Qt5/Fedora

Nic <sciurusurbanus@hotmail.it>	2015-11-26

    Update CanopyModel.py

    fixed some syntax errors and added an output option (ASCII)

Merge: 114b04ece1 06357dd31e
volaya <volayaf@gmail.com>	2015-11-26

    Merge pull request #2504 from saberraz/master

    Fix problem with QSpinBox error in Processing dialog windows, fixes #13884

radosuav <rmgu@dhi-gras.com>	2015-11-26

    [Processing] Check layer projection when using it for subset extent

Matthias Kuhn <matthias@opengis.ch>	2015-11-18

    Add build instructions for Fedora/Qt5

Sab <saber.razmjooei@lutraconsulting.co.uk>	2015-11-26

    Fix problem with QSpinBox error in Processing dialog windows

    This will cause QGIS to crash, when accessing Processing > Options
    items.

rldhont <rldhont@gmail.com>	2015-11-26

    [QGIS-Server] Enhance store project keyword list

Matthias Kuhn <matthias@opengis.ch>	2015-11-26

    Disable grass7 tests

    Packages are unavailable (at the moment?)

Matthias Kuhn <matthias@opengis.ch>	2015-11-24

    Remove unrequired var

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-26

    QgsLineStringV2 fixes

    - fix incorrect centroid calculation (was always returning 0,0)
    - fix closestSegment when numPoints < 2
    - fix broken leftOf calculation for closestSegment
    - area calculation when numPoints < 2

    Plus add more unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-26

    [FEATURE] New 'reverse' expression for reversing linestrings

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-26

    Update test mask images

Daan Goedkoop <dgoedkoop@gmx.net>	2015-11-25

    Check for short-circuit in QgsCoordinateTransform::transformCoords

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-26

    'fix' build with Ubuntu 15.10

    Avoid totally bizarre fontutils test moc error by renaming to
    'typographicstylingutils'.

    (Pretty sure Ubuntu 15.10 is haunted by ghosts)

Juergen E. Fischer <jef@norbit.de>	2015-11-25

    remove references to coding (followup 7b0837f)

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-25

    QgsLineStringV2: better handling of LineString25D, more tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-25

    [labeling] Avoid placing labels over ANY part of point symbols

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-25

    [pal] Don't treat joined features as obstacles for each other

    Eg, if the "merge connected features" option for a layer is checked
    then label candidates generated for the merged line should not
    be marked as in conflict with any part of the merged line.
    Previously they would be marked in conflict with all but one part
    of the merged line, resulting in false penalties being applied
    to these candidates and non-ideal final label placements.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-25

    Update test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-25

    Followup b10e708, fix failing PyQgsServerAccessControl test on Travis

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-25

    Avoid some deprecated warnings

Matthias Kuhn <matthias@opengis.ch>	2015-11-24

    Use window system provided cursors rather than bitmaps

Nic <sciurusurbanus@hotmail.it>	2015-11-24

    Update Cover.py

Matthias Kuhn <matthias@opengis.ch>	2015-11-24

    Yet another fix to 594fafe

Matthias Kuhn <matthias@opengis.ch>	2015-11-24

    Fixup 7b0837f

Matthias Kuhn <matthias@opengis.ch>	2015-11-24

    Remove CODING from source tree

    It has all been moved to
    http://qgis.org/en/site/getinvolved/development/qgisdevelopersguide.html
    Where it is managed as .rst and translatable.

Matthias Kuhn <matthias@opengis.ch>	2015-11-24

    Followup 594fafe73b8, Also fix processing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-11-24

    Fix ftools geometry collection handling

Matthias Kuhn <matthias@opengis.ch>	2015-11-24

    Get rid of warning on exit

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-24

    Fix crash in QgsLineStringV2::append if non z/m line appended
    to a LineString with z/m

    Add a bunch of unit tests for QgsLineStringV2 and fix some other
    minor issues which they identified.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-24

    Fix incorrect GML from QgsPointV2::asGML3

    Also finish unit tests for QgsPointV2 and mark as a critical class

Juergen E. Fischer <jef@norbit.de>	2015-11-23

    some fixes to the server access control tests on windows

Matthias Kuhn <matthias@opengis.ch>	2015-11-23

    Fix layout problems with relation reference widget

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-24

    Fix PyQgsServerAccessControl on Ubuntu

    Add size tolerance to legend images, add masks for legend images

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-24

    Followup 7d600bd, proper fix for failing labeling engine test

    When labelFeatures is called outside of the renderering loop,
    we need to make sure the renderer is prepared by calling
    startRender.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-24

    [FEATURE] Allow overide of geometry type in vector save as dialog

    Also allows forcing output file to be multi type, or include z
    dimension.

    This makes it possible to do things like save a geometryless
    table WITH a geometry type, so that geometries can then be
    manually added to rows. Previously this was only possible to do in
    QGIS by resorting to dummy joins or other hacks.

Nic <sciurusurbanus@hotmail.it>	2015-11-23

    Update TinSurfaceCreate.py

Nic <sciurusurbanus@hotmail.it>	2015-11-23

    Update GroundFilter.py

Juergen E. Fischer <jef@norbit.de>	2015-11-23

    fix local simplification for ZM geometries

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-23

    Update test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-23

    [FEATURE] Show z/m values in derived info for identify tool

    For lines/polygons, identify tool will show vertex number and
    x/y/z/m for nearest vertex to identify point.

    Also add number of parts and part number to results for collections.

Juergen E. Fischer <jef@norbit.de>	2015-11-22

    'fix' weird automoc test problem on wily

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-22

    introduce a new command line option '--' to the main app
    all arguments after this option are treated as files, not options
    includes a test

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-22

    improved TestPyQgsAppStartup
    allow passing additional arguments after testfile
    do not wait the full timeout when the app already exited

Matthias Kuhn <matthias@opengis.ch>	2015-11-22

    Do not wrap labels in composer legend properties widget

    Fix #10498

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-23

    Minor coverity fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-23

    Update test mask images

Juergen E. Fischer <jef@norbit.de>	2015-11-22

    server access control test: replace hardcoded temporary directory

Juergen E. Fischer <jef@norbit.de>	2015-11-22

    fix PyQgsServerAccessControl in nightlies

Merge: 7d600bdaed caab4c12f5
Matthias Kuhn <matthias@opengis.ch>	2015-11-22

    Merge pull request #2493 from SebDieBln/AttrTableHideSortIndicator

    Hide the sort indicator in the attribute table until first sort (fixes #6705)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-22

    hide the sort indicator in the attribute table until first sort

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-22

    [FEATURE] Use rendered symbol size as obstacle for point feature labels

    Previously, only the point feature itself was treated as an obstacle
    for label candidates. If a large or offset symbol was used for the
    point, then labels were allowed to overlap this symbol without
    incurring the obstacle cost.

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-22

    Allow registering feature to label/diagram provider with obstacle geom

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-22

    Test mask updates

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-21

    avoid using copy/paste style when duplicating layers

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-21

    De-Duplicate code from 'copy/paste style' found in 'import/export named style'

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-21

    Let the test for presence of root element be the first step.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-21

    Moved export/import vector geometry type to QgsMaplayer

Merge: 531fec039c a4b61fbd1f
Matthias Kuhn <matthias@opengis.ch>	2015-11-21

    Merge pull request #2327 from DelazJ/ConsistentTerms2

    Add consistency to attribute's dialogs

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    Fix copy constructor for pal::FeaturePart

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    Allow setting label obstacle geom in QgsPalLabeling::registerFeature

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    [labeling] Allow different obstacle geometry to feature geometry

    This change makes it possible to have a different geometry used
    for labeling obstacle detection to the geometry used for generating
    label position candidates.

    Also fixes parts of multipolygon features were not treated as
    obstacles when "label only largest part" of polygon was checked.
    Some inefficiencies in pal were also fixed (eg avoiding adding
    features/obstacles to pal rtree indexes when they will never
    be used).

    Sponsored by City of Uster

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-19

    have CMake find Python library on Windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    Update test masks

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    Followup c6460a3, avoid rendering issues

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    [pal] Never treat features as obstacles for their own labels

    Fixes issues like rule based labelling registering two labels for
    a single feature which was resulting in each label colliding
    with the feature's geometry registered by the other label. This
    resulted in poor placement for these labels.

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    Add (disabled) test for labels around large symbols

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    Rename marker line symbol test folder to match other symbol tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    Make symbol line fill tests more robust

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-21

    More test mask updates

Juergen E. Fischer <jef@norbit.de>	2015-11-21

    4 more pixels... (followup ca3da4c)

Juergen E. Fischer <jef@norbit.de>	2015-11-20

    adapt render tests to c6460a3

Juergen E. Fischer <jef@norbit.de>	2015-11-20

    fix builds with older compilers

Juergen E. Fischer <jef@norbit.de>	2015-11-20

    also update strpos function help (followup 2a557db)

Merge: d795e508cc a5b2a06981
Matthias Kuhn <matthias@opengis.ch>	2015-11-20

    Merge pull request #2487 from SebDieBln/CopyPasteScaleBasedVisibility

    Make copy/paste style aware of scale based visibility (fixes #13746)

Merge: c6460a3d7d 0132a3e173
Matthias Kuhn <matthias@opengis.ch>	2015-11-20

    Merge pull request #469 from olivierdalang/SanitizeEntryNames

    Warning about invalid entry names

Juergen E. Fischer <jef@norbit.de>	2015-11-20

    render polylines with drawPath too (followup 08185c9; fixes #13343)

Nic <sciurusurbanus@hotmail.it>	2015-11-20

    Update ClipData.py

Nic <sciurusurbanus@hotmail.it>	2015-11-20

    Update ClipData.py

Juergen E. Fischer <jef@norbit.de>	2015-11-20

    restore QgsVectorLayer::setReadOnly (followup 4cd1e38)

Matthias Kuhn <matthias@opengis.ch>	2015-11-20

    [sip] fix editor widget bindings

Matthias Kuhn <matthias@opengis.ch>	2015-11-20

    Constification

Merge: ecfdde5797 8c24e1e2d4
Alessandro Pasotti <elpaso@itopen.it>	2015-11-20

    Merge pull request #2489 from elpaso/qgseditorwidgetwrapper-config-added

    Added config() to QgsEditorWidgetWrapper SIP wrapper

elpaso <elpaso@itopen.it>	2015-11-20

    Added const to config() method

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-20

    Fix copy constructor for pal::PointSet

rldhont <rldhont@gmail.com>	2015-11-20

    Clean [BUGFIX] Multipoint asJSON

Merge: 00ea968347 54cf64bcdc
Matthias Kuhn <matthias@opengis.ch>	2015-11-20

    Merge pull request #2488 from nyalldawson/clang

    [travis] Use newer clang 3.7 for linux builds

rldhont <rldhont@gmail.com>	2015-11-20

    [BUGFIX] Multipoint asJSON

    Fixes #13855
    Multipoint asJSON made MultiPoint as Multilinestring with only 1 point by linestring.

    This bugfix adds tests.

elpaso <elpaso@itopen.it>	2015-11-20

    Added config() to QgsEditorWidgetWrapper SIP wrapper

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-20

    Add method to determine approximate rendered symbol bounds for markers

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-20

    [travis] Use newer clang 3.7 for linux builds

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-20

    Update test mask images for windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-20

    Misc cleanups following c9f0d83

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-19

    made copy/paste style aware of scale based visibility (fixes #13746)

Juergen E. Fischer <jef@norbit.de>	2015-11-19

    install qgsfeaturefilterprovider.h (followup c9f0d83)

Merge: 313fe6a98f 174fbb97ce
olivierdalang <olivier.dalang@gmail.com>	2015-11-19

    Merge pull request #1 from SebDieBln/SanitizeEntryNames

    add a test for makeKeyTokens_()

Juergen E. Fischer <jef@norbit.de>	2015-11-19

    fix c40a764

Matthias Kuhn <matthias@opengis.ch>	2015-11-19

    Some sip changes and doxymentation

Matthias Kuhn <matthias@opengis.ch>	2015-11-19

    fixup doxygen

Matthias Kuhn <matthias@opengis.ch>	2015-11-19

    fieldEditable -> readOnly

Matthias Kuhn <matthias@opengis.ch>	2015-11-18

    Document function name changes

Matthias Kuhn <matthias@opengis.ch>	2015-11-18

    Refactor edit form configuration out of QgsVectorLayer

Alessandro Pasotti <elpaso@itopen.it>	2015-11-19

    Fix segfault when editor widget is invalid on form init

    "editor" can be null in that case

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-19

    added a test for makeKeyTokens_()

Juergen E. Fischer <jef@norbit.de>	2015-11-19

    indentation update

Matthias Kuhn <matthias@opengis.ch>	2015-11-19

    Fix crash in relation reference widget

Juergen E. Fischer <jef@norbit.de>	2015-11-19

    fix windows build (followup c9f0d83)

Juergen E. Fischer <jef@norbit.de>	2015-11-19

    [FEATURE] expression: align strpos behaviour with postgres

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-19

    Fix build

Merge: 8c0fe47d8e c9f0d83aaf
mhugent <marco.hugentobler@sourcepole.ch>	2015-11-19

    Merge pull request #2056 from sbrunner/qgis-server-security

    [Feature] Add an interface in QGIS Server for access control plugins

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-19

    Add tests for QgsPointV2, fix some issues:

    - prevent creation of a QgsPointV2 with a non-point WKB type
    - fix bounding box was not invalidated for some modification routines
    - if WKT type is PointZ/M/ZM and not enough coordinates specified,
    initialise extra coordinates to 0

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-19

    Fix incorrect point types when segmentizing circular strings

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-19

    [qt5] fix custom widgets

Matthias Kuhn <matthias@opengis.ch>	2015-11-19

    Do not require manual CMakeCache intervention

Merge: f6e4e75cd6 cfa308d5ac
Jürgen Fischer <jef@norbit.de>	2015-11-18

    Merge pull request #2458 from SebDieBln/Postgres_GeomTypeDirect

    [postgresprovider] Determine geometry type and srid directly from column type

Juergen E. Fischer <jef@norbit.de>	2015-11-18

    [FEATURE]postgres provider: add support for timestamp types

Matthias Kuhn <matthias@opengis.ch>	2015-11-18

    Fix python errors

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-17

    restore original subset string on dialog cancel (fix #13620)

Stéphane Brunner <stephane.brunner@camptocamp.com>	2015-05-19

    The plugin define the following methods:

    * layerFilterExpression
      Return an additional filter, used in
      WMS/GetMap, WMS/GetFeatureInfo, WFS/GetFeature to filter the features
    * layerFilterSubsetString
      Return an additional the subset string (typically SQL) filter.
      Faster than the layerFilterExpression but not supported on all the
      type of layer
    * layerPermissions
      Change the rights on the layer per user (known by the plugin)
      Concern rights: publish, insert, update, delete.
      Mostly used in WFS/Transaction, and the publish in all requests.
    * authorizedLayerAttributes
      Be able to show some attributes only for a subset of user
      Used in: WMS/GetFeatureInfo, WFS/GetFeature
    * allowToEdit
      Be able to don't allow to edit a particular feature, in our case base
      on the Geometry
      Used in: WFS/Transaction
    * cacheKey
      Cache key to used to create the capabilities cache, "" for no cache,
      shouldn't contains any "-", default to ""

Merge: e0bedc2b17 d0625b8b35
alexbruy <alexander.bruy@gmail.com>	2015-11-18

    Merge pull request #2481 from nyalldawson/processing

    Processing enhancements and fixes

Stéphane Brunner <stephane.brunner@camptocamp.com>	2015-07-31

    Make log messages visible in the QGIS server log file

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Drop SIP/documentation test thresholds

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Add methods to directly retrieve/set coordinates for linestring nodes

    Also add method to create QgsPointV2 from a QPointF

Matthias Kuhn <matthias@opengis.ch>	2015-11-18

    Add Saga 2.2.2 descriptions

Merge: 86c1ffa0aa 26b3685757
Matthias Kuhn <matthias@opengis.ch>	2015-11-18

    Merge pull request #2460 from nyalldawson/ogr_compiler

    [FEATURE] Compiler for OGR and Spatialite expressions

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    [processing] Add algorithm for reversing line directions

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    [processing] Add smooth algorithm

    Allows for smoothing line or polygon layers

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    [processing] Use QgsDoubleSpinBox instead of QSpinBox

    Allows for simple calculations in spin box, adds a reset control
    to reset widget to default value

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    [processing] Guess sensible step sizes for float spin boxes

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    [processing] Fix maximum/minimum not respected for float spinboxes

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Add reversed method to QgsCurveV2

    Also clean up and add missing docs for QgsLineStringV2

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Don't store QgsLineStringV2 coordinates in QPolygonF

    This stores coordinates as qreal, which on some platforms is float,
    and not suitable for accurate geometry storage.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Add rx(), ry(), ... methods to QgsPointV2, add missing docs to class

    Allows for directly modifying point's coordinates in place

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Fix detection of python related notes in Sip coverage test

    In certain cases test was not correctly detecting "not available in
    Python bindings" notes

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Bracket ops to avoid precedence issues when compiling expressions

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Make expression compilation optional, but enabled by default

    Remove the previous postgres specific option and replace with an
    enabled-by-default option which applies to all expression
    compilation.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Add some more expression compilation tests, fix <> string for OGR

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-17

    [FEATURE] Expression compiler for SpatiaLite provider

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-17

    Create QgsSqlExpressionCompiler as base class for expression compilers

    Switch Postgres and OGR compilers to use the new base class. New class
    should make it easier to add additional expression compilers (eg
    spatialite, MS SQL, etc)

Merge: dc0639c794 e04d5e4d70
Jürgen Fischer <jef@norbit.de>	2015-11-17

    Merge pull request #2478 from SebDieBln/DbManager_Fix13731

    [DbManager] replaced 'LIMIT 0' by 'WHERE 0=1' (fixes #13731)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-17

    replaced 'LIMIT 0' by 'WHERE 0=1' (fixes #13731)

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-18

    Add missing /Transfer/s to setSubSymbol

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-16

    Disable OGR expression compilation for certain OGR drivers

    In some cases OGR forwards filters on to the underlying data source,
    and the syntax may differ from OGR SQL. In these cases disable
    expression compilation.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-16

    Add provider expression filter tests for TVL

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-16

    OGR expression compiler fixes

    - Allow simple operators as supported by OGR (+, -, * )
    - Only return a partial compilation success if expression contains
    "column"="column2". Since OGR SQL performs case insensitive
    comparisons, we need to double check the result using QGIS'
    expressions to ensure that case matches. Add unit tests for this
    to provider tests.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-15

    [FEATURE] Compiler for OGR expressions

    Allows much faster retrieval of features when a FilterExpression
    feature request is used.

    OGR SQL supports only basic expressions, so this is really only
    enabled for "attribute"='value' type expressions.

Merge: fd50136e87 48afc425dc
alexbruy <alexander.bruy@gmail.com>	2015-11-17

    Merge pull request #2471 from nyalldawson/processing_fixes

    [processing] misc improvements
     - use QgsStatisticalSummary for statistic calculations
     -  faster expression request for ExtractByAttribute alg

Merge: 79616fd8d8 5065b80042
alexbruy <alexander.bruy@gmail.com>	2015-11-17

    Merge pull request #2456 from NaturalGIS/fix_saga_222_kriging

    [processing] fix SAGA 2.2.2 kriging tools

Werner Macho <werner.macho@gmail.com>	2015-11-06

    Add Report a Bug to the Help menu to assist in creating bug reports

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Matthias Kuhn <matthias@opengis.ch>	2015-11-17

    Revert "Deduplicated FindPyQt(4|5).py"

    This reverts commit 842c17c10b2112b0d92ab287d76e374900736065 which was
    responsible for test timeouts for dubious reasons.

Matthias Kuhn <matthias@opengis.ch>	2015-11-17

    Fix PyQt compat lib INSTALL path

Juergen E. Fischer <jef@norbit.de>	2015-11-17

    qt5 fixes

Juergen E. Fischer <jef@norbit.de>	2015-11-16

    [auth] fix build on mac (fixes 08ec25b)

Juergen E. Fischer <jef@norbit.de>	2015-11-16

    fix python error on startup on windows

Juergen E. Fischer <jef@norbit.de>	2015-11-16

    fix pyrcc4 detection on windows (followup 0b6dd352)

Juergen E. Fischer <jef@norbit.de>	2015-11-16

    [auth] fix detection of root CAs on Linux (fixes #13640)

volaya <volayaf@gmail.com>	2015-11-16

    [processing] removed unimplemented lidar algorithm

Nic <sciurusurbanus@hotmail.it>	2015-11-16

    Update TinSurfaceCreate.py

    minor adjustments and some funtionalities added (first return selection, output as .asc)

Merge: 56b8ce0f89 ce8c4540a1
volaya <volayaf@gmail.com>	2015-11-16

    Merge pull request #2462 from spono/patch-6

    [processing] add new tools to lidar provider

Merge: 3daa40446d 594e5a2bf6
Matthias Kuhn <matthias@opengis.ch>	2015-11-16

    Merge pull request #2455 from sbrunner/refersh-attribut-table

    Add "force reload" button to attribute table

volaya <volayaf@gmail.com>	2015-11-16

    [processing]updated required QGIS version in metadata

Matthias Kuhn <matthias@opengis.ch>	2015-11-16

    Add debug message to transaction

Matthias Kuhn <matthias@opengis.ch>	2015-11-14

    Deduplicated FindPyQt(4|5).py

Matthias Kuhn <matthias@opengis.ch>	2015-11-09

    Migrate first python test to be compatible with PyQt4 and PyQt5

Matthias Kuhn <matthias@opengis.ch>	2015-11-08

    [py3] Some python3 compatibility fixes

Matthias Kuhn <matthias@opengis.ch>	2015-11-08

    [py3] Compat update process_function_template.py

Matthias Kuhn <matthias@opengis.ch>	2015-11-08

    [py3] Updates to sip files

Matthias Kuhn <matthias@opengis.ch>	2015-11-08

    [py3] Add PyQt5/PyQt4 compatibility layer

Matthias Kuhn <matthias@opengis.ch>	2015-11-08

    [py3] CMake updates to support Python3 and PyQt5

Merge: 526b8fc635 ebf132edb8
Matthias Kuhn <matthias@opengis.ch>	2015-11-16

    Merge pull request #2470 from SebDieBln/postgrestest

    [postgresprovider] make the test more portable

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-16

    [processing] Use faster expression request for ExtractByAttribute

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-16

    [processing] Use QgsStatisticalSummary for statistic calculations

    For BasicStatisticssNumbers and StatisticsByCategories algorithms.
    Adds extra stats (minority, majority, 1st/3rd quartile and IQR) while
    avoiding custom statistics calculation code.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-16

    Change some by value arguments to by reference

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-15

    Changed the documentation of the postgres test to match the actual behavior.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-15

    removed the activation of postgis extension as this is already done in the testdata.sql script

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-15

    replaced COPY with INSERT INTO

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-15

    Added a test for the direct determination of geometry type/srid

Nic <sciurusurbanus@hotmail.it>	2015-11-15

    Update FilterData.py

    fixed an error and updated to latest behaviour

Nic <sciurusurbanus@hotmail.it>	2015-11-15

    Update ClipData.py

    fixed wrong executable call

Nic <sciurusurbanus@hotmail.it>	2015-11-15

    Update Cover.py

    changed TIF to ASCII in order to keep the original cell value

Nic <sciurusurbanus@hotmail.it>	2015-11-15

    Update GroundFilter.py

    after 3.0 if .las are used also the output will be .las

Nic <sciurusurbanus@hotmail.it>	2015-11-15

    Create DTM2ASCII

    new tool

Nic <sciurusurbanus@hotmail.it>	2015-11-15

    small correction on FUSION internal commands

Nic <sciurusurbanus@hotmail.it>	2015-11-15

    add new tools

    adding connection to already-present tools

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-15

    Fix style and indentation isssues introduced in 6b3651faef3e02f48188ae8005c80b3a4e097a6b

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-15

    Update test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-15

    Add method to QgsSvgCache to return SVG viewbox size

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-15

    Followup b81933e fix other symbols with paths out of viewport

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-14

    Determine geometry type and srid directly from column type

Alexander Bruy <alexander.bruy@gmail.com>	2015-11-14

    [processing] update plugin metadata

Merge: ee44bc8925 56de17e74b
Matthias Kuhn <matthias@opengis.ch>	2015-11-14

    Merge pull request #2457 from medspx/work_update_ogr_file_formats

    [OGR Provider] update list of file formats that can be opened

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2015-11-14

    [OGR Provider] update list of file formats that can be opened

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-14

    Implement QEP 17 - add "requires tests" comments to some classes

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-14

    Add initial tests for marker symbol layers

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-14

    Fix ellipse symbol layer with graduated/categorised renderer

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-14

    Switch to using flags for render context settings

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-11-13

    Added PQfmod() to class QgsPostgresResult

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-11-13

    fix SAGA 2.2.2 kriging tools

Sandro Santilli <strk@keybit.net>	2015-11-12

    Fix endpoint swap on negative marker line offset

    Fixes #13811
    Includes testcase

volaya <volayaf@gmail.com>	2015-11-13

    [processing] fixed wrong param name in SAGA 2.2.0 regression kriging

volaya <volayaf@gmail.com>	2015-11-13

    [processing] fixed concave hull algorithm

volaya <volayaf@gmail.com>	2015-11-13

    [processing] correctly set geometry type of input in clip algorithm

Nathan Woodrow <madmanwoo@gmail.com>	2015-11-13

    Only pick up qpt files in composer manager

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-13

    [search widgets] when selecting _Please select_ find all features

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-13

    QgsValueMapSearchW inherits QgsSearchW

    and not QgsDefaultSearchW anymore
    fixes expression creation

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-12

    QgsValueRelationSearchW inherits QgsSearchW

    and not QgsDefaultSearchW
    also handles properly the (no selection) case

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-12

    fix value relation search widget

    currently, changing the entr doesn't do anything in the attribute table since no signal is emitted

    should be backported to 2.12

Merge: d8f5dbeb4e a10936f06a
alexbruy <alexander.bruy@gmail.com>	2015-11-13

    Merge pull request #2452 from nyalldawson/processing_select

    [processing] speedup some QGIS algorithms

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-13

    Use a set for classes in PointsInPolygonUnique (faster)

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-13

    Faster PointsInPolygon(+Unique/Weighted) algorithms

    - Avoid use of seperate feature requests for every point
    - Use GEOS prepared geometries when testing for point containment

    Quick stats:

    ~1500 point layer

    BEFORE: 17 seconds
    AFTER: 3 seconds

    ~900k point layer

    BEFORE: 30 mins = canceled at 20%
    AFTER: 2.5 mins = 100% complete

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-13

    Use expression filter request for SelectByAttribute

    Makes SelectByAttribute orders of magnitude faster for providers which
    support compiled expressions (eg Postgres), also allows algorithm
    to take advantage of database indexes created on attribute.

    For a 4 million point PostGIS layer (with an index on attribute)
    BEFORE: cancelled after 20 mins
    AFTER: ~2 seconds

Juergen E. Fischer <jef@norbit.de>	2015-11-12

    Limit extent reprojection workaround to vector layers (followup 51fe632; fixes #13735; refs #7596)

spono <sciurusurbanus@hotmail.it>	2015-11-12

    Update GridMetrics.py

Radim Blazek <radim.blazek@gmail.com>	2015-11-12

    [GRASS] fixed cat shift when importing vectors via browser, fixes #13815

Merge: be8c7dac4f 325f0992e7
Alessandro Pasotti <elpaso@itopen.it>	2015-11-12

    Merge pull request #2443 from elpaso/bugfix-11794

    SQLITE ask for a new name if already exists

Merge: c483411034 ad2caed3b2
Alessandro Pasotti <elpaso@itopen.it>	2015-11-12

    Merge pull request #2449 from elpaso/bugfix-11517

    Fix attribute sync to layer for python init code and make QgsAttributeDialog reachable form python

elpaso <elpaso@itopen.it>	2015-11-12

    Removed parent and replaced with QgsAttributeDialog

    This makes possible to resize/alter the outer dialog
    from python init code in the form.

    Fixes #11517 (indirectly)

elpaso <elpaso@itopen.it>	2015-11-12

    Fixed attribute sync to layer for init code

    Also removed UI connect in favour of QMetaObject::connectSlotsByName
    to be consistent with other methods in the same class

Merge: 6b3eddd0d0 19376770af
alexbruy <alexander.bruy@gmail.com>	2015-11-12

    Merge pull request #2447 from NaturalGIS/fix_saga_220_kriging

    [processing] fix SAGA 2.2.0 kriging

Marco Bernasocchi <marco@bernawebdesign.ch>	2015-11-12

    fix biulding issue when WITH_QT_WEBKIT=OFF

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-11-12

    missing parameter

Merge: 0461cbdd22 be563584ed
alexbruy <alexander.bruy@gmail.com>	2015-11-12

    Merge pull request #2444 from NaturalGIS/fix_saga_212_kriging

    [processing] fix SAGA 2.1.2 kriging

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-11-12

    fix SAGA 2.2.0 kriging

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-12

    use aliases instead of field names in attribute table column filter list

Matthias Kuhn <matthias@opengis.ch>	2015-11-10

    [qt5] Fix QCA Cmake

Matthias Kuhn <matthias@opengis.ch>	2015-11-10

    [qt5] Fix QScintilla cmake file

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-11-12

    fix SAGA 2.1.2 kriging

elpaso <elpaso@itopen.it>	2015-11-12

    SQLITE ask for a new name if already exists

    If the db name already exists, allow to enter a new name.
    Fixes #11794

rldhont <rldhont@gmail.com>	2015-11-12

    Update [BUGFIX] 13118 QGIS Server - WFS - GeoJSON and escaping line breaks

    Enhance replace, thanks to @nyalldawson
    Enhance format, thanks to @jef-n

    fixes #13118

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-12

    Use QgsStatisticalSummary for merge attributes dialog

    Adds a bunch of new stats and avoids code duplication

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-12

    Return derived classes from clone() methods, avoids need to
    dynamic_cast results

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-12

    Bump QgsStatisticSummary test coverage

Juergen E. Fischer <jef@norbit.de>	2015-11-12

    fix windows build (followup 2175e7a)

Merge: b741986041 cfb932afa9
Matthias Kuhn <matthias@opengis.ch>	2015-11-12

    Merge pull request #2437 from bstroebl/improveDissolve

    [PROCESSING] Speed up dissolve without changing parameters

Richard Duivenvoorde <richard@duif.net>	2015-11-11

    new splash for dev (Las Palmas Hackfest)

Matthias Kuhn <matthias@opengis.ch>	2015-10-20

    sipClass_Klass is deprecated for a long time: replace with sipType_Klass

rldhont <rldhont@gmail.com>	2015-11-11

    [BUGFIX] 13118 QGIS Server - WFS - GeoJSON and escaping line breaks

    Line breaks are not properly handled in GeoJSON results when making GetFeature requests.
    Line breaks should be replaced by \\n.

Bernhard Ströbl <bernhard.stroebl@jena.de>	2015-11-11

    [PROCESSING] Speed up dissolve without changing parameters

Matthias Kuhn <matthias@opengis.ch>	2015-11-11

    Updates for GDAL 2

Matthias Kuhn <matthias@opengis.ch>	2015-11-11

    Change links to https

rldhont <rldhont@gmail.com>	2015-11-10

    [QGIS-Server] Use layer precision in searchRect

Matthias Kuhn <matthias@opengis.ch>	2015-11-10

    [qt5] Fix crash on exit

    See https://bugreports.qt.io/browse/QTBUG-35977

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-11

    100% test coverage for QgsFeature

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-11

    100% test coverage for QgsWKBTypes, add missing docs

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-11

    Avoid warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-11

    Followup f9fa9793, avoid expensive intersection calculation when
    testing label candidates against polygon obstacles

    Fix #13556

Juergen E. Fischer <jef@norbit.de>	2015-11-10

    fix 81bbb82

Merge: 9a89408b72 c05057158b
Jürgen Fischer <jef@norbit.de>	2015-11-10

    Merge pull request #2436 from dgoedkoop/linePointDifferenceFix

    Fix QgsGeos::linePointDifference

Daan Goedkoop <dgoedkoop@gmx.net>	2015-11-10

    Fix QgsGeos::linePointDifference

Juergen E. Fischer <jef@norbit.de>	2015-11-10

    indentation update

Matthias Kuhn <matthias@opengis.ch>	2015-11-10

    Followup cb5f748, Use QgsExpression::quotedColumnRef

Matthias Kuhn <matthias@opengis.ch>	2015-11-10

    Quote field names when converting renderers

    Fix #13800

Juergen E. Fischer <jef@norbit.de>	2015-11-10

    postgres provider: avoid additional fetch after all features have already been processed

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-10

    More test mask updates for windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-10

    Drop missing documentation/sip thresholds

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-10

    More robust GEOS pointOnSurface calculation (fix #13787)

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-10

    Fix crash with malformed WKT

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-10

    [expressions] Allow conversion of features/geometries to bool

    Where geometry = false if empty, feature = false if not valid.
    Allows expressions like "case when $geometry then ... else ..."
    and "case when get_feature(...) then ... else ... "

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-10

    Add some missing SIP bindings, comment some classes as not available
    in Python

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-09

    Ignore typedefs and deprecated members in sip coverage test

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-09

    Ignore friend classes in doc/sip coverage test

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-09

    Fix sip coverage test detection of member variables

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-09

    Fix sip bindings for interpolation classes

    Also missing members declared in interpolation headers

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-09

    Rearrange outputs in SIP test, so that missing list is always printed

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-10

    Update atlas test mask image for Win

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-10

    Update legend test mask images for debian builds

volaya <volayaf@gmail.com>	2015-11-09

    [processing] fixed creation of vector layer as PostGIS Table

    fixes error introduced in last commit

Merge: b36566b045 e4996d77cd
volaya <volayaf@gmail.com>	2015-11-09

    Merge pull request #2423 from rldhont/processing_spatialite_output

    [processing] allow output directly on Spatialite tables

Merge: 658c5842c1 0652955224
volaya <volayaf@gmail.com>	2015-11-09

    Merge pull request #2429 from NaturalGIS/fix_saga_idw

    fix SAGA 2.2.* Inverse Distance Weighted

volaya <volayaf@gmail.com>	2015-11-09

    [processing] fixed ui file after last commit

volaya <volayaf@gmail.com>	2015-11-09

    [processing] added tooltip to 'export as python script' button

volaya <volayaf@gmail.com>	2015-11-08

    [Processing] correctly parse value of boolean argument for parameters

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-09

    Followup b5794b2, fix calculation of acceptable limits

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-09

    Resolve coverity issues

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-09

    Fix cast to itself

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-09

    Fix deprecated warnings

volaya <volayaf@gmail.com>	2015-11-08

    [processing] add log error message when error occurs in postprocessing task

Juergen E. Fischer <jef@norbit.de>	2015-11-08

    sip coverage fixes:
    * make sip coverage test aware that there are less classes where QSci sip
      headers are not available
    * exclude properties from members
    * fix QgsFeatureIds typedef (fixes missing signal
      QgsVectorLayer.featuresDeleted and others)
    * add missing notes for PyNames
    * include some missing new methods in bindings

Richard Duivenvoorde <richard@duif.net>	2015-11-08

    [FEATURE] adding new features to QGIS will create issues in QGIS-Documentation

    A githook is implemented to create an issue automatically in QGIS-Documention repo whenever there is a commit with the word [FEATURE] in the message.

    ( this is also a test if it works :-) )

Juergen E. Fischer <jef@norbit.de>	2015-11-08

    nodetool: initialize select rubberband and fix indentation (fixes crash on quit; see also PR#2433)

Juergen E. Fischer <jef@norbit.de>	2015-11-08

    fix typo in python test invocation

Juergen E. Fischer <jef@norbit.de>	2015-11-08

    postgres provider: catch if commit fails (fixes #12462)

Juergen E. Fischer <jef@norbit.de>	2015-11-08

    postgres provider: skip IN when feature id list is empty (followup fe3417b5)

volaya <volayaf@gmail.com>	2015-11-08

    [processing] fixed adding raster layer to project
    fixes #13791

volaya <volayaf@gmail.com>	2015-11-08

    [Processing] corrected wrong change in config dialog

volaya <volayaf@gmail.com>	2015-11-08

    [Processing] fixed #13790 (issue saving config option)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-11-08

    fix SAGA 2.2.* Inverse Distance Weighted

Merge: 36672c47ab d4e1c85d9f
Jürgen Fischer <jef@norbit.de>	2015-11-08

    Merge pull request #2428 from sebastic/gsl-2.0

    Update dependencies for GSL 2.0.

Bas Couwenberg <sebastic@xs4all.nl>	2015-11-08

    Update dependencies for GSL 2.0.

    Starting with gsl (2.0+dfsg-1) the libgsl0-dev package has been renamed
    to libgsl-dev, and libgsl0-dev is provided by libgsl-dev for transition
    purposes.

    libgsl-dev is likely to stop providing libgsl0-dev in the future. To
    remain compatible with both GSL 1.x and 2.0 packaging libgsl-dev is now
    the preferred (build) dependency, when it's not available libgsl0-dev will
    be used instead.

Juergen E. Fischer <jef@norbit.de>	2015-11-08

    oracle provider: add/fix support for multiple geometry columns (fixes #13158)

Merge: 9172767a79 d73ef5b189
Matthias Kuhn <matthias@opengis.ch>	2015-11-07

    Merge pull request #2388 from sbrunner/node-tool-select-feature

    Allow to select the feature on which the node tool works

Merge: 71a6a3d6ba 8030746674
Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-07

    Merge pull request #2427 from 3nids/findqt5lib

    find libraries for Qt5

Stéphane Brunner <stephane.brunner@camptocamp.com>	2015-10-30

    Be able to refresh the attribute table

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-07

    find libraries for Qt5

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-06

    move coordinates line edit to a dedicated class

    * originally in QgisApp
    * keep funny stuff (dizzy, retro) in there
    * paste coordinates with space separator (not only comma)

Radim Blazek <radim.blazek@gmail.com>	2015-11-07

    [GRASS] fixed new mapset region, fixes #13784

Merge: f77d6cd0d0 dbd9b9bc33
Alessandro Pasotti <elpaso@itopen.it>	2015-11-07

    Merge pull request #2426 from elpaso/bugfix-13747-bis

    Added HiDPI support to QgsWebView

elpaso <elpaso@itopen.it>	2015-11-07

    Added HiDPI support to QgsWebView

    The DPI value is get from QDesktopWidget and
    the QWebView widget is zoomed if needed.

    Fixes #13747

Hugo Mercier <hugo.mercier@oslandia.com>	2015-11-07

    Remove unused signal + style format

Stéphane Brunner <stephane.brunner@camptocamp.com>	2015-11-07

    Highlight the selected feature

Nathan Woodrow <madmanwoo@gmail.com>	2015-11-07

    Forgot sip for composerTemplatePaths

Nathan Woodrow <madmanwoo@gmail.com>	2015-11-07

    Add other composer templates loading paths

Sandro Santilli <strk@keybit.net>	2015-11-06

    Properly set invalid topology layer as invalid

    Fixes #13781 (crash)

    (cherry-picked from 54cf972ac2334451e69d2171cc4f3e42da3880df)

Radim Blazek <radim.blazek@gmail.com>	2015-11-06

    fixed travis

Juergen E. Fischer <jef@norbit.de>	2015-11-06

    show filename in layer name when importing multiple layers from a ogr datasource (implements #13756)

Radim Blazek <radim.blazek@gmail.com>	2015-11-06

    [GRASS] enable to attache attributes to geom without cat, fixes #13739

rldhont <rldhont@gmail.com>	2015-11-06

    [processing] allow output directly on Spatialite tables

    like 11b5092140f5a966dbb2d85cb64face1e927ff90 but for Spatialite

volaya <volayaf@gmail.com>	2015-11-06

    [processing] minor fix in parameter parsing in scripts

volaya <volayaf@gmail.com>	2015-11-06

    [processing] brought back 'export model as python' functionality

volaya <volayaf@gmail.com>	2015-11-05

    [processing] better naming for output memory and postgis layers

volaya <volayaf@gmail.com>	2015-11-05

    [processing] allow output directly on PostGIS tables

volaya <volayaf@gmail.com>	2015-11-05

    [processing] minor indentation fix

volaya <volayaf@gmail.com>	2015-11-05

    [processing] do not format errors before sending to log

volaya <volayaf@gmail.com>	2015-11-05

    [processing] don't use temp folder for default output folder

volaya <volayaf@gmail.com>	2015-11-04

    [processing] hide SAGA folder option if built-in SAGA is available

volaya <volayaf@gmail.com>	2015-11-04

    [processing] add option to add validators to settings

volaya <volayaf@gmail.com>	2015-11-04

    [processing] fixes for representing input values in history

Harrissou Sant-anna <delazj@gmail.com>	2015-11-06

    fix typo

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-06

    [expressions] Add make_line and make_polygon functions

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-06

    Fix crash on malformed WKT strings

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-06

    [expressions] Allow make_point to accept z/m values, add new
    make_point_m for creation of PointM geometries. Also add
    m(point) and z(point) functions for retrieving z/m value of
    a point or node.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-06

    Fix delimited text layers set to unknown geometry type if first row has
    null geometry (fix #13749)

Merge: fd485010a5 79647728bd
Jürgen Fischer <jef@norbit.de>	2015-11-05

    Merge pull request #2418 from nyalldawson/postgres_in

    Use IN (...) for postgres FilterFids requests

Werner Macho <werner.macho@gmail.com>	2015-11-05

    translation update for consolidation

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2015-11-05

    cleanup after consolidating chinese

Merge: 700fc043a4 cf4693e326
Alessandro Pasotti <elpaso@itopen.it>	2015-11-05

    Merge pull request #2420 from elpaso/bugfix-13410

    [FEATURE] Bugfix 13410

elpaso <elpaso@itopen.it>	2015-11-05

    Changed the toolip with the new information

elpaso <elpaso@itopen.it>	2015-11-05

    Fixed save/load from DB sync init

Stéphane Brunner <stephane.brunner@camptocamp.com>	2015-10-21

    When we use the node tool we able to select a feature

Merge: faeedfb5b8 6d1d213973
Vincent Mora <vincent.mora@oslandia.com>	2015-11-05

    Merge pull request #2414 from vmora/varying_width_assistant

    [FEATURE] assistant for varying line width

elpaso <elpaso@itopen.it>	2015-11-05

    Added coding utf8 header to example

elpaso <elpaso@itopen.it>	2015-11-05

    Added import and tabs in the example

elpaso <elpaso@itopen.it>	2015-11-05

    Default false for use init code

vmora <vincent.mora@oslandia.com>	2015-11-02

    [FEATURE] assistant for varying line width
    The qgssizescalewidget as been modified to handle line symbols as well
    as markers.
    The scale expression has been enhanced to support general exponentials
    (i.e. eponents different from Flanery .57 and Area .5a)
    The assistant as been modified to disply the exponent when Exponential
    scaling is required.

Nathan Woodrow <madmanwoo@gmail.com>	2015-11-05

    Fix text color in attribute table for dark theme

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-05

    Fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-05

    Partial revert of 70bff3f

    Commit was causing crashes in browser. Refs #13738

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-05

    Use FilterExpression request for get_feature expression function

    Makes the function magnitudes faster for Postgres layers where
    the expression is compiled and can take advantage of Postgres
    indexes on the layer.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-05

    Much faster zoom to selection on large PostGIS layers

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-05

    Also use FilterFids when field calculator is only updating selected
    features. Results in similar speed improvements when updating
    only selected features from a large PostGIS layer

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-05

    Use a FilterFids request for vector file writer rather than fetching
    all features and then testing the feature id when saving selected
    features

    For providers such as Postgres this is orders of magnitude faster.
    Eg, saving 6 selected features from a 800k PostGIS table now
    takes < 1 second as opposed to ~33 seconds

    Fix #8334

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-05

    Use IN (...) for postgres FilterFids requests when the primary
    key is a simple (non compound) type

    IN (...) is much faster than chained ...OR... clauses

    Additionally, trying to filter by a large number of feature Ids
    (eg > 30k ) fails when using the ...OR... approach, but works
    using IN

elpaso <elpaso@itopen.it>	2015-11-04

    [FEATURE] store python init code into the project

    Adds an option and code editor to store python form
    init code into the project (and the DB, since it's in
    the style section)

elpaso <elpaso@itopen.it>	2015-11-04

    Added /Out/ to run

elpaso <elpaso@itopen.it>	2015-11-02

    Initial implementation

elpaso <elpaso@itopen.it>	2015-11-02

    Initial implementation

Nathan Woodrow <madmanwoo@gmail.com>	2015-10-27

    [Expressions] Redesign expression function editor.

    Add auto save

Alessandro Pasotti <elpaso@itopen.it>	2015-11-04

    Removed Q_UNUSED

Merge: 8187ad50c9 086525b01b
Alessandro Pasotti <elpaso@itopen.it>	2015-11-04

    Merge pull request #2417 from elpaso/bugfix-11266

    Bugfix 11266

elpaso <elpaso@itopen.it>	2015-11-04

    Pass referencing record instead of referenced

elpaso <elpaso@itopen.it>	2015-11-04

    Added comment

elpaso <elpaso@itopen.it>	2015-11-04

    Removed noop

elpaso <elpaso@itopen.it>	2015-11-04

    Reverted to original code

elpaso <elpaso@itopen.it>	2015-11-04

    Added new method to bindings

elpaso <elpaso@itopen.it>	2015-11-03

    Implemented setFeatureSelectionManager in QgsListView

    Partially fixes #11266

     * now passing editor context to QgsFeatureSelectionDlg
       (otherwise fails on assert parentContext.vectorLayerTools())
     * still crashes at the provider level after saving
     * unlink still doesn't work

elpaso <elpaso@itopen.it>	2015-11-03

    Fixed disappearing item issue when subform editing

      see #11266

volaya <volayaf@gmail.com>	2015-11-04

    [processing] some fixes for supporting optional parameters

Alexia Mondot <alexia.mondot@c-s.fr>	2015-07-03

    [processing/otb]update xml and associated html docs

Alexia Mondot <alexia.mondot@c-s.fr>	2015-07-02

    [processing/otb]Add specific rule to load ComputeOGRLayersFeaturesStatistics

Alexia Mondot <alexia.mondot@c-s.fr>	2015-07-02

    [processing/otb]convert ListView in StringList for other applications than Radiometric Indices

Alexia Mondot <alexia.mondot@c-s.fr>	2015-06-25

    [processing/otb]divide into 2 functions

Alexia Mondot <alexia.mondot@c-s.fr>	2015-06-25

    [processing/otb]Add function to customize creation and loading of new applications

Alexia Mondot <alexia.mondot@c-s.fr>	2015-06-25

    [processing/otb]update lists for OTB 5.0

Alexia Mondot <alexia.mondot@c-s.fr>	2015-06-25

    [processing/otb]compatibility with new version of processing

Alexia Mondot <alexia.mondot@c-s.fr>	2015-06-25

    [processing/otb]remove unused code and imports

rldhont <rldhont@gmail.com>	2015-10-29

    [Processing] Manage optional parameters

    Can't set parameters to null (None or '') if the parameter is not optional

rldhont <rldhont@gmail.com>	2015-10-23

    [Processing] Optional parameters for script and model

    In processing core every parameters can be optional but in scripts there is no way to define a parameter as optional and in modeler only layers can be optional.

    For script, I propose a notation like output, if a parameter token starts with optional the parameter is optional.

    For model, I propose to add the required combobox to all parameters.

    This proposition does not change the value setter.

    This proposition can fix the issue http://hub.qgis.org/issues/5488.

radosuav <rmgu@dhi-gras.com>	2015-08-20

    [Processing] Improve code readability (follow up 36d1377)

radosuav <rmgu@dhi-gras.com>	2015-08-14

    [Processing] Allow "progress" to be specified when calling processing.runalg

    This is mostly so that algorithms executed in Processing scripts can
    display messages in the same way as if they were executed directly from
    Processing toolbox.

    Also fixes a small issue with busy cursor being reset too early when
    algorithms were executed from Processing scripts.

Juergen E. Fischer <jef@norbit.de>	2015-11-04

    fix precise build

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-04

    [FEATURE] Allow field calculator to update feature geometry

    It's a handy shortcut to do operations such as apply a buffer
    to a bunch of selected features.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-04

    Show special strings for expression preview if result is a geometry
    or feature type. Makes it easier to determine what the return
    type of various functions are for users.

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-04

    Add DE-9IM variant which tests against a specified pattern

    (available in PyQGIS/expression engine)

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-04

    Followup 2ac5933 with more data defined fixes

    2ac5933 fixed the regression in 2.12, but there were more underlying
    issues from <2.8 causing sub symbols with data defined properties
    to be ignored.

    Add some tests.

    (refs #13707)

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-04

    Add missing override

Juergen E. Fischer <jef@norbit.de>	2015-11-03

    debian: add build dependency to qsci sip files

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-04

    Fix data defined overrides for sub symbols in line and marker fill
    are not being applied (fix #13707)

Merge: 37e94433ae 7a789d3bfc
Alessandro Pasotti <elpaso@itopen.it>	2015-11-03

    Merge pull request #2416 from elpaso/bugfix-13747

    Fixes #13747

Merge: 5addc0ca4b 547d1e3936
Tom Kralidis <tomkralidis@gmail.com>	2015-11-03

    Merge pull request #2415 from kalxas/master

    add national geodata.gov.gr CSW (rename)

elpaso <elpaso@itopen.it>	2015-11-03

    Fixes #13747

Angelos Tzotsos <gcpp.kalxas@gmail.com>	2015-11-03

    add national geodata.gov.gr CSW (rename)

Tom Kralidis <tomkralidis@gmail.com>	2015-11-03

    add national geodata.gov.gr CSW

Merge: 16def06daf d16cdcf449
Hugo Mercier <hugo.mercier@oslandia.com>	2015-11-03

    Merge pull request #2189 from mhugo/legend_filter

    Add more options for filtering legend elements

Hugo Mercier <hugo.mercier@oslandia.com>	2015-06-26

    Add more options for filtering legend elements

    This introduces two new options to filter legend elements:
    - filter by expression: a boolean expression can be set. Only symbols of
    features that make the expression evaluated to true will be kept in the legend
    - filter by polygon: only symbols of features that are inside the given
    polygon will be part of the legend.

    The polygon filtering is used in particular for a new option in the
    composer legend that allows to filter out anything that is not included
    in the current atlas polygon.

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-03

    use QGIS icon for custom widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-03

    add expression builder to custom widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-11-03

    set focus in code editor when showing expression builder

Nathan Woodrow <madmanwoo@gmail.com>	2015-11-03

    [Py Console] Remove message on file change

rldhont <rldhont@gmail.com>	2015-11-02

    [QGIS-Server] Test: more ISO compatibility for WxS capabilities

Radim Blazek <radim.blazek@gmail.com>	2015-11-02

    [GRASS] added (disabled) test for #13739

rldhont <rldhont@gmail.com>	2015-10-29

    [QGIS-Server] More ISO compatibility for WxS capabilities

    * Add ISO keyword for the service
    * Default Fees is conditions unknown
    * Default AccessConstraints is None
    * Calculate boundingBox for all CRSes

Merge: 03eaafe603 f2e527f033
volaya <volayaf@gmail.com>	2015-11-02

    Merge pull request #2403 from medspx/processing_get_scripts_proxy

    [Processing] Add proxy support for Get scripts and models (fixes #13412)

Landry Breuil <breuil@craig.fr>	2015-11-02

    Fix build on 32-bits archs using LL for large constants

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-02

    Fix expression get_feature function was not fetching feature's
    geometry

    Fix #13695

Matthias Kuhn <matthias@opengis.ch>	2015-11-02

    Add test for filter expression on non provider fields

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-02

    Fix FilterExpression feature requests will ignore expression if
    using virtual fields or other complex filters

    refs #13695

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-02

    Fix some clang warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-02

    Remove some unnecessary trailing ;

    (Gets rid of annoying squiggle warnings from Qt Creator!)

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-02

    Fix some reserved identifier macro names

Nyall Dawson <nyall.dawson@gmail.com>	2015-11-02

    Switch double quoted single character to single quotes for some
    QString methods

    Using single quotes is a significant performance boost. Rough
    benchmarks indicate the QString single quote methods take
    about 15% of the time the double quote variants take.

Radim Blazek <radim.blazek@gmail.com>	2015-11-01

    set digitized linestring/polygon features as valid

Radim Blazek <radim.blazek@gmail.com>	2015-11-01

    [GRASS] fixed new line attributes lost, fixes #13726

Radim Blazek <radim.blazek@gmail.com>	2015-11-01

    [GRASS] add test for #13726 (new line attributes lost)

Radim Blazek <radim.blazek@gmail.com>	2015-11-01

    [GRASS] fixed test

Radim Blazek <radim.blazek@gmail.com>	2015-11-01

    [GRASS] set proj/zone on imported rasters, fixes #13725

Juergen E. Fischer <jef@norbit.de>	2015-11-01

    postgres provider: quote compound key columns in uri (fixes #13710)

Juergen E. Fischer <jef@norbit.de>	2015-10-31

    layer group node: copy properties of mutually exclusive groups (fixes #13723)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-31

    Add tests for get_feature expression function

Juergen E. Fischer <jef@norbit.de>	2015-10-30

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-10-30

    fix precise build

Radim Blazek <radim.blazek@gmail.com>	2015-10-30

    [GRASS] coverity fixes

Radim Blazek <radim.blazek@gmail.com>	2015-10-30

    wms: case insensitive check if url is WMTS

Juergen E. Fischer <jef@norbit.de>	2015-10-30

    fix windows build (followup 8993a4b)

Radim Blazek <radim.blazek@gmail.com>	2015-10-29

    increased transformBoundingBox() accuracy

Radim Blazek <radim.blazek@gmail.com>	2015-10-29

    fix raster projector src extent calculation, fixes #13665

Juergen E. Fischer <jef@norbit.de>	2015-10-29

    'fix' PyQgsRulebasedRenderer test (followup 08185c9a)

Juergen E. Fischer <jef@norbit.de>	2015-10-29

    update INSTALL to reflect dependency on GEOS 3.4 (GEOSNearestPoint_r)

Juergen E. Fischer <jef@norbit.de>	2015-10-27

    When reprojecting a layer in geo coordinates onto a canvas with a
    projection that maps badly on it (ie. projecting the reprojected extent
    back differs much from the input extent; eg. when using stereographic
    projections), render the full layer (whole world).

    Fixes #7596

Juergen E. Fischer <jef@norbit.de>	2015-10-24

    render polygons with outline using drawPath (fixes #13343)

elpaso <elpaso@itopen.it>	2015-10-29

    Added const and Q_FOREACH instead of plain foreach

elpaso <elpaso@itopen.it>	2015-10-29

    Added colorramps to the select by group export

    This completes the fix #11681

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-29

    When deleting nodes from the end of a linestring, select the
    final node following a delete rather than reverting to the first
    node.

    Improves workflow when deleting sequential nodes from end of
    lines.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-29

    Fix crash when deleting last node in a geometry (fix #13674)

Merge: feab3ad8ec 636b0f9410
Nathan Woodrow <madmanwoo@gmail.com>	2015-10-29

    Merge pull request #2407 from DelazJ/patch-2

    fix 'serch' typo, replace with 'search'

Harrissou Sant-anna <delazj@gmail.com>	2015-10-28

    fix 'serch' typo, replace with 'search'

Merge: 6a4544fc4c a141ffb390
Alessandro Pasotti <elpaso@itopen.it>	2015-10-28

    Merge pull request #2405 from elpaso/symbol-export-select-by-group

    Interactive selection by group of exported symbols

Juergen E. Fischer <jef@norbit.de>	2015-10-28

    fix fetching of redirected wms capabilities (followup e95bf6d)

elpaso <elpaso@itopen.it>	2015-10-28

    Interactive selection by group of exported symbols

    This fixes #11681

Juergen E. Fischer <jef@norbit.de>	2015-10-28

    fix instant crash in browser data items.
    Avoids passing references to potentially short living QStrings to threads

    (followup 70bff3f)

Merge: b339ad13c8 f443bb8c03
volaya <volayaf@gmail.com>	2015-10-28

    Merge pull request #2398 from mdouchin/patch-1

    [processing] Debug ConcaveHull.py

Merge: c866dcce8f 77451f962c
volaya <volayaf@gmail.com>	2015-10-28

    Merge pull request #2399 from NaturalGIS/processing_fix_grass7_v_out_ogr

    fix processing GRASS 7 v.out.ogr

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-28

    [pyqgis-console] fixes #13693: fix default value in settings for the last used directory when opening a script file

Merge: 0799e09a67 a18a0ada55
Richard Duivenvoorde <richard@duif.net>	2015-10-28

    Merge pull request #2400 from anitagraser/patch-10

    Update qgstipfactory.cpp

Juergen E. Fischer <jef@norbit.de>	2015-10-28

    fix qgsauthmanager test on windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-15

    Add test for coverage of SIP bindings

    Not perfect, but good for a quick warning if a new class or member
    has been added to the public API without Python bindings. The test
    only considers the name of members, since it seems to be impossible
    to test for the signature of a Python member. (So adding a new
    overloaded method without bindings will still unfortunately pass).

    You can avoid the test where bindings are not applicable:
    - for a whole class by placing "@note not available in Python bindings"
    in the class' Doxygen comments
    - or by placing the @note inside a member's Doxygen comments for a
    specific member

    Additionally, classes which aren't included in the API docs
    will not be tested.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-27

    Add some missing consts to operators

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-27

    Don't return QStrings by reference, since they're implicitly shared
    anyway

Juergen E. Fischer <jef@norbit.de>	2015-10-27

    osgeo4w: fetch grass7 path from grass

Juergen E. Fischer <jef@norbit.de>	2015-10-27

    fix translation string

Médéric Ribreux <medspx@medspx.fr>	2015-10-27

    [Processing] Add proxy support for Get scripts and models (fixes #13412)

Juergen E. Fischer <jef@norbit.de>	2015-10-27

    fix windows build again (followup 3dcabfb and 70bff3f)

Juergen E. Fischer <jef@norbit.de>	2015-10-26

    osgeo4w: include themes

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-26

    Add myself to developer map (!)

Merge: 7997c02112 87e6f34c30
Jürgen Fischer <jef@norbit.de>	2015-10-26

    Merge pull request #2401 from volter/master

    Fix armv7hl build

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-27

    Fix build

Volker Fröhlich <volker27@gmx.at>	2015-10-26

    Fix armv7hl build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-10-26

    Fix critical regression in WFS provider (introduced with 5be0ee734fa233f2a3f893ddc72e8264d029f2d0). Funded by Sourcepole QGIS Enterprise

rldhont <rldhont@gmail.com>	2015-10-26

    [BUGFIX][QGIS Server] Laye order from group in GetPrint

    Since QGIS 2.8, QGIS Server rendered layers form group in reverted order.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-26

    Add some missing Q_OBJECT macros

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-26

    [FEATURE] Add geometry relation DE-9IM expression function

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-26

    Change all signals to use const refs for non trivial objects

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-26

    Finish flipping a lot of methods to take const references for
    non-trivial types

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-26

    Avoid some clazy detaching temporary warnings

Anita Graser <anitagraser@gmx.at>	2015-10-26

    Update qgstipfactory.cpp

    suggesting currently used names

Merge: 3d932376c8 22aea3201b
Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-26

    Merge pull request #2394 from PedroVenancio

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-10-25

    fix processing GRASS 7 v.out.ogr

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-17

    [GdalTools] minor changes to ui and code (follow 32be4756)

Merge: 3d932376c8 5057f761fa
Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-25

    Merge branch 'clipper' of https://github.com/PedroVenancio/Quantum-GIS into PedroVenancio-clipper

    Conflicts:
            python/plugins/processing/algs/gdal/ClipByMask.py

mdouchin <mdouchin@3liz.com>	2015-10-25

    Update ConcaveHull.py

mdouchin <mdouchin@3liz.com>	2015-10-25

    Update ConcaveHull.py

    Correct qgis:dissolve algorithm call

Juergen E. Fischer <jef@norbit.de>	2015-10-25

    update doxygen links

volaya <volayaf@gmail.com>	2015-10-24

    [Processing] add default extensions for outputs as setting

    Based on an idea and code by Evgeniy Nikulin

    It includes some improvements to the settings sysmte

volaya <volayaf@gmail.com>	2015-10-24

    [processing] fixed fileFilter method in OutputRaster

volaya <volayaf@gmail.com>	2015-10-22

    [processing] fixed SAGA version handling

    Conflicts:
            python/plugins/processing/algs/saga/SagaAlgorithmProvider.py

volaya <volayaf@gmail.com>	2015-10-22

    added option to add hardcoded params to GRASS algorithms

volaya <volayaf@gmail.com>	2015-10-22

    [Processing] fixed handling of hardcoded params in SAGA

volaya <volayaf@gmail.com>	2015-10-22

    [Processing] removed TARGET_TEMPLATE param from SAGA algs

volaya <volayaf@gmail.com>	2015-10-23

    [processing] fixed FixedTableDialog when there are 0 rows

volaya <volayaf@gmail.com>	2015-10-23

    [processing] correctly enable buttons in FixedTableDialog

Merge: 88d4605ad9 fa12502995
volaya <volayaf@gmail.com>	2015-10-24

    Merge pull request #2341 from arnaud-morvan/processing_precisionmodel

    [Processing] Add precision parameter to by location algorithms

Merge: 1dd8e79baf 524f6ab460
volaya <volayaf@gmail.com>	2015-10-24

    Merge pull request #2355 from om-henners/master

    [processing] Update OGR tools

Merge: fd26acd2f8 03333c8502
volaya <volayaf@gmail.com>	2015-10-24

    Merge pull request #2389 from NaturalGIS/gdal_advanced

    Processing gdal translate and warp advanced parameters as such

Merge: 07bd3ffedd ebd51b2c79
volaya <volayaf@gmail.com>	2015-10-24

    Merge pull request #2390 from NaturalGIS/processing_gdal_clip_raster

    Processing advanced parameters for gdal clip raster

Merge: cd0eb05ded c0919e0ac0
volaya <volayaf@gmail.com>	2015-10-24

    Merge pull request #2391 from NaturalGIS/processing_gdal_rasterize_advanced

    processing add option for additional parameters for gdal rasterize

Matthias Kuhn <matthias@opengis.ch>	2015-10-24

    [py3] Some compatibility fixes for python 3

Juergen E. Fischer <jef@norbit.de>	2015-10-24

    processing: make help widget proxy aware

Juergen E. Fischer <jef@norbit.de>	2015-10-23

    postgres provider: verify unique constraint it NOT NULL is not set on key columns (fixes #13641)

Werner Macho <werner.macho@gmail.com>	2015-10-23

    adding french translators

Juergen E. Fischer <jef@norbit.de>	2015-10-23

    better fix for phantom labels: consider rules out of visibility range as inactive (followup d6f66ee)

Merge: d6f66ee488 0aa0b4c804
Jürgen Fischer <jef@norbit.de>	2015-10-23

    Merge pull request #2395 from medspx/dbmanager_oracle_timestamp

    DBManager: support timestamp values for Oracle

Juergen E. Fischer <jef@norbit.de>	2015-10-23

    fix phantom labels for (actually not) rendered feature (refs #13631)

rldhont <rldhont@gmail.com>	2015-10-23

    [BUGFIX] Set default units to mm in GetStyles

    The default units in QgsMapRenderer is Millimeters. The default units in SLD
     is Pixel but exportSld does not convert all millimeters in pixels.

    We notes this bug by comparing default QGS Server rendering and rendering with
     the SLD generated by QGIS.

    To resolve it, we just have to add units to the document element.

Matthias Kuhn <matthias@opengis.ch>	2015-10-20

    Only highlight feature of active attribute dialog

    Fix #13634

Matthias Kuhn <matthias@opengis.ch>	2015-10-11

    Automatically reload project templates when a new template is added

Matthias Kuhn <matthias@opengis.ch>	2015-10-10

    Reload data when subsetString changes.

rldhont <rldhont@gmail.com>	2015-10-23

    [BUGFIX] Set default units to mm in exportSld

    The default units in QgsMapRenderer is Millimeters. The default units in SLD
     is Pixel but exportSld does not convert all millimeters in pixels.

    We notes this bug by comparing default QGS Server rendering and rendering with
     the SLD generated by QGIS.

    To resolve it, we just have to add units to the document element.

Juergen E. Fischer <jef@norbit.de>	2015-10-23

    Bump version to 2.13

Juergen E. Fischer <jef@norbit.de>	2015-10-23

    changelog update for 2.12

Juergen E. Fischer <jef@norbit.de>	2015-10-23

    translation update for 2.12 from transifex

Médéric Ribreux <medspx@medspx.fr>	2015-10-23

    DBManager: support timestamp values for Oracle

Larry Shaffer <larrys@dakotacarto.com>	2015-10-23

    Partial fix for #13143; fix Mac exports for composer with HTML labels

    - Does not work with Print dialogs (still non functional)

Juergen E. Fischer <jef@norbit.de>	2015-10-23

    pass through default values when merging features (followup 099a40b, refs #12842)

Larry Shaffer <larrys@dakotacarto.com>	2015-10-23

    Fix #11399; fix up Mac OS X 10.10+ dropped file URLs

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-23

    [pyqgis-console] APIs file update

Larry Shaffer <larrys@dakotacarto.com>	2015-10-23

    [auth] Fix #13568; disable auth system after 5 wrong password attempts

Juergen E. Fischer <jef@norbit.de>	2015-10-23

    make python error handling translatable

Martin Dobias <wonder.sk@gmail.com>	2015-10-23

    Notes about new labeling API not being public yet in 2.12

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-23

    Fix composer scale bar when crs units are non-meters and OTF is off (fix #13610)

Merge: 18df00375e b33ab1af66
Radim Blazek <radim.blazek@gmail.com>	2015-10-23

    Merge pull request #2393 from PedroVenancio/grass7_plugin

    Include v.to.3d in QGIS-GRASS in three different modules: v.to.3d.fix…

PedroVenancio <pedrongvenancio@gmail.com>	2015-10-23

    Adds the -crop_to_cutline parameter as optional to fix the gdalwarp deviation described in #4530. Option added to Clipper tool from GdalTools and Processing. It also adds the -tr xres yres parameter to GdalTools Clipper tool. Also get the original raster resolution.

Nathan Woodrow <madmanwoo@gmail.com>	2015-10-23

    Use front window to show python error if there is message bar

PedroVenancio <pedrongvenancio@gmail.com>	2015-10-23

    Include v.to.3d in QGIS-GRASS in three different modules: v.to.3d.fixed (fixed height for 3D vector features), v.to.3d.attr (attribute column used for height) and v.to.2d (reverse transformation)

Nathan Woodrow <madmanwoo@gmail.com>	2015-10-23

    Remove default QGIS rocks text

Juergen E. Fischer <jef@norbit.de>	2015-10-22

    update debian changelog

Bas Couwenberg <sebastic@xs4all.nl>	2015-10-18

    Also install MIME type icon in hicolor theme.

    Additionally the Shared MIME-info configuration is updated to reference the icon by name (without extension) like the desktop files.

Bas Couwenberg <sebastic@xs4all.nl>	2015-10-18

    Fix desktop-file-valide issues.

    The desktop-file-valide utility reported the following issues:
    ```
    debian/qbrowser.desktop: hint: value "Qt;Education;Science;Geography;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
    debian/qbrowser.desktop: error: value "map;globe;postgis;wms;wfs;ogc;osgeo" for locale string list key "Keywords" in group "Desktop Entry" does not have a semicolon (';') as trailing character

    debian/qgis.desktop: hint: value "Qt;Education;Science;Geography;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
    debian/qgis.desktop: error: value "map;globe;postgis;wms;wfs;ogc;osgeo" for locale string list key "Keywords" in group "Desktop Entry" does not have a semicolon (';') as trailing character
    ```

    Only the Keywords syntax error is addressed, the Categories hint is left as-is.

Bas Couwenberg <sebastic@xs4all.nl>	2015-10-18

    Drop menu files in favor of desktop files.

    The menu files are no longer required for the Debian packages since
    [CTTE #741573 Debian Menu System](https://lists.debian.org/debian-devel-announce/2015/09/msg00000.html)
    which advised:

    >  2. In addition to those changes, the Technical Committee resolves that
    >     packages providing a .desktop file shall not also provide a menu
    >     file for the same application.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-23

    [composer] Fix scalebar widgets not updated when changing units (fix #13572)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-23

    [composer] Fix wording of scalebar widget controls (fix #12063)

    Also add some tooltips to clarify meaning of various controls

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-23

    Standardise naming of border/outline in symbol GUI

    Now for markers it's always "outline", and for fills it's
    always "border"

Juergen E. Fischer <jef@norbit.de>	2015-10-22

    spelling fixes and indentation update

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-22

    DBManager: merge PR2342 by medspx (fix #13650)

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-22

    DBManager: revert commit 87675f8ab

    Maybe I was drunk...

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-22

    DBManager: fix #13650

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-22

    DBManager: avoid loading a query as layer with missing fields (fix #11037),
    restore combo style and label when multiple unique fields for view are not supported (follow 8e45da9d7e)

Merge: 54e2a5112a 8e45da9d7e
Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-22

    Merge pull request #2382 from SebDieBln/MultiColumnPK_DbManagerQuery

    [DB_Manager] allows to specify multiple columns as the primary for a query to PostGIS (follow a4124da)

Radim Blazek <radim.blazek@gmail.com>	2015-10-22

    [GRASS] hide db driver window on Windows

volaya <volayaf@gmail.com>	2015-10-22

    [processing] allow translating algorithm dialog title

    fixes #13652

Radim Blazek <radim.blazek@gmail.com>	2015-10-22

    [GRASS] disable multiple vector editing on Linux/Mac

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-10-22

    processing add option for additional parameters for gdal rasterize

Radim Blazek <radim.blazek@gmail.com>	2015-10-22

    [GRASS] try to get off_t from Make/platform.h

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-10-22

    remove repeated parameter

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-10-22

    Processing advanced parameters for gdal clip raster

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-10-22

    Processing gdal translate and warp advanced parameters as such

DelazJ <delazj@gmail.com>	2015-10-21

    Restore "Add result to canvas" option as default

    fixes #13647

Matthias Kuhn <matthias@opengis.ch>	2015-10-21

    [sip] QgsMapCanvasSnappingUtils

Matthias Kuhn <matthias@opengis.ch>	2015-10-20

    Allow usage of QgsMapToolAdvancedDigitizing from python code

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-22

    [composer] prevent application freeze upon opening composer due to qt/cups bug

    Credit to nirvn

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-22

    Fix a crash in filtered legends

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-22

    Add tooltips to advanced digitizing dock

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-22

    [pal] Fix regression in placement for free/horizontal polygon labels

Juergen E. Fischer <jef@norbit.de>	2015-10-22

    partly revert 3e0badc (fixes #13645 and #13646)

Juergen E. Fischer <jef@norbit.de>	2015-10-21

    rule based renderer: keep skip else rule if an inactive rule matches, but still return if the feature was actually rendered so that only rendered features are labeled (fixes #13631)

Radim Blazek <radim.blazek@gmail.com>	2015-10-21

    [GRASS] prevent changing attributes of different layer

Radim Blazek <radim.blazek@gmail.com>	2015-10-21

    [GRASS] more edit tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-21

    Fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-21

    Really fix adding parts to null geometry (fix #12885)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-21

    Fix leak in labeling

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-21

    Fix a LOT of leaks relating to geometry and GEOS operations

Merge: 55babc3ee3 c7aeb774ce
Hugo Mercier <hugo.mercier@oslandia.com>	2015-10-21

    Merge pull request #2322 from mhugo/fix_tin

    Postgres provider: allow to load layers with polyhedral surfaces or TINs

Hugo Mercier <hugo.mercier@oslandia.com>	2015-10-21

    PostGIS: Allow to load TIN, PS and Triangle layers

    The postgres provider is modified so that layers with
    TIN, PolyhedralSurface and Triangle geometries can be loaded.
    Geometries are converted to MultiPolygons (and Polygons for Triangles).

    The postgres test is completed to cover the loading of different types
    of layers

Juergen E. Fischer <jef@norbit.de>	2015-10-20

    postgres provider: support NULL in composite keys (fixes #13641)

Juergen E. Fischer <jef@norbit.de>	2015-10-20

    avoid duplicate qgisstyle run

Merge: 898a738451 48aeb8c03c
volaya <volayaf@gmail.com>	2015-10-20

    Merge pull request #2372 from om-henners/ogrsql_fix

     Fix ogrsql path quoting

Radim Blazek <radim.blazek@gmail.com>	2015-10-20

    [GRASS] cmake add check if version.h exists

Radim Blazek <radim.blazek@gmail.com>	2015-10-20

    [GRASS] editing fix

Radim Blazek <radim.blazek@gmail.com>	2015-10-20

    [GRASS] fixed multilayer editing

Merge: c45fc090d9 3bc11b1947
Matthias Kuhn <matthias@opengis.ch>	2015-10-20

    Merge pull request #2386 from arnaud-morvan/processing-fix-importfromproj4

    Fix string type errors in processing algorithms

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-10-20

    Revert crs.ImportFromProj4(unicode(...)) to crs.ImportFromProj4(str(...))

Matthias Kuhn <matthias@opengis.ch>	2015-10-20

    Do not index geometryless layers for snapping

    With a lot of geometryless layers in a project reindexing on every mousemove
    makes the UI unresponsive and brings up a "indexing layers" dialog with
    progress bar repeatedly.

Matthias Kuhn <matthias@opengis.ch>	2015-10-20

    Fix snapping may never be indexed

Juergen E. Fischer <jef@norbit.de>	2015-10-20

    postgres provider: allow detection of empty views (fixes #13638)

Anita Graser <anitagraser@gmx.at>	2015-10-10

    changed to descriptive name

    as suggested in https://hub.qgis.org/issues/9868

Merge: 1969e09b6f 64bf3a80b2
Matthias Kuhn <matthias@opengis.ch>	2015-10-20

    Merge pull request #2384 from bstroebl/undoChangesInDissolve

    [PROCESSING] Undo recent changes to Dissolve

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-20

    Also avoid detaching QgsFields and QgsAttributes where possible

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-20

    Clazy issues:

    - use at() instead of [] for temporary containers (at() returns
    const reference, so it avoids the detach which occurs with [])
    - use at( 0 ) rather than first() for containers, because first()
    detaches (Qt5 introduced constFirst()/constLast() to overcome this)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-20

    Fix merge attributes/features tool resets values to null for int fields

    Also add a warning if merged attribute value is not compatible with
    field type.

    Fix #12842

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-20

    Fix storing string representations of doubles in an int field
    results in NULL rather than converting value to int

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-10-20

    Fix crash with measure tool. Funded by Sourcepole QGIS Enterprise

Radim Blazek <radim.blazek@gmail.com>	2015-10-20

    [GRASS] fixed overwrite existing output

Radim Blazek <radim.blazek@gmail.com>	2015-10-20

    [GRASS] 261df82 followup

Radim Blazek <radim.blazek@gmail.com>	2015-10-20

    [GRASS] disable drop to mapsets not owned

Bernhard Ströbl <bernhard.stroebl@jena.de>	2015-10-20

    [PROCESSING] Undo recent changes to Dissolve

Radim Blazek <radim.blazek@gmail.com>	2015-10-20

    [GRASS] fixed 3d editing

Radim Blazek <radim.blazek@gmail.com>	2015-10-20

    [GRASS] fixed new feature attributes update

volaya <volayaf@gmail.com>	2015-10-20

    [processing] added descriptions for SAGA 2.2.2

    This does not fix the issue with 2.2.2, but will allow fixing alg syntaxes

Juergen E. Fischer <jef@norbit.de>	2015-10-19

    fix typo

Werner Macho <werner.macho@gmail.com>	2015-10-19

    Adding some translators

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Radim Blazek <radim.blazek@gmail.com>	2015-10-19

    [GRASS] fixed shell on windows

Radim Blazek <radim.blazek@gmail.com>	2015-10-19

    [GRASS] fixed output map freeze in canvas on windows

Matthias Kuhn <matthias@opengis.ch>	2015-10-19

    Make cadDockWidget available in python

    Followup efcbbfd

Radim Blazek <radim.blazek@gmail.com>	2015-10-19

    [GRASS] no icon module fix

Radim Blazek <radim.blazek@gmail.com>	2015-10-19

    [GRASS] raster identify: do not start info module until it is used

Radim Blazek <radim.blazek@gmail.com>	2015-10-19

    [GRASS] fixed running modules in mapsets not owned by user

Radim Blazek <radim.blazek@gmail.com>	2015-10-19

    [GRASS] fixed split feature

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-19

    Fix QgsStatisticalSummary sometimes returning 0 for StDevSample stat

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-19

    Add skip all option to merge attributes dialog (fix #6958)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-19

    Fix merge attributes tool sets skipped attributes to null (fix #13231)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-19

    Mark system includes as such in CMakeLists

    Avoids compiler warnings from linked system headers

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-19

    More clazy recommended optimisations:
    - Use constFind instead of find where applicable
    - Use midRef instead of mid
    - const ref when using Q_FOREACH
    - foreach->Q_FOREACH

Larry Shaffer <larrys@dakotacarto.com>	2015-10-16

    [auth] Migrate more manager unit tests; add test html reporter

Larry Shaffer <larrys@dakotacarto.com>	2015-10-16

    [auth] Start full migration of Py unit tests to C++

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-18

    [vertex editor] remove unused code

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-18

    [symbol selector dialog] avoid QCoreApplication::postEvent: Unexpected null receiver

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-18

    db_manager allows multiple column primary keys only for PostGIS queries, not for SpatiaLite.

Juergen E. Fischer <jef@norbit.de>	2015-10-18

    vector file writer: defer destroying spatial reference (fixes #10515)

Radim Blazek <radim.blazek@gmail.com>	2015-10-18

    [GRASS] fixed cmake build with G7 without G6

Radim Blazek <radim.blazek@gmail.com>	2015-10-18

    [GRASS] cmake fix

Merge: d8deb8c081 cc9c789760
Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-18

    Merge branch 'master' into MultiColumnPK_DbManagerQuery

Juergen E. Fischer <jef@norbit.de>	2015-10-18

    heatmap plugin: fix labeling s/metre/layer units/ (fixes #11276)

Radim Blazek <radim.blazek@gmail.com>	2015-10-18

    [GRASS] temporal modules input

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-18

    Geometry fixes:

    - when creating geometry from WKT, upgrade dimensionality of geometry
    if coordinates are 3/4 dimensional
    - match dimensionality of collections to child dimensionality
    - fix area of curves was non-zero if curve is closed
    - don't consider m values when testing for curve closedness
    - add unit tests for closedness
    - add unit tests for CircularStrings, CompoundCurves, CurvePolygon,
    tests with geometries with Z/M values

Merge: cc9c789760 c7e732b2c7
Matthias Kuhn <matthias@opengis.ch>	2015-10-18

    Merge pull request #2374 from slarosa/editor_widget_take_2

    Attribute table filter: follow up #2316 and 5ac5217

    Fix #13486 Don't hide search widget in attribute table when typing
    Properly connect the signals for the search case checkbox on the attribute table filter

Juergen E. Fischer <jef@norbit.de>	2015-10-18

    avoid on duplicate user functions (fixes #13579)

Juergen E. Fischer <jef@norbit.de>	2015-10-17

    fix grass <7.1 build

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-15

    the test for uniqueness now also works for multiple columns

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-17

    When loading a query as a postgis layer the primary key may now also span multiple columns.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-17

    Moved the code to determine the primary key for a view using the URI keyColumn to a separate function.

Juergen E. Fischer <jef@norbit.de>	2015-10-17

    Fix sip conversion from QgsFields to QList<QgsField> (fixes #9208)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-17

    Db_Manager keeps the selected columns for primary key and geometry when running the query or rereading the columns if the selected columns still exist.

Juergen E. Fischer <jef@norbit.de>	2015-10-16

    feature request: set filter to filterrect if it's unset (fixes #13463)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-17

    Db_Manager now allows to select multiple columnns as the primary key for a query.

Radim Blazek <radim.blazek@gmail.com>	2015-10-17

    [GRASS] get off_t size

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-17

    [geometry] Fix calculation of length/perimeter for collections

    Split length from perimeter calculation in geometry API, as
    returning perimeter for length for polygons is misleading and
    results in incorrect length/perimeter calculations for mixed
    geometry collections.

    Enable length & perimeter unit tests against reference geometries.
    Now the length & perimeter values match those calculated by
    PostGIS.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-17

    Add a bunch of geometry unit tests against reference geometries
    (inc geometry count, node count, ring count, area, centroid,
    x/y min/max)

    TODO:
    - invesigate whether Z/M is required for GeometryCollection WKT
    data type if children have Z/M dimension
    - fix QGIS handling of mixing length and perimeter for collections
    resulting in incorrect length calculation for mixed Collections

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-17

    Fix geometry casting in python bindings (missing MultiLineString and
    GeometryCollection casts)

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-17

    Unified the way the column comboboxes are filled when executing the query and when pressing the load columns button.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-17

    When loading a query as a postgis layer the primary key may now also span multiple columns.

Sebastian Dietrich <SebDieBln@users.noreply.github.com>	2015-10-17

    Moved the code to determine the primary key for a view using the URI keyColumn to a separate function.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-17

    Call qDeleteAll on containers themselves, rather than using
    qDeleteAll( container.values() ). The values() call isn't
    needed and requires building a QList of values first.

    Thanks clazy - keep the good optimisations coming!

Radim Blazek <radim.blazek@gmail.com>	2015-10-16

    [GRASS] fixed input region check

Radim Blazek <radim.blazek@gmail.com>	2015-10-16

    [GRASS] fixed crash when edit renderer is set manually

Radim Blazek <radim.blazek@gmail.com>	2015-10-16

    [GRASS] update table after new feature cat was set

Radim Blazek <radim.blazek@gmail.com>	2015-10-16

    [GRASS] add edit renderer when plugin is inited

Radim Blazek <radim.blazek@gmail.com>	2015-10-16

    [GRASS] distinguish symbol for left/right broken boundary

Steven Mizuno <spookster@netzero.net>	2015-09-15

    fix legendLayerZoomNative to use diagonal of source raster pixel

    to match the use of the diagonal of mapCanvas pixel.
    Also fix spelling in a comment.

    (fixes #3609)

Larry Shaffer <larrys@dakotacarto.com>	2015-10-15

    [auth] Move pass file support to manager class; for both server/app

    - Ensure pass file env var is skipped by application and later stripped

volaya <volayaf@gmail.com>	2015-10-16

    [processing] fixed scrolling to anchor in help pages

    fixes #13506

Radim Blazek <radim.blazek@gmail.com>	2015-10-16

    [GRASS] disable view output if output was not entered

Radim Blazek <radim.blazek@gmail.com>	2015-10-16

    coverity fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-16

    Add some more basic area and length unit test cases

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-16

    Allow shortcut calculation of perimeter when no ellipsoid set

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-16

    Fix calculation of area/length of mixed geometry collections

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-16

    Fix various Coverity errors (inc mem leaks)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-16

    Update test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-16

    Add some extra unit tests for geometry:
    - Add some tests for conversion to/from WKT, using a bulk lot of testsdata
    from PostGIS
    - Add some tests for area/length calculation, using some test data and
    results from PostGIS/geos unit tests
    - Add tests for spatial relations, using test data from PostGIS. Note
    that this required adding support for calculating the DE-9IM relation. I'll
    expose this to users via the expression engine in 2.14.

    Along the way this also fixes a number of bugs relating to WKT geometry
    import, such as
    - add support for alternate MultiPoint(1 1,2 2,...) format
    - fix GeometryCollection to support collections with multi* children
    and GeometryCollection children (allowed by spec)

Merge: 34dc314345 f3a45cd400
Nathan Woodrow <madmanwoo@gmail.com>	2015-10-16

    Merge pull request #2377 from nirvn/toolbar_icon_improvements

    improve and vectorize several edit toolbar icons

nirvn <nirvn.asia@gmail.com>	2015-10-16

    improve and vectorize several edit toolbar icons

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-16

    Fix exporting geometry collections to WKT

    Child types were incorrectly being dropped when the collection
    consisted of mixed geometry types (eg line & polygon) (refs #13608)

Merge: d19165b7c9 ec3fb23afb
Paolo Cavallini <cavallini@faunalia.it>	2015-10-15

    Merge pull request #2375 from NaturalGIS/saga_flow_accu

    Fix SAGA 2.2.0 flow accumulation modules

Larry Shaffer <larrys@dakotacarto.com>	2015-10-14

    [server] Fix #13291; reinstate default project read in fcgi directory

    - Ensure no reassignment of mConfigFilePath by MAP parameter or from
      QGIS_PROJECT_FILE env var

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-10-15

    fix saga 2.2.0 flow accumulaiton modules (ex catchment areas). Files added.

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-10-15

    fix saga 2.2.0 flow accumulaiton modules (ex catchment areas)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-10-15

    Fix geometry icons in postgres dialog for new wkb types

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-15

    [widget editor][fix #13486] follow up #2316 and 5ac5217

Radim Blazek <radim.blazek@gmail.com>	2015-10-15

    [GRASS] show init error in tools title

Radim Blazek <radim.blazek@gmail.com>	2015-10-15

    [GRASS] create new cat on attribute change if it does not exist

Radim Blazek <radim.blazek@gmail.com>	2015-10-15

    [GRASS] use text type with sqlite

Radim Blazek <radim.blazek@gmail.com>	2015-10-15

    [GRASS] minor fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-10-15

    Fix numerical problems in circular string rendering

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-15

    Fix area calculation when OTF active and no ellipsoid (fix #13601)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-15

    Use QString::arg multi argument method to avoid extra heap allocations

Henry Walshaw <henry.walshaw@gmail.com>	2015-10-08

     Fix ogrsql path quoting

    Fix the ogrsql path quoting which left the extra quotes around the input layer path

    Signed-off-by: Henry Walshaw <henry.walshaw@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-15

    Fix broken apply button in label config dialog (fix #13543)

Radim Blazek <radim.blazek@gmail.com>	2015-10-14

    [GRASS] fixed crash in editing caused by different off_t size

Radim Blazek <radim.blazek@gmail.com>	2015-10-14

    [GRASS] fixed qgis.d.rast binary mode on windows

Radim Blazek <radim.blazek@gmail.com>	2015-10-14

    fixed win build

volaya <volayaf@gmail.com>	2015-10-14

    [processing] fixed handling output html files in grass 7

Radim Blazek <radim.blazek@gmail.com>	2015-10-14

    [GRASS] re-enabled module output layer freeze in canvas

volaya <volayaf@gmail.com>	2015-10-14

    [processing] do not assume singleton Processing when defining temp folder

    fixes #13588

volaya <volayaf@gmail.com>	2015-10-14

    [processing] do not write CRS file if output is not a layer

    fixes #13590

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-14

    Also show features with modified geometry when "show edited and new
    features" filter is active in attribute dialog (fix #11684)

Radim Blazek <radim.blazek@gmail.com>	2015-10-14

    [GRASS] keep layer specific suppress form mode

Radim Blazek <radim.blazek@gmail.com>	2015-10-14

    [GRASS] prepared off_t fix on windows

Merge: 52c50673f7 cfdf5cf609
Paolo Cavallini <cavallini@faunalia.it>	2015-10-14

    Merge pull request #2369 from neteler/patch-73

    Update to GRASS GIS 7.0.x

Merge: 24b6e6387e 47565a949f
Paolo Cavallini <cavallini@faunalia.it>	2015-10-14

    Merge pull request #2370 from neteler/patch-72

    Update to GRASS GIS 7.0.x

Juergen E. Fischer <jef@norbit.de>	2015-10-14

    vector layer: update geometries first before feature id might change (fixes #8255)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-14

    When adding ring to a geometry, add z or m dimensions to the
    ring geometry if required (fix #7400, #7401)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-14

    Add method to geometries for adding z/m dimension, initialized
    to a specified value

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-14

    Add method to QgsWKBTypes to add z/m dimension to a wkb type

    Also add some unit tests for QgsWKBTypes

Juergen E. Fischer <jef@norbit.de>	2015-10-13

    db manager: add credentials to postgis rasters (fixes #13594)

Juergen E. Fischer <jef@norbit.de>	2015-10-13

    indentation update

Markus Neteler <neteler@gmail.com>	2015-10-13

    Update to GRASS GIS 7.0.x

Markus Neteler <neteler@gmail.com>	2015-10-13

    Update to GRASS GIS 7.0.x

Radim Blazek <radim.blazek@gmail.com>	2015-10-13

    [GRASS] update fields on field add/delete

volaya <volayaf@gmail.com>	2015-10-13

    [processing] fixed getMinCoveringExtent when there are multiple input parameters

volaya <volayaf@gmail.com>	2015-10-13

    [processing] fixed modeler calcualtor when opening dialog for the first time

    fixes #13587

volaya <volayaf@gmail.com>	2015-10-07

    [processing] do not set an upper limit for points in random points layer

    fixes #13483

rldhont <rldhont@gmail.com>	2015-10-13

    [BUGFIX][QGIS Server] Add layer coordinate transforms before setting destination CRS

    If the layer_coordinate_transform_info child of mapcanvas has not been well
     saved, the destinationCrs is not well applied and we get a blank image.

    To resolve this issue, we just have to add layer coordinate transforms to the
     map renderer before setting the destination CRS.

Paolo Cavallini <cavallini@faunalia.it>	2015-10-13

    Update CatchmentArea(Parallel).txt

    Fixes https://hub.qgis.org/issues/13588 (but probably there are others)

Radim Blazek <radim.blazek@gmail.com>	2015-10-13

    [GRASS] add first/last vertex marker to editing renderer

Paolo Cavallini <cavallini@faunalia.it>	2015-10-13

    Update ShapestoGrid.txt

    Fixes #13585

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-13

    Fix overview canvas background color not set (fix #11157)

Juergen E. Fischer <jef@norbit.de>	2015-10-13

    revert 3daa57f and f51d1fb (followup ff43a5d)

Paolo Cavallini <cavallini@faunalia.it>	2015-10-13

    Update Grid.py

    Fixes a broken module. Possibly more broken ones around.

Merge: 9556a760da 07db984830
Nyall Dawson <nyall.dawson@gmail.com>	2015-10-13

    Merge pull request #2337 from stevenmizuno/fix_3400

    set selection color from project file

Radim Blazek <radim.blazek@gmail.com>	2015-10-13

    [GRASS] edit test fixed for GRASS 6

Radim Blazek <radim.blazek@gmail.com>	2015-10-13

    [GRASS] editing test

Merge: ff43a5dc1f 537d195957
Nyall Dawson <nyall.dawson@gmail.com>	2015-10-13

    Merge pull request #2368 from nirvn/welcome_page_fix_resize

    [welcome page] fix recent project list not resizing on window / docked panel size change

Merge: 3daa57f8c8 2ddc07163d
Nyall Dawson <nyall.dawson@gmail.com>	2015-10-13

    Merge pull request #2367 from manisandro/qgsround

    Introduce qgsRound since std::round is available only in C++11 onwards

Sandro Mani <manisandro@gmail.com>	2015-10-13

    More qgsRound tests

Juergen E. Fischer <jef@norbit.de>	2015-10-13

    fix f51d1fb

Juergen E. Fischer <jef@norbit.de>	2015-10-13

    fix precise build

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-13

    Allow delete part tool to remove geometry from single type point
    and line layers (fix #13258)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-13

    Remove .sortinc files in remove_temporary_files script

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-13

    Fix using add part tool to add part to geometryless rows
    (fix #12885, #11319)

    Also fix some potential crashes with edit tools and null geometry

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-13

    Allow adding features with empty geometry via attribute table

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-13

    Fix split parts tool only leaves one of the newly created parts (fix #13421)

nirvn <nirvn.asia@gmail.com>	2015-10-13

    [welcome page] add a minmium width to the recent project list

nirvn <nirvn.asia@gmail.com>	2015-10-13

    [welcome page] fix recent project list not resizing

Sandro Mani <manisandro@gmail.com>	2015-10-12

    Add some qgsRound tests

Sandro Mani <manisandro@gmail.com>	2015-10-12

    Introduce qgsRound since std::round is available only in C++11 onwards

Juergen E. Fischer <jef@norbit.de>	2015-10-12

    debian packaging update (revert GEOS C++ dependency)

Juergen E. Fischer <jef@norbit.de>	2015-10-12

    fix core api header

Juergen E. Fischer <jef@norbit.de>	2015-10-12

    fix windows build

Larry Shaffer <larrys@dakotacarto.com>	2015-10-09

    [auth] Add some more debug output

    - Need to migrate many auth debug to QgsDebugMsgLevel with higher level

Larry Shaffer <larrys@dakotacarto.com>	2015-10-09

    [auth] Fix #13550; add auth support to Server; read master password file

Merge: de8b045b26 c1028efeb0
mhugent <marco.hugentobler@sourcepole.ch>	2015-10-12

    Merge pull request #2365 from manisandro/geom_checker_fixes

    Geometry checker fixes

Sandro Mani <manisandro@gmail.com>	2015-10-08

    [Geometry checker] Make self intersection fix create a multilinestring instead of a multicurve since prts are linestrings

Sandro Mani <manisandro@gmail.com>	2015-10-08

    [Geometry checker] Make self intersection fix create a linear polygon if original feature was one

Sandro Mani <manisandro@gmail.com>	2015-10-08

    [Geometry checker] Fix memory corruption due to QgsGeometry deleting the passed GeometryV2 pointer when going out of scope

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Fix crash when changing symbol types on windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Add missing mask from previous commit

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Follow up c7b9fa, fix failing tests

    Looks like there's a label in the test which is placed right on the
    boundary of the map, so the geos changes in c7b9fa have shifted it
    slightly off the canvas and resulted in it not being drawn.

    Update test mask images so this label is optional.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Really fix #13545

    I'm not sure what sip voodoo is preventing the bindings from
    calling methods in the base class, so for QGIS <3.0 I've aliased
    all the new signatures and will rename them back for 3.0

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Fix refining rule based renderer using expression (fix #10815)

Merge: 4d351756cb c927073e20
mhugent <marco.hugentobler@sourcepole.ch>	2015-10-12

    Merge pull request #2353 from manisandro/geos_snap

    Replace GEOS C++ dependency with hand-rolled snap-to-grid implementation

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-12

    [ui] save geometry dialog for the symbol selector dialog

Radim Blazek <radim.blazek@gmail.com>	2015-10-12

    [GRASS] hide save layer edits action

Merge: 160f172b42 7e2ffd46d8
Salvatore Larosa <lrssvtml@gmail.com>	2015-10-12

    Merge pull request #2364 from arnaud-morvan/processing-fix-field-calculator

    [Processing] fixup! Include parameterselection dropdown contents in processing translation

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Flip some QStrings to QLatin1String where they may be faster

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Bump acceptable doc coverage

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Update TestQgsLabelingEngineV2 to use render checker, reenable on Travis

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-10-12

    fixup! Include parameterselection dropdown contents in processing translations

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Followup 8e2b791, add unit test

Juergen E. Fischer <jef@norbit.de>	2015-10-11

    attribute editing: don't allow editing without ChangeAttributeValues capability

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Fix potential crash in vector gradient dialog info button

    Note that this doesn't seem to be actually utilised by any
    of the preinstalled gradients, but if users have created
    a gradient with info then clicking the button would have
    crashed QGIS.

    Identified by clazy.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Followup a721752, also fix svg marker fill cannot be used with
    categorised or graduated renderers

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Remove default outline-width param from included SVGs if
    default value is non 0

    using the monstrosity:
    zerowidth='!0'; grep -R -rl -P "\"param\(outline-width\) (?${zerowidth})(.*?)\"" | xargs sed -i -b 's/\(param(outline-width)\)[^"]*"/\1\"/g'

    (fix #10908)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Remove default outline param from included SVG files if default is #000

    using:
    grep -R -rl \"param\(outline\)[[:space:]]*#000\" | xargs sed -i -b 's/\(param(outline)\)\s*#000"/\1\"/g'

    (refs #10908)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-12

    Remove default fill param from included SVG files if default is #FFF

    using:
    grep -R -rl \"param\(fill\)[[:space:]]*#FFF\" | xargs sed -i -b 's/\(param(fill)\)\s*#FFF"/\1\"/g'

    (refs #10908)

Juergen E. Fischer <jef@norbit.de>	2015-10-11

    case-sensitivity of vector layer field (fixes #13032)
    * fieldNameIndex: resort to case-insensitive lookup only if
      case-sensitive lookup has no match
    * file writer: fix handling of fields that only differ by case

Juergen E. Fischer <jef@norbit.de>	2015-10-11

    clear cached wkb after reshape (fixes #13052)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-11

    If svg files with params do not have a default value set, then don't
    reset the fill/border color and border width when changing svg
    marker/svg fill SVG files

    This change makes the behaviour consistent between the svg marker
    symbol and the other marker symbols. Additionally, svg files
    which have customisable colors and NO default values set will
    be shaded in gray fill/black outline in the svg selector widget,
    to follow the same behaviour as the other marker symbol selectors.

    Note that this change has NO EFFECT unless the svg files are
    modified to remove the default param value, so there will be no
    change for users' custom symbols. A follow up commit will need
    to remove the default param values from the preinstalled SVG
    files though. If you want to test in the meantime, I've modified
    just the first two symbols in the accomodation group to make
    this change for testing.

    (refs #10908)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-11

    Fix svg marker colors not correctly restored from project

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-11

    Fix fill and outline color for svg markers sometimes enabled
    when SVG file does not support parameters

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-11

    [console] Move run button earlier in console editor toolbar

    Otherwise on small screens the run button is hidden away in the
    overflow menu, which isn't ideal given its importance

Juergen E. Fischer <jef@norbit.de>	2015-10-10

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2015-10-10

    also fix #10747 for 2.5D points

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Followup 80ccb39, also disable test on OSX

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Fix curved labels ignore line orientation placement flag (fix #5778)

Merge: 80ccb39ae5 b82c146cdb
Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Merge pull request #2361 from m-kuhn/fix13549

    Cleanup symbol definition widgets when switching between symbol layers

Matthias Kuhn <matthias@opengis.ch>	2015-10-10

    Cleanup symbol definition widgets when switching between symbol layers

    Fix #13549

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    More test mask updates. Also disable qgis_labelingenginev2 on Travis

    qgis_labelingenginev2 needs to be refactored to use QgsRenderChecker.
    Directly comparing the two images is too fragile due and is failing
    on Travis.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Fix uninitialized variables in advanced digitizing dock which meant
    that sometimes advanced digitising tools would be activated
    unexpectedly.

    (Coverity... I'm disappointed. Stop slacking off! I've fixed 1000s
    of these warnings you flagged yet you missed the ones which trigerred
    actual real bugs)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Fix snapping options dialog not correctly initialised when loading projects

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Fix some leaks

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Update test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Fix svg outline widths are incorrectly scaled (fix #11522)

    SVG outline width sizes were not correctly calculated, and were
    set to a constant value regardless of the rendered size of the svg
    image. This meant that:
    1. the rendered outline width was effectively randomly scaled
    2. the width would change as the symbol size was modified

    This change has some large flow on effects, eg:

    - the large outline widths required to render an outline in <2.12
    will now be drawn in their correct sizes, eg massive outlines. Projects
    will need to be updated to reflect this.
    - the default outline width set for the provided svg symbols (1 mm)
    is much too large, so the symbols look bad with the default width.
    This size needs to be modified in all the (~300 svg marker images)
    - On the plus side, the long standing issue where most of the svg
    symbols were rendered with white fill on white background and an
    almost invisible black border is now fixed (refs #10908, #8538)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Allow coloring of svg markers when used with graduated/categorised renderers (fix #11658)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Scale svg marker outline width to match context

    This is a partial fix for #11522, in that it fixes map unit scaling
    for outline width. The width is still too small and incorrectly
    scales with symbol size.

    (refs #11522)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Fix broken data defined SVG marker outline width (fix #13423)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-10

    Fix Coverity issues:

    - uninitialized members
    - memory leaks

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-10

    DBManager: add table/layer to canvas double clicking on it

Juergen E. Fischer <jef@norbit.de>	2015-10-09

    fix build with grass7 on windows

Juergen E. Fischer <jef@norbit.de>	2015-10-09

    vector layer: avoid some crashs when methods are called on invalid layers

Juergen E. Fischer <jef@norbit.de>	2015-10-09

    editor widget: don't reset empty strings to null, if default value is null (fixes #13546)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-09

    Fix node tool duplicates nodes when topological editing and
    snap are both enabled (fix #13466)

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-09

    [vertex editor] allow zooming to vertex with the mouse click

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-09

    Use a model for node editor table (fixes #13541)

    This commit switches the node editor to use a model backend rather then
    inserting and updating every node on every edit. Fixes the hang when
    editing a large feature.

    Also implements some extra functionality like scrolling to a selected
    vertex in the table.

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-09

    Fix doxygen warning (again)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-09

    Followup e5ea5ff, better API

Radim Blazek <radim.blazek@gmail.com>	2015-10-09

    [GRASS] update layer extent after edit

Radim Blazek <radim.blazek@gmail.com>	2015-10-09

    [GRASS] check mapset ownership in browser actions

Radim Blazek <radim.blazek@gmail.com>	2015-10-09

    [GRASS] open/new/close mapset removed from toolbar

Radim Blazek <radim.blazek@gmail.com>	2015-10-09

    [GRASS] fixed crash when adding table for existing features

Merge: 5426ebe8be b379e93b95
alexbruy <alexander.bruy@gmail.com>	2015-10-09

    Merge pull request #2357 from spatialthoughts/patch-1

    [processing] remove unused argument

Merge: b11b73cbbe 391d60c0e2
alexbruy <alexander.bruy@gmail.com>	2015-10-09

    Merge pull request #2343 from PedroVenancio/grass7_plugin

    remove "-write_absolute_path" option from gdaltindex (addresses #11428, #4064)

Juergen E. Fischer <jef@norbit.de>	2015-10-09

    fix precise build

Juergen E. Fischer <jef@norbit.de>	2015-10-08

    translation string fix

Juergen E. Fischer <jef@norbit.de>	2015-10-09

    adapt local simplication to new geometry types (fixes #13538)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-09

    Fix symbols drawn multiple times in rule based renderer if symbol
    has multiple layers

    (fixes #some-blocking-issue-i-can't-find-because-hub-is-down)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-09

    Fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Fix hardcoded border for raster legend items (fix #13540)

    Previously raster legend items always had a fixed black border.
    Now there's options to change the color/width of this border or
    disable it entirely.

Larry Shaffer <larrys@dakotacarto.com>	2015-10-08

    Revert 8f04d22; set condition to ifndef QT_NO_DEBUG

    [ci skip]

Radim Blazek <radim.blazek@gmail.com>	2015-10-08

    trigger repaint after discard changes

Radim Blazek <radim.blazek@gmail.com>	2015-10-08

    [GRASS] suppress form for boundaries

Radim Blazek <radim.blazek@gmail.com>	2015-10-08

    [GRASS] fixed setting default value in input combo

Ujaval Gandhi <ujaval@gmail.com>	2015-10-08

    Remove the extra argument to getConsoleCommands()

    getConsoleCommands takes only 1 arg. The extra arg in the method definition causes an error when running the algorithm

Merge: de20495911 844578d02d
Alessandro Pasotti <elpaso@itopen.it>	2015-10-08

    Merge pull request #2356 from elpaso/hidpi-improvements8

    Fix line height and icon size on hipi

Radim Blazek <radim.blazek@gmail.com>	2015-10-08

    [GRASS] vector import: increase cat by 1 if fid starts at 0

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-09

    Fix crash in label property dialog (refs #13543)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Remove invert check box from glow effect widget, was never hooked up

Radim Blazek <radim.blazek@gmail.com>	2015-10-08

    [GRASS] fixed deadlock when started from GRASS shell

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Fix missing sip bindings for renderers (fix #13545)

elpaso <elpaso@itopen.it>	2015-10-08

    Fix line height and icon size on hipi

      The icon will scale up but not down, the 2.10
      behaviour is retained on 96dpi screens and
      the icon is scaled up if needed

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Fix add ring/fill ring tool works on first polygon (fix #13069)

    Now the tools will prefer to operate on selected features first.
    Improves editing of overlapping features.

Henry Walshaw <henry.walshaw@gmail.com>	2015-10-08

    Add a dialect select to ogrsql

    Add the ability to select sqlite or ogrsql dialects when executing SQL

    Signed-off-by: Henry Walshaw <henry.walshaw@gmail.com>

Henry Walshaw <henry.walshaw@gmail.com>	2015-10-08

     Fix ogrsql path quoting

    Fix the ogrsql path quoting which left the extra quotes around the input layer path

    Signed-off-by: Henry Walshaw <henry.walshaw@gmail.com>

Henry Walshaw <henry.walshaw@gmail.com>	2015-10-08

    Make ogrinfo summary info output optional

    Make summary output optional (but default) by adding a boolean parameter to the ogrinfo script

    Signed-off-by: Henry Walshaw <henry.walshaw@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Fix fill ring tool creates more features than needed (fix #13354)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Fix fill ring tool used with advanced digitising crashes QGIS

    (fix #13355)

Radim Blazek <radim.blazek@gmail.com>	2015-10-08

    [GRASS] restrict module input by SEARCH_PATH

Sandro Mani <manisandro@gmail.com>	2015-10-08

    Add some docstrings

Sandro Mani <manisandro@gmail.com>	2015-10-08

    Use floating as default precision

Radim Blazek <radim.blazek@gmail.com>	2015-10-08

    [GRASS] fixed region when qgis is started from GRASS shell

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Fix diagrams are always shown, regardless of setting (refs #13501)

Juergen E. Fischer <jef@norbit.de>	2015-10-07

    oracle provider: fix call of sdo_filter to verify a spatial index is present

Sandro Mani <manisandro@gmail.com>	2015-10-07

    Add snap-to-grid to QgsGeos

Sandro Mani <manisandro@gmail.com>	2015-10-07

    Remove GEOS C++ lib dependency

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Fix atlas page name combo not synced to layer

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Fix crashes and inconsistent ui when atlas is set to a geometryless layer

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-08

    Fix legends are empty if presets used with filtered legend (fix #13300)

Larry Shaffer <larrys@dakotacarto.com>	2015-10-07

    Fix unused variable warning with clang on Mac

Radim Blazek <radim.blazek@gmail.com>	2015-10-07

    [GRASS] do not insert records if table does not exist

Radim Blazek <radim.blazek@gmail.com>	2015-10-07

    [GRASS] initial editing test

Juergen E. Fischer <jef@norbit.de>	2015-10-07

    fix windows build (followup c49b5b7)

elpaso <elpaso@itopen.it>	2015-10-06

    Fixes line height and icon size on hidpi screens

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-04

    [fix #13503] avoid crash when switch between style widgets and renderer cannot be applied to layer

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-07

    Fix more potential crashes in renderer widgets

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-07

    Followup c49b5b7, more fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-07

    Remove unused variable

Matthias Kuhn <matthias@opengis.ch>	2015-10-07

    followup

Matthias Kuhn <matthias@opengis.ch>	2015-10-07

    Make travis files easier diff'able

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-07

    Change a lot of arguments to const references in core/gui

    Rationale:
    - there was a lot of large objects passed by value, so potentially
    there's a speed bump from this
    - even for implicitly shared classes like QString/QList there's still
    a (small) cost for copying the objects when there's no reason to
    - it's the right thing to do!

Larry Shaffer <larrys@dakotacarto.com>	2015-10-06

    [travis] Ensure use of standard (legacy) infrastructure

    - For 'sudo apt' commands on Linux (Mac unaffected)
    - Seems already set for main QGIS repo, but now needed when adding
      Travis CI setup to a personal fork ("For repos we recognize on or
      after 2015-01-01, linux builds are sent to our container-based
      infrastructure")
    - This could probably be overcome using the Travis 'apt' plugin so that
      container-based infrastructure could be used
      http://docs.travis-ci.com/user/apt/

    http://docs.travis-ci.com/user/workers/standard-infrastructure/
    http://docs.travis-ci.com/user/workers/container-based-infrastructure/

Larry Shaffer <larrys@dakotacarto.com>	2015-10-06

    [auth] Move startup system-is-disabled blocking dialog to message bar

Larry Shaffer <larrys@dakotacarto.com>	2015-10-06

    [auth] Reorganize SSL error integration

Larry Shaffer <larrys@dakotacarto.com>	2015-10-06

    [auth] Fix #13507; ensure auth widgets are disabled if auth system is

Larry Shaffer <larrys@dakotacarto.com>	2015-10-03

    [auth] Set trusted certs for default SSL configs when cache rebuilt

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-06

    use capital letter for "Show in Overview" action in layer contextual menu

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-06

    [UX] homogenize labels for zoom to native resolution action

    See: http://lists.osgeo.org/pipermail/qgis-ux/2015-September/000352.html

rldhont <rldhont@gmail.com>	2015-10-06

    [BUGFIX][QGIS-Server] Restricted layers and layer id as name are incompatible

    If the user checks 'used layer id as name' and specifies 'restricted layers',
     the restriction is not applied.

    To fix it, I add the layer ids to the restricted layers list.

Hugo Mercier <hugo.mercier@oslandia.com>	2015-10-06

    Minor fixes

Matthias Kuhn <matthias@opengis.ch>	2015-10-06

    Fix snapping with Advanced Digitizing

    Fix #13529

volaya <volayaf@gmail.com>	2015-10-06

    [processing] remember params/outputs collapsed stated when editing alg in modeler

    fixes #13499

volaya <volayaf@gmail.com>	2015-10-06

    [processing] do not collapse tree when updating models or scripts

Radim Blazek <radim.blazek@gmail.com>	2015-10-06

    [GRASS] qgis.v.upgrade.py - upgrade vectors from 6

Radim Blazek <radim.blazek@gmail.com>	2015-10-06

    [GRASS] multi cat editing fixes

Matthias Kuhn <matthias@opengis.ch>	2015-10-04

    Fix some warnings when compiling code for Qt

Matthias Kuhn <matthias@opengis.ch>	2015-10-04

    Qt5 compatibility patch for QSsl

    > QSslCertificate::subjectInfo() and QSslCertificate::issuerInfo() return a
    > QStringList instead of a QString in Qt5. It's pretty common for a certificate
    > to contain more than entry of a specific type, but in Qt 4 the API only let
    > you access the first one.

    [Source](https://blogs.kde.org/2012/04/14/whats-new-qt-5-ssl)

    This fix adds macros to apply the Qt4 behavior on Qt5 code. Obviously it would
    be better the other way round.

Juergen E. Fischer <jef@norbit.de>	2015-10-06

    [processing] update algorithm help link (fixes #13506)

Juergen E. Fischer <jef@norbit.de>	2015-10-05

    restore behavior of QgsGeometry::combine on line strings (fixes #13274)

Radim Blazek <radim.blazek@gmail.com>	2015-10-05

    [GRASS] disabled editing of cat and topo symbol

Merge: 32e6d9c564 26c1311c54
Radim Blazek <radim.blazek@gmail.com>	2015-10-05

    Merge pull request #2349 from NINAnor/grass7_pluginupdate

    Grass7 pluginupdate

Radim Blazek <radim.blazek@gmail.com>	2015-10-05

    [GRASS] removed warnings from raster provider

ninsbl <stefan.blumentrath@gmx.de>	2015-10-05

    add r.what

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-05

    [diagrams] Fix initial value of transparency slider not set (fix #13434)

Merge: e8d1247063 296ae9fadc
ninsbl <stefan.blumentrath@gmx.de>	2015-10-05

    Merge branch 'grass7_pluginupdate' of https://github.com/NINAnor/QGIS into grass7_pluginupdate

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-05

    Make sure recent expression group is always listed last (fix #13462)

ninsbl <stefan.blumentrath@gmx.de>	2015-10-05

    some small fixes and temporal icons

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-05

    Maintain order of recent expressions (fix #13461)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-05

    Fix map rotation not considered for ellipse marker data defined rotation (fix #13367)

Radim Blazek <radim.blazek@gmail.com>	2015-10-05

    [GRASS] start/close edit fixes

Radim Blazek <radim.blazek@gmail.com>	2015-10-05

    [GRASS] fixed add new layer if vector is not valid

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-05

    Misc optimisations identified by clazy:

    - call reserve on container classes where applicable
    - make sure Q_FOREACH uses references
    - remove dynamic casts to base classes
    - fix some implicit bool conversions

Radim Blazek <radim.blazek@gmail.com>	2015-10-05

    removed setResizeMode on non-existent browser column, fixes #13509

Juergen E. Fischer <jef@norbit.de>	2015-10-05

    debian packaging: restore dh targets

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-05

    Add missing overrides

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-05

    Coverity null dereference fixes

Juergen E. Fischer <jef@norbit.de>	2015-10-04

    debian packaging update and typo fix

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-05

    [composer] Fix image size/resolution was not honored during export (fix #13438)

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-04

    DBManager: fix int/float conversion to unicode (partially revert changes in 401f43c and fix #13505)

Matthias Kuhn <matthias@opengis.ch>	2015-09-20

    Qt5: Fix lrelease vs. lrelease-qt5 problem

Juergen E. Fischer <jef@norbit.de>	2015-10-04

    remove whatsnew from api and install (followup 95c377a)

ninsbl <stefan.blumentrath@gmx.de>	2015-09-21

    Temporal icons first draft

Juergen E. Fischer <jef@norbit.de>	2015-10-02

    add cppcheck fixes

Juergen E. Fischer <jef@norbit.de>	2015-10-02

    indentation update

Matthias Kuhn <matthias@opengis.ch>	2015-10-03

    Followup 95c377a

Matthias Kuhn <matthias@opengis.ch>	2015-10-03

    Remove news feed tab from start page

    Fix #13497
    Fix #13471

Salvatore Larosa <lrssvtml@gmail.com>	2015-10-03

    [processing] sort alphabetically the online scripts

Larry Shaffer <larrys@dakotacarto.com>	2015-10-02

    Update bundling of qspatialite and postgres Qt SQL plugins for Mac

Merge: 48ce385cd8 1fdfe30126
Nathan Woodrow <madmanwoo@gmail.com>	2015-10-02

    Merge pull request #2344 from nirvn/welcome_page_hidpi_fix

    [welcome page] fix font size on HiDPI display and improve disabled item style

nirvn <nirvn.asia@gmail.com>	2015-10-02

    [welcome page] increase text width to avoid reflow on hidpi screens

Radim Blazek <radim.blazek@gmail.com>	2015-10-02

    [GRASS] use the same filter for modules tree and list

Radim Blazek <radim.blazek@gmail.com>	2015-10-02

    [GRASS] keep added features symbol updated

Alessandro Pasotti <elpaso@itopen.it>	2015-10-02

    Minor change in the method description

    Changed "given field index" to "given field name"

Larry Shaffer <larrys@dakotacarto.com>	2015-10-01

    [auth] Add more database warnings to manager

Larry Shaffer <larrys@dakotacarto.com>	2015-10-01

    Resolve symlinks when bundling PyQt uic directory on Mac

Larry Shaffer <larrys@dakotacarto.com>	2015-10-01

    Lower optimization for qgsexpression_texts.cpp for release builds on Mac

    - Only applies when using clang compiler

Larry Shaffer <larrys@dakotacarto.com>	2015-10-01

    Add PYTHONPATH support and better module finding to Mac bundling

Larry Shaffer <larrys@dakotacarto.com>	2015-10-01

    Add symlink resolving to install name change bundle function on Mac

Larry Shaffer <larrys@dakotacarto.com>	2015-10-01

    Bundle only the QCA plugins that are used on Mac

Larry Shaffer <larrys@dakotacarto.com>	2015-10-01

    Add QwtPolar bundling for Mac

Juergen E. Fischer <jef@norbit.de>	2015-10-02

    fix translation string

Radim Blazek <radim.blazek@gmail.com>	2015-10-01

    fixed travis warning

Juergen E. Fischer <jef@norbit.de>	2015-10-01

    spelling fixes

Radim Blazek <radim.blazek@gmail.com>	2015-10-01

    [GRASS] update all providers on map reload; dynamic cidx count in iterator

Nathan Woodrow <madmanwoo@gmail.com>	2015-10-01

    Show Python error stack trace when in blocking dialog

Juergen E. Fischer <jef@norbit.de>	2015-09-28

    debian packaging update (take II on fixing #13310)

Juergen E. Fischer <jef@norbit.de>	2015-09-29

    ogr provider: don't add mysql table filter multiple times (fixes #13446)

volaya <volayaf@gmail.com>	2015-10-01

    [processing] GRASS: prevent exception when deleting GISBASE env variable

volaya <volayaf@gmail.com>	2015-10-01

    [processing] fix problems with names with capital letters when importing to postgis

    fixes #11585

volaya <volayaf@gmail.com>	2015-10-01

    [processing] write log dates in ISO format

    fixes #13226

volaya <volayaf@gmail.com>	2015-10-01

    [processing] fixed handling null values in Processing settings in Mac

volaya <volayaf@gmail.com>	2015-10-01

    [processing] fixed import placement

volaya <volayaf@gmail.com>	2015-10-01

    [processing] fixed adding extension to output filenames in batch interface

    fixes #10444

volaya <volayaf@gmail.com>	2015-10-01

    [processing]fixed SAGA when using a version newer than the latest supported one

    fixes #13279

volaya <volayaf@gmail.com>	2015-09-30

    [processing] partially fixed handling of non-ascii chars when running grass algorithms in windows

volaya <volayaf@gmail.com>	2015-09-30

    [processing] fixed issues with spaces in paths when using GRASS algorithms

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-01

    Finish implementation of @value context variable

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-01

    More removal of const from QgsRenderContext in symbology

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-01

    Remove const from labeling QgsRenderContext usage

Nathan Woodrow <madmanwoo@gmail.com>	2015-10-01

    Add stack trace button to message bar for Python errors

nirvn <nirvn.asia@gmail.com>	2015-10-01

    [welcome page] fix font size on HiDPI display and improve disabled item style

PedroVenancio <pedrongvenancio@gmail.com>	2015-10-01

    Fix to #11428 and #4064. Remove -write_absolute_path option, since it has no influence, because absolute paths are always recorded in the attribute table.

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-10-01

    DBManager: fix data conversion to unicode (errors='replace' should be enough)

Nyall Dawson <nyall.dawson@gmail.com>	2015-10-01

    Add missing python-qt4-sql dependancy to Travis

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-30

    Only save effect element if it is non-default

    (decreases file size of qgs project files)

Juergen E. Fischer <jef@norbit.de>	2015-09-30

    surpress moc warnings in windows 64bit build

Juergen E. Fischer <jef@norbit.de>	2015-09-30

    only update qgsexpression_texts.cpp if there are actual changes

Juergen E. Fischer <jef@norbit.de>	2015-09-30

    fix some warnings

Juergen E. Fischer <jef@norbit.de>	2015-09-30

    revive QSqlDatabase (followup c894357a)

Radim Blazek <radim.blazek@gmail.com>	2015-09-30

    [GRASS] new feature attributes fixes

Radim Blazek <radim.blazek@gmail.com>	2015-09-30

    Add spacer under attributes in autogenerated attribute form

Radim Blazek <radim.blazek@gmail.com>	2015-09-30

    [GRASS] use monospace font for module's output

volaya <volayaf@gmail.com>	2015-09-30

    [processing] recover previous value of formula in modeler calculator

    #fixes 11539

volaya <volayaf@gmail.com>	2015-09-30

    [processing] fixed message to indicate unconfigured GRASS provider

    It now displays the same message for GRASS 6 than for GRASS 7

volaya <volayaf@gmail.com>	2015-09-30

    [processing] prevent otb algorithms being run if otb not configured

    fixes #13215

volaya <volayaf@gmail.com>	2015-09-30

    [processing] fixed ordering of outputs in models

    fixes #13217

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-30

    Fix leak in labeling

Martin Dobias <wonder.sk@gmail.com>	2015-09-30

    Fix the "Change Label" map tool after labeling refactoring

    The support for rule-based labeling is not there yet (only simple labeling)

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-30

    Fix another crash with rule-based labeling + data-defined properties (fixes #13453)

    The writing of data-defined properties to XML was using invalid data.
    Also fixes a possible memory leak in assignment operator.
    Thanks Nyall for help tracking it down!

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-30

    QgsVectorFileWriter fails to export features containing Multi*25D geometries (fix #13451)

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-30

    Remove unused/uninitialized pointer

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-30

    DBManager: fix unicode error display table data (fix #13447)

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-29

    DBManager: trap RuntimeError when disconnecting signals from a deleted object

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-30

    Store layer list in canvas order for visibility presets, fixes
    data defined style preset for composer maps changing layer
    order

Radim Blazek <radim.blazek@gmail.com>	2015-09-29

    [GRASS] fixed crash in add/delete column

Radim Blazek <radim.blazek@gmail.com>	2015-09-29

    refresh QgsAttributeForm using updatedFields() signal to cover all changes

volaya <volayaf@gmail.com>	2015-09-29

    [processing] Batch: ensure correct processing of extent params after other params are set

volaya <volayaf@gmail.com>	2015-09-29

    [processing] Fix multiple error dialogs in batch processes

    Errors when postprocessing layers are now added to the log console

volaya <volayaf@gmail.com>	2015-09-29

    [processing] fixed issue with min covering extent when layers are passed as layer names
    #fixes 13441

Radim Blazek <radim.blazek@gmail.com>	2015-09-29

    [GRASS] fixed crash on plugin unload + reload

Tom Kralidis <tomkralidis@gmail.com>	2015-09-29

    [MetaSearch] remove merged endpoint

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-29

    close the qgsexpression_texts.cpp file generated by resources/process_function_template.py

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-29

    [processing] really fix cmakelist file: followup a4151d7

Radim Blazek <radim.blazek@gmail.com>	2015-09-29

    [GRASS] refresh module input when location changed

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-09-29

    [Processing] Add precision parameter to by location algorithms

Tom Kralidis <tomkralidis@gmail.com>	2015-09-29

    [MetaSearch] add guidance as comment

Merge: a4151d7770 22b1c087cc
Tom Kralidis <tomkralidis@gmail.com>	2015-09-29

    Merge pull request #2340 from NaturalGIS/pt_csw

    add official CSW services for Portugal

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-09-29

    add official CSW services for Portugal

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-29

    [processing] fixes cmakelist file: followup c7961b1

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-29

    [geometry-checker-ui] use qgsmalayercombobox for layers list

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-29

    Disable add curve tools for point/raster layers

Merge: fed74b2dfa 8b17e8b50c
volaya <volayaf@gmail.com>	2015-09-29

    Merge pull request #2339 from NaturalGIS/fix_grass7_v_sample

    fix grass7 v.sample

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-29

    [composer] Fix layer order when using visibility presets

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-29

    Tab order fixes, pt 2

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-29

    fix crash deleting expression field when layer is not editable

Martin Dobias <wonder.sk@gmail.com>	2015-09-29

    Fix crashing rule-based labeling with data-defined properties (fixes #13416)

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-28

    [geometry-checker-gui] add scroll area and save geometry dialog to settings

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-09-28

    fix grass7 v.sample

Juergen E. Fischer <jef@norbit.de>	2015-09-28

    yadpu

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-28

    Fix compile error

Tom Kralidis <tomkralidis@gmail.com>	2015-09-28

    add about metadata

Tom Kralidis <tomkralidis@gmail.com>	2015-09-28

    [MetaSearch] update release version

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-28

    Tab order fixes, pt 1

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-28

    Revert "[composer] Add an apply button for atlas settings, prevents"

    This reverts commit 7934a92519f7e2664475117a5aca3b07e15d7535.

    Change proved to have little value and was too easy to overlook.

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-28

    Avoid python PendingDeprecationWarning on startup

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-28

    Fix some leaks

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-28

    Coverity fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-28

    Fix coverity unreachable code error

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-28

    Fix bad profiles in some PNG images, causes libpng warning on startup

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-28

    Add missing overrides, fix warnings

Nathan Woodrow <madmanwoo@gmail.com>	2015-09-28

    Don't spam message bar with more of the same error

Nathan Woodrow <madmanwoo@gmail.com>	2015-09-28

    Fix annoying blocking Python error dialog

volaya <volayaf@gmail.com>	2015-09-28

    [processing] fixed management of SAGA versions

    fixes #13429

Steven Mizuno <spookster@netzero.net>	2015-09-16

    set selection color from project file

    fix #3400
    also remove duplicate setting of background color (it is set by ProjectProperties)

Radim Blazek <radim.blazek@gmail.com>	2015-09-27

    [GRASS] module's input mapsets sorting

Radim Blazek <radim.blazek@gmail.com>	2015-09-27

    [GRASS] limit number of cleaning cycles

Juergen E. Fischer <jef@norbit.de>	2015-09-27

    fixes for debian and osgeo4w packaging

Radim Blazek <radim.blazek@gmail.com>	2015-09-27

    [GRASS] insert record for new feature

Radim Blazek <radim.blazek@gmail.com>	2015-09-27

    [GRASS] better format module's output

Juergen E. Fischer <jef@norbit.de>	2015-09-27

    debian packaging update

Merge: 4dd6d670f0 9cb18c6f39
alexbruy <alexander.bruy@gmail.com>	2015-09-27

    Merge pull request #2332 from NaturalGIS/fix_ogr_tools

    [processing] fix some OGR-based tools

Merge: 5f10b70b71 5211423df5
alexbruy <alexander.bruy@gmail.com>	2015-09-27

    Merge pull request #2331 from radosuav/parameterString_fix

    [processing] fix setting of "multiline" setting for ParameterString

Merge: a77e3bf7d5 ea0dc6e2d4
alexbruy <alexander.bruy@gmail.com>	2015-09-27

    Merge pull request #2283 from arnaud-morvan/processing-translate-parameterselection-content

    [processing] include ParameterSelection dropdown contents in translations

Juergen E. Fischer <jef@norbit.de>	2015-09-27

    update project last modification date after save as (fixes #13420)

Juergen E. Fischer <jef@norbit.de>	2015-09-27

    fix lpad/rpad context help (followup b46cbbe)

Juergen E. Fischer <jef@norbit.de>	2015-09-26

    fix typos

Radim Blazek <radim.blazek@gmail.com>	2015-09-26

    [GRASS] fixed hanging import of larger polygon layers on Linux

Juergen E. Fischer <jef@norbit.de>	2015-09-26

    include libqgis_app in install (fixes #13417)

Juergen E. Fischer <jef@norbit.de>	2015-09-26

    remove duplicate geos_c_extra

Juergen E. Fischer <jef@norbit.de>	2015-09-26

    packaging: use WITH_GRASS to enable GRASS and WITH_GRASS$VERSION only with the available version

Juergen E. Fischer <jef@norbit.de>	2015-09-26

    fix mixup between lpad/rpad help (fixes #13433)

Juergen E. Fischer <jef@norbit.de>	2015-09-26

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-09-26

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2015-09-26

    fix missing overrides warnings

Radim Blazek <radim.blazek@gmail.com>	2015-09-26

    [GRASS] fixed interactive cat input selection for polygons

Radim Blazek <radim.blazek@gmail.com>	2015-09-26

    [GRASS] fixed race condition in reading import progress

Nathan Woodrow <madmanwoo@gmail.com>	2015-09-26

    Don't use blue for user input panel color

Matthias Kuhn <matthias@opengis.ch>	2015-09-26

    QgsPointLocator::Type : Type safety

Larry Shaffer <larrys@dakotacarto.com>	2015-09-26

    [auth] Skip unit tests if qca-ossl plugin is missing

Larry Shaffer <larrys@dakotacarto.com>	2015-09-26

    [auth] Integrate authcfg editing widget into handle bad layers dialog

Larry Shaffer <larrys@dakotacarto.com>	2015-09-26

    [auth] Add widget for editing an authcfg within a data source URI

Larry Shaffer <larrys@dakotacarto.com>	2015-09-26

    [auth] Allow capital letters in config ID

Radim Blazek <radim.blazek@gmail.com>	2015-09-25

    [GRASS] show import progress in browser properties widget

Radim Blazek <radim.blazek@gmail.com>	2015-09-25

    use layer items paramWidget() in browser properties

Merge: caf12e7e4b 12de332ebd
Nyall Dawson <nyall.dawson@gmail.com>	2015-09-26

    Merge pull request #2330 from boundlessgeo/master-2_11-auth-system

    Authentication configuration system with master password

Matthias Kuhn <matthias@opengis.ch>	2015-09-25

    Code formatting

Hugo Mercier <hugo.mercier@oslandia.com>	2015-09-18

    Allow the browser to search into table comments

Hugo Mercier <hugo.mercier@oslandia.com>	2015-09-18

    Add table comments to the columns of pg source select

Radim Blazek <radim.blazek@gmail.com>	2015-09-25

    [GRASS] create new mapset from browser

Radim Blazek <radim.blazek@gmail.com>	2015-09-25

    [GRASS] create new table on add column if it does not exist

Radim Blazek <radim.blazek@gmail.com>	2015-09-25

    [GRASS] vector provider fix

Radim Blazek <radim.blazek@gmail.com>	2015-09-25

    [GRASS] removed add new vector action from toolbar/menu in favour of browser

Radim Blazek <radim.blazek@gmail.com>	2015-09-25

    [GRASS] re-enabled module input cats selection in canvas

Tom Kralidis <tomkralidis@gmail.com>	2015-09-25

    fix XML well formedness

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-25

    Revert "Add methods for retrieving extra parameters from symbol render"

    This reverts commit fe9461be05043daf34057a85e57424f99eeae43d.

    The commit was originally added for a label based feature which needed
    to be reworked after recent labeling changes. Reverting this commit
    to avoid polluting the API.

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-16

    [composer] Closer cropping to content for map items

    Sponsored by NIWA

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-16

    [composer] Fix incorrect default svg filename in some cases

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-16

    [composer] Nicer dialog title strings

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-10

    [FEATURE][composer] Option to restrict image/SVG outputs to content

    If selected, then the images output by composer will include only
    the area of the composition with content. There's also an option
    for margins to add around the item bounds if required.

    If the composition includes a single page, then the output will
    be sized to include EVERYTHING on the composition. If it's a
    multi-page composition, then each page will be cropped to only
    include the area of that page with items.

    A new image export options dialog has been added to facilitate
    this, which also includes handy shortcuts for overriding the
    print resolution or exported image dimensions.

    Sponsored by NIWA

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    [FEATURE][composer] Add fit page to contents option

    New option in the composition panel, with optional extra margins
    to add

    Sponsored by NIWA

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    [FEATURE][composer] Add option to hide pages from view/export

    Sponsored by NIWA

Merge: 8cec2c935f d493a69069
Nyall Dawson <nyall.dawson@gmail.com>	2015-09-25

    Merge pull request #2336 from slarosa/sortfilter_fieldvalues

    [FEATURE] allow filtering for field values in expression widget

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-24

    [FEATURE] allow filtering for field values in expression widget

Larry Shaffer <larrys@dakotacarto.com>	2015-09-24

    [auth] Add authcfg ID edit widget and support for changing the ID

Merge: e655c2617a 2ea4ee9a21
mhugent <marco.hugentobler@sourcepole.ch>	2015-09-25

    Merge pull request #2302 from manisandro/geometry_plugins

    Geometry Checker and Geometry Snapper plugins

Radim Blazek <radim.blazek@gmail.com>	2015-09-24

    [GRASS] optionally show virtual topo layers

Radim Blazek <radim.blazek@gmail.com>	2015-09-24

    [GRASS] optional GISBASE, options menu action

Larry Shaffer <larrys@dakotacarto.com>	2015-09-24

    [auth] Redesign Authentication section of Options

    - Separate management options from auth config table
    - Add standalone certificate manager
    - Add installed auth method plugin dialog, indicating usage per plugin

Larry Shaffer <larrys@dakotacarto.com>	2015-09-24

    [auth] Remove Authentication action from Settings menu

Larry Shaffer <larrys@dakotacarto.com>	2015-09-24

    [auth] Strip translated display name from auth method plugins

Radim Blazek <radim.blazek@gmail.com>	2015-09-24

    [GRASS] add new layers from browser

Larry Shaffer <larrys@dakotacarto.com>	2015-09-24

    [auth] Update auth config tests; strip passphrase from QgsPkiBundle

Larry Shaffer <larrys@dakotacarto.com>	2015-09-24

    [auth] Update python tests (keep disabled); add auth config tests

    - Add comparison operators to QgsAuthMethodConfig

volaya <volayaf@gmail.com>	2015-09-24

    [processing] correctly build multiple input value string

    It was wrongly using comma instead of semicolon to separate values

    Fixes #13114

volaya <volayaf@gmail.com>	2015-09-24

    [processing] added 'run as batch' button in algorithm dialog

volaya <volayaf@gmail.com>	2015-09-21

    [processing] some methods to add Processing algorithms in menus and buttons

Nathan Woodrow <madmanwoo@gmail.com>	2015-09-24

    Fix windows build

Martin Dobias <wonder.sk@gmail.com>	2015-09-24

    Rule-based labeling: Fix issue with filters not working

Martin Dobias <wonder.sk@gmail.com>	2015-09-24

    Fix bug with rotated labels

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-24

    Remove unused code

Martin Dobias <wonder.sk@gmail.com>	2015-09-24

    Rule-based labeling GUI enhancements

    - new column with label text
    - copy / paste / delete rules (also with shortcuts)
    - no label+description - only description (per rule)
    - BONUS: copy/paste works also between rule-based renderer and labeling

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-24

    Further small fixes to labeling widget interface

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-24

    Fix the labeling dialog when opened from toolbar in main window

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-24

    Introduce support for active/inactive rules, else rules, scale-based rules

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-24

    Add forgotten files and fix the clang build

Martin Dobias <wonder.sk@gmail.com>	2015-09-24

    GUI for rule-based labeling

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-23

    Start of GUI for rule-based labeling

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-23

    One common class for labeling configurations (QgsAbstractVectorLayerLabeling)

    This is +/- equivalent of QgsFeatureRendererV2 for vector layer labels

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-23

    Loading and saving of rule-based labeling rules

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-23

    [FEATURE] Rule-based labeling

    Work in progress

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Matthias Kuhn <matthias@opengis.ch>	2015-09-24

    Fix concurrency issue in snap indexing

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-24

    Fix some leaks

Radim Blazek <radim.blazek@gmail.com>	2015-09-23

    [GRASS] avoid warning dialog in init

Radim Blazek <radim.blazek@gmail.com>	2015-09-23

    fixed failing qgis_composerpicturetest, 17cb59fb and e9817d5 followup

Radim Blazek <radim.blazek@gmail.com>	2015-09-23

    [GRASS] editing - all geometry types

Radim Blazek <radim.blazek@gmail.com>	2015-09-23

    QgsMapToolAddFeature - allow to set capture mode and disable type check

Radim Blazek <radim.blazek@gmail.com>	2015-09-23

    install app lib and link qgis to it

Merge: 6a6adc9a98 055d968f6f
Matthias Kuhn <matthias@opengis.ch>	2015-09-23

    Merge pull request #2334 from nirvn/welcome_page_style_v2

    [welcome page] set normal & highlight text color for theme compatibility

nirvn <nirvn.asia@gmail.com>	2015-09-23

    [welcome page] set normal & highlight text color for theme compatibility

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-09-22

    fix some processing/ogr tools

Juergen E. Fischer <jef@norbit.de>	2015-09-22

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2015-09-22

    fix warnings

Radim Blazek <radim.blazek@gmail.com>	2015-09-22

    [GRASS] new mapset wizard upgrade

radosuav <rmgu@dhi-gras.com>	2015-09-22

    [Processing] Fix setting of "multiline" setting for ParameterString

Larry Shaffer <larrys@dakotacarto.com>	2015-09-22

    [auth system] Fix doc string warnings and comments in PR 2330

Radim Blazek <radim.blazek@gmail.com>	2015-09-22

    [GRASS] travis fix

Radim Blazek <radim.blazek@gmail.com>	2015-09-22

    QgsVectorLayerEditBuffer fix : access mChangedAttributeValues by fid keys

Radim Blazek <radim.blazek@gmail.com>	2015-09-22

    [GRASS] vector attributes editing

rldhont <rldhont@gmail.com>	2015-09-22

    Update b54d2790d4b74449bd8f28a6ca838e42f66f55a2

rldhont <rldhont@gmail.com>	2015-09-22

    [Server][BUGFIX] Resolve relative pathes (SVGMArker, Netcdf, etc)

    QGIS-Server has some trouble to resolve relative pathes. For example,
     SVGMarker path and NETCDF datasource are not resolved in QGIS Server unlike
     in QGIS Desktop.

    To resolve relative path for SVGMarker, the class QgsSombolLayerV2Utils is
     used and it based on QgsProject::instance()->fileName().
    To resolve relative path for NETCDF datasource and other GDAL datasources, the
     class QgsMapLayer is used and it based on
     QgsProject::instance()->readPath( filename ).

    To fix the issue, the QgsProject instance fileName is set in the
     QgsServerProjectParser constructor.

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-22

    fix crash deleting a new column which contains changed values (fix #13366),

    when a column is deleted just rearrange changed attribute map indexes before calling updateLayerFields on the buffer,
    otherwise QgsVectorLayerFeatureIterator::updateChangedAttributes will use the changed attribute map with old/wrong indexes

Larry Shaffer <larrys@dakotacarto.com>	2015-09-21

    [auth system] Fix warnings and add compatibility with QCA 2.0.3

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-21

    [DBManager] fix loading Rasterlite layer from DBManager to QGIS by drag'n'drop

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-21

    [DBManager] in import/export dialog, replace "Drop existing one" text to a more meaningful one (fix #13384)

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-21

    [DBManager] allow to export table data to supported ogr file formats other than shapefile (fix #12111)

Juergen E. Fischer <jef@norbit.de>	2015-09-21

    defer legend invalidation to avoid reprocessing when multiple layers are involved

Juergen E. Fischer <jef@norbit.de>	2015-09-21

    vector layer: avoid iterating over all feature to deduce extent

Matthias Kuhn <matthias@opengis.ch>	2015-09-21

    [travis] fix shorturl followup f3f5ea1

Larry Shaffer <larrys@dakotacarto.com>	2015-09-21

    [auth system] Add to API docs and fix warnings

Larry Shaffer <larrys@dakotacarto.com>	2015-09-21

    [auth system] Add PKI test data

Larry Shaffer <larrys@dakotacarto.com>	2015-09-21

    [auth system] Python bindings for core and gui classes

Larry Shaffer <larrys@dakotacarto.com>	2015-09-21

    [auth system] Data source integration for OWS connections

Larry Shaffer <larrys@dakotacarto.com>	2015-09-21

    [auth system] Data source integration for Postgres and Spit plugin

Larry Shaffer <larrys@dakotacarto.com>	2015-09-21

    [auth system] basic, pki paths, pkcs12, and identity certificate plugins

Larry Shaffer <larrys@dakotacarto.com>	2015-09-21

    [auth system] Core data source URI integration

Larry Shaffer <larrys@dakotacarto.com>	2015-09-21

    [FEATURE] Authentication configuration system with master password

    - Main C++ core and gui classes and desktop app integration
    - Support for authentication method plugins
    - Does not contain any integration with service connections

Matthias Kuhn <matthias@opengis.ch>	2015-09-21

    Fix Qt5 build (followup c0aacb7)

Jean-Nicolas Moal <jn.moal@gmail.com>	2015-09-21

    fix compilation issue in qgsexpression.cpp. QString::toHtmlEscaped is not static.

Radim Blazek <radim.blazek@gmail.com>	2015-09-21

    [GRASS] cleanup tmp files after test

Matthias Kuhn <matthias@opengis.ch>	2015-09-21

    Add warning to advanced settings dialog

Matthias Kuhn <matthias@opengis.ch>	2015-09-21

    Add settings editor to options dialog

Etienne Tourigny <etourigny.dev@gmail.com>	2013-09-05

    [feature] Add advanced settings editor

Matthias Kuhn <matthias@opengis.ch>	2015-09-21

    Create short link to proper page on cdash

Martin Dobias <wonder.sk@gmail.com>	2015-09-21

    [FEATURE] Mutually exclusive layer tree groups (only one child may be checked at a time)

    The feature can be toggled individually for groups - in layer tree view context menu.

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-21

    Add special string for repeat distance in labeling gui

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-21

    Fix calculation of priority for always shown labels

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-21

    Port from expressions+ plugin: color_part, set_color_part, day_of_week

Radim Blazek <radim.blazek@gmail.com>	2015-09-21

    [GRASS] fixed test if current user is not owner of source

Sandro Mani <manisandro@gmail.com>	2015-09-18

    Remove fragile centroid of self-intersecting polygon test

Sandro Mani <manisandro@gmail.com>	2015-09-13

    Use reduced precision also in QgsGeos::isEqual

Sandro Mani <manisandro@gmail.com>	2015-09-13

    Fix QgsGeometryEditUtils::addPart deleting added geometry

Sandro Mani <manisandro@gmail.com>	2015-09-12

    Documentation and warning fixes

Sandro Mani <manisandro@gmail.com>	2015-09-10

    Fix incorrect forward declaration

Sandro Mani <manisandro@gmail.com>	2015-09-10

    Add libgeos++-dev to travis before_install.sh

Sandro Mani <manisandro@gmail.com>	2015-09-10

    Make GEOS CPP optional

Sandro Mani <manisandro@gmail.com>	2015-09-09

    Geometry Checker and Geometry Snapper plugins

ninsbl <stefan.blumentrath@gmx.de>	2015-09-21

    Temporal icons first draft

Radim Blazek <radim.blazek@gmail.com>	2015-09-21

    [GRASS] vector input type option fix

volaya <volayaf@gmail.com>	2015-09-21

    [processing] quote return string when returning uri in ogrConnectionString

    Fixes #13174

volaya <volayaf@gmail.com>	2015-09-21

    [processing] corrected some issues with i18n names

Martin Dobias <wonder.sk@gmail.com>	2015-09-21

    Fix server labeling tests

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-20

    Fix compilation error

Martin Dobias <wonder.sk@gmail.com>	2015-09-20

    Update the labeling engine tests

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-20

    Documentation fixes, memory leak fixes

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-20

    Use QgsLabelFeature internally by PAL

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-19

    Replaced QgsPalGeometry with QgsTextLabelFeature and QgsDiagramLabelFeature

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-19

    Use QgsFeatureId instead of QString for feature IDs

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-19

    Port DXF labeling to new labeling engine

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-19

    Use new labeling engine also with symbol-level rendering

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-19

    More fixes, removal of layer-wise obstacle flag, removed pal::Layer usage outside of labeling engine

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-18

    Remove obstacle flag for pal Layers as it is kept per feature

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-18

    Fix unit tests and issues with cached layers

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-18

    More labeling engine refactoring

    - QgsPalLabeling now internally uses new engine
    - label/diagram providers can hook into rendering loop to avoid extra feature loops
    - map rendering uses the new engine instead of QgsPalLabeling

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-11

    Integrate new labeling engine into the map rendering

    Now used instead of QgsPalLabeling for labels/diagrams

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-10

    Label providers: Copy any information from vector layer

    This will make them thread-safe (not prone to corruption on changes to the vector layer)

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-09-10

    [FEATURE] New API for labeling engine (QgsLabelingEngineV2)

    The idea is to make the engine more flexible compared to QgsPalLabeling implementation:
    - abstract dealing with text labels / diagrams from the engine itself
    - allow multiple types of labels per layer
    - support custom label providers (e.g. implemented by plugins)
    - make the labeling engine independent from map rendering engine
    - make it easier to auto-test the labeling engine and its components

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.

DelazJ <delazj@gmail.com>	2015-09-20

    fix options alignment

DelazJ <delazj@gmail.com>	2015-09-20

    enforces consistency

Merge: 82b34afe03 ada8ffdd2c
Radim Blazek <radim.blazek@gmail.com>	2015-09-20

    Merge pull request #2323 from PedroVenancio/grass7_plugin

    Update of some QGIS-GRASS modules

Juergen E. Fischer <jef@norbit.de>	2015-09-20

    move remaining function_help to json and update it's translation handling

Matthias Kuhn <matthias@opengis.ch>	2015-09-20

    Followup 41a330f

Matthias Kuhn <matthias@opengis.ch>	2015-09-20

    More expression help

Matthias Kuhn <matthias@opengis.ch>	2015-09-20

    More examples for the expression function help

Matthias Kuhn <matthias@opengis.ch>	2015-09-20

    Improve expression help

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-19

    Fix crash if selecting a nonsense subrenderer for displacement renderer

Matthias Kuhn <matthias@opengis.ch>	2015-09-20

    Python is a hard build time dependency

    Followup 709c143

Matthias Kuhn <matthias@opengis.ch>	2015-09-19

    Fix Qt5 build

Juergen E. Fischer <jef@norbit.de>	2015-09-19

    fix support for embedded ogr, gpx and delimited text layers

Juergen E. Fischer <jef@norbit.de>	2015-09-19

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-09-19

    fix precise build

Merge: 11f683d27d 8b9e0b65d6
DelazJ <delazj@gmail.com>	2015-09-18

    Merge remote-tracking branch 'upstream/master' into ConsistentTerms2

Juergen E. Fischer <jef@norbit.de>	2015-09-18

    make welcomepage proxy aware

Juergen E. Fischer <jef@norbit.de>	2015-09-18

    fix crash when application is closed while browser is still filling the tree

Juergen E. Fischer <jef@norbit.de>	2015-09-18

    fix windows build

Radim Blazek <radim.blazek@gmail.com>	2015-09-18

    [GRASS] fixed travis warnings

Radim Blazek <radim.blazek@gmail.com>	2015-09-18

    [GRASS] editing: polygon to boundary, set cat, refresh after commit

Radim Blazek <radim.blazek@gmail.com>	2015-09-18

    [GRASS] commit changes fix

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-18

    [FEATURE] Add concentric ring placement mode for displacement renderer

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-18

    displacement renderer: center groups on centroid of points, not first
    point in group

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-18

    Fix failing test

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-18

    Default to search distance in mm for displacement renderer

    (easier behaviour to understand for new users, avoids map unit default
    which is not applicable for all CRSes)

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-18

    Clean up and extend expression geometry functions:

    - New expression functions for area(geom), perimeter(geom),
    point_n(geom), start_point(geom), end_point(geom), make_point(x,y)
    - Add new variant to length() function which takes a geometry object,
    allows for length(geom) evaluation.
    - Rename x_at, y_at to $x_at, $y_at (alias old names) to reflect that
    these only work on current feature geometry
    - Add x(geom), y(geom) functions which return x and y coordinate
    for point geometries or centroid x/y for non-point geometries
    (fix #11008)

Radim Blazek <radim.blazek@gmail.com>	2015-09-18

    [GRASS] add/delete feature

PedroVenancio <pedrongvenancio@gmail.com>	2015-09-17

    Update of some QGIS-GRASS modules (v.db.connect.qgm, v.db.join.qgm, v.db.update_op.qgm, v.db.update_op_query.qgm)

Matthias Kuhn <matthias@opengis.ch>	2015-09-17

    [travis] Install grass 7 build deps

Matthias Kuhn <matthias@opengis.ch>	2015-09-17

    [travis] Enable tests for Grass 7

Sandro Santilli <strk@keybit.net>	2015-09-17

    [FEATURE] Add num_points(geometry) support in expression evaluator

    Includes tests and help text.

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-17

    [FEATURE] Add option to map unit scaling for limiting size in mm

    Previously only the option to limit the scale range of the scaling
    was available. Now you can also choose to limit the corresponding
    rendered size in mm.

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-17

    More QgsMapUnitScale tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-17

    [FEATURE] Add pixels as option for all symbology size unit choices

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-17

    QgsMapUnitScale fixes:

    - add docs
    - add missing SIP bindings
    - remove unnecessary cast from double->float->double
    - add unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-17

    Use actual map canvas variables & values for symbology widgets

Juergen E. Fischer <jef@norbit.de>	2015-09-17

    Fix QgsGrassProvider::minimum/maximumValue and windows build

Matthias Kuhn <matthias@opengis.ch>	2015-09-17

    Add expression function help for $length

Matthias Kuhn <matthias@opengis.ch>	2015-09-17

    Fix more warnings

Matthias Kuhn <matthias@opengis.ch>	2015-09-16

    Fix some warnings

Matthias Kuhn <matthias@opengis.ch>	2015-09-16

    Enable grass on travis

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-08-31

    Include parameterselection dropdown contents in processing translations

Matthias Kuhn <matthias@opengis.ch>	2015-09-17

    Fix apply search filter from attribute table and minor fixes

Radim Blazek <radim.blazek@gmail.com>	2015-09-17

    [GRASS] removed regexp on field option to allow expressions

Radim Blazek <radim.blazek@gmail.com>	2015-09-17

    [GRASS] vector min/max and qtermwidget fixes

Merge: 4897cdf5ed 7a41a2da16
Nathan Woodrow <madmanwoo@gmail.com>	2015-09-17

    Merge pull request #2318 from slarosa/fix_crash_export_ramp

    [stylemanager dialog] fix crash when exporting to PNG/SVG color ramp

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-17

    [stylemanager dialog] fix crash when exporting PNG/SVG color ramp

Matthias Kuhn <matthias@opengis.ch>	2015-09-16

    Always emits the expression from the search widget when it changes

Matthias Kuhn <matthias@opengis.ch>	2015-09-16

    Revert "followup 9acfe52: better way to emit the signal"

    This reverts commit c823bcd63af18031e376a8e2db818b5fd9878ed8.

Matthias Kuhn <matthias@opengis.ch>	2015-09-16

    Fix crash on exit (Fix #13369)

Matthias Kuhn <matthias@opengis.ch>	2015-09-16

    Remove unrequired repaint request

Sandro Santilli <strk@keybit.net>	2015-09-16

    Add number of vertices to derived fields in identify tool

Merge: 0daf6dd10f c823bcd63a
Matthias Kuhn <matthias@opengis.ch>	2015-09-16

    Merge pull request #2316 from slarosa/fix_return_pressed_we

    [attribute table] enable returnPressed signal for the search widget

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-16

    followup 9acfe52: better way to emit the signal

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-16

    [widget editor] enable returnPressed signal for the search widget

Radim Blazek <radim.blazek@gmail.com>	2015-09-16

    [GRASS] browser file watcher

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-16

    Show validation message only in case of errors

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-16

    Give symbol widgets optional access to a map canvas

    This allows symbol widgets to fetch properties from the main map
    canvas, for instance fetching the current scale from the map.

Radim Blazek <radim.blazek@gmail.com>	2015-09-16

    [GRASS] refactored vector provider, initial new editing (change geometry)

Radim Blazek <radim.blazek@gmail.com>	2015-09-10

    [GRASS] removed old editing

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-16

    Allow map unit scale dialog to retrieve current map scale

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-16

    Allow transparency for point displacement circle/label colors

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-16

    [FEATURE] Allow tolerance in mm/pixels for displacement renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-16

    Add overrides

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-16

    Replace foreach with Q_FOREACH

Merge: c7a3ea3271 9c2d70186f
mhugent <marco.hugentobler@sourcepole.ch>	2015-09-16

    Merge pull request #2315 from mhugent/nodetool_no_clickclick

    Node tool without click-click mode

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-16

    Node tool without click-click mode

rldhont <rldhont@gmail.com>	2015-09-15

    [SERVER][BUGFIX] Use cache if styleName is EMPTY_STYLE_NAME

    The QGIS Server layer cache is used to store layer with default style, but in
     QgsWMSProjectParser::mapLayerFromStyle layers are not cached if the style is
     not empty.

    In WMS, default and empty style is the same and the variable EMPTY_STYLE_NAME
     is here for this.

    The fix uses EMPTY_STYLE_NAME to use the cache.

rldhont <rldhont@gmail.com>	2015-09-15

    [SERVER][BUGFIX] Layer order from group

    If custom order is not enabled and a group is requested, layers was added in
     the DOM element order. The default endering order is the reverse.

    To fix this issue, QgsWMSProjectParser::addLayersFromGroup has to read group
     element children from end (bottom) to start (top).

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-15

    fix filtered features number over the window title

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-15

    [composer] Fix data defined map style/layer set, add test

    (fallout from expression contexts)

Juergen E. Fischer <jef@norbit.de>	2015-09-13

    remove duplicate semicolons

radosuav <rmgu@dhi-gras.com>	2015-08-21

    [processing] [fixes #13034] Fix exception when editing model

radosuav <rmgu@dhi-gras.com>	2015-08-21

    [processing] Don't remove algorithm dependencies when editing algorithm parameters in the modeler

Matthias Kuhn <matthias@opengis.ch>	2015-09-14

    Write important test output to travis console

Matthias Kuhn <matthias@opengis.ch>	2015-09-14

    Remove utf-8 BOM in astyle.sh

Matthias Kuhn <matthias@opengis.ch>	2015-09-14

    [travis] Only send test results to CDash on failure

Matthias Kuhn <matthias@opengis.ch>	2015-09-14

    Repaint layer when a maptool changes it

    Refs #13347

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-14

    [composer] Enable always disabled labels as outline checkbox in
    svg export, hook up to labeling setting

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-14

    [composer] Remember last used atlas image export folder

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-14

    [composer] Fix world file filename for multipage compositions

    also fix #11676

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-14

    [composer] Fix generation of world file when map is not on first page

    fix #13262

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-14

    Slightly improved keyboard navigation in variable editor

Matthias Kuhn <matthias@opengis.ch>	2015-09-14

    Doxymentation update

    Or how to increase documentation coverage with minimal effort

Radim Blazek <radim.blazek@gmail.com>	2015-09-14

    [GRASS] soft warning from provider if init failed

Matthias Kuhn <matthias@opengis.ch>	2015-09-14

    Really fix snapping indexing crash

Matthias Kuhn <matthias@opengis.ch>	2015-09-14

    Fix crash in snapping index generation

Radim Blazek <radim.blazek@gmail.com>	2015-09-14

    [GRASS] disabled wrong GISBASE warning on startup

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-14

    Update vector layer variable widget on apply

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-14

    Update acceptable missing doc coverage

Merge: e1863318a8 0c58f9c829
Nathan Woodrow <madmanwoo@gmail.com>	2015-09-14

    Merge pull request #2310 from slarosa/ml_icon

    [log message] changing the message log icon in order to warning the user when a log message has been received

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-13

    [log message] changing the message log icon in order to warning the user when a log message has been received

Matthias Kuhn <matthias@opengis.ch>	2015-09-13

    Update README.md

Matthias Kuhn <matthias@opengis.ch>	2015-09-13

    Fix snapping

Juergen E. Fischer <jef@norbit.de>	2015-09-13

    translation fix

Juergen E. Fischer <jef@norbit.de>	2015-09-12

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-09-12

    install missing include

Juergen E. Fischer <jef@norbit.de>	2015-09-12

    fix translation string

Juergen E. Fischer <jef@norbit.de>	2015-09-12

    add missing override

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-12

    [processing] fix log message when execution of algorithm from console failed

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-12

    [processing] fixed translation strings for the new algorithm ombb and done one more small fixes

lbartoletti <coder@tuxfamily.org>	2015-06-11

    Oriented Minimum Bounding Box - processing version as requested #2116

    Inverse field order for PERIMETER and ANGLE

Radim Blazek <radim.blazek@gmail.com>	2015-09-12

    [GRASS] catch fatal error when run with different GRASS version

Radim Blazek <radim.blazek@gmail.com>	2015-09-12

    reenabled deleteTempRubberBand on non win, 72608b0 followup

Matthias Kuhn <matthias@opengis.ch>	2015-09-11

    Doxymentation

Juergen E. Fischer <jef@norbit.de>	2015-09-11

    fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-10

    Fix add part tool doesn't work

    Regardless of the underlying layer geometry type, the tool was
    always reporting that geometries were not multipart

Merge: 8731065715 285c1d3ee1
mhugent <marco.hugentobler@sourcepole.ch>	2015-09-11

    Merge pull request #2298 from nyalldawson/fix_13099

    Fix #13099 - removal of geometries using node tool

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-11

    Fix creation of default composer names (fix #13339)

Matthias Kuhn <matthias@opengis.ch>	2015-09-11

    Fix doxygen build warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-11

    Fix warnings

Juergen E. Fischer <jef@norbit.de>	2015-09-11

    [FEATURE] postgres provider: allow copying tables from one schema to an other

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-09-11

    do not send event to adv. digit. when no selection

Matthias Kuhn <matthias@opengis.ch>	2015-09-11

    Update CAD maptools to implement new virtual methods

Matthias Kuhn <matthias@opengis.ch>	2015-09-11

    Sip bindings for editing and cad map tools

Matthias Kuhn <matthias@opengis.ch>	2015-09-10

    Doxymentation

Matthias Kuhn <matthias@opengis.ch>	2015-08-16

    Move maptools from app->gui

Matthias Kuhn <matthias@opengis.ch>	2015-09-02

    Don't change date when dos2unix'ing files

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-11

    [processing] followup 0548793: remove unused import

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-11

    [processing] save geometry for the algorithm dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-11

    Sort variables in variable editor

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-11

    Fix incorrect layer_id variable help

nirvn <nirvn.asia@gmail.com>	2015-09-11

    [welcome page] add project projection information

Bernhard Ströbl <bernhard.stroebl@jena.de>	2015-08-20

    [PROCESSING] Speed up dissolve (esp. when using dissolve field)

    Change parameters to have a more consistent UI

Nathan Woodrow <madmanwoo@gmail.com>	2015-09-11

    Improvements to SQL Server connection dialog

    - List databases found
    - Remove message boxes replace with message bar
    - Split into two columns for nicer layout.

    Funded by TechnoglogOne, Aus

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-11

    Add missing overrides

Salvatore Larosa <lrssvtml@gmail.com>	2015-09-10

    [processing] save modeler dialog/splitter geometry to settings

Merge: 3d7b6fb916 2b5f59c835
Nyall Dawson <nyall.dawson@gmail.com>	2015-09-10

    Merge pull request #2306 from ahuarte47/developersmap_ahuarte47

    Add ahuarte47 location to developersmap page

Alvaro Huarte <ahuarte47@yahoo.es>	2015-09-10

    Add ahuarte47 location to developersmap page

Radim Blazek <radim.blazek@gmail.com>	2015-09-10

    [GRASS] removed multiple input sorting

nirvn <nirvn.asia@gmail.com>	2015-09-10

    [recent project] make use of baseName() in the file menu too

Merge: 7ac5222556 8826857ef3
Radim Blazek <radim.blazek@gmail.com>	2015-09-10

    Merge pull request #2303 from PedroVenancio/grass7_plugin

    Adaptation of some i.* modules for QGIS-GRASS 7 plugin

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-10

    [travis] deeper git clone, allows re-running earlier commits
    when dash submission fails

Merge: e2dc8bfe14 d7103dfb1b
Denis Rouzaud <denis.rouzaud@gmail.com>	2015-09-10

    Merge pull request #2300 from vmora/fix13302

    fix varying line width when legend updates

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-10

    Allow escape to cancel drawing new features

Juergen E. Fischer <jef@norbit.de>	2015-09-10

    Fix windows build

Larry Shaffer <larrys@dakotacarto.com>	2015-09-09

    Followup to 2a5f262; fix typo and run through autopep8

PedroVenancio <pedrongvenancio@gmail.com>	2015-09-09

    Minor update for i.tasscap4.qgm, i.tasscap5.qgm, i.tasscap7.qgm - flag on by default

PedroVenancio <pedrongvenancio@gmail.com>	2015-09-09

    Adaptation of some i.* modules for QGIS-GRASS 7 plugin (default.qgc, i.image.mosaic.qgm, i.oif.qgm, i.tasscap4.qgm, i.tasscap5.qgm, i.tasscap7.qgm, i.tasscap.modis.1.png, i.tasscap.modis.2.png, i.tasscap.modis.qgm, i.tasscap8.1.png, i.tasscap8.2.png, i.tasscap8.qgm)

Augustin <aroche@nordex-online.com>	2015-01-29

    Add "import only selected features" option to db manager

Merge: 23a9922c06 3e7dba2be4
Matthias Kuhn <matthias@opengis.ch>	2015-09-09

    Merge pull request #2175 from anitagraser/patch-8

    Change resolution parameter defaults to floats

Matthias Kuhn <matthias@opengis.ch>	2015-09-09

    Sort tests in CMakeLists.txt

Sandro Mani <manisandro@gmail.com>	2015-04-20

    Add QgsDataSourceURI test

Sandro Mani <manisandro@gmail.com>	2015-04-13

    Make QgsDataSourceURI uri string parser skip invalid portions instead of skipping the entire string

Radim Blazek <radim.blazek@gmail.com>	2015-09-09

    [GRASS] field option without layer

Radim Blazek <radim.blazek@gmail.com>	2015-09-09

    [GRASS] catch fatal error when G_get_gdal_link fails

Radim Blazek <radim.blazek@gmail.com>	2015-09-09

    [GRASS] module input model file system watcher

Tom Chadwin <tom.chadwin@nnpa.org.uk>	2015-09-09

    Travis: try container-based infrastructure

    Triggered by sudo: false in .travis.yml

vmora <vincent.mora@oslandia.com>	2015-09-09

    fix varying line width when legend updates
    fix #13302

nirvn <nirvn.asia@gmail.com>	2015-09-06

    [welcome page] add delegate to style display

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Followup bb25d96, also change wording in project properties

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Try to shortcut some labeling data defined routines

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Avoid some unnecessary QString construction

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Fix broken QgsFeatureStore::setFields method

    Was setting fields only on temporary copies of the features, not
    the stored features themselves

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Replace foreach with Q_FOREACH

    For:
    - consistency
    - to make it immediately clear that this is a Qt macro and that it
    works slightly differently to c++ for loops

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Followup 73ffb83a, finishing changing all Q_FOREACH to references

Radim Blazek <radim.blazek@gmail.com>	2015-09-09

    [GRASS] module multiple input

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Fix doxygen warning

Matthias Kuhn <matthias@opengis.ch>	2015-09-09

    Clarify wording of "Expression Variables" title

Merge: ac97a0b2b9 10170f4f3e
Matthias Kuhn <matthias@opengis.ch>	2015-09-09

    Merge pull request #2287 from nyalldawson/json

    Convert expression context help to json format

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Fix memory leak in QgsCurvePolygonV2::removeInteriorRing

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Fix removing whole ring by progressively deleting nodes (fix #13099)

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-09

    Fix QgsGeometry::insertVertex and deleteVertex compatibility with
    <2.10 API and multipoint geometries

    Also fix a crash in QgsGeometryCollection::removeGeometry

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-16

    Fix up missing geometry tests (refs #13099)

Larry Shaffer <larrys@dakotacarto.com>	2015-09-08

    Update Mac build directory temp symlinks for GRASS versions

Matthias Kuhn <matthias@opengis.ch>	2015-09-08

    Fix rulebased rendering else rule vs. disabled rules

Matthias Kuhn <matthias@opengis.ch>	2015-09-08

    Add test for rulebased renderer else rule

pcav <cavallini@faunalia.it>	2015-09-08

    Fix for SAGA 2.2.0 in Processing - thanks Giovanni

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-08

    Node tool: don't select another vertex after deleting a vertex (not user-friendly in click-click mode)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-30

    Add methods for retrieving extra parameters from symbol render

Radim Blazek <radim.blazek@gmail.com>	2015-09-08

    [GRASS] new module input widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-08

    Remove geometry if deleting a point feature vertex with the node tool. Make nodetool more robust against NULL geometries

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-08

    Make sure a lot of foreach loops use references

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-08

    Ensure that select atlas variables are shown in expression builder

    ...even when they don't currently have a value assigned. This helps
    users know which variables will be available in certain contexts.

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-08

    [FEATURE][composer] Custom format for grid annotations (fix #9292)

    Allows composer map grid annotations in custom formats which are
    evaluated using QgsExpressions. Made possible through the use
    of Expression Contexts(tm)!

Merge: 94badce431 4c81803ea7
Nathan Woodrow <madmanwoo@gmail.com>	2015-09-08

    Merge pull request #2297 from nirvn/fix_recent_project_sort

    [welcome page] fix sorting of recent projects on startup

nirvn <nirvn.asia@gmail.com>	2015-09-08

    [welcome page] fix sorting of recent projects on startup

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-08

    Avoid use of QString("")

Matthias Kuhn <matthias@opengis.ch>	2015-09-07

    Scale image if the photo widget size is set to 0/0

Matthias Kuhn <matthias@opengis.ch>	2015-09-07

    [FEATURE] Support for relative paths in widgets

    Is implemented for the following edit widget types:

     * File Name
     * Photo
     * Web View

    If the path which is selected with the file browser is located in the same
    directory as the .qgs project file or below, paths are converted to relative
    paths.
    This increases portability of a qgs project with multimedia
    information attached.

Merge: 5ae2881c81 f56054f049
Alessandro Pasotti <elpaso@itopen.it>	2015-09-07

    Merge pull request #2296 from elpaso/qgsserver-return-pair

    QgsServer handleRequest now returns QPair of QByteArray with headers and body

elpaso <elpaso@itopen.it>	2015-09-07

    Re-formatted typecode

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    Update test mask

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    Fix setting atlas variables in main map canvas for previewing atlas
    renders

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    Fix atlas_geometry variable value

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    Deprecate $rownum, replace with @row_number variable which is only
    available when it is usable

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    Deprecate QgsExpression special column methods

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    Remove use of special columns for composition/atlas

    $atlasfeature/$atlasgeometry/$feature/etc have all been ported
    to variables

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    Remove use of $map special column

    Now replaced by @map_id variable. But don't panic, old expressions
    with $map will still work!

    Also adds a deprecated group for expression functions, which aren't
    shown in the builder. $map added to deprecated group

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    Expose map settings (rotation, scale) through expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-07

    Add ability to set expression context variables for map canvas

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-07

    Fix reprojected markers

elpaso <elpaso@itopen.it>	2015-09-07

    Added comments

elpaso <elpaso@itopen.it>	2015-09-07

    Convert to type works for QPair of QByteArray

Merge: b00629882d 45554ec7f8
Radim Blazek <radim.blazek@gmail.com>	2015-09-07

    Merge pull request #2291 from PedroVenancio/grass7_plugin

    Adding v.info and r.info to GRASS plugin. Update of some other modules

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-06

    Minor coverity fixes

Juergen E. Fischer <jef@norbit.de>	2015-09-06

    debian packaging fix (fixes #13310)

Juergen E. Fischer <jef@norbit.de>	2015-09-06

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-09-06

    postgres provider: fix display of compound key checkboxes (followup e6f4fa6)

elpaso <elpaso@itopen.it>	2015-09-05

    [SERVER] QgsRequestHandler now returns a QPair

    Much simpler GUI with a single method for all
    cases. handleRequest now returns both headers and
    body in a QPair.
    Python binding returns a tuple of QByteArray.

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-05

    Fix build

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-30

    [FEATURE][composer] Advanced customisation of cell background color
    for attribute tables

    This allows users to set differing colors for alternating rows and
    columns, first/last row/column and header row. Fixes #5131.

    Sponsored by Ville de Morges

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-05

    Expression context fixes:

    - Fix python API break in QgsExpression::Function
    - Add convenience methods for retrieving feature/fields from a
    context

PedroVenancio <pedrongvenancio@gmail.com>	2015-09-05

    Changing r.info and v.info icons by metadata.svg icon already present in QGIS (images/themes/default/propertyicons/)

Merge: cb5054f9aa 557701ca9e
mhugent <marco.hugentobler@sourcepole.ch>	2015-09-05

    Merge pull request #2290 from mhugent/geometry_marker

    Geometry marker

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-05

    Documentation

Juergen E. Fischer <jef@norbit.de>	2015-09-05

    options: fix display of selected theme

PedroVenancio <pedrongvenancio@gmail.com>	2015-09-04

    Adding v.info and r.info to GRASS plugin. Update of some other modules (default.qgc, r.info.1.png, r.info.2.png, r.info.qgm, v.info.1.png, v.info.2.png, v.info.qgm, v.kcv.qgm, v.kernel.qgm, v.to.points.qgm)

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-04

    [DBManager] remove layers from QgsMapLayerRegistry once refreshing a table, previewing a different layer or closing the DBManager main window (fix #12938)

Juergen E. Fischer <jef@norbit.de>	2015-09-04

    postgres provider: fix combobox checkboxes on linux

Juergen E. Fischer <jef@norbit.de>	2015-09-04

    postgres provider: add support for compound keys on views

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-04

    Documentation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-04

    Consider curved geometries in marker line symbol layer

Juergen E. Fischer <jef@norbit.de>	2015-09-04

    fix deprecation warnings

Merge: 1ad2b7693b 2856981ebd
Nyall Dawson <nyall.dawson@gmail.com>	2015-09-04

    Merge pull request #2288 from nirvn/labelling_fix_fill_rule

    [labelling] set fill rule of qpainterpath for text/buffer rendering

Merge: c0a89584be 781bffa408
Radim Blazek <radim.blazek@gmail.com>	2015-09-04

    Merge pull request #2285 from PedroVenancio/grass7_plugin

    Update and adaptation of some GRASS plugin modules to GRASS 7

Radim Blazek <radim.blazek@gmail.com>	2015-09-04

    [GRASS] qgm dbcolumn field check only if not hidden

Merge: 6a5d9dacb7 4ab2fba7a5
Nathan Woodrow <madmanwoo@gmail.com>	2015-09-04

    Merge pull request #2289 from nirvn/fix_menu_recent_project

    [recent projects] do not insert path twice in the recent project file menu

nirvn <nirvn.asia@gmail.com>	2015-09-04

    [recent projects] do not insert path twice in the recent project file menu

nirvn <nirvn.asia@gmail.com>	2015-09-04

    [labelling] set full rule of qpainterpath for text/buffer rendering

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-04

    Nicely round corners for welcome page images

PedroVenancio <pedrongvenancio@gmail.com>	2015-09-04

    Update and adaptation of some GRASS plugin modules to GRASS 7 (default.qgc, v.drape.qgm, v.extrude.attr.qgm, v.generalize.qgm, v.random.1.png, v.random.3d.1.png, v.random.3d.qgm, v.random.qgm, v.segment.qgm, v.support.qgm, v.to.points.qgm)

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-04

    [DBManager] "Drop existing table" option in Import vector dialog is now named "Replace existing table" (fix #12961)

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-04

    [DBManager] fix add new SL/GPKG connection from "New connection" context menu entry

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-03

    Fix data defined rendering for rulebased/inverted polygon renderers
    fix #13318

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-03

    [pal] Make "always show" labels less likely to cover other labels

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-03

    Rename label obstacle priority to weight

    (helps differentiate it from the actual label priority)

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-03

    Set focus to Open button after browsing for vector data source

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-03

    Allow setting expression context for symbol widgets and dialogs

    This means that symbol selectors can be aware of the correct variable
    scope and values for both populating expression builder widgets and
    for symbol previews.

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-03

    Fix selecting last page from atlas combo (fix #13311)

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-03

    [composer] Make some set symbol methods clone symbol, nicer API
    for PyQGIS (fix #13304)

Radim Blazek <radim.blazek@gmail.com>	2015-09-03

    [GRASS] check if there is input vector for G_OPT_DB_COLUMN

Radim Blazek <radim.blazek@gmail.com>	2015-09-03

    [GRASS] hidden option fix

PedroVenancio <pedrongvenancio@gmail.com>	2015-09-03

    Update and adaptation of some GRASS plugin modules to GRASS 7 (db.select.qgm, default.qgc, i.fft.qgm, i.ifft.qgm, r.describe.qgm, v.clean.chdangles.qgm, v.clean.prune.qgm, v.clean.rmarea.qgm, v.clean.rmdangles.qgm, v.clean.snap.qgm, v.db.join.qgm, v.db.select.qgm, v.db.select.where.qgm, v.db.univar.qgm, v.db.update_op.qgm, v.db.update_op_query.qgm, v.surf.rst.qgm, v.type.bl.qgm, v.type.cp.qgm, v.type.lb.qgm, v.type.pc.qgm, i.modis.qc.1.png, i.modis.qc.qgm, v.db.renamecolumn.1.png, v.db.renamecolumn.2.png, v.db.renamecolumn.qgm)

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-09-03

    [DBManager] add SL/Geopackage connection by drag&drop (follow b11f67b4f5), improve GPKG support:
    - recognize tables with geometry,
    - load GPGK layers to canvas from context menu,
    - disable table editing

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-08-31

    Importing a layer, create an autoincremental integer pk if either no pk was passed or it's an integer field

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-08-31

    [DBManager] do not add new connection per drag&drop (partially revert 8b2bbcd)

Radim Blazek <radim.blazek@gmail.com>	2015-09-02

    [GRASS] fixed test

Matthias Kuhn <matthias@opengis.ch>	2015-09-01

    rule based renderer: skip else rule for disabled items

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-02

    Remove oversized tooltip from expression help

    ...just gets in the way for no added value

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-02

    Use expression contexts when rendering symbols in composer items

    (eg shape fills, arrow line styles, overview frames, grid lines)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-11

    Change expression help from free form html files to structured json

    A new script then parses these json help files into the html help
    contents, in a standardised manner. Previously, the function help
    was a bunch of different formats and structures.

    Now, a custom stylesheet can be applied (and later tweaked!) to
    format these help. Eg, this commit colors variables and function
    names in the syntax section for greater readability.

Nathan Woodrow <madmanwoo@gmail.com>	2015-09-02

    Update theme test due to new API

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-01

    Consider curve geometries unsegmentized in line marker renderer

Matthias Kuhn <matthias@opengis.ch>	2015-09-01

    Disable failing theme test

Matthias Kuhn <matthias@opengis.ch>	2015-09-01

    Don't delete recent projects for QGIS <=2.10 from settings

Radim Blazek <radim.blazek@gmail.com>	2015-09-01

    use signals/slots between QgsWmsCapabilitiesDownload and QgsNetworkAccessManager, fixes crash on start up in #13271

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-09-01

    Label property dialog: allow translation of comboboxes entries and add missing vertical alignment

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-09-01

    make string translatable

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-09-01

    Segmentize curved geometries for rendering, but keep the original geometry in the feature. Use the original geometry for drawing vertex markers

Radim Blazek <radim.blazek@gmail.com>	2015-09-01

    [GRASS] use vectNewMapStruct() in mapRegion(), fixes crash when running modules with GRASS lib compiled by different compiler

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-01

    Fix leak in add map tool

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-01

    More labeling leak fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-01

    [pal] Consider all label parts when checking polygon obstacle cost

    Fixes curved label candidates not being marked as in conflict with
    polygon obstacles when letters other than the first letter conflict
    with the polygon.

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-01

    More vector layer property leak fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-01

    Fix some leaks in symbology widgets

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-01

    More pal cleanups

PedroVenancio <pedrongvenancio@gmail.com>	2015-09-01

    Update and adaptation of GRASS plugin modules to GRASS 7 (default.qgc, i.colors.enhance.1.png, i.colors.enhance.2.png, i.colors.enhance.3.png, i.colors.enhance.qgm, i.his.rgb.qgm, i.pansharpen.1.png, i.pansharpen.2.png, i.pansharpen.3.png, i.pansharpen.qgm, i.rgb.his.qgm, m.cogo.qgm, m.proj.qgm, r.mask.rast.1.png, r.mask.rast.2.png, r.mask.vect.1.png, r.mask.vect.2.png)

Nyall Dawson <nyall.dawson@gmail.com>	2015-09-01

    Update doc coverage test

    - Ignore deprecated stuff
    - Ignore on_* members

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-31

    Fix many leaks in PAL and simplify code

Salvatore Larosa <lrssvtml@gmail.com>	2015-08-31

    replacing some png icons with svg ones

Salvatore Larosa <lrssvtml@gmail.com>	2015-08-30

    [about] uses variable for the domain name

Salvatore Larosa <lrssvtml@gmail.com>	2015-08-30

    [welcomepage] again fix welcome page vs project loading:
    reason: the welcome page persists anyway even if New option is selected.

Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    [GRASS] fixed modules file filters

Juergen E. Fischer <jef@norbit.de>	2015-08-31

    fix feature id handling when opening feature form from identify results (fixes #13289)

Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    [GRASS] fixed crash when running module with file input

Juergen E. Fischer <jef@norbit.de>	2015-08-31

    translation string fix

Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    [GRASS] fixed cheking region for empty options

Juergen E. Fischer <jef@norbit.de>	2015-08-31

    fix default.qgc and two qgm

Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    [GRASS] catch fatal error in mapRegion()

Merge: 5abb560bc7 649b1eb949
mhugent <marco.hugentobler@sourcepole.ch>	2015-08-31

    Merge pull request #2282 from mhugent/snapper_backward_compatibility

    Better backwards compatibility for old snapping code

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-31

    Don't load UI theme if not changing

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-31

    Fix icon loading for themes

Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    [GRASS] outputType module attribute

Merge: 6b16826989 5eac10857f
Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    Merge branch 'NINAnor-grass7_pluginupdate'

Merge: 6b16826989 09076de5e0
Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    [GRASS] default.qgm indentation

Merge: 9a120126df 539c95283f
Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    Merge branch 'PedroVenancio-grass7_plugin'

Merge: 9a120126df 6e4c4f3e8d
Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    [GRASS] Update and adaptation of GRASS plugin modules to GRASS 7

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-31

    Better backwards compatibility for old snapping code

Radim Blazek <radim.blazek@gmail.com>	2015-08-31

    [GRASS] forgotten QgsGrassModuleOption moved to new file

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-31

    Fix leak in diagrams

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-31

    Fix leaks in QgsCodeEditor

Merge: a60c8fc2ba 8b8258442a
mhugent <marco.hugentobler@sourcepole.ch>	2015-08-31

    Merge pull request #2275 from mhugent/rubberband_fixes

    Fix rubberband issues

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-31

    Fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-31

    [pal] Improved test for candidate against polygon obstacles

    Previous test was just checking point in polygon for the corner,
    mid points and center. This test was not sufficient for narrow
    or small polygons which were not covered by these points
    but were still covering parts of the label candidate.

    Now, the area of the intersection between the obstacle polygon
    and the label candidate is used to calculate the obstacle
    cost.

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-31

    Add missing overrides

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-30

    Followup e583d886d, fix image paths

Matthias Kuhn <matthias@opengis.ch>	2015-08-30

    Update email address

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-30

    Cleanup control_images folder by grouping some tests in subfolders

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-30

    Cleanup ui folder by moving composer ui files

ninsbl <stefan.blumentrath@gmx.de>	2015-08-30

    temporal modules added

ninsbl <stefan.blumentrath@gmx.de>	2015-08-30

    temporal modules added

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-30

    Night Mapping updates from Mathieu

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-30

    Fix warning

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-30

    Add variable support to themes

    - Variables loaded from variables.qss file
    - @varname: value e.g @mycolor: red
    - Copy base themes to users home

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-29

    Night Mapping theme update

Juergen E. Fischer <jef@norbit.de>	2015-08-29

    [FEATURE] add commandline options for dxf export
    * Initialize dxf export dialog with current visible layers w/o preset
    * Also save dxf export settings into project file (including preset selection)

    TODO: dxf export (but also snapshot) cause plugins to crash on exit
    (--noplugins helps)

Juergen E. Fischer <jef@norbit.de>	2015-08-29

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2015-08-29

    Fix QgsVisibilityPresets method spelling

Matthias Kuhn <matthias@opengis.ch>	2015-08-29

    Really fix welcome screen vs project loading

    This partially reverts commit bea14e3ace1597d7c357788fb7af25b9bc1229da.

Matthias Kuhn <matthias@opengis.ch>	2015-08-29

    Provide a public API for invalidating connections.

    QgsVectorDataProvider::forceReload() is the virtual method. It is implemented
    in the OGR provider.
    See here for reference:
    http://gis.stackexchange.com/questions/159950/make-a-qgis-layer-update-from-a-changed-data-source

PedroVenancio <pedrongvenancio@gmail.com>	2015-08-29

    Update and adaptation of GRASS plugin modules to GRASS 7 (r.coin.qgm, r.distance.qgm, r.regression.line.qgm, r.surf.area.qgm, r.volume.qgm, v.extract.list.qgm, v.hull.qgm, v.kcv.qgm, v.net.alloc.qgm, v.net.iso.qgm, v.net.nodes.qgm, v.net.path.qgm, v.net.qgm, v.net.salesman.qgm, v.net.steiner.qgm, v.net.visibility.qgm, v.outlier.qgm, v.random.qgm, v.rast.stats.qgm, v.sample.qgm)

PedroVenancio <pedrongvenancio@gmail.com>	2015-08-29

    Small fix to default.qgc

PedroVenancio <pedrongvenancio@gmail.com>	2015-08-29

    Update and adaptation of GRASS plugin modules to GRASS 7 (default.qgc, db.out.ogr.qgm, r.basins.fill.qgm, r.carve.qgm, r.circle.qgm, r.fill.dir.qgm, r.lake.seed.qgm, r.lake.xy.qgm, r.plane.qgm, r.random.qgm, r.random.raster.qgm, r.reclass.area.greater.qgm, r.reclass.area.lesser.qgm, r.water.outlet.qgm, v.in.ogr.loc.qgm, v.kernel.qgm, v.surf.bspline.qgm, v.surf.rst.qgm, v.what.rast.qgm, v.what.vect.qgm, v.db.addcolumn.1.png, v.db.addcolumn.qgm, v.db.dropcolumn.1.png, v.db.dropcolumn.qgm)

Merge: b789fabf0a eadb83ba60
Radim Blazek <radim.blazek@gmail.com>	2015-08-29

    Merge pull request #2276 from spaceof7/grass

    Grass plugin modules updates - terrain analysis modules

Juergen E. Fischer <jef@norbit.de>	2015-08-29

    fix precise build

Merge: 5c0921c555 d07cad9304
Andrew McAninch <amcaninch@gmail.com>	2015-08-28

    Merge branch 'master' into grass

Merge: a16ad98a12 0099f2293c
Andrew McAninch <amcaninch@gmail.com>	2015-08-28

    Merge remote-tracking branch 'upstream/master'

Andrew McAninch <amcaninch@gmail.com>	2015-08-28

    GRASS terrain analysis modules updated

    tested with Grass 7 and grass 6.4

Matthias Kuhn <matthias@opengis.ch>	2015-08-28

    Remove const from return-by-value functions

Matthias Kuhn <matthias@opengis.ch>	2015-08-28

    Rule-based renderer fully recover "empty filter matches all"

    Fix #13218

Matthias Kuhn <matthias@opengis.ch>	2015-08-28

    Fix doxygen warnings

Bas Couwenberg <sebastic@xs4all.nl>	2015-08-23

    Fix 'sofware' typo, replace with 'software'.

    This issue was reported by the lintian QA tool for the Debian package build.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-28

    Fix rubberband issues

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-28

    Add UI theme support.

    - Add dark theme (Night Mapping)
    - Themes loaded from resources\themes and ~\.qgis2\themes
    - Themes need folder + style.qss

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-08-28

    Followup a8f85fb10347ce58080c1ba9a1c2b6bfee2b5474 fix crash on exit

Radim Blazek <radim.blazek@gmail.com>	2015-08-28

    [GRASS] add HAVE_SYS_TIME_H definition, another fix for #13277

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-08-28

    fix reset button in relation reference widget

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-28

    Fix leaks in tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-28

    Fix leak in QgsComposer

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-28

    Fix some leaks in QgisApp

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-28

    Fix Coverity use-after-free (and possible leak)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-28

    Fix leak in variable editor

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-28

    Coverity null deference fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-28

    Coverity uninitialized member fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-24

    Start on placement test suite for labeling

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-28

    Add mode for drawing just label rects for debugging

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-28

    Fix build error using cov-build

Juergen E. Fischer <jef@norbit.de>	2015-08-27

    translation string fix

Juergen E. Fischer <jef@norbit.de>	2015-08-27

    debian packaging: support multiple conditions

Merge: f95ea58b9c a16ad98a12
Andrew McAninch <amcaninch@gmail.com>	2015-08-27

    Merge branch 'master' into grass

Radim Blazek <radim.blazek@gmail.com>	2015-08-27

    add definitions for qtermwidget on osx, fix for #13277

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-27

    Fix welcome screen vs project loading

Radim Blazek <radim.blazek@gmail.com>	2015-08-27

    abort browser wms item get capabilities request on deleteLater, fix for #13271

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-27

    Move AddCircularString actions to a tool button

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-27

    If circular string has an even number of points, connect the last point with a straight line (for rubberbanding purpose)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-27

    Circular string tools: Remove temporary rubber band of parent tool when activating circular string tool

Radim Blazek <radim.blazek@gmail.com>	2015-08-27

    [GRASS] allow major version only in qgm version_min/max

Merge: f0871e20fe 42e709221b
Radim Blazek <radim.blazek@gmail.com>	2015-08-27

    Merge pull request #2274 from PedroVenancio/grass7_plugin

    Update and adaptation of some GRASS plugin modules

Merge: 349b68b586 f95ea58b9c
Radim Blazek <radim.blazek@gmail.com>	2015-08-27

    Merge pull request #2273 from spaceof7/grass

    Grass plugin modules updates - raster map colors

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-27

    Bump to 10 recent projects

PedroVenancio <pedrongvenancio@gmail.com>	2015-08-27

    Fix a small error in r.lake.seed and r.lake.xy

PedroVenancio <pedrongvenancio@gmail.com>	2015-08-27

    Update and adaptation of GRASS plugin modules (db.out.ogr, r.basins.fill, r.carve, r.circle, r.fill.dir, r.lake.seed, r.lake.xy, r.random, r.random.raster, r.reclass.area.greater, r.reclass.area.lesser, r.water.outlet, v.in.ogr.qgis.loc, v.normal) to GRASS 7

Juergen E. Fischer <jef@norbit.de>	2015-08-27

    debian packaging: modify grass support (ubuntugis also has grass7)

Juergen E. Fischer <jef@norbit.de>	2015-08-27

    debian packaging: modify grass support (ubuntugis also has grass7)

Andrew McAninch <amcaninch@gmail.com>	2015-08-26

    Updated raster map color modules

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-27

    Fix build

Merge: b404ae2048 6809835426
Andrew McAninch <amcaninch@gmail.com>	2015-08-26

    Merge branch 'grass'

Merge: 05b8a985a5 0fb356e822
Andrew McAninch <amcaninch@gmail.com>	2015-08-26

    Merge remote-tracking branch 'qgis/master'

Merge: 05b8a985a5 0fb356e822
Andrew McAninch <amcaninch@gmail.com>	2015-08-26

    Merge remote-tracking branch 'qgis/master' into grass

Radim Blazek <radim.blazek@gmail.com>	2015-08-26

    [GRASS] made ready for Vect_new_map_struct

Juergen E. Fischer <jef@norbit.de>	2015-08-26

    fix precise build

Radim Blazek <radim.blazek@gmail.com>	2015-08-26

    [GRASS] always alloc more spece for Map_info structure

Radim Blazek <radim.blazek@gmail.com>	2015-08-26

    [GRASS] addapted to the new qtermwidget

Radim Blazek <radim.blazek@gmail.com>	2015-08-26

    [GRASS] qtermwidget updated to github.com/qterminal/qtermwidget 72ffc262

Salvatore Larosa <lrssvtml@gmail.com>	2015-08-26

    [welcomepage] include whatsnew.html in cmakelist file

Salvatore Larosa <lrssvtml@gmail.com>	2015-08-26

    [about dialog] set the tab index to 0 whether network is not available and developers map tab was selected

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-26

    Fix some leaks in labeling (many left)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-26

    Fix leak in expression builder

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-26

    Fix leaks in tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-26

    Fix leak in renderer properties dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-26

    [pal] Fix memory leak due to buggy pal::rtree iterator implementation

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-26

    Fix leaks in raster engine

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-26

    Fix leaks in QgsPointLocator

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-26

    Fix leaks in raster calculator

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-26

    Fix order of recent projects

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-26

    Use tab widget for welcome page. Move init to start of app

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-26

    Fix build

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-25

    Don't allow collapible expression panels

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-26

    Fix warnings

Juergen E. Fischer <jef@norbit.de>	2015-08-25

    indentation update

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-25

    Fix broken conditional styles tests

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-25

    Add missing doc strings

Merge: 01d635a9ae 385a608a0b
Nathan Woodrow <madmanwoo@gmail.com>	2015-08-25

    Merge branch 'master' of https://github.com/qgis/QGIS

    Conflicts:
            src/gui/attributetable/qgsfieldconditionalformatwidget.cpp

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Fix a bunch of leaks in unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Ensure standard expressions functions are deleted on exit

    (Avoids a lot of LeakSanitiser noise)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Fix leaks in QgsInvertedPolygonRenderer

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Fix memory leak in composer objects

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Ensure that all QObjects which have been marked deleteLater
    will get deleted in QgsApplication::exitQgis()

    It's not strictly necessary, but helps remove a lot of noise
    when tracking leaks using LeakSanitiser

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Fix leak in diagram renderer

Merge: 2f60a5f85c 039b4fbcf9
Nathan Woodrow <madmanwoo@gmail.com>	2015-08-25

    Merge remote-tracking branch 'origin'

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Fix leak in QgsFieldConditionalFormatWidget

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Fix leak in QgsLegendSymbolItemV2

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Fix leaks in QgsExpression

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Fix leak in QgsDistanceArea

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Fix some memory leaks

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-25

    [Conditional Styles] Better defaults

    Add QgsConditionalLayerStyles to hold row and field styles

Radim Blazek <radim.blazek@gmail.com>	2015-08-25

    [GRASS] fixed setMapset

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-08-25

    remove duplicated line

Juergen E. Fischer <jef@norbit.de>	2015-08-25

    'fix' windows build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-25

    Enable / disable circular string edit tools

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-08-25

    Postgres/SQLite/MSSQL provider: fix addAttributes() fail (wrong syntax/empty statement) when argument is an empty list

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-08-25

    [DBManager] get default pk, geom and srid values from input layer to set default options in import vector dialog

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-08-25

    [DBManager] retrieve and store columns not null value when editing table (fix #13089)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-25

    Test mask update

Juergen E. Fischer <jef@norbit.de>	2015-08-25

    debian packaging update

Radim Blazek <radim.blazek@gmail.com>	2015-08-24

    [GRASS] add auto relation between column and layer option (disabled)

Merge: 2c4f02ad06 ed69f1c026
mhugent <marco.hugentobler@sourcepole.ch>	2015-08-24

    Merge pull request #2268 from mhugent/curve_capture_tool

    Curve capture tool

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-24

    Fix warnings

Juergen E. Fischer <jef@norbit.de>	2015-08-24

    osgeo4w: include python wrapper

Juergen E. Fischer <jef@norbit.de>	2015-08-18

    more unicoding (followup 697d2af)

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-08-24

    Fix #13224 add joins crashes if no other vector layer exists

Radim Blazek <radim.blazek@gmail.com>	2015-08-24

    [GRASS] fixed saving mapset to project

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-24

    Fix crash in geometry serialisation when no geometry set

Merge: d594a56f37 20f0a5a99e
Radim Blazek <radim.blazek@gmail.com>	2015-08-24

    Merge pull request #2264 from NINAnor/grass7_pluginupdate

    Grass7 pluginupdate - File management

Radim Blazek <radim.blazek@gmail.com>	2015-08-24

    [GRASS] catch fatal error when opening db

Radim Blazek <radim.blazek@gmail.com>	2015-08-24

    [GRASS] fixed path to modules used in browser

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-08-24

    [identify menu] display feature title next to layer title when single feature is identified

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-24

    Fix build

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-24

    More robust maprotation label test

    Previous test was too reliant on platform-specific font rendering

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-24

    Remove item_height, etc variables

    Before people become reliant on these variables we need a method
    for evaluating data defined item rects which use them which
    doesn't result in infinite recursion...

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-24

    Remove a bunch of layer variables, replace with new layer_property
    function

    layer_property takes a layer name/id and a property (eg 'crs')
    and returns the matching value. This approach is more flexible than
    having all these values as variables, since it allows retrieval
    of properties of a layer from contexts which aren't layer-aware
    (eg a composer label showing the metadata of a layer).

Juergen E. Fischer <jef@norbit.de>	2015-08-23

    fix typo

Merge: b39055b39c b87073e146
Nathan Woodrow <madmanwoo@gmail.com>	2015-08-23

    Merge row style support for attribute table

    Conflicts:
            python/core/qgsconditionalstyle.sip
            python/core/qgsfielduiproperties.sip
            src/core/qgsfielduiproperties.cpp
            src/core/qgsfielduiproperties.h
            src/gui/attributetable/qgsattributetablemodel.cpp
            src/ui/qgsfieldconditionalformatwidget.ui
            tests/src/python/test_qgsconditionalstyle.py

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-23

    Refresh attribute table for row styles. Tests

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-22

    Use combo box for preset

Juergen E. Fischer <jef@norbit.de>	2015-08-22

    indentation update (now including autopep8)

Juergen E. Fischer <jef@norbit.de>	2015-08-22

    fix translation string

Juergen E. Fischer <jef@norbit.de>	2015-08-22

    scripts: run python scripts through autopep8

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-22

    Show message in dd menu if no variables set

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-21

    Show user-set variables in data defined buttons

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-21

    Fix missing QgsExpressionContext::isReadOnly definition

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-21

    Fix filtering of highlighted variables

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-21

    Port conditional styles to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Sort functions and variables in expression builder

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Add method for highlighting variables in the expression builder

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Add help for project_color function

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Hide contextual functions from builder unless provided by context

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Add some missing expression group help

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Add help text for variables

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Tweak context for composer items

    - Attribute tables have access to layer context when applicable
    - Frames have access to parent multiframe's context

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Ensure expression context is available to expression builders
    called from field expression widgets

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-19

    More contexts for expression builder dialogs

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-19

    Ensure context is available to builders from data defined buttons

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-19

    Display variables and functions from contexts in expression builder

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-18

    Fix warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-18

    Final porting to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-18

    Port expression selection dialog to contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-18

    Fix handling of expression contexts with feature requests

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-18

    More misc porting to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    More gui expression porting

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    Port server to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    Port providers to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    Follow up diagram porting

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    Port diagrams to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    Port attribute actions to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    Port iterators to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-14

    Port some GUI classes to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-14

    Cleanups

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-14

    Finish porting composer to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-14

    More composer porting

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-13

    Set the expression context for map canvas renders

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    Port renderers to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Port symbols to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-13

    Port labelling to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-13

    Update QgsDataDefined for expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-13

    Start on implementing contexts for render operations

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-13

    Switch some composer expressions to contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Port QgsExpression tests to contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Port field calculator to contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Port virtual fields to expression contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-10

    Add a bunch of layer related variables, including things like
    metadata, extent, crs, feature count, geometry types, etc...

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Add editor widget for editing QgsExpressionContextScope variables

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Test porting evaluation to contexts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-07

    New framework for context based expressions

    This commit adds the ability for expressions to be evaluated against
    specific contexts. It replaces the previous behaviour where
    expressions were evaluated against a specific feature and could
    utilise fragile global "special columns".

    Now, expressions are instead evaluated using a context designed for
    each individual expression. This is done via QgsExpressionContext
    and QgsExpressionContextScope objects.

    A QgsExpressionContextScope encapsulates the variables and functions
    relating to a specific context. For instance, scopes can be created
    for "global" variables (such as QGIS version, platform, and user-set
    variables specified within the QGIS options dialog. Think things
    like user name, work department, etc), or for "project" variables
    (eg project path, title, filename, and user-set variables set
    through the project properties dialog. Project version, reference
    number, that kind of thing). Many more scopes are planned, including
    map layer scopes (variables for layer name, id, user-set variables
    through the layer properties dialog), composer scopes, etc...

    QgsExpressionContextScopes are 'stacked' into a QgsExpressionContext
    object. Scopes added later to a QgsExpressionContext will override
    any variables or functions provided by earlier scopes, so for
    instance a user could override their global 'author' variable set
    within QGIS options with a different 'author' set via the project
    properties dialog.

    The intended use is that a QgsExpressionContext is created before
    a batch set of QgsExpression evaluations. Scopes are then added to
    the context based on what makes sense for that particular
    expression. Eg, almost all contexts will consist of the global
    scope and project scope, and then additional scopes as required.
    So a composer label would be evaluated against a context
    consisting of the global scope, project scope, composition scope
    and finally composer item scope. The batch set of expression
    evaluations would then be performed using this context, after which
    the context is discarded. In other words, a context is designed
    for use for one specific set of expression evaluations only.

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-13

    Add missing sip changes

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    Make QgsRenderContext available to more renderer methods

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-22

    Test mask updates

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-08-22

    DBManager: fix minor issues due to Query dialogs repleaced with Query tabs (ref commit 5fb52fa1edc)

    In detail:
    * hide close button from Info, Table and Preview tabs (it should work on Mac as well),
    * always display dbtype icon into query tab
    * show database name in tab text (otherwise we dunno which db the query is executed against)
    * restore original tab text when query name becomes empty

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-22

    Add cell style on top of row

Merge: b110c0eafc a8bd9995e1
Tom Kralidis <tomkralidis@gmail.com>	2015-08-21

    Merge pull request #2267 from geopython/master

    update MetaSearch plugin metadata

Matthias Kuhn <matthias@opengis.ch>	2015-08-21

    Switch welcome page neews feed to https

    References https://github.com/qgis/QGIS-Website/issues/275

Tom Kralidis <tomkralidis@gmail.com>	2015-08-21

    update MetaSearch plugin metadata

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-21

    Add full row styles

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-21

    [FEATURE]: Tool to add circular strings with two points and radius

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-21

    Set better size for conditional format widget

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-21

    Allow fall though of conditional rules

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-21

    Conditional UI tweaks

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-21

    Bump acceptable doc coverage

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-21

    Tweak documentation coverage test

    Ignore some obvious members which don't require docs:
    - constructors with no arguments
    - = and == operators

    Also show list of undocumented members for each class

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-21

    Immediately apply conditional formatting changes to table

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-21

    Fix whitespace

ninsbl <stefan.blumentrath@gmx.de>	2015-08-20

    Remove QGIS-resources which were added by mistake

ninsbl <stefan.blumentrath@gmx.de>	2015-08-20

    Remove QGIS-resources which were added by mistake

ninsbl <stefan.blumentrath@gmx.de>	2015-08-20

    Updated file management modules (no additions yet v/r.import)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-21

    Fix warnings, add missing sip bindings

Radim Blazek <radim.blazek@gmail.com>	2015-08-20

    [GRASS] close mapset button in dock widget

Radim Blazek <radim.blazek@gmail.com>	2015-08-20

    [GRASS] region dialog integrated to plugin dock widget

Radim Blazek <radim.blazek@gmail.com>	2015-08-20

    [GRASS] region pen options moved to GRASS options

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-20

    [FEATURE] Conditional formatting for attribute table cells

Merge: bf7cf6ac6b 94d3bdd01a
volaya <volayaf@gmail.com>	2015-08-20

    Merge pull request #2247 from spencerrecneps/master

    [Processing] Fixed bad variable references

Merge: b578fc14f8 424d3d337e
volaya <volayaf@gmail.com>	2015-08-20

    Merge pull request #2262 from neteler/patch-72

    [processing] Update Grass7Utils.py

Markus Neteler <neteler@gmail.com>	2015-08-20

    Update Grass7Utils.py

    In batchjob, use GRASS_MESSAGE_FORMAT=plain

Juergen E. Fischer <jef@norbit.de>	2015-08-20

    creatensis.pl: support for excluding packages (including their dependencies)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Don't allow creation of visibility presets with existing name

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Allow more customisation of QgsNewNameDialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Add Replace Preset option to presets menu

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-20

    Disable Add Preset menu if current style is already a preset

    Prevents duplicate entries which have unexpected behaviour

Juergen E. Fischer <jef@norbit.de>	2015-08-20

    processing: when using batch jobs remove GISBASE from environment when calling GRASS (fixes #13072)

Juergen E. Fischer <jef@norbit.de>	2015-08-19

    reenable passing projects and layers on open and 'open project on launch', but
    replace make 'New' (old default) a new option and make 'Welcome Page' the new
    default

Matthias Kuhn <matthias@opengis.ch>	2015-08-19

    Welcomepage: Add loading indicator and allow keyboard for project selection

Radim Blazek <radim.blazek@gmail.com>	2015-08-19

    [GRASS] modules tree and list integrated into one tab, added tree filter

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Indentation fixes

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Disable unavailable projects

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Fix a memory leak

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Add titles to the welcome page

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Clean old recent images

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Migrate old recent projects list

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Add feed parser for the qgis.org blog

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Add version info to the welcome screen

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Welcome Windows on top of map canvas

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    [FEATURE] Add welcome screen with recent projects

    Refs #7626

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Deprecate QgsProject::title( QString )

Matthias Kuhn <matthias@opengis.ch>	2015-08-18

    Fix dos2unix as flip alternative

Merge: d5d7c580ab ff15e84020
Matthias Kuhn <matthias@opengis.ch>	2015-08-19

    Merge pull request #2259 from elpaso/hidpi-improvements4

    Scale attribute table cells to content

Merge: fd23859f33 1f81109b4a
Matthias Kuhn <matthias@opengis.ch>	2015-08-19

    Merge pull request #2260 from bstroebl/fixDissolve

    [PROCESSING] Fix Progress bar in Dissolve

Bernhard Ströbl <bernhard.stroebl@jena.de>	2015-08-19

    [PROCESSING] Fix Progress bar in Dissolve

elpaso <elpaso@itopen.it>	2015-08-19

    Renamed ifdef

elpaso <elpaso@itopen.it>	2015-08-19

    Adjust column size

Merge: b87e5f7573 8c652eb1f6
Radim Blazek <radim.blazek@gmail.com>	2015-08-19

    Merge pull request #2258 from NINAnor/grass7_pluginupdate

    three first grass7 modules

ninsbl <stefan.blumentrath@gmx.de>	2015-08-19

    three first grass7 modules

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-19

    [FEATURE][composer] Data defined style preset for composer maps

    Sponsored by City of Uster

Radim Blazek <radim.blazek@gmail.com>	2015-08-19

    fixed OSGeo4W .bat.tmpl for GRASS, followup e6556a2

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-19

    Fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-19

    Cull unneeded dependencies from Travis OSX build

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-19

    Refactor visibility presets, so that all non-app specific
    methods are now in core

    A new QgsVisibilityPresetCollection object has been created
    which stores a set of visibility presets. QgsProject now
    contains a preset collection object.

    This allows plugins and other core objects to retrieve and
    modify visibility presets.

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-19

    [FEATURE][composer] Auto wrapping for text in fixed width columns
    in attribute tables

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    Fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-16

    [FEATURE][composer] Option for 'wrap text on' for attribute tables

    Fix #8006

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-16

    [FEATURE][composer] Vertical alignment control for attribute tables

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-16

    [composer] Add proper handling of multiline text in attribute tables

    Previously multi-line text would overflow onto neighbouring cells.
    Now rows will be expanded to fit required height of text.
    Fix #10273.

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-14

    [composer] Add method for calculating height of text

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-14

    [composer] Draw text in tables by row, not column

    Sponsored by City of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-19

    Fix rasters cannot be styled on OSX (fix #13162)

    Add missing Q_OBJECT macro

Juergen E. Fischer <jef@norbit.de>	2015-08-18

    processing: fix warning when loading otb algorithms

Juergen E. Fischer <jef@norbit.de>	2015-08-17

    postgres provider: avoid column lookups with tableoids

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-18

    [console] Better handling of default paths for open/save dialogs

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-18

    [console] Allow running unsaved script files

    Previously a (non-default) option existed for auto-saving scripts
    on run, which would overwrite the existing script file if set, or
    save the script to a temporary file before running.

    Now, the auto-save option only applies to scripts which have
    already been saved an have a filename.

    By default the console now can run scripts without filenames,
    or scripts with changes by transparently saving them out to a
    temporary file.

Merge: 7527638d43 0a93f94bbe
Martin Dobias <wonder.sk@gmail.com>	2015-08-18

    Merge pull request #2245 from vmora/issue13078

    Fix legend symbol size when using map units (fix #13078)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-17

    [FEATURE]: Tool to add circular strings with start point, curve point and end point

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-17

    [FEATURE][composer] Data defined control over map layers

    Adds new data defined control for the map layers to show in a
    composer map. Expression result should be a | delimited list of
    layer names which will be shown in the map.

    Sponsored by City of Uster

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-17

    Add open in external editor to console

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-17

    Remove query dialog. Replace with tabs

Matthias Kuhn <matthias@opengis.ch>	2015-08-16

    Doxymentation for QgsExpression::Node

Matthias Kuhn <matthias@opengis.ch>	2015-08-16

    Support dos2unix as flip alternative

Matthias Kuhn <matthias@opengis.ch>	2015-08-16

    Replace str() with unicode() and some PEP 8

Juergen E. Fischer <jef@norbit.de>	2015-08-16

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-08-16

    prepare-commit.sh: pass sip and py files to astyle.sh

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-16

    Followup 19a833c, fix data defined composition evaluation

    Thanks to Coverity!

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-16

    Cosmetic coverity fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-16

    Python exceptions for invalid keys in QgsFields methods (fix #13221)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-16

    Fix edit button always edits first virtual field (fix #13214)

Spencer Gardner <spencergardner@gmail.com>	2015-08-15

    fixed bad variable references

Matthias Kuhn <matthias@opengis.ch>	2015-08-15

    Rule based renderer: empty rule matches all

    Fix #13218

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-15

    Fix doxygen warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-14

    [pal] Make only draw labels which fit in polygon work for perimeter
    labeling position

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-14

    Revert 3fdef5e

    Was causing too many issues for the small perfomance gain it may
    have gained

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-14

    [pal] Catch GEOS exceptions

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-08-14

    Don't send expressions with special fields to provider

Juergen E. Fischer <jef@norbit.de>	2015-08-13

    fix typos

vmora <vincent.mora@oslandia.com>	2015-08-13

    fixups (to be rebased)
    - removed the setParent since the parent is already set here
    - moved the legendNode->invalidateMapBasedData() after size setting
      (removed dupplicate call)
    - moved max icon size computation in the loop over layers

Juergen E. Fischer <jef@norbit.de>	2015-08-13

    move qgis.server import to QgsPythonUtilsImpl::initServerPython

Juergen E. Fischer <jef@norbit.de>	2015-08-13

    * update QgsSymbolV2 sip bindings
    * fix a crash when setRotationField (now deprecated) is used on a fresh
      QgsCategorizedSymbolRendererV2

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-08-13

    Use compound curve in capture tool to store captured geometry

Merge: e9ff061f05 446410ee78
Nathan Woodrow <madmanwoo@gmail.com>	2015-08-13

    Merge pull request #2243 from michaelkirk/feature/crs_help

    Fix #13213 - Feature/crs help

Michael Kirk <michael@jackpine.me>	2015-08-12

    update CRS docs: find button replaced by filter

Michael Kirk <michael@jackpine.me>	2015-08-12

    context help for projection selector

Michael Kirk <michael@jackpine.me>	2015-08-12

    tab is called "identify layers"

Michael Kirk <michael@jackpine.me>	2015-08-12

    reformatting project properties help, no copy changes

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-13

    Cleanup composer label atlas handling

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-13

    Clean atlas interface - avoid storage of pointer to atlas feature

Matthias Kuhn <matthias@opengis.ch>	2015-08-12

    Fix typo

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Cleanup travis scripts

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Disable PyQgsServer test on OSX Travis

    Test fails with
    Fatal Python error: PyThreadState_Get: no current thread
    CMake Error at PyQgsServer.cmake:22 (MESSAGE):
      Test failed: Child aborted

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Update label server test mask images for OSX

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Add additional dependencies for OSX build

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Fix some warnings on OSX build

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-12

    Enable multi-os builds for travis

vmora <vincent.mora@oslandia.com>	2015-08-12

    Fix legend symbol size when using map units
    fix #13078
    The computation of icon sizes for legend symbols has been moved to
    QgsLayerTreeModel::legendInvalidateMapBasedData() susch that icon size
    is recomputed when zooming.

Matthias Kuhn <matthias@opengis.ch>	2015-08-12

    Fix indentation, followup 8ab69e9

Matthias Kuhn <matthias@opengis.ch>	2015-08-12

    `with edit(layer)` raises an error if the commit fails

Matthias Kuhn <matthias@opengis.ch>	2015-08-12

    PyQgis: Move NULL and edit to qgis.core

Matthias Kuhn <matthias@opengis.ch>	2015-08-12

    [FEATURE] Add `with edit(layer):` to python

    Example:

        with edit(layer):
            f=layer.getFeatures().next()
            f[0]=5
            layer.updateFeature(f)

    This will automatically call commitChanges() in the end.
    If any exception occurs, it will rollBack() all the changes.

Juergen E. Fischer <jef@norbit.de>	2015-08-11

    spatialite provider: improve filterFids()

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-11

    Custom properties for QgsComposition and QgsComposerObject

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-10

    [composer] Ensure geographic longitude values are wrapped in decimal
    grid annotations

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-10

    Fix memory leaks in geometry expression functions

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-10

    If user clicks cancel while browsing for file then don't clear
    the existing filename in the vector open file dialog

William Kyngesburye <kyngchaos@kyngchaos.com>	2015-08-08

    find bundled GRASS on OS X

Nathan Woodrow <madmanwoo@gmail.com>	2015-08-08

    Move python console toolbar to top. More uniform with rest of UI

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-08

    [pal] Followup 3fdef5e, restore previous behaviour for labels with
    length greater than line length

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-08

    Followup 71e7aab, add unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-08

    Cleanup QgsVectorLayer tests

Merge: 71e7aabbde e48b6e8910
Alessandro Pasotti <elpaso@itopen.it>	2015-08-07

    Merge pull request #2239 from elpaso/move-conversions-sip

    Moved QMultiMap<int, TYPE2*> to conversion.sip

Juergen E. Fischer <jef@norbit.de>	2015-08-07

    vector layer: ignore non-existing fields in min/max/uniqueValues (fixes #13194)

elpaso <elpaso@itopen.it>	2015-08-07

    Moved QMultiMap<int, TYPE2*> to conversion.sip

Matthias Kuhn <matthias@opengis.ch>	2015-08-07

    Don't strip "-prefixes from QgsDataDefined fields

    followup 1e6483c
    The field should not be provided with an expression format but plain

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-07

    Avoid use of QgsDataDefined::expressionOrField for rotationField values

    Maintains behaviour of < 2.10 API

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-06

    Improve point rotation tool support for renderers to allow use
    with rule based renderer

    fixes #12917, #12123 and refs #5001

Matthias Kuhn <matthias@opengis.ch>	2015-08-05

    QgsDataDefined: Implicit management for useExpression

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-06

    Avoid use of deprecated rotation field methods

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-06

    Tests and doxygen for QgsDataDefined

Matthias Kuhn <matthias@opengis.ch>	2015-08-04

    Fix marker rotation

    The rotation is no longer saved in the Qgs*SymbolRendererV2 but in the
    QgsMarkerSymbolV2 in a QgsDataDefined. This commit fixes the legacy API and
    redirects calls to the new API.

Merge: c4ea8de5ed dc2de774c2
Chris Crook <ccrook@linz.govt.nz>	2015-08-07

    Merge pull request #2237 from ccrook/csv_field_name_fix

    Removing unnecessary restriction on CSV provider field names

Chris Crook <ccrook@linz.govt.nz>	2015-08-07

    Removing unnecessary restriction on field names

Merge: 2a14ffd281 1b06c0c3b8
Alessandro Pasotti <elpaso@itopen.it>	2015-08-06

    Merge pull request #2236 from elpaso/sip-server-filters-bindings

    [server] Sip server filters new bindings

elpaso <elpaso@itopen.it>	2015-08-06

    [server] Added comment

elpaso <elpaso@itopen.it>	2015-08-06

    [server] Minor style change

elpaso <elpaso@itopen.it>	2015-08-06

    [server] Added comment to header

elpaso <elpaso@itopen.it>	2015-08-06

    [server] style fix

elpaso <elpaso@itopen.it>	2015-08-06

    [server] setFilters implementation, bindings and test

    * moved type conversion to conversions.sip (template)
    * added setFilters() to QgsServerInterface
    * added tests

volaya <volayaf@gmail.com>	2015-08-06

    [processing]fixes for grass7

    processAlgorithm method was actually not being called when running a grass7 algorithm

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-06

    Followup 9508f8b, fix other potential crashes

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-06

    [pal] Shade all parts of label candidate as conflicting when
    appropriate

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-06

    [pal] Fix test for polygon boundary obstacles (followup 3a44e294)

    Test was incorrectly checking for intersection of the candidate
    and polygon obstacle, when it should have been checking for
    overlapping or touching obstacles.

Matthias Kuhn <matthias@opengis.ch>	2015-08-05

    Fix crash

Matthias Kuhn <matthias@opengis.ch>	2015-08-05

    Fix const, followup 6a2df33

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-05

    Fix crash when opening attribute table on non-spatial layer

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-05

    Fix crash when map contains diagrams on joined layers (refs #13177)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-05

    Add some unit tests for color ramps

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-05

    Add missing color ramp methods and conversions to sip

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-05

    Fix invalid color could be returned by QgsRandomColorsV2

elpaso <elpaso@itopen.it>	2015-08-04

    Added TypeHeaderCode for QgsServerFiltersMap

Matthias Kuhn <matthias@opengis.ch>	2015-08-02

    Alias without pending prefix for QgsVectorLayer methods

     * pendingAllAttributesList -> attributeList
     * pendingPkAttributesList -> pkAttributeList
     * pendingFeatureCount -> featureCount

    featureCount will now always return the features on the layer and NOT the
    committed features count as before.
    This changes its behavior but this way it is coherent with the other methods
    which work on the layer.

Matthias Kuhn <matthias@opengis.ch>	2015-08-01

    Add `QgsVectorLayer::fields()` as alias to `pendingFields()`

    pendingFields() is not very intuitive and leads to confusion for new developers.

Juergen E. Fischer <jef@norbit.de>	2015-07-31

    database provider: fix andWhereClauses

Merge: 745f91d249 9aae680d47
Alessandro Pasotti <elpaso@itopen.it>	2015-08-04

    Merge pull request #2233 from elpaso/carolinux-python-init-less-verbose

    Carolinux python init less verbose

elpaso <elpaso@itopen.it>	2015-08-04

    Fixed server python startup: do not load qgis.user

carolinux <karolina.alexiou@teralytics.ch>	2015-03-31

    Made methods protected and added descriptions

carolinux <karolina.alexiou@teralytics.ch>	2015-03-28

    Made python initialization less verbose

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-04

    Add 'edit' buttons to remaining gradient combo boxes

    Also consolidate code for easier maintenance.

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-04

    Fix bad alloc when styling raster with random color ramp (fix #13112)

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-04

    Fix random color ramps returning invalid QColors for value of 1.0

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-04

    Fix saturation range ignored for random color ramps

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-04

    Fix incorrect values returned by certain color ramps

Juergen E. Fischer <jef@norbit.de>	2015-08-03

    typo fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-03

    Fix geometry simplification for rendering altering feature geometry

    I noticed this when using memory layers - zooming out and then in
    would result in the features getting more and more generalised.
    Possibly it would affect other areas of the codebase too.

    The geometry simplifier was unhelpfully casting away the const
    from the pointer to the geometry's wkb, and was happily overwriting
    the wkb for its own purposes. With QgsGeometry now implicitly
    sharing this wkb pointer the non-const cast meant that the geometry
    was not getting correctly detached and the original geometry was
    being modified.

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-03

    [composer] Add an apply button for atlas settings, prevents
    numerous refetching/redrawing when tweaking atlas configuration

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-03

    [composer] Use feature requests to filter atlas features, rather
    than fetching all features and then filtering while iterating.

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-03

    [FEATURE][composer] Add page name option for atlas

    Page name can be set to either a field or expression derived from
    the coverage layer, and is shown in the new atlas page combobox.

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-03

    [composer] Keep atlas page combo in sync when atlas feature changes

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-03

    [pal] When set to draw all label candidates, shade candidates which
    conflict with obstacles in red

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-03

    Boost QgsFeature test coverage to 100%

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-03

    Add missing overrides

Matthias Kuhn <matthias@opengis.ch>	2015-08-02

    Some doxymentation and const'ing

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-01

    Expand QgsField/QgsFields tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-01

    Minor Coverity fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-08-01

    Switch doxygen coverage test to check count of undocumented members

    The previous check (% of documented members) set the bar too low
    (~60%). Now no members/classes can be introduced without full
    documentation.

Martin Dobias <wonder.sk@gmail.com>	2015-07-31

    Fix crashes when rendering with SVG symbols that are missing

    The crashes would happen after some time when browsing the map,
    especially when size of SVGs is in map units. This was due to wrong
    removal of deleted cache entries where cache entry key would be
    different from SVG file's path, thus not removing the entry that
    got deleted. Now explicitly keeping the lookup key in the entry
    to make sure this does not happen.

    Related issues: #9959, #8883

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-07-31

    fix Processing QGIS vector grid as lines

Juergen E. Fischer <jef@norbit.de>	2015-07-31

    osgeo4w: switch to grass 7.0.1 from RC2

Larry Shaffer <larrys@dakotacarto.com>	2015-07-30

    Fix sys/select.h header include on Mac for grass data file

Radim Blazek <radim.blazek@gmail.com>	2015-07-30

    [GRASS] modules debug bar

George Shegunov <mobisbg@gmail.com>	2015-07-10

    Detach usage of qreal from QT_ARCH_ARM

    Added float types additionally to double, qreal can be now float or double.
    Removed QT_ARCH_ARM. qreal can be float not only on ARM.
    There are overload functions for both types.

Hugo Mercier <hugo.mercier@oslandia.com>	2015-07-30

    Handle QgsDataItem class hierarchy in SIP bindings

George Shegunov <mobisbg@gmail.com>	2015-07-10

    WEBKIT includes changed

    (cherry picked from commit 9f6c72fa33af4c60c2e3266282277f10eedd2749)

Juergen E. Fischer <jef@norbit.de>	2015-07-30

    fix oracle provider (followup 5be0ee7)

Matthias Kuhn <matthias@opengis.ch>	2015-07-30

    Doxymentation

Juergen E. Fischer <jef@norbit.de>	2015-07-29

    processing: fix saga translation (followup 66a3d02)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-29

    Skip m-coordinates in geos import

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-29

    Fix segmentation of full circles

Salvatore Larosa <lrssvtml@gmail.com>	2015-07-29

    [composer ui] fix tooltip for add shape action in composer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-29

    Set wkb typ if adding the first line in QgsLineStringV2::append

Matthias Kuhn <matthias@opengis.ch>	2015-07-22

    Remove QgsRenderOptions, return filter in separate method

Matthias Kuhn <matthias@opengis.ch>	2015-07-20

    Add boolean node literal to expressions

Matthias Kuhn <matthias@opengis.ch>	2015-07-14

    Remove QgsFeatureRequest::FilterRect from providers/iterators

Matthias Kuhn <matthias@opengis.ch>	2015-07-16

    Remove references to QgsFeatureRequest::FilterRect

Matthias Kuhn <matthias@opengis.ch>	2015-07-14

    Rule based renderer exposes filter where clause

    This filter can then be sent to the server to reduce the amount of fetched
    features

Matthias Kuhn <matthias@opengis.ch>	2015-07-15

    Apply FilterRect in combination with other filters

Matthias Kuhn <matthias@opengis.ch>	2015-07-14

    Add return type QgsRenderOptions to QgsRendererV2::startRender

    This allows to specify additional filter constraints for the feature request to
    be specified.

Juergen E. Fischer <jef@norbit.de>	2015-07-29

    indentation update

Merge: 466018214c 86329f0170
mhugent <marco.hugentobler@sourcepole.ch>	2015-07-29

    Merge pull request #2223 from mhugent/measurement_from_geometry

    Measurement from geometry

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-29

    Change expected behaviour in test_qgsdistancearea.py to also consider inner rings for perimeter calculation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-29

    Allow usage of node tool for postgis zm geometries

elpaso <elpaso@itopen.it>	2015-05-20

    Fixed scale widget height

elpaso <elpaso@itopen.it>	2015-06-30

    Added TAB charachter

Juergen E. Fischer <jef@norbit.de>	2015-07-28

    fix connection pool crash without qapplication (fixes #13166)

Juergen E. Fischer <jef@norbit.de>	2015-07-28

    processing: translation fix (open fusion las viewer; followup 66a3d02)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-28

    Adapt renderer to consider z/m in wkb parsing

Juergen E. Fischer <jef@norbit.de>	2015-07-28

    Revert "add missed translations.py file" (followup 66a3d02)

    This reverts commit 6dd615719922ff3cd136ba800e5dc033e5ff9b34.

Alexander Bruy <alexander.bruy@gmail.com>	2015-07-28

    add missed translations.py file

Matthias Kuhn <matthias@opengis.ch>	2015-07-27

    fix processing startup error, followup 25e9f86

Matthias Kuhn <matthias@opengis.ch>	2015-07-12

    Fix alloc-dealloc-mismatch

Matthias Kuhn <matthias@opengis.ch>	2015-07-27

    [travis] Only clone latest commit

Juergen E. Fischer <jef@norbit.de>	2015-07-27

    processing: simple interface translation fix

Merge: 8680259818 10d262f3f1
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-27

    Merge branch 'master' into measurement_from_geometry

Matthias Kuhn <matthias@opengis.ch>	2015-07-27

    Fix crash and add CheckBox support for autocreate editorwidgets

    Followup de547ad

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-27

    Use new geometry classes in QgsDistanceArea instead wkb parsing. That way, also the new zm types can be measured

Juergen E. Fischer <jef@norbit.de>	2015-07-27

    also install qgspointv2.h

Matthias Kuhn <matthias@opengis.ch>	2015-07-26

    Add iface.layerTreeCanvasBridge()

Juergen E. Fischer <jef@norbit.de>	2015-07-26

    db_manager: enable oracle plugin only when oracle support is available

Juergen E. Fischer <jef@norbit.de>	2015-07-26

    translation fixes

Juergen E. Fischer <jef@norbit.de>	2015-07-26

    spelling fixes

Merge: 7439db1e66 bda76e5750
Jürgen Fischer <jef@norbit.de>	2015-07-26

    Merge pull request #2222 from medspx/dbmanager-oracle

    DBManager Oracle Spatial support (fixes #9163)

Juergen E. Fischer <jef@norbit.de>	2015-07-26

    load default.qgc from source directory when running from build dir

Juergen E. Fischer <jef@norbit.de>	2015-07-26

    integrate processing into update_ts.sh (also includes all translations
    in the repository and none outside of it).

William Kyngesburye <kyngchaos@kyngchaos.com>	2015-07-25

    update Mac browser icon

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2015-07-25

    Fix CMakelist for oracle

Médéric RIBREUX <mederic.ribreux@medspx.homenet.org>	2015-07-25

    Oracle Spatial support for DBManager

Matthias Kuhn <matthias@opengis.ch>	2015-07-25

    Less postgis voodoo on travis

Richard Duivenvoorde <richard@duif.net>	2015-07-01

    Changing more Window titles

Richard Duivenvoorde <richard@duif.net>	2015-06-29

    Add 'Panel' to some panels, to make them distinguisable in context menu

Richard Duivenvoorde <richard@duif.net>	2015-06-29

    Add 'Toolbar' to all toolbar names, plus add tooltips to them

Matthias Kuhn <matthias@opengis.ch>	2015-07-24

    Center menu titles, followup 09c2444

Matthias Kuhn <matthias@opengis.ch>	2015-07-24

    Fix warnings

Matthias Kuhn <matthias@opengis.ch>	2015-07-24

    Add title for "Panels" and "Toolbars" in Menu

Matthias Kuhn <matthias@opengis.ch>	2015-07-24

    Fix relation reference widget accidentally sets FK to NULL

Matthias Kuhn <matthias@opengis.ch>	2015-07-24

    Add QgsRelation::getReferencedFeature to access parent feature

Merge: 6cccd21738 69eb7ebe62
mhugent <marco.hugentobler@sourcepole.ch>	2015-07-24

    Merge pull request #2217 from mhugent/node_tool_changes

    Add node editor widget and change node tool to click-click mode

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-24

    Remove z/m -> 25D conversion in postgres provider (since z/m geoms are supported now)

Matthias Kuhn <matthias@opengis.ch>	2015-07-24

    Fix gui glitch in relation reference widget

Matthias Kuhn <matthias@opengis.ch>	2015-07-24

    Autocreate wrapper for date and relation editor widgets

    Followup de547ad

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-24

    Fix build error

Juergen E. Fischer <jef@norbit.de>	2015-07-24

    debian packaging update (followup 32d7cc5)

Juergen E. Fischer <jef@norbit.de>	2015-07-24

    fix windows build

Radim Blazek <radim.blazek@gmail.com>	2015-07-23

    [GRASS] optional modules config path

Radim Blazek <radim.blazek@gmail.com>	2015-07-23

    [GRASS] open mapset from browser

Radim Blazek <radim.blazek@gmail.com>	2015-07-22

    [GRASS] GRASS 7 plugin enabled

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-23

    Add some class/method documentation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-23

    Fix issues with reprojection

Juergen E. Fischer <jef@norbit.de>	2015-07-23

    add column headers and tooltips to dxf export dialog (fixes #13138)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-23

    Use constGeometry() instead geometry()

Matthias Kuhn <matthias@opengis.ch>	2015-07-23

    Doxymentation

Matthias Kuhn <matthias@opengis.ch>	2015-07-23

    Find a suitable editor widget if widget and config mismatch

    If a .ui file is specified and the widget specified in the .ui file is not
    supported by the widgetwrapper which is configured in the layer properties
    the system will automatically try to find a better suitable widgetwrapper.

    To do this, widgetwrappers (respectively their factories) can return a map of
    supported widget types with priority values.
    The widgetwrapper which offers the heighest priority for a certain widget type
    will be used in case of a mismatch.

    Sponsored by OPENGIS.ch special projects team (aka gis.se troubleshooting
    section)

Matthias Kuhn <matthias@opengis.ch>	2015-07-23

    Remove label redundant to title bar

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-23

    [FEATURE][composer] Add page number combo box to atlas toolbar
    (fix #13136)

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-23

    [FEATURE][labeling] Add priority control for obstacles

    Allows you to make labels prefer to overlap features from certain
    layers rather than others. Can also be data defined, so that certain
    features are more likely to be covered than others.

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-23

    [FEATURE][labeling] Data defined control over whether a feature
    acts as an obstacle for labels

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-23

    [pal] Simplify handling of layers

Matthias Kuhn <matthias@opengis.ch>	2015-07-22

    Some UI improvements in the options dialog

Matthias Kuhn <matthias@opengis.ch>	2015-07-22

    Remove note which is no longer applicable

Matthias Kuhn <matthias@opengis.ch>	2015-07-22

    Use suitable icon for resetting scales

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-22

    Use constGeometry() instead of geometry() where possible

Matthias Kuhn <matthias@opengis.ch>	2015-07-22

    Prevent double-add feature

Matthias Kuhn <matthias@opengis.ch>	2015-07-22

    Remove outdated fedora-20 from default rpm builds

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-22

    Add rubberband again

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-22

    [labeling] Fix incorrect handling of word spacing for curved labels

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-22

    Fix 'nan'='nan' evaluates to false in expressions

    Also fix 'nan' and 'inf' being treated as doubles rather than
    strings.

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-22

    Fix Coverity uninitialized variable warning

Juergen E. Fischer <jef@norbit.de>	2015-07-21

    osgeo4w: switch to grass 7.0.1RC2

Merge: 268feb5c16 336248eef1
Nyall Dawson <nyall.dawson@gmail.com>	2015-07-21

    Merge pull request #2215 from landryb/remove_bom

    remove UTF8 BOM

Landry Breuil <breuil@craig.fr>	2015-07-21

    remove UTF8 BOM

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-21

    [pal] Use GEOS methods for label position conflict tests

Merge: e2df800f11 b0dd2afb40
alexbruy <alexander.bruy@gmail.com>	2015-07-20

    Merge pull request #2213 from arnaud-morvan/processing-translation

    [processing] translate algorithm names and groups

Juergen E. Fischer <jef@norbit.de>	2015-07-20

    fix retrieval of labeling settings for layers with ids with no ascii characters

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-20

    Recreate nodeeditor only if new feature has been selected

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-20

    Better synchronisation between node editor and node tool

Matthias Kuhn <matthias@opengis.ch>	2015-07-20

    Remove executable flag on a bunch of files

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-20

    [pal] Use GEOS for linear referencing

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-20

    [pal] Fixes to geometry handling for point sets

Merge: 49d0f3a12f 0dfb1561c6
volaya <volayaf@gmail.com>	2015-07-20

    Merge pull request #2214 from radosuav/numberInputPanel_range_fix

    [Processing] Fix limits in NumberInputPanel when the limiting value is 0

Merge: dc4049ddff e751592a4d
volaya <volayaf@gmail.com>	2015-07-20

    Merge pull request #2204 from Gustry/processing

    [Processing] Small python changes

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-20

    [FEATURE][labeling] Add option to only draw labels which fit
    completely within polygon features (fix #12136)

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-20

    [pal] Use GEOS for calculating minimum distances between geometries

    Also more cleanups, fixes for geos handling

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-20

    Fix doxygen warnings, bump acceptable doc coverage

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-19

    [pal] Use GEOS for point in polygon test, also use prepared GEOS
    geometries where possible

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-19

    [pal] Move storage of GEOS geometry from Feature up to PointSet. Use
    GEOS to calculate feature centroids rather than custom code.

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-19

    [pal] Header cleanups for FeaturePart and include cleanups

Juergen E. Fischer <jef@norbit.de>	2015-07-18

    fix grass test on windows

Juergen E. Fischer <jef@norbit.de>	2015-07-18

    fix PyQgsServer test in nightlies

Juergen E. Fischer <jef@norbit.de>	2015-07-18

    don't buffer python and grass tests output in variables

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-07-17

    Processsing translation strings for names and groups

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-07-16

    Processing translation tool for names and groups

radosuav <rmgu@dhi-gras.com>	2015-07-17

    [Processing] Fix limits in NumberInputPanel when the limiting value is 0

Juergen E. Fischer <jef@norbit.de>	2015-07-17

    Fix test failures on windows

Juergen E. Fischer <jef@norbit.de>	2015-07-17

    osgeo4w: fix rmdir quoting

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-17

    [pal] Remove more unused functions

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-17

    [FEATURE][labeling] Add option to control how polygon layers
    act as obstacles

    Options are either avoid placing labels over polygon interior
    or avoid placing over polygon boundaries. (Previous behaviour
    was always avoid placing over interior).

    Avoiding placing over boundaries is useful for regional boundary
    layers, where the features cover an entire area. In this case
    it's impossible to avoid placing labels within these features,
    and it looks much better to avoid placing them over the boundaries
    between features. End result is better cartographic placement of
    labels in this situation.

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-16

    Guard against some crashes in geometry

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-16

    Add test for handling invalid WKT with z values (refs #13055)

Merge: 6ee1d67e8a 6788fbaa6a
mhugent <marco.hugentobler@sourcepole.ch>	2015-07-15

    Merge pull request #2211 from mhugent/transect_sample_extension

    Add baseline buffer tolerance and simplification tolerance parameters…

Juergen E. Fischer <jef@norbit.de>	2015-07-15

    osgeo4w: use packagename instead of package version for temporary test directory and also set TMP

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-03-15

    Add baseline buffer tolerance and simplification tolerance parameters to transect sample

Matthias Kuhn <matthias@opengis.ch>	2015-07-15

    [Android] main function needs to be visible

Matthias Kuhn <matthias@opengis.ch>	2015-07-15

    Fix compiling w/ WITH_QTWEBKIT=OFF

Matthias Kuhn <matthias@opengis.ch>	2015-07-15

    Export QgsWebPage/QWebPage symbols

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-15

    [FEATURE][labeling] Add option for obstacle only layers

    This allows users to set a layer as just an obstacle for other
    layer's labels without rendering any labels of its own.

    Ideas for UI improvements are welcome!

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-15

    [pal] Nicer use of enums, LineArrangementFlags

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-15

    [pal] Small cleanups to Layer API

Juergen E. Fischer <jef@norbit.de>	2015-07-15

    fix qgsversion.h generation [take II]

Juergen E. Fischer <jef@norbit.de>	2015-07-15

    fix qgsversion.h generation on windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-08

    [pal] Various cleanups

    Remove support for map scale, dpi and units from PAL. None of these features
    were being used by QGIS (we use our own handling of these features) so the
    PAL implementations were just bogging up the code. Also remove custom
    min/max/abs implementations from pal and remove a bunch of unused methods.

Juergen E. Fischer <jef@norbit.de>	2015-07-13

    translation fix

Juergen E. Fischer <jef@norbit.de>	2015-07-14

    fix windows build

Matthias Kuhn <matthias@opengis.ch>	2015-07-13

    Add link to OGR formats to README.md

Matthias Kuhn <matthias@opengis.ch>	2015-07-13

    Add missing Q_OBJECT macros

Juergen E. Fischer <jef@norbit.de>	2015-07-13

    osgeo4w: run nightly tests with separate temporary directories

Merge: 48e4fb85c8 42137e4adc
Jürgen Fischer <jef@norbit.de>	2015-07-13

    Merge pull request #2197 from manisandro/dropconnections

    Add QgsConnectionPool::dropConnections, delete connection groups when pool is destroyed

Juergen E. Fischer <jef@norbit.de>	2015-07-13

    Revert "use triple quoting with st_estimatedextent in postgres provider and db_manager (fixes #12478)"

    As it seems to address a meanwhile reverted behavior change in PostGIS 2.1
    before it was released (see also https://trac.osgeo.org/postgis/ticket/2834).

    This reverts commit 048aff01bb9cf42e2c1c17eb0ddbd81537443e19.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-13

    Cache geometries before rendering (curved geometries are going to be segmentized)

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-13

    Try to make raster calc test more reliable

Matthias Kuhn <matthias@opengis.ch>	2015-07-11

    Add QgsAttributes::operator== that takes care of NULL variants

Matthias Kuhn <matthias@opengis.ch>	2015-07-10

    Add test to check if QgsFeature.setAttributes handles 0 vs NULL correctly

    Currently failing

Matthias Kuhn <matthias@opengis.ch>	2015-07-10

    Preserve 0 values from postgres int columns

Matthias Kuhn <matthias@opengis.ch>	2015-07-13

    Add function help for IF expression

    Fix #13015

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-13

    Ensure LAS is always capitalized (fix #12012)

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-13

    Correct use of ellipsis in style menus (fix #10549)

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-13

    Standardise capitalisation of HTML string (refs #7050)

Juergen E. Fischer <jef@norbit.de>	2015-07-13

    let first test truncate qgistest.html

Juergen E. Fischer <jef@norbit.de>	2015-07-12

    update qgsversion.h only if it going to be actually changed

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-12

    [labeling] Prevent users from unselecting all line placement options
    (fix #13007)

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-12

    Remove expected failure from shapefile provider unique values test

    Failure was caused by GDAL bug #6020, which has now been fixed
    in GDAL. It turns out the values are only incorrect if the first
    feature in the file has a null value, so I've rearranged the
    features in the reference shapefile to avoid this.

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-12

    Fix two minor Coverity uninitialized member warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-05

    Address cmake CMP0054 warnings

Juergen E. Fischer <jef@norbit.de>	2015-07-11

    db_manager: properly parse sqlite version (followup 5b86e38)

Juergen E. Fischer <jef@norbit.de>	2015-07-11

    db_manager: only try isgpkg on spatialite plugin and sqlite version parsing

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-11

    Better wording for line layer label placements (fix #10434)

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-11

    Fix loss of some labeling properties when changes placement types

    For instance, changing between "around point" and "offset from
    point" placements would lose the setting for distance and offset.

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-11

    Minor coverity fix

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-11

    Fix zoom last needs two clicks to reset view for zoom tool
    (fix #13095)

Nathan Woodrow <madmanwoo@gmail.com>	2015-07-11

    Revert "[FEATURE] Show symbol as icon for attribute row"

    This reverts commit e3b2a2daf2a5368c8e5565cd83acc26e706e00c2.

    Revert until I fix the speed issues

Juergen E. Fischer <jef@norbit.de>	2015-07-09

    fix typo

Juergen E. Fischer <jef@norbit.de>	2015-07-10

    fix plugin staging

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-10

    Use advanced editing for node tool

Merge: 2b5ea3669e 0312dbf3cb
Alessandro Pasotti <elpaso@itopen.it>	2015-07-10

    Merge pull request #2206 from elpaso/server-docs-server-iface-fix

    [SERVER] Server docs and server iface fix

volaya <volayaf@gmail.com>	2015-07-10

    [processing] fixes for lastools algorithms

    by Martin Isenburg

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-10

    Switch node tool to click-click mode

elpaso <elpaso@itopen.it>	2015-07-10

    Added server module to dox

    Added a server group and module for the server library

Nathan Woodrow <madmanwoo@gmail.com>	2015-07-09

    [FEATURE] Show symbol as icon for attribute row

volaya <volayaf@gmail.com>	2015-07-10

    [processing] more robust CRS assignation for SAGA outputs

elpaso <elpaso@itopen.it>	2015-07-10

    Clear the request handler when done

    also added some comments and docs strings

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-10

    Add support to generate_test_mask_image for mismatched sizes,
    add masks for legend renderer tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-10

    [tests] Add method for setting size tolerance to render checker,
    add some size tolerance to legend renderer test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-09

    Add a note that the wfs publish setting is also used for dxf export

Etienne Trimaille <etienne.trimaille@gmail.com>	2015-07-09

    small python change

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-09

    [FEATURE]: Adapt node tool to new geometry types and provide a node editor table

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-09

    [FEATURE] Add option to force a vector layer to render as a raster

    (under the layer properties, rendering tab)

    So why would you want this? Well, extremely detailed layers (eg
    polygon layers with a huge number of nodes) can cause composer
    exports in PDF/SVG format to be huge as all nodes are included in
    the exported file. This can also make the resultant file very slow
    to work with/open in other programs (*cough* Inkscape *cough*).

    Now, these you can force these layers to be rasterised so that the
    exported files won't have to include all the nodes contained in these
    layers. (Before you could also do this by forcing the composer to
    export as a raster, but that was an all-or-nothing solution).

    The ideal solution would be a simplification option for composer
    exports which would simplify the layers by removing redundant points
    at the export DPI, but this is an easy workaround for now.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-08

    [FEATURE]: Adapt node tool to new geometry types and provide a node editor table

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-09

    Tweaks to some spin box steps + add some missing clear buttons

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-09

    Avoid warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-09

    Avoid hang on WMS legends with missing graphics (fix #12234)

Juergen E. Fischer <jef@norbit.de>	2015-07-09

    refactor stageinstall of plugins

Sandro Mani <manisandro@gmail.com>	2015-07-08

    Add ref counting to QgsOgrConnectionPool

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-08

    Set content disposition header earlier, otherwise the streaming servers don't get it

Sandro Mani <manisandro@gmail.com>	2015-07-07

    Destroy connection pool groups when connection pool is destroyed

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-08

    [FEATURE][labeling] Allow data defined control of label priority

    Previously only the priority for the entire layer could be specified
    (fix #4606)

Merge: c74754ed8d f0835ec3e5
mhugent <marco.hugentobler@sourcepole.ch>	2015-07-08

    Merge pull request #2200 from mhugent/server_content_disposition

    Server content disposition

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-08

    [pal] Allow data defined quadrant when in "around point" mode

    Previously, placement options were either all-or-nothing. If you
    wanted to manually set the quadrant for specific labels, it was
    only possible when in "offset from point" mode. But this meant
    that all other labels would be forced to have the same quadrant
    placement, resulting in poor placement. If instead you used
    "around point" mode, then all labels would be dynamically placed
    but there was no way to force a single label to a specific
    quadrant.

    Now, you can set the placement mode to "around point" so that the
    majority of labels get auto placed, and then set a data defined
    quadrant override for specific labels.

    Additionally, when data defined quadrant is set when in "around
    point" placement, then the label distance is used to offset the
    label rather then the offset X/Y used when in "offset from point"
    mode.

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-08

    Include NULL in expression builder available functions list

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-08

    [labels] Fix null data defined value was not ignored in some cases

Juergen E. Fischer <jef@norbit.de>	2015-07-07

    fix grass tests on windows

Juergen E. Fischer <jef@norbit.de>	2015-07-07

    coverity fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-07

    Change order of headers in server tests

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-07

    Update python bindings for qgsrequesthandler

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-07

    Server: FILE_NAME parameter to set Content-Disposition header from client

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-07

    [pal] 'Follow placement' alignment should also work for offset
    from point placements

Merge: 099faec597 659f0d661c
Nathan Woodrow <madmanwoo@gmail.com>	2015-07-07

    Merge branch 'export_symbols'

Nathan Woodrow <madmanwoo@gmail.com>	2015-07-07

    Add exportImage API to QgsSymbol

Martin Dobias <wonder.sk@gmail.com>	2015-07-07

    Added API to use layer style overrides also in map canvas

    ... so that map canvas does not always use just the active layer style

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-07

    Minor coverity fixes

Merge: 4f212d3983 06cc8bada7
mhugent <marco.hugentobler@sourcepole.ch>	2015-07-07

    Merge pull request #2199 from mhugent/wkt_fix

    Accept input with more coordinate dimensions in wkt import

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-07

    Accept input with more coordinate dimensions in wkt import

Nathan Woodrow <madmanwoo@gmail.com>	2015-07-07

    Add export as SVG/PNG to style manager

Juergen E. Fischer <jef@norbit.de>	2015-07-06

    fix build

Juergen E. Fischer <jef@norbit.de>	2015-07-06

    add debugging output to test font loading on windows

Juergen E. Fischer <jef@norbit.de>	2015-07-06

    fix some warnings and suppression warnings on windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-06

    Update test mask image for Windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-06

    Fix encoding warnings on Windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-06

    Fix crash when editing marker through symbol manager (fix #13077)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-29

    [pal] Remove LinkedList and HashTable

    This commit replace pal's use of it's own custom linked lists
    and hash tables by Qt's QLinkedList and QHash classes. All use
    of char arrays have also been replaced by QStrings.

    Testing reveals no speed improvements by the changes, but the
    changes bring pal more into line with QGIS core and make the
    code much more readable.

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-06

    Add missing overrides

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-06

    More Win test mask updates

Juergen E. Fischer <jef@norbit.de>	2015-07-05

    remove unused iostream header

Juergen E. Fischer <jef@norbit.de>	2015-07-05

    fix arm build again (followup 68fe5f5 and 1aff733)

Juergen E. Fischer <jef@norbit.de>	2015-07-05

    cleanup composer test map settings

Juergen E. Fischer <jef@norbit.de>	2015-07-03

    another round of coverity and cppcheck fixes

Juergen E. Fischer <jef@norbit.de>	2015-07-05

    various windows test fixes:
    * .gitignore sort and remove duplicates
    * show more warnings in tests
    * add/update masks for rendering checks on windows
    * fix delimited text provider tests
    * disable QgsLogger and QgsPalLabelingServer on windows

Nathan Woodrow <madmanwoo@gmail.com>	2015-07-04

    Fix #13059 - Fix expression template load error

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-04

    Fix setting symbol width/size/rotation from right click menu
    (fix #13070)

Merge: 29aaf1bad8 fe1a032181
Jürgen Fischer <jef@norbit.de>	2015-07-03

    Merge pull request #2192 from Gustry/fix-13067

    fix #13067 : bad geometries in the difference tool

Etienne Trimaille <etienne.trimaille@gmail.com>	2015-07-03

    fix #13067 : bad geometries in the difference tool

Juergen E. Fischer <jef@norbit.de>	2015-07-03

    skip blanks between wkt child blocks (fixes #13053)

Merge: f92d9c1176 127dd64db6
mhugent <marco.hugentobler@sourcepole.ch>	2015-07-03

    Merge pull request #2191 from mhugent/server_cache_multi_projects

    Fix layer cache to work with layers which have the same id (but in di…

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-03

    Fix layer cache to work with layers which have the same id (but in different project files)

Juergen E. Fischer <jef@norbit.de>	2015-07-03

    but not with QString (followup 34c1c8d)

Juergen E. Fischer <jef@norbit.de>	2015-07-03

    avoid auto

Radim Blazek <radim.blazek@gmail.com>	2015-07-03

    Revert "GDAL/OGR mutex in data items on GDALOpen/OGROpen"

    This reverts commit 57ffaa7d0a2610f0fe67f5983ad10ad38274f99f.

Merge: 2083d6db25 132fa0d25b
Jürgen Fischer <jef@norbit.de>	2015-07-03

    Merge pull request #2190 from elpaso/server-test-update

    Fixed PyQgsServer tests.

elpaso <elpaso@itopen.it>	2015-07-02

    re-enabled PyQgsServer, reverted setenv

elpaso <elpaso@itopen.it>	2015-07-02

    Fixed PyQgsServer tests.

    Still disabled in Travis because of random failures

volaya <volayaf@gmail.com>	2015-07-03

    [processing] allow using layer names as input values

volaya <volayaf@gmail.com>	2015-06-30

    [processing] improvements fro gdal rasterize algs/gdal/rasterize.py

    fixes #12541

volaya <volayaf@gmail.com>	2015-06-30

    [processing] allow changing font size in script editor

    fixes #11328

volaya <volayaf@gmail.com>	2015-06-26

    [processing] do not accept grass vector layers as inputs

    fixes #12436

Sandro Santilli <strk@keybit.net>	2015-07-02

    DBManager TopoViewer: zoom on topology if first load

    Fixes #13064

Juergen E. Fischer <jef@norbit.de>	2015-07-02

    qgsserver: use _putenv_s on windows and setenv on windows (followup 79d37c1)

Juergen E. Fischer <jef@norbit.de>	2015-07-02

    dxf export:
    * add missing marker types (fixes #13062)
    * add missing support for data-defined marker names (fixes #13063)

Radim Blazek <radim.blazek@gmail.com>	2015-07-02

    GDAL/OGR mutex in data items on GDALOpen/OGROpen

Juergen E. Fischer <jef@norbit.de>	2015-07-02

    osgeo4w: make dash site name configurable and include SHA in buildname

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-02

    OSX test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-02

    Disable PyQgsServer test on Travis until it is fixed

Juergen E. Fischer <jef@norbit.de>	2015-07-02

    fix reordering of render order (followup 78c60a2)

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-02

    Followup cce6c8b, fix Travis failures

Sandro Santilli <strk@keybit.net>	2015-07-02

    DBManager topoviewer: don't be fooled by srid=-1 in topology.topology

    Fixes #12802

Merge: cce6c8bad3 89b275c3a2
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-02

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 738260a7de a9c830e67b
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-02

    [FEATURE]: getMap in dxf format

Juergen E. Fischer <jef@norbit.de>	2015-07-02

    Revert "fix precise build"

    This reverts commit e11b1872b24fe8f91d2288cd7df896dcc368f212.

Juergen E. Fischer <jef@norbit.de>	2015-07-02

    fix precise build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-07-02

    Fix build

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-02

    [tests] Switch composer picture remote url test to use a local
    python server, avoids dependance on remote service

Juergen E. Fischer <jef@norbit.de>	2015-07-02

    test cleanups and some fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-02

    Better fix for b847a06

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-02

    Fix failing PyQgsBlendModes test

Nyall Dawson <nyall.dawson@gmail.com>	2015-07-02

    Fix warning

Juergen E. Fischer <jef@norbit.de>	2015-07-01

    make sub tests following the label in composer rotation pass

Juergen E. Fischer <jef@norbit.de>	2015-07-01

    fix composer picture test on windows

Juergen E. Fischer <jef@norbit.de>	2015-07-01

    Some fixes to the tests on windows:
    * defer initialization of map settings until after QgsApplication is initialized
    * disable local server test
    * set ogr encoding in qgsserver testproject.qgs

Juergen E. Fischer <jef@norbit.de>	2015-07-01

    avoid modifying test data

Juergen E. Fischer <jef@norbit.de>	2015-07-01

    restore points files

Juergen E. Fischer <jef@norbit.de>	2015-07-01

    fix TestQgsProject

Juergen E. Fischer <jef@norbit.de>	2015-07-01

    fix testqgis

William Kyngesburye <kyngchaos@kyngchaos.com>	2015-06-30

    update Mac bundling for GRASS 6/7 lib split

Juergen E. Fischer <jef@norbit.de>	2015-06-30

    fix PyQgsServer test

Juergen E. Fischer <jef@norbit.de>	2015-06-30

    and fix linux build (followup 79d37c1)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-30

    [FEATURE]: getMap in dxf format

Juergen E. Fischer <jef@norbit.de>	2015-06-30

    fix warning

Juergen E. Fischer <jef@norbit.de>	2015-06-30

    postgres provider: fix indexing of default values (fixes #12996; folloup 61f39d6f)

Juergen E. Fischer <jef@norbit.de>	2015-06-30

    fix windows build (followup 8f2a3ae)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-30

    Labeling test mask updates for OSX

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-30

    Make paint effect test pass on OSX by explicitly setting dpi

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-30

    Fixes for composer map grid test

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-30

    Tweak raster calc test

Merge: 3094297f51 a9c63968bf
Hugo Mercier <hugo.mercier@oslandia.com>	2015-06-30

    Merge pull request #2183 from mhugo/master

    Add unit test for QgsLayerTreeModel::setLegendFilterByMap()

Hugo Mercier <hugo.mercier@oslandia.com>	2015-06-19

    Add unit test for QgsLayerTreeModel::setLegendFilterByMap()

Juergen E. Fischer <jef@norbit.de>	2015-06-30

    also fix doxygen comments in sip files

Juergen E. Fischer <jef@norbit.de>	2015-06-30

    fix typo

Juergen E. Fischer <jef@norbit.de>	2015-06-30

    fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-30

    Fix loss of attributes for OGR provider (followup 72c9830)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-30

    Test mask updates for OSX

Juergen E. Fischer <jef@norbit.de>	2015-06-27

    osgeo4w: packaging fix

    (cherry picked from commit a486c7cec810f918b43fa81adc321fafef2fce4d)

Juergen E. Fischer <jef@norbit.de>	2015-06-29

    edit widget: fix ranges (followup 91e44eaf; fixes #12421)

Merge: 9b69825d28 f8133cc524
mhugent <marco.hugentobler@sourcepole.ch>	2015-06-29

    Merge pull request #2179 from elpaso/patch-3

    Added myself

Merge: 2b444ac9c8 0a93b171f9
mhugent <marco.hugentobler@sourcepole.ch>	2015-06-29

    Merge pull request #2178 from elpaso/patch-2

    Added myself

Merge: 1dfe005e67 540165d041
mhugent <marco.hugentobler@sourcepole.ch>	2015-06-29

    Merge pull request #2092 from elpaso/server-refactoring-3

    [SERVER] Server refactoring and Python bindings/tests

Juergen E. Fischer <jef@norbit.de>	2015-06-29

    wms provider: recover the possibility to configure the feature count in WMS requests

Juergen E. Fischer <jef@norbit.de>	2015-06-29

    unify_includes.pl: include doxygen comment fixing

Alessandro Pasotti <elpaso@itopen.it>	2015-06-29

    Added myself

Alessandro Pasotti <elpaso@itopen.it>	2015-06-29

    Added myself

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-29

    [pal] Cleanup some doxygen comments

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-29

    [pal] Remove #ifdef svg debugging code

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-29

    [pal] Use Q_UNUSED rather than custom UNUSED

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-27

    [pal] Clean up header includes

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-27

    [pal] Switch use of PAL's own mutex to QMutex

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-27

    [pal] Remove old ifdefed code

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-27

    [pal] Remove useless HAVE_CONFIG_H includes

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-27

    [pal] Reformat headers to match QGIS standards

elpaso <elpaso@itopen.it>	2015-06-29

    Re-added Nyall's modifications

elpaso <elpaso@itopen.it>	2015-05-30

    Added documentation and QgsServer to doxy template

elpaso <elpaso@itopen.it>	2015-05-29

    Fixed test: added regexp to strip content length

elpaso <elpaso@itopen.it>	2015-05-29

    Removed Qt5 include

elpaso <elpaso@itopen.it>	2015-05-29

    Corrected file comment headers

elpaso <elpaso@itopen.it>	2015-05-29

    [SERVER] Server refactoring and Python bindings/tests

    This is a refactoring of the server component, the
    server is now wrapped into a new QgsServer class with
    python bindings and an examples python test.

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-29

    add missing Q_PROPERTY to QgsExtentGroupBox

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-29

    added QgsExtentGroupBox to custom widgets

Merge: 355fc91a6c 4420b3bf99
Pirmin Kalberer <pka@sourcepole.ch>	2015-06-29

    Merge pull request #2173 from cedi4155476/dbmanager-geopackage_2

    DBManager: Drag&Drop support for GeoPackage layers

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-29

    PostGIS browser improvements

    - Add ability to create schemas
    - Add ability to truncate tables
    - Fix renaming of views
    - Better wording of table related actions, so it's clear whether
    they operated on a table or query

Martin Dobias <wonder.sk@gmail.com>	2015-06-26

    Make sure that rescaling runs with the correct data type

Martin Dobias <wonder.sk@gmail.com>	2015-06-26

    Set up geotransform so that origin is the top-left coordinate

    This has no practical difference, but some software (InaSAFE) likes
    more when the origin is top-left instead of bottom-left.

    Probably this has a bit better memory access pattern too when
    rendering images

Martin Dobias <wonder.sk@gmail.com>	2015-06-25

    Try to do automatic choice of the reference layer in GUI (using smallest cell area)

Martin Dobias <wonder.sk@gmail.com>	2015-06-25

    Fix type of CRS WKT (use just QString instead of both QString and QByteArray)

Martin Dobias <wonder.sk@gmail.com>	2015-06-25

    Allow for custom setting of cell size / grid offset in GUI

Martin Dobias <wonder.sk@gmail.com>	2015-06-25

    Align rasters: configuration of clip extent, reporting of output size

Martin Dobias <wonder.sk@gmail.com>	2015-06-25

    Extent group box improvements: custom title base, checkable group box

Martin Dobias <wonder.sk@gmail.com>	2015-06-25

    Support reprojection in GUI, added unit tests for reprojection

Martin Dobias <wonder.sk@gmail.com>	2015-06-24

    Add error messages, fix reporting of grid offset

Martin Dobias <wonder.sk@gmail.com>	2015-06-24

    Started GUI for alignment of rasters

Martin Dobias <wonder.sk@gmail.com>	2015-06-17

    Added progress reporting

Martin Dobias <wonder.sk@gmail.com>	2015-06-12

    Add python bindings for QgsAlignRaster

Martin Dobias <wonder.sk@gmail.com>	2015-06-12

    [FEATURE] Raster Alignment Tool

    This new tool in qgis_analysis library is able to take several rasters
    as input and to align them perfectly, that means:
    - reproject to the same CRS
    - resample to the same cell size and offset in the grid
    - clip to a region of interest
    - rescale values when required

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-29

    Improvements to generate mask script

    - Rendered images can now be fetched from file:// urls
    - Control image path can be deduced by just specifying a partial
    match for the control image name instead of the full control
    image path

carolinux <karolina.alexiou@teralytics.ch>	2015-06-28

    Fixes for search widgets

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-28

    Update test masks

Anita Graser <anitagraser@gmx.at>	2015-06-27

    Change resolution parameter defaults to floats

    Previously, the GUI wouldn't allow to enter float values

Juergen E. Fischer <jef@norbit.de>	2015-06-27

    osgeo4w: also follow designer batch rename in nightly build

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-27

    Followup f4e356b

Sandro Mani <manisandro@gmail.com>	2015-06-08

    Add QgsExpressionBuilderWidget::loadFieldsAndValues

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-27

    Followup 87c05f1

Sandro Mani <manisandro@gmail.com>	2015-03-17

    Add reverse-translation map for font styles

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-27

    Add a bunch of optimised fuzzy string matching algorithms.

    A new QgsStringUtils class has been added containing some
    common fuzzy matching algorithms, including Levenshtein edit
    distance and Soundex. These can be used for finding "similar"
    strings in a table.

    Expression functions for these algorithms have also been
    added to a new "Fuzzy Matching" group.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-27

    [browser] Add rename, delete options for schemas and rename option
    for layer for postgres providers

Matthias Kuhn <matthias@opengis.ch>	2015-06-26

    Fix warnings

    followup 16ad2f82
    followup eff1357e

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    postgres provider: also cast geography to geometry when using && (fixes #8572)

Cedric Christen <cedric_christen@bluewin.ch>	2015-06-26

    Drag&Drop support for GeoPackage layers

Matthias Kuhn <matthias@opengis.ch>	2015-06-26

    Fix warning

    Followup eff1357e

Matthias Kuhn <matthias@opengis.ch>	2015-06-26

    [rpmbuild] support for multi-digit version numbers and add Fedora 22 to default

carolinux <karolina.alexiou@teralytics.ch>	2015-06-13

    New design compiles but does nothing

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    Bump version to 2.11

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    changelog update for 2.10

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    translation update for 2.10 from transifex

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    release.pl: fix setting of new release name

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    indentation update

volaya <volayaf@gmail.com>	2015-06-26

    [processing] fixed attribute filtering in parameters panel for ParameterTableFIeld param

    fixes #12807

Martin Dobias <wonder.sk@gmail.com>	2015-06-26

    Fix a crash on start due to race condition in GDAL data items

    Thanks Radim for spotting this

Martin Dobias <wonder.sk@gmail.com>	2015-06-26

    Data items: Close GDAL dataset when it is not needed

    This was leading to situations where QGIS was hitting limit of the maximum open files

volaya <volayaf@gmail.com>	2015-06-26

    [processing] fixed handling of folders and files in settings

    fixes #12511

volaya <volayaf@gmail.com>	2015-06-26

    [processing] better error capturing when connection to models repo fails

    fixes #12515

Nathan Woodrow <madmanwoo@gmail.com>	2015-06-26

    Fix crash on user.py import of expressions

Merge: 04439fe2a9 c62b52bc67
Vincent Mora <vincent.mora@oslandia.com>	2015-06-26

    Merge pull request #2167 from vmora/keep_data_defined_at_marker_level_on_property_change

    fix loss of expression when subsymbol is changed

Merge: 7b31f12405 9bf1ec2136
Jürgen Fischer <jef@norbit.de>	2015-06-26

    Merge pull request #2171 from Gustry/changelog

    Changelog update : news.t2t

vmora <vincent.mora@oslandia.com>	2015-06-25

    fix loss of expression when subsymbol is changed
    bug mentionned in issue #13033
    if the angle, size, width or offset is changed for a subsymbol which
    parent (a marker) has data-defined size, angle or width, restore the
    data-defined property for the marker.

Etienne Trimaille <etienne.trimaille@gmail.com>	2015-06-26

    changelog update

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    indentation and spelling fixes

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    oracle provider: fix dfc2cf0 (fixes #13005; take II)

volaya <volayaf@gmail.com>	2015-06-26

    [processing] fixed 'add geometric properties' algorithm when output fields already exist in layer

    fixes #13010

volaya <volayaf@gmail.com>	2015-06-25

    [processing] minor fixes to param descriptions in saga algs

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-26

    [pyqgis-console] APIs file updated

Matthias Kuhn <matthias@opengis.ch>	2015-06-26

    [CTest] Fix failing server tests

    Followup 7ce4edf1

vmora <vincent.mora@oslandia.com>	2015-06-25

    set data-defined size,angle,width for added symbol
    fix #13033
    When a symbol is added and the marker as a global size expression,
    restore the expression if a symbol is added.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-26

    Test mask updates

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-26

    Fix infinite loop when painting grid with bad parameters

    Credit to @m-kuhn

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-26

    Mark geometry API as non-stable

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    fix 2b703e3

Juergen E. Fischer <jef@norbit.de>	2015-06-26

    processing: fix installation of saga 2.1.3 descriptions

Merge: e6556a2d8d 3387d6f632
Jürgen Fischer <jef@norbit.de>	2015-06-26

    Merge pull request #2118 from jef-n/postgres-like-concat

    expressions: let concat handle NULL like empty string (like in postgres; fixes #1927)

Juergen E. Fischer <jef@norbit.de>	2015-06-25

    osgeo4w: update release packaging for dual grass support

Radim Blazek <radim.blazek@gmail.com>	2015-06-25

    [GRASS] raster import null values

Radim Blazek <radim.blazek@gmail.com>	2015-06-25

    [GRASS] mapset item refresh on file system change

Radim Blazek <radim.blazek@gmail.com>	2015-06-25

    [GRASS] change canceled import item icon / label

Matthias Kuhn <matthias@opengis.ch>	2015-06-25

    [CTest] Enable individual tests depending on appropriate cmake options

Radim Blazek <radim.blazek@gmail.com>	2015-06-25

    [GRASS] skip currently being imported objects in browser refresh

Radim Blazek <radim.blazek@gmail.com>	2015-06-25

    [GRASS] new names fixes

Radim Blazek <radim.blazek@gmail.com>	2015-06-25

    [GRASS] blocking raster import data stream

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-25

    Add factory annotation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-25

    Remove python bindings for QgsGeos, move createGeometryEngine() from edit utils to QgsGeometry class

Radim Blazek <radim.blazek@gmail.com>	2015-06-24

    [GRASS] blocking vector import data stream

Juergen E. Fischer <jef@norbit.de>	2015-06-24

    add postgres layer: enforce selection of primary key for views (refs #11317)

Juergen E. Fischer <jef@norbit.de>	2015-06-24

    handle ogr sublayers with colon

Juergen E. Fischer <jef@norbit.de>	2015-06-24

    use triple quoting with st_estimatedextent in postgres provider and db_manager (fixes #12478)

Juergen E. Fischer <jef@norbit.de>	2015-06-24

    avoid reloading not rendered layers on map refresh

volaya <volayaf@gmail.com>	2015-06-24

    [processing] fixed saga algorithms when input is an sdat file

volaya <volayaf@gmail.com>	2015-06-24

    [processing] fixed a couple of wrong SAGA algorithm descriptions for 2.1.4

Merge: aab071de9a 5a9df7eba3
volaya <volayaf@gmail.com>	2015-06-24

    Merge pull request #2164 from Gustry/fix-replace

    [Processing] fix variable assignment

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-24

    Filtering in expression widget should be case insensitive (refs #11627)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-24

    Default to case insensitive for attribute table filter (fix #11627)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-24

    Update max value for null size in size assistant
    (required for sizes in map units, where large values are needed)

vmora <vincent.mora@oslandia.com>	2015-06-23

    allow user to control size for NULL values
    added a field in the assistant to specify the symbol size when
    expression evaluates to NULL

vmora <vincent.mora@oslandia.com>	2015-06-09

    fix NULL field in size expression beeing drawn
    the expression generated by the assistant was causing symbol with size
    expr evaluated to NULL to be drawn with default size, wich is not what
    the default should be.

    The generated size expression is now composed with coalesce(...,0)
    so the symbol is not drawn when the size expression is NULL

    The expression is still recognized without the coalesce to allow the
    legend to be drawn even in the absence of coalesce: this can be used
    to have the default size for NULL expression and use a conditional expr
    fro color to highlight symbols where value is NULL.

vmora <vincent.mora@oslandia.com>	2015-06-05

    converted size expr evaluate to 0 on NULL field
    fix #12888
    use coalesce(expr,0) to have zero size if expression evaluates to NULL
    otherwise the default size would be used

vmora <vincent.mora@oslandia.com>	2015-06-24

    reactivate field when dd buton is deactivated

Etienne Trimaille <etienne.trimaille@gmail.com>	2015-06-24

    fix variable assignment in Processing

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-24

    Revert 9041950 and 5f49335. Neither fixed worked for Windows.
    Will revisit for 2.12.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-24

    Add tests for line placement of labels

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-24

    Label tests for buffer and shadow

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-24

    Don't show errors in a dialog for QgsDelimitedTextProvider

    This causes issues with scripted use of the provider. Instead, just
    log messages to the standard message log.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-24

    Add a "load values" button to graduated histogram. The previous
    approach of automatically fetching the values on demand was
    resulting in graphical corruption to the parent tab widget.

Juergen E. Fischer <jef@norbit.de>	2015-06-24

    indentation and spelling fixes

Merge: 8656b2d03b 028c083685
Nyall Dawson <nyall.dawson@gmail.com>	2015-06-24

    Merge pull request #2163 from carolinux/master

    Added setBand capability to qgssinglebandpseudocolorrenderer API

carolinux <karolina.alexiou@teralytics.ch>	2015-06-24

    Fixed indent/spacing

carolinux <karolina.alexiou@teralytics.ch>	2015-06-24

    Added doxygen docs

Juergen E. Fischer <jef@norbit.de>	2015-06-23

    osgeo4w: switch to GRASS 7.0.1RC1

Juergen E. Fischer <jef@norbit.de>	2015-06-23

    geometry validator: fix touching lines check (followup b9b9bc3, fixes #12730)

Juergen E. Fischer <jef@norbit.de>	2015-06-23

    [processing] fix initial without saga_cmd on *x

carolinux <karolina.alexiou@teralytics.ch>	2015-06-23

    Bands are 1-indexed

carolinux <karolina.alexiou@teralytics.ch>	2015-06-23

    Added setBand capability to qgssinglebandpseudocolorrenderer API

Radim Blazek <radim.blazek@gmail.com>	2015-06-23

    [GRASS] better handle corrupted/missing topo; allow to delete corrupted map

Juergen E. Fischer <jef@norbit.de>	2015-06-23

    invalidate first crs on project load (fixes #13011)

Juergen E. Fischer <jef@norbit.de>	2015-06-23

    dxf export: deprecate writeSolid (replaced with writePolygon) and add some doxymentation

volaya <volayaf@gmail.com>	2015-06-23

    [processing] fixed attribute types in memory layers
    fixes #12894

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-23

    Derive MultiLineString from MultiCurve and MultiPolygon from MultiSurface

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-23

    More test mask updates

volaya <volayaf@gmail.com>	2015-06-23

    [processing] fixed text and html output in GRASS algorithms

    This changes the way text outputs are handled.
    Now the output of the command is piped to a file, and with that file, the raw and HTML outputs are generated.

    More formatting for the HTML file should be added in the future, since it is now rather basic

    fixes #6379

volaya <volayaf@gmail.com>	2015-06-23

    [processing] better initialization of SAGA provider

volaya <volayaf@gmail.com>	2015-06-23

    [processing] fixed typo in algorithm group name

Radim Blazek <radim.blazek@gmail.com>	2015-06-23

    [GRASS] fixed animated import icon on windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-23

    Fix tab order in raster calculator dialog

Etienne Trimaille <etienne.trimaille@gmail.com>	2015-06-22

    add log, ln and != button in the raster calculator

volaya <volayaf@gmail.com>	2015-06-23

    [processing] added check to ensure input layers are valid

volaya <volayaf@gmail.com>	2015-06-23

    [processing] no need to hide credentials when storing db data

    If they appear on the URI, it means they are already being stored in plain text by QGIS

volaya <volayaf@gmail.com>	2015-06-23

    [processing] more improvements for storing db data in log

    This allows reusing commands that use a db-based layer.

    It disables parameter validity checks for layers. Those checks should now be performed at the algorithm level before executing (not yet implemented)

volaya <volayaf@gmail.com>	2015-06-23

    [processing] show error message when execution of algorithm from console failed

volaya <volayaf@gmail.com>	2015-06-22

    [processing] more correct storing of DB data in log

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-23

    Add delimited provider to common provider tests, fix records missing
    from delimited layers when geometry was null.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-23

    Add memory provider to common provider tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-23

    Some test masks for OSX

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-23

    Explicitly set dpi for test images, should help tests pass on OSX

Martin Dobias <wonder.sk@gmail.com>	2015-06-23

    Fix regression with snapping on intersection (fixes #13020)

Radim Blazek <radim.blazek@gmail.com>	2015-06-22

    [GRASS] vector import begin/commit transaction

Radim Blazek <radim.blazek@gmail.com>	2015-06-22

    [GRASS] fixed tmp import maps delete on windows

volaya <volayaf@gmail.com>	2015-06-22

    [processing] use default value in selection parameters in modeler

    fixes #12766

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-22

    switch all png icons to svg ones for plus and minus signs:
    followup 33b49ff and a7191ab

Matthias Kuhn <matthias@opengis.ch>	2015-06-15

    Travis: Fail on warnings and improve cdash integration

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    Hide unimplemented GeometryV2 clip methods

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    [georef] Followup 9041950, fix didn't work for Windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    [georef] Fix crash when loading new project with georeferencer open

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    [georef] Allow report to flow onto multiple pages to show all
    GCPs (fix #4602)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    Fix crappy documentation (which I wrote) which came back to bite
    me and wasted part of my life I'll never get back...

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    Implement stubbed QgsGeometry methods

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    Rename QgsGeometryImport to QgsGeometryFactory

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    Update doxygen comments for QgsGeometry, reflecting that QgsGeometry
    is a generic geometry container from >= 2.10.

volaya <volayaf@gmail.com>	2015-06-22

    [processing] better sizing of columns in batch interface

    fixes #12706

Juergen E. Fischer <jef@norbit.de>	2015-06-22

    include python-spatialite as build depencency for debian (followup 551cf82)

volaya <volayaf@gmail.com>	2015-06-22

    [processing] fixed setting rendering styles for line and point outputs

    fixes #12773

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    Don't crash when QgsVectorLayer::setDataSource is called

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-22

    Make QgsVectorLayer::setDataSource maintain renderer where possible

volaya <volayaf@gmail.com>	2015-06-22

    [processing] corrected last commit

    no need to rename algorithm

volaya <volayaf@gmail.com>	2015-06-22

    [processing] added import into postgis algorithm to simplified interface

volaya <volayaf@gmail.com>	2015-06-22

    [processing] fixed add model from file

    fixes #12902

volaya <volayaf@gmail.com>	2015-06-22

    [processing] fixed using temporary files in field calculator

volaya <volayaf@gmail.com>	2015-06-22

    [processing] correctly handle filenames with long extension names in output file selector

    fixes #10264

volaya <volayaf@gmail.com>	2015-06-22

    [processing]changed native raster format for SAGA algorithms from tif to sdat

    This eliminates the need to export to a QGIS compatible format after generating a raster output. The SDAT format is the native SAGA format, and it is supported by GDAL, so it is also supported by QGIS. This was not used before, but now we use that to reduce the nuber of steps and provide a better integration.

    Conversion to other formats is now done by Processing itself, not by the SAGA algorithm.

    fixes #10735

volaya <volayaf@gmail.com>	2015-06-22

    [processing] wait until file conversion is finished

Juergen E. Fischer <jef@norbit.de>	2015-06-22

    include libqt4-sql-sqlite as build dependency for debian

volaya <volayaf@gmail.com>	2015-06-22

    [processing] fixed output to non-supported vector formats in GRASS

volaya <volayaf@gmail.com>	2015-06-22

    [processing] fixed conversion to unsupported raster formats after running algorithm

Radim Blazek <radim.blazek@gmail.com>	2015-06-21

    [GRASS] windows fixes

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-21

    fix plus icon for ows server widget in project properties

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-21

    fix plus icon for relation widget in project properties

Merge: eaaa98fd45 b39cb7bac6
Salvatore Larosa <lrssvtml@gmail.com>	2015-06-21

    Merge pull request #2154 from slarosa/custom_dialog

    added missing icons to customization dialog

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-20

    added missing icons to customization dialog
    also added new icon for the  select all action

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    [georef] Add reset menu action to remove GCP and close current
    raster (fix #6215)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    [georef] Don't allow overwriting input raster (fix #3804)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    [georef] Improve string

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    [georef] Don't crash when loading invalid GCP files

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    [georef] Show messages when georeferencer creates a world file
    (fix #7429). Also fix raster not loaded into main canvas when
    creating a world file (fix #10018).

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    [georef] Don't minimise georeferencer when adding points from main
    window, just raise the main window instead (fix #8388)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    Fix typo

Merge: 88629a6b19 72c56dffdb
alexbruy <alexander.bruy@gmail.com>	2015-06-21

    Merge pull request #2151 from NaturalGIS/fix_grass_r_drain

    [processing] fix grass7 r.drain non mandatory parameter

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    Rearrange effects dlg for consistency with symbol dlg (fix #12819)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    [composer] Change "stroke" to "line" for consistency

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    Also remove astyle*.diff and sha*.diff files

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-21

    Update remove_git_conflict_files script to also remove *.prepare

    Also rename script to remove_temporary_files.sh to reflect this
    change.

DelazJ <delazj@gmail.com>	2015-06-20

    Use consistent terms

Radim Blazek <radim.blazek@gmail.com>	2015-06-20

    [GRASS] alloc enough space for Map_info on Windows, fixes #13002

Merge: 5dc0db634b a811cbce15
Nathan Woodrow <madmanwoo@gmail.com>	2015-06-20

    Merge pull request #2153 from nirvn/georef_icon_size

    [georef] apply user preference icon size to toolbars

Mathieu Pellerin <nirvn.asia@gmail.com>	2015-06-20

    [georef] apply user preference icon size to toolbars

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-20

    [georef] Show success message in messagebar

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-20

    [georef] Make plugin less frustrating to use.

    Adds a message bar, and converts most message boxes to message bar
    messages. Now, most transformation parameters are checked when the
    transform is attempted, rather then when the transform properties
    dialog is opened. This avoids the frustrating situation where the
    transform settings dialog blocks you from selecting transform
    parameters before adding GCPs.

Juergen E. Fischer <jef@norbit.de>	2015-06-20

    indentation fixes

Juergen E. Fischer <jef@norbit.de>	2015-06-19

    dxf export:
    * fix support for data-defined properties in SVG export
    * remove drawRects and let it fallback to drawPath and drawPolygon
    * close arcs

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-19

    [travis] add libqt4-sql-sqlite package

    This commit fix the PyQgsAppStartup test which fails with c706513
    because the QSQLITE driver was not found.

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-19

    [bookmarks] switch spatial bookmarks dialog to dockwidget with toolbar

Juergen E. Fischer <jef@norbit.de>	2015-06-19

    vector file writer: adapt to 2fcbc8b (fixes #12985)

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-19

    [processing] fix typo

Juergen E. Fischer <jef@norbit.de>	2015-06-19

    handle 64bit feature ids (fixes #13001)

pcav <cavallini@faunalia.it>	2015-06-19

    Better output name for saga kernel

rldhont <rldhont@gmail.com>	2015-06-19

    [BUGFIX][QGIS-Server] Add all layers for fixed legend in GetPrint

    If a legend is not linked to a map, it's a fixed legend and does not depend on
     layers parameter. This bugfix loads all layers needed by legend and update it.

Juergen E. Fischer <jef@norbit.de>	2015-06-19

    browser: add i18n

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-03

    Fix #6099 - Save as... for raster: missing extension on Gnome3

Juergen E. Fischer <jef@norbit.de>	2015-06-19

    fix 61f39d6

Juergen E. Fischer <jef@norbit.de>	2015-06-19

    oracle provider: fix ExactIntersect check if spatial extension is available and there is no spatial index (fixes #13005)

Merge: 61f39d6ff3 22082d6587
Salvatore Larosa <lrssvtml@gmail.com>	2015-06-19

    Merge pull request #2146 from slarosa/new_sharing_icons

    new icons for sharing in the stylemanager dialog

Juergen E. Fischer <jef@norbit.de>	2015-06-19

    postgres provider: fix indexing of default values (fixes #12996)

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-16

    new icons for sharing in the stylemanager dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-19

    [georef] Fix coordinates truncated to 2 decimal places in table

    Now, coordinates are shown in table to 4 decimal places, and a
    tooltip will show the full precision of coordinates. Editing
    coordinates also shows the full precision. (fix #10480)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-19

    [georef] Fix untranslatable strings

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-19

    More updated test mask images - moar green!!

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-06-19

    fix grass7 r.drain non mandatory parameter

Matthias Kuhn <matthias@opengis.ch>	2015-06-19

    Doxify the ownership transfer for triangulation

    Followup 46a3746

elpaso <elpaso@itopen.it>	2015-06-05

    Fix interpolation tool crashes qgis #12855

Merge: 705eb74ec5 72369fd973
Martin Dobias <wonder.sk@gmail.com>	2015-06-19

    Merge pull request #2101 from mhugo/fix_cache_enabling

    Wait for the current rendering to finish before touching the cache

Merge: a316290ada a0c04d1edb
Jürgen Fischer <jef@norbit.de>	2015-06-19

    Merge pull request #2150 from nyalldawson/fix_cmake_warnings

    Fix cmake warnings under Win32

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-06-19

    Fix #12881 - Fix loading of QLR files with the same layers

    Using just date stamps wasn't fine enough

    Funded By TechnologyOne, Australia

Martin Dobias <wonder.sk@gmail.com>	2015-06-19

    Fix SAGA detection on some Debian/Ubuntu systems (fixes #12335)

Martin Dobias <wonder.sk@gmail.com>	2015-06-19

    Fix crash when deleting a field in attribute table (fixes #12930)

    Also fixes:
    - multiple reloads of table (due to additional connections to cache invalidation)
    - crash in attribute form (on redo of deleted field when it was not the last)
    - crash in editor widget wrapper (during table reload)

Martin Dobias <wonder.sk@gmail.com>	2015-06-19

    Fix offset curve tool (fixes #12911)

    Modified geometry would not be updated anymore if at one point
    the rubber band would end up without vertices

Sandro Santilli <strk@keybit.net>	2015-05-19

    Do not allow invalid map settings (fixes #12757)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-19

    Don't warn about missing MSVC redistributable files when building
    using Express editions

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-19

    Avoid cmake CMP0026 warning on Win32 by replacing disallowed LOCATION
    target property

Nathan Woodrow <madmanwoo@gmail.com>	2015-06-19

    Fix #12254 - Fix lookup of SRID for SQL Server layers

Martin Dobias <wonder.sk@gmail.com>	2015-06-18

    Fix transparency for WMS layers (fixes #12300)

Martin Dobias <wonder.sk@gmail.com>	2015-06-18

    Fix shifted joined attributes when join field is repeated (fixes #12589)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    Bump maximum values allowed for symbol offsets (fix #12988)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    Clean up diagram tests

    - Consolidate tests to single file
    - Don't use composition for testing

Martin Dobias <wonder.sk@gmail.com>	2015-06-18

    Make QgsMapCanvas.snapToCurrentLayer() work again (fixes #12631)

    The snapper was called with screen coords instead of map coords
    (due to implicit conversion QPoint->QgsPoint)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    [georef] Fix crash when closing georeferencer window while editing
    GCP list item

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    [georef] Fix blank PDF for generated PDF map (fix #4311)

Martin Dobias <wonder.sk@gmail.com>	2015-06-18

    Remove invalid/crashing QgsComposerHtml constructor (fixes #12009)

Matthias Kuhn <matthias@opengis.ch>	2015-06-18

    Set features valid before adding in QgsMapToolAddFeature

    Fixes a bug where features have been duplicated instead of edited, especially
    annoying with memory layers.

    See
    http://gis.stackexchange.com/questions/150326/problem-with-memory-storage-type-in-pyqgis-when-updating-with-auto-form

Martin Dobias <wonder.sk@gmail.com>	2015-06-18

    Fix snapping test failing on 32-bit platforms (hopefully)

    The discrepancy between the results seems to come from floating point
    arithmetics (-mfpmath option in GCC) which defaults to different values:
    - '387' for i386
    - 'sse' for x86-64

    The 387 coprocessor temporarily uses 80-bit precision
    so the results of arithmetic operations may be a bit different

Juergen E. Fischer <jef@norbit.de>	2015-06-18

    layer context menu: disable/enable 'Filter...' entry instead of leaving it out if layer is editable

Nathan Woodrow <madmanwoo@gmail.com>	2015-06-18

    Fix #11971 - Fix display of MS SQL layers with z and m values

    Funded by TechnoglogyOne, Australia

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    Standardise padding for browser directory properties widget

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    Add some spacing to new name dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    More test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    Handled malformed xml generated by Doxygen for QgsDocCoverage test

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    Make raster blend modes tests more robust

Martin Dobias <wonder.sk@gmail.com>	2015-06-18

    Deprecate QgsRasterLayer::setDrawingStyle()  (fixes #12635)

Martin Dobias <wonder.sk@gmail.com>	2015-06-18

    Fix locking logic with X,Y locked and soft locks to angle (fixes #12940)

Martin Dobias <wonder.sk@gmail.com>	2015-06-18

    Fixed fish and alcohol SVG files (fixes #12948)

    Both SVGs had an extra path out of specified bounds which was getting
    clipped out when rendering to canvas, but not in other places.

Merge: 1bdb426115 395d630486
Nathan Woodrow <madmanwoo@gmail.com>	2015-06-18

    Merge pull request #2149 from slarosa/func_sel_first_item

    [expression] autoselect first item in function list

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    [georef] Improve behaviour for selecting map and report filename

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    [georef] Correctly restore paper size when opening settings dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    [composer] Add shape items to layout menu (fix #12982)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-18

    [georef] Save/restore window positions

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    [georef] Modernise georeferencer UI

    - Standardise capitalisation and formatting of strings
    - Remove use of old style icons
    - Use QgsDoubleSpinBox and QgsProjectionSelectionWidgets
    - Rework dialogs for usability

Juergen E. Fischer <jef@norbit.de>	2015-06-17

    oracle provider: reassign feature id after inserting new features (fixes #12690)

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-17

    [expression] autoselect first item in function list

Juergen E. Fischer <jef@norbit.de>	2015-06-17

    scripts/scandeps.pl: include cmake-curses-gui in dependencies as INSTALL mentions otherwise optional ccmake
    [ci skip]

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-17

    More mask images for labeling tests

Matthias Kuhn <matthias@opengis.ch>	2015-06-17

    Decouple composer table tests

Matthias Kuhn <matthias@opengis.ch>	2015-06-17

    generate_test_mak_image.py: guess mask image name if not specified

Matthias Kuhn <matthias@opengis.ch>	2015-06-16

    Fix some tests on Fedora

Juergen E. Fischer <jef@norbit.de>	2015-06-16

    dxf export:
    * fix handing of areas with holes when exporting SVGs
    * fix block, hatch and polyline ownership

Matthias Kuhn <matthias@opengis.ch>	2015-06-16

    Make UniqueValues autocompleter case insensitive

Matthias Kuhn <matthias@opengis.ch>	2015-06-16

    Expressions: preserve brackets for right-associative operators

    Fixes #11475

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-11

    [fix #11475] expressions: add left and right associavity for dump of binary operators

    complete test for left associativity

Matthias Kuhn <matthias@opengis.ch>	2015-06-16

    Fix QgsExpression::dump() for functions without params and for "NOT IN"

    And add tests to check if dump() creates an expression that produces the same
    result as the original expression.

Larry Shaffer <larrys@dakotacarto.com>	2015-06-16

    Update GetInfo dates in app and browser plists for Mac

Matthias Kuhn <matthias@opengis.ch>	2015-06-16

    Followup 00276e2be, remove double translations in french

Matthias Kuhn <matthias@opengis.ch>	2015-06-16

    Revert "Be more verbose with debug info on travis"

    This reverts commit 3d5de9ee2532c73010a502b13369e14a3036c896.

    Runs unreliable on travis...

Matthias Kuhn <matthias@opengis.ch>	2015-06-16

    Be more verbose with debug info on travis

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    Fix symbol size when adding breaks to histogram for graduated size
    renderer (fix #12952)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    Add some more test mask images

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    Allow remote urls for generate_test_mask_image.py

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    [effects] Initially populate effects with a default list of effects

    Default list shows a number of common effects like drop shadows,
    but they are disabled. This allows users to easily enable them
    just by checking them in the list. End result is a more user
    friendly and familiar effects interface.

    Advanced users can still reorder, add/remove effects as before.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    Add some test mask to get label tests to pass in vivid

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    Enable PyQgsPalLabelingServer test on travis

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    Labeling test fixes

    - Remove outdated osx reference images
    - Update expected PAL server images
    - Add some mask images for server

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    Server labeling test fixes

Nathan Woodrow <madmanwoo@gmail.com>	2015-06-16

    MSSQL: Show message if geometry_columns not found

    Funded by TechnologyOne, Australia

Matthias Kuhn <matthias@opengis.ch>	2015-06-16

    Be less strict on QgsMapToPixel convenience constructor in debug mode

DelazJ <delazj@gmail.com>	2015-06-11

    Update vertex size spinbox step in editing mode

    fixes #12943

    Set the step of vertex marker size spinbox in Settings menu > Options > Digitizing to 1 instead of 2

Matthias Kuhn <matthias@opengis.ch>	2015-06-16

    Increase timeout for PyQgsAppStartup test

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-16

    [rastercalc] Fix use of uninitialized variable

Matthias Kuhn <matthias@opengis.ch>	2015-06-15

    Fix warning

Matthias Kuhn <matthias@opengis.ch>	2015-06-15

    Reduce warning noise and fix some doxymentation issues

    Some warnings are wrapped in Q_NOWARN_DEPRECATED_*, these are warnings for
    issues which are not critical and therefore of limited importance.

    The general idea is to leave the space for compiler warnings to the one that
    really need to be addressed.

    Also removes a no longer required header file of dxflib.

    Exposes some ready-to use doxymentation by wrapping it in appropriate comment
    structure.

    And some more cleanup

Matthias Kuhn <matthias@opengis.ch>	2015-06-15

    Use ppa for newer doxygen

Merge: 77c3e867d8 cf5b454390
volaya <volayaf@gmail.com>	2015-06-15

    Merge pull request #2139 from nachouve/patch-1

    [processing] Added "sum" field on StatisticsByCategories

Alexander Bruy <alexander.bruy@gmail.com>	2015-06-15

    [processing] bump plugin version to avoid masking

Juergen E. Fischer <jef@norbit.de>	2015-06-15

    fix doxygen warning

Juergen E. Fischer <jef@norbit.de>	2015-06-15

    use class to temporary override locale to C

Juergen E. Fischer <jef@norbit.de>	2015-06-15

    dxf export: fix crash when not enabled layers are exported

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-15

    Add QgsFontUtils methods for saving/loading font from XML (fix #12644)

    Fixes loss of font styles when restoring projects. Credit to @nirvn
    for the initial implementation.

Merge: 8fbee12106 12c1c869ee
Jürgen Fischer <jef@norbit.de>	2015-06-15

    Merge pull request #2141 from radosuav/processing_warp

    [processing] Remove space in GDAL warp which causes issues …

radosuav <rmgu@dhi-gras.com>	2015-06-15

    [processing] Remove space in GDAL warp which causes issues when alg is called from script.

Matthias Kuhn <matthias@opengis.ch>	2015-06-15

    Fix "return reference to temporary"

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-15

    Fix travis integration with gitter

Nacho Varela <nachouve@gmail.com>	2015-06-15

    Added "sum" field

    Minor change just to add the "sum" to the output table result.

Juergen E. Fischer <jef@norbit.de>	2015-06-15

    fix browser image

Nathan Woodrow <madmanwoo@gmail.com>	2015-06-15

    Add missing browser image

Juergen E. Fischer <jef@norbit.de>	2015-06-09

    ogr provider: increase width by one for decimal point if precision is given (fixes #11755)

Juergen E. Fischer <jef@norbit.de>	2015-06-15

    run t2t

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-15

    Bump minimum Qt version to 4.8

Juergen E. Fischer <jef@norbit.de>	2015-06-14

    debian packaging update  (fixes #12954)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-15

    Make size assistant more prominent in dd buttons, allow control of
    assistant menu text

Tim Sutton <tim@kartoza.com>	2015-06-13

    Add notification support for gitter when running tests on travis.

Juergen E. Fischer <jef@norbit.de>	2015-06-14

    save spatialite as: create integer column from qlonglong if it fits (fixes #12325; followup b736317)

Juergen E. Fischer <jef@norbit.de>	2015-06-14

    fix df31fc0

Juergen E. Fischer <jef@norbit.de>	2015-06-14

    digitizing: disable split parts on single part geometries and allow adding and removing only part of single part features (fixes #12886, refs #12799)

Juergen E. Fischer <jef@norbit.de>	2015-06-14

    node tool: show rubberband when moving (fixes #12959)

Juergen E. Fischer <jef@norbit.de>	2015-06-14

    postgres provider: fix feature count on delete (fixes #12957)

Larry Shaffer <larrys@dakotacarto.com>	2015-06-13

    Always bundle QTest framework and module on Mac, for plugin developers

Juergen E. Fischer <jef@norbit.de>	2015-06-13

    fix some crash on invalid layers

Jürgen Fischer <jef@norbit.de>	2015-06-13

    README.md: add link to irc webinterface

    also makes gitter evenly prominent.

Merge: 53218948b1 ef0e3c33d5
Tim Sutton <tim@kartoza.com>	2015-06-13

    Merge pull request #2135 from gitter-badger/gitter-badge

    Add a Gitter chat badge to README.md

The Gitter Badger <badger@gitter.im>	2015-06-13

    Added Gitter badge

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-13

    Add QgsGeometry::isEmpty to test if underlying geometry exists

Larry Shaffer <larrys@dakotacarto.com>	2015-06-12

    [processing] fix typo in ogrinfo process

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-13

    Add some tests for QgsGeometry conversion to/from QVariant

Juergen E. Fischer <jef@norbit.de>	2015-06-12

    allow adding polygons to multipolygons.  fixes split part tool (refs #12799)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-12

    Followup acfdcd92 - more qgsDoubleToString test

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-12

    Add method to set QgsAbstractGeometry for QgsGeometry, add tests
    for implicit sharing of QgsGeometry

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-12

    Followup ac38b21, more tests

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-12

    Add *.sortinc to .gitignore

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-12

    qgsDoubleToString: Don't remove trailing zeros when integer

    + added testcase

    Fix #12947

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-12

    Add a tooltip to describe why graduated histogram isn't editable

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-12

    Tweak appearance of histogram titles and hide value title to make
    more space for plot itself.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-12

    Also update histogram when linked boundaries are toggled

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-11

    If graduated ranges are inconsistent or overlapping then don't allow
    changes via the histogram. Prevents ranges from getting even more
    mucked up.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-11

    Add methods to test whether graduated ranges overlap or have gaps

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-11

    Disable view updates while reloading attribute table

    Fix #12930

Juergen E. Fischer <jef@norbit.de>	2015-06-12

    attribute editor: remove bunch of unused includes

Juergen E. Fischer <jef@norbit.de>	2015-06-11

    fix renaming of db/http connections (fixes #10632)

Juergen E. Fischer <jef@norbit.de>	2015-06-11

    attribute: also put selected item on top if sorting descending (fixes #12434)

Juergen E. Fischer <jef@norbit.de>	2015-06-11

    add missing sip bindings

Juergen E. Fischer <jef@norbit.de>	2015-06-11

    handle bad layers when custom layer order is set (fixes #12733)

Juergen E. Fischer <jef@norbit.de>	2015-06-11

    vector file writer: support QVariant::UInt, ::ULongLong and ::Time (fixes #12841)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-11

    Store wkb pointer in QgsGeometry and move wkb, geos to GeosGeometryPrivate

Juergen E. Fischer <jef@norbit.de>	2015-06-11

    fix crash when digitizing a part and adding it to a (cached) single part geometry

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-11

    missing meta-object declaration for Behaviour enum

Merge: 61698fc63c 100de728e2
mhugent <marco.hugentobler@sourcepole.ch>	2015-06-11

    Merge pull request #2079 from manisandro/mutex

    Add missing mutex lock

Sandro Mani <manisandro@gmail.com>	2015-05-26

    Add missing mutex lock

volaya <volayaf@gmail.com>	2015-06-11

    [processing] updated packaging tests

volaya <volayaf@gmail.com>	2015-06-08

    [processing] correctly handle multiple vector layers

Juergen E. Fischer <jef@norbit.de>	2015-06-11

    fix build on precise

Juergen E. Fischer <jef@norbit.de>	2015-06-11

    edit widgets: don't truncate double ranges and also support them in sliders and
    dials (fixes #12421)

Juergen E. Fischer <jef@norbit.de>	2015-06-10

    reenable tips for new minor releases

Juergen E. Fischer <jef@norbit.de>	2015-06-10

    indentation update II

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-10

    Revert "sort includes"

    This reverts commit 2b7d3d3c73b50ba6dc74abec6dd652ff1b87c0ec.

Juergen E. Fischer <jef@norbit.de>	2015-06-10

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-06-10

    unify_includes.pl:
    * renamed from sort_includes.pl
    * don't destroy order just remove duplicate includes
    * run after astyle

Merge: 86a4820f48 2b7d3d3c73
Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-10

    Merge pull request #2131 from 3nids/test_sort_include_2

    sort and remove duplicates in includes

Juergen E. Fischer <jef@norbit.de>	2015-06-10

    fix 4bb90e3

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-10

    sort includes

Juergen E. Fischer <jef@norbit.de>	2015-06-10

    scan_includes.pl: fix permissions and catch trailing includes

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-09

    [rastercalc] Fix handling of unquoted bands > 9 (fix #7589)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-09

    [rastercalc] Remove some redundant private methods

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-09

    [rastercalc] Save/restore window geometry for raster calculator

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-08

    [rastercalc] Rework raster calculator to use QGIS raster classes

    ...rather than reading input layers directly through GDAL.
    Benefits include more robust handling of nodata/data type conversions,
    less code duplication, also being able to take advantage of features
    in QGIS raster code like handling gain/offset in rasters. (fix #12450)

    Also, add a choice of output projection to the raster calculator.
    Previously the output CRS would be taken from the first raster, with
    no guarantees that the output extent matched the output CRS. This
    resulted in empty/misplaced rasters. (fix #3649)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-04

    [rastercalc] More robust handling of nodata in calculations

    Also allow creation of QgsRasterCalcNodes which directly reference
    a QgsRasterMatrix for testing.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-04

    [rastercalc] Consolidate duplicate code

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-04

    [rastercalc] Switch all internal calculations to doubles

    ...for more accurate calculations (fix #9081)

    Also:
    - Add test suite for raster calculator
    - Fix errors with log/log10 calculation and inputs <= 0
    - Fix loss of nodata values in certain circumstances

Juergen E. Fischer <jef@norbit.de>	2015-06-10

    integrate sorting of includes into astyle.sh/astyle-all.sh/prepare-commit.sh

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-10

    fix directories in sort script (followup 684b2bd110c0da0fd65912ab82b47cf2e1e3d94f)

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-09

    bash cript to sort includes and remove duplicates

    * this sorts and remove duplicates in #include in src and tests folders
    * sorts includes in <...> before "..."
    * keep #include "ui_..." on top of list
    * can skip includes if an order should be kept
    * can exlcude directories (hard-copies of external libraries)

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-10

    add missing newline at end of file

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-09

    add missing includes

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-10

    Don't calculate unwanted stats for stats dock

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-10

    Fix map layer combo box sometimes showing a selected layer which
    is not applied

    This could also have been fixed by changing from the activated
    signal to currentIndexChanged for the indexChanged connection,
    but it looks like activated was intentionally used here.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-10

    Fix potential crash in stats dock widget, avoid unnecessary recalc

Juergen E. Fischer <jef@norbit.de>	2015-06-09

    layer context menu: disable CRS related menu entries from table layers (fixes #12654)

Juergen E. Fischer <jef@norbit.de>	2015-06-09

    spatialite provider: load 64bit integers (fixes #12785)

Juergen E. Fischer <jef@norbit.de>	2015-06-09

    gps information widget:
    * fix crash when satellite markers are remove (fixes #12393)
    * also fixes serial port detection on unix

Juergen E. Fischer <jef@norbit.de>	2015-06-09

    feature iterator: include attributes required by virtual fields first so that
    they trigger joins if necessary (fixes #11545)

Juergen E. Fischer <jef@norbit.de>	2015-06-09

    fix primary key search (fixes #11997)

Juergen E. Fischer <jef@norbit.de>	2015-06-09

    renderer: also consider support ogc wkb types for 3d (fixes crash after merging
    3d polygons)

Juergen E. Fischer <jef@norbit.de>	2015-06-09

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2015-06-09

    Move information about strict provider geometry type check on point shapefiles
    to OGR provider and make use of it when pasting & merging features
    (fixes #12488, refs #10672, refs #10747)

    TODO: check if other OGR drivers have similar restrictions.

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-09

    Fix bug causing raster blocks to be cleared when reprojecting

    If a QgsRasterBlock had no nodata value set, then reprojecting
    the raster using QgsRasterProjector would result in the entire
    block being set to nodata.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-09

    Implement segmentize  method in QgsGeometryCollection2 instead of subclasses

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-09

    Rename QgsGeometryData to QgsGeometryPrivate. Update class comment

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-09

    Bump number of decimal places for offset tool spinbox, otherwise
    offset tool only allows coarse adjustments in certain CRSs.

Merge: 03ad6aca8a cf6de0f336
Nyall Dawson <nyall.dawson@gmail.com>	2015-06-09

    Merge pull request #2126 from nirvn/lock_icon_refresh

    [GUI] refresh the symbology and composer lock icons

nirvn <nirvn.asia@gmail.com>	2015-06-09

    [gui] refresh the symbology and composer lock icons

Merge: 558f0b2808 3e17d5631c
Nathan Woodrow <madmanwoo@gmail.com>	2015-06-09

    Merge pull request #2125 from nirvn/symbology_arrows_refresh-v3

    [GUI] refresh the symbology add/remove/arrow icons

nirvn <nirvn.asia@gmail.com>	2015-06-09

    [gui] refresh the symbology add/remove/arrow icons

Juergen E. Fischer <jef@norbit.de>	2015-06-08

    date edit widget: show date if null is allowed

Juergen E. Fischer <jef@norbit.de>	2015-06-08

    mssql provider: improve datetime support (fixes #12461)

Merge: 77bf10b752 941107dfa4
volaya <volayaf@gmail.com>	2015-06-08

    Merge pull request #2121 from slarosa/algname_messagebar

    [processing] add algorithm name to messagebar while running

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-08

    [processing] add algorithm name to messagebar while running

Juergen E. Fischer <jef@norbit.de>	2015-06-08

    vector layer: changing of attributes and geometry of new features doesn't require ChangeGeometry/ChangeAttributeValues capabilities (fixes #12909)

Juergen E. Fischer <jef@norbit.de>	2015-06-08

    ows data items: population of children already runs in a thread - don't use subthreads for each provider (fixes #12507)

Juergen E. Fischer <jef@norbit.de>	2015-06-08

    remove duplicate includes

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-08

    Fix another issue with reshape tool and polygons with rings

Merge: 77d68b0d6c fab465aa16
alexbruy <alexander.bruy@gmail.com>	2015-06-08

    Merge pull request #2110 from NaturalGIS/fix_grass7_v_voronoi

    [processing] fix GRASS7 v.voronoi output as lines

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-08

    Fix reshape assertion if reshape line does not intersect twice

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-08

    Avoid overflowing url drawn over widgets in browser info widget

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-08

    Add confirmation prompt before deleting PostGIS and Spatialite
    tables through the browser. Also add confirmation before dropping
    connections (fix #12853).

Merge: ea31c680f9 4075979e0d
Nathan Woodrow <madmanwoo@gmail.com>	2015-06-07

    Merge pull request #2119 from nirvn/browser_toolbar_improvement

    [browser] slight re-ordering and icon improvements

Merge: 624d142ec4 cc8c7ab0ae
Nathan Woodrow <madmanwoo@gmail.com>	2015-06-07

    Merge pull request #2120 from nirvn/layer_legend_icon_updates

    [gui] sync layer right-click menu & composer legend item icons

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-07

    Fix bugs related to adding and removing geometry parts

Mathieu Pellerin <nirvn.asia@gmail.com>	2015-06-07

    [gui] update duplicate layer icon to align to a 16 x 16 grid

Mathieu Pellerin <nirvn.asia@gmail.com>	2015-06-07

    [gui] sync layer right-click menu & composer legend item icons

Mathieu Pellerin <nirvn.asia@gmail.com>	2015-06-07

    [browser] slight re-ordering and icon improvements

pcav <cavallini@faunalia.it>	2015-06-06

    Better output name for some SAGA Processing modules

pcav <cavallini@faunalia.it>	2015-06-06

    Better default for Processing:grass:r.series

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-06

    Fix numerical problems in reshape tool

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-06

    Don't test imported rings for validity (fixes display of simplified polygons)

Juergen E. Fischer <jef@norbit.de>	2015-06-06

    expression: let concat handle NULL like empty string (like in postgres)

Merge: 7aae459fa9 6ef5fb7215
Martin Dobias <wonder.sk@gmail.com>	2015-06-06

    Merge pull request #2117 from nirvn/osm_area_more_improvements

    [OSM] add two more tags to determine area of closed ways with highway / barrier

Mathieu Pellerin <nirvn.asia@gmail.com>	2015-06-06

    [osm] add two more tags to area check

Juergen E. Fischer <jef@norbit.de>	2015-06-05

    wmts: also accept extents in WGS84BoundingBox (fixes #12432)

Juergen E. Fischer <jef@norbit.de>	2015-06-05

    enable c++11 support for MSVC>2010 (although that's still what's used for the packages)

Merge: 1cd4fd6e73 fb107f1d4f
Jürgen Fischer <jef@norbit.de>	2015-06-05

    Merge pull request #2114 from geometalab/master

    Add GeoPackage/GPKG writable driver support

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-05

    Even more geos exceptions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-05

    Change test description (Minor change)

Mirko Stocker <mirko.stocker@hsr.ch>	2015-06-05

    Add GeoPackage/GPKG writable driver support

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-05

    More geos exceptions

Merge: 0df62b7aad 65a57edc64
Nyall Dawson <nyall.dawson@gmail.com>	2015-06-05

    Merge pull request #2111 from vmora/issue_12876

    fix #12876

vmora <vincent.mora@oslandia.com>	2015-06-04

    fix #12876: data-defined size was too small
    The scale methos "by area" was still defined at the symbol level causing
    an extra sqare root to be applied to the size.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-05

    AttributeForm: Use horizontal space for editor widgets

    Followup e66dd998d

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-05

    Use full height on attribute form with drag and drop layout

    And fix some file permission issues

Juergen E. Fischer <jef@norbit.de>	2015-06-04

    fix crash attribute table crash when attributes are added/removed bypassing vector layer (fixes #12477)

Juergen E. Fischer <jef@norbit.de>	2015-06-04

    also copy vector provider encoding when duplicating layers (fixes #11687)

Werner Macho <werner.macho@gmail.com>	2015-06-04

    changing vietnamese translators on request

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 8cdd6173b0 12134a0283
pcav <cavallini@faunalia.it>	2015-06-04

    Merge branch 'master' of https://github.com/qgis/QGIS

pcav <cavallini@faunalia.it>	2015-06-04

    Minor fixes to SAGA modules, for consistency

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-04

    Consider new wkb types for postgis in browser. Fixes second part of #12857

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-06-04

    fix GRASS7 v.voronoi output as lines

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-04

    Remove code duplication in geos import

Larry Shaffer <larrys@dakotacarto.com>	2015-06-02

    Fix single band gray with alpha raster type not recognized (fix ##4159)

    - Add band color interpretation for WCS provider (from GDAL provider)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-04

    Make geometry import/export more robust in case of invalid geometries. Fixes #12836

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-04

    Some (very minor) coverity fixes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-04

    Add test for NULL bounding box of empty line

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-04

    Don't crash when deleting last vertex

    Fix #12867

    Also preserves NULL rectangles in QgsRectangle::normalize()

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-03

    PalLabelling: Reproject geometries before evaluating mininum size

    Followup 2b096e09

Juergen E. Fischer <jef@norbit.de>	2015-06-03

    fix style selection when loading from database (fixes #12863)

Juergen E. Fischer <jef@norbit.de>	2015-06-03

    homogenize translation strings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-03

    Fix suppress labelling of short lines

    And deduplicate code
    Followup cfe397e

Juergen E. Fischer <jef@norbit.de>	2015-06-03

    postgres provider: check pg_extension only on Pg>9

Tomáš Pospíšek <tpo_deb@sourcepole.ch>	2015-06-03

    Add pertinent example for 'LIKE' operator

    The usage examples for the 'LIKE' operator are not really pertinent. The proposed change adds an example that actually illustrates the usual usage of the 'LIKE' operator.

Juergen E. Fischer <jef@norbit.de>	2015-06-03

    don't crash on geometryless wfs features

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-03

    Fix missing labels if map rotation is enabled with OTF reprojection

    (fix #12025)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-03

    Fix warning on startup

Juergen E. Fischer <jef@norbit.de>	2015-06-02

    debian packaging update: include links to qt4 in api docs

Merge: afa389fcbe 9fcbbc3d70
mhugent <marco.hugentobler@sourcepole.ch>	2015-06-02

    Merge pull request #2104 from mhugent/geomtype_render_fix

    Better fix for drawing the new geometry types

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-02

    Doxymentation for QgsMessageBar

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-02

    Advanced digitizing: Create new MessageBarItem for every item shown

    The QgsMessageBar takes ownership
    Fix #12849

Salvatore Larosa <lrssvtml@gmail.com>	2015-06-02

    [db manager] Fix #12844 - python error opening SQL Window

Juergen E. Fischer <jef@norbit.de>	2015-06-02

    datum transformation selection: fix crash on 'hide deprecated' (fixes #12719)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-06-02

    Better fix for drawing the new geometry types

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-02

    Exclude PyQgsAppStartup.testPluginPath for now

    Since it fails for no obvious reason since 738838acd

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-27

    Allow linking API docs to Qt docs through the use of qt doxygen tagfiles.

    This is done using the new QT_TAG_FILE and QT_DOC_URL cmake options.
    QT_TAG_FILE should be set to the path of the qt.tags tagfile. In ubuntu
    this file is provided by the qt4-doc-html package, and is located at
    /usr/share/qt4/doc/html/qt.tags
    QT_DOC_URL should be currently set to http://doc.qt.io/qt-4.8/

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-02

    Always output full results of documentation test, even if test passes

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-02

    Add a few more geometry docs

Merge: ddfb9d1094 c859127c4e
alexbruy <alexander.bruy@gmail.com>	2015-06-02

    Merge pull request #2099 from NaturalGIS/grass_v_voronoi_advanced

    [processing] make option as advanced in GRASS v.voronoi

Hugo Mercier <hugo.mercier@oslandia.com>	2015-06-02

    Wait for the current rendering to finish before touching the cache

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-01

    Add some doxymentation to collapsible group boxes

Merge: ae11a731ae 92b14399b5
Martin Dobias <wonder.sk@gmail.com>	2015-06-02

    Merge pull request #2100 from nirvn/osm_closed_way_improvement-v2

    [OSM] improve handling of closed ways

Juergen E. Fischer <jef@norbit.de>	2015-06-02

    ogr provider: only reset feature id of added feature, if OGR assigned one (fixes #12648)

nirvn <nirvn.asia@gmail.com>	2015-06-02

    [OSM] improve import logic of closed ways

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-02

    sort include by file name

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-02

    sip bindings for user input tool bar

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-06-02

    add documentation for QgsUserInputDockWidget

Mathieu Pellerin <nirvn.asia@gmail.com>	2015-06-02

    [gui] update icon sizing code to handle dock toolbars

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-02

    Fix broken delete ring tool (fix #12851)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-02

    Output list of undocument classes during doc coverage test

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-02

    Fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-02

    Add geometry classes to API docs

Nathan Woodrow <madmanwoo@gmail.com>	2015-06-02

    Fix #12756 - Reduce plugin repositry box size

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-02

    Fix geometry length and area calculation (fix #12827)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-02

    Fix missing labels when map is rotated (fix #12388)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-01

    Save collapsed state for relation editor widgets individually

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-01

    Python ConvertToSubclass and Doxymentation for drag and drop designer API

Juergen E. Fischer <jef@norbit.de>	2015-06-01

    expression: validate places value of format_number (fixes #12796)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-06-01

    make option as advanced in GRASS v.voronoi

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-01

    Fix compiling

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-06-01

    Fix sip bindings for QgsTransaction

Merge: ded11b3256 43cf6b040f
alexbruy <alexander.bruy@gmail.com>	2015-06-01

    Merge pull request #2098 from NaturalGIS/fix_several_modules

    [processing] fix several SAGA and GRASS modules

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-06-01

    remove wrong files

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-01

    More geometry docs

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-06-01

    fixes several saga and grass modules

Juergen E. Fischer <jef@norbit.de>	2015-06-01

    geometry sip sync

Juergen E. Fischer <jef@norbit.de>	2015-06-01

    gdal/ogr data items: reenable SetCrs capabilities (fixes #12505)

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-01

    Fix geometry errors:
    - Add some missing docs
    - Add some missing detach calls
    - Hide unimplemented clip method to avoid confusion for 2.10 api
    - Fix broken distance method
    - Fix broken split method

Merge: 738838acd4 327336517d
alexbruy <alexander.bruy@gmail.com>	2015-06-01

    Merge pull request #2097 from NaturalGIS/fix_grass_r_horizon

    [processing] fix grass r.horizon

Nathan Woodrow <madmanwoo@gmail.com>	2015-06-01

    Fix #12340 - Reload site to pick up new expressions package

Nathan Woodrow <madmanwoo@gmail.com>	2015-06-01

    Fix #12850 - Add missing args='auto' keyword'

Nyall Dawson <nyall.dawson@gmail.com>	2015-06-01

    [labeling] Fix broken repeat distance in map units (fix #11937)

Juergen E. Fischer <jef@norbit.de>	2015-05-31

    make initialization of connection pool thread save on MSVC
    (probably better fix for 1e96813)

Juergen E. Fischer <jef@norbit.de>	2015-05-31

    fix warnings

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-31

    fix grass r.horizon

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-31

    Switch layer panel to toolbar

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-31

    Switch identify results dock to use a toolbar

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-31

    Switch to 16x16 pixel icons for python console for consistency with other dock toolbars

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Switch browser dock buttons to toolbar

Juergen E. Fischer <jef@norbit.de>	2015-05-31

    include user.py in translations

Merge: 51bd0b2bc5 f7401c9b27
Jürgen Fischer <jef@norbit.de>	2015-05-31

    Merge pull request #2096 from slarosa/fix_crash_user_expressions

    [user expression] fixes #12852

Salvatore Larosa <lrssvtml@gmail.com>	2015-05-30

    [user expression] Fix crash and add a log message when the expression is not valid, fixes #12852

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-31

    Followup 2dc5d95, add unit tests

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-30

    Followup 0f8f618

    Accidentally merged an extra line

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-30

    Fix infinite loop in relation reference widget

elpaso <elpaso@itopen.it>	2015-05-30

    Added documentation and QgsServer to doxy template

Merge: 0c9c63176a f8ae76b7b5
alexbruy <alexander.bruy@gmail.com>	2015-05-30

    Merge pull request #2094 from NaturalGIS/fix_grass_r_stream

    [processing] remove r.stream modules that are addons, fix r.stream.extract in grass7

Merge: 2dc5d95f00 2b1b9f53ac
alexbruy <alexander.bruy@gmail.com>	2015-05-30

    Merge pull request #2093 from NaturalGIS/fix_grass7

    [processing] fix grass7 provider

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Fix broken rendering of curved labels for scripts which use >1 char
    graphemes (fix #6883)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-30

    remove r.stream module that are addons, fix r.stream.extract in grass7

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-30

    fix processing/grass7 in master

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Align some icons to pixel grid

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Followup effbfcd, better fix for #12747. The previous fix broke
    print exports of grid frames under OSX.

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Correctly emit composerRemoved signal after removing composer
    from print composers list, fixes composer manager showing
    invalid old compositions when loading new project (fix #12612)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Don't force size based legend symbols to black colors

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Fix some possible null pointer dereferences

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Fix memory leaks

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Fix build

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-30

    Fix memory leaks

Radim Blazek <radim.blazek@gmail.com>	2015-05-29

    [GRASS] call init when provider is loaded to get it called on main thread

Radim Blazek <radim.blazek@gmail.com>	2015-05-29

    [GRASS] non blocking raster import stream on win

Juergen E. Fischer <jef@norbit.de>	2015-05-29

    fix sip bindings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-05-29

    Fix loading of curved multitypes

Juergen E. Fischer <jef@norbit.de>	2015-05-29

    fix visibility warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-29

    Fix memory leaks in QgsMapCanvasSnapper

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-05-29

    Fix display of curved geometries

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-05-29

    Update python binding for QgsGeometry

Radim Blazek <radim.blazek@gmail.com>	2015-05-29

    [GRASS] open full vector to get list of layers on win / G7

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-05-29

    Move more wkb type code to QgsWKBTypes. Fix possibility to load curved geometries into QGIS

Juergen E. Fischer <jef@norbit.de>	2015-05-29

    indentation update

Merge: 7db5272f31 62c837eb90
Nathan Woodrow <madmanwoo@gmail.com>	2015-05-29

    Merge pull request #2091 from nirvn/fix_tool_button_size

    [GUI] Keep dock icons one size smaller than toolbar icons

nirvn <nirvn.asia@gmail.com>	2015-05-29

    [gui] add left/right margin to browser panel for consistency

nirvn <nirvn.asia@gmail.com>	2015-05-29

    [gui] keep dock icons one size smaller than toolbar icons

Radim Blazek <radim.blazek@gmail.com>	2015-05-28

    [GRASS] more debug for Windows

Radim Blazek <radim.blazek@gmail.com>	2015-05-28

    [GRASS] raster import blocking read for Windows

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-29

    Avoid unnecessary detach of QgsFeature when renderering non-curved
    geometries

Merge: bd3b173817 b16b6bbb98
Tim Sutton <tim@linfiniti.com>	2015-05-28

    Merge pull request #2085 from timlinux/master

    Updated splash for Nødebo

Merge: c61d5f2cfc aba4fe0fe2
alexbruy <alexander.bruy@gmail.com>	2015-05-28

    Merge pull request #2065 from arnaud-morvan/processing-parameter-table

    [processing] fix setting value in the ParameterTable

Merge: 352e82487c 8c624a3452
alexbruy <alexander.bruy@gmail.com>	2015-05-28

    Merge pull request #2063 from HenningJagd/master

    [processing] behavior of scroll zoom in the modeler

Stéphane Brunner <stephane.brunner@camptocamp.com>	2015-05-28

    Add sbrunner (me) in contributors.json

Alessandro Pasotti <elpaso@itopen.it>	2015-05-28

    Add elpaso to contributors.json

Juergen E. Fischer <jef@norbit.de>	2015-05-28

    postgres connection pool: fix race when a connection is already acquired while pool is still being constructed

Juergen E. Fischer <jef@norbit.de>	2015-05-28

    validate attribute index in editor widget calls

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-28

    Cleanup after shapefile tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-28

    Lower padding for browser and stats dock widgets

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-28

    Fix zoom tool doesn't work from bottom right to top left (fix #12614)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-28

    Don't repack on layer unload

    It's already done on save
    It cause a deadlock in invalidateConnections for the Atlas and BlendModeTest
    Followup 7d7cdcd

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-28

    Run atlas test in temporary folder

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-28

    Fix server crashes when .qgs file replaced (refs #12411)

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-17

    Partially fix broken server labeling test

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-28

    Fix composer map frame/annotations not showing on OSX (refs #12747)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-28

    Show checkboxes in pluginmanager

    Fix #12839
    Followup be15d95

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-28

    Repack shapefiles when saving after deleting features

     * QgsVectorDataProvider::dataChanged() will be emitted
     * QgsVectorLayer::dataChanged() will be emitted
     * Clears QgsVectorLayerCache
     * Reloads the attribute table
     * Clears the selection

    Looking forward to people complaining about their lost selection...

    Fix #10560
    Fix #11989
    Refs #8317
    Refs #8822
    Refs #10483
    Refs #11007
    Refs #7540
    Refs #11398
    Refs #11296

Merge: a02e694818 7b94fc548d
Nyall Dawson <nyall.dawson@gmail.com>	2015-05-28

    Merge pull request #2088 from nirvn/refresh_icons

    [GUI] Refresh icons for the layer, browser, and identify panels

nirvn <nirvn.asia@gmail.com>	2015-05-28

    [gui] refresh icons for the layer, browser, and identity panels (svg files)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-28

    Fix attribute table remove row, Followup 8eca38c

    Was an off-by-one error emitted by the attribute table model

Radim Blazek <radim.blazek@gmail.com>	2015-05-28

    [GRASS] vectorLayers exception, hopefully catches the crash G7/Win

nirvn <nirvn.asia@gmail.com>	2015-05-28

    [gui] refresh icons for the layer, browser, and identity panels

Juergen E. Fischer <jef@norbit.de>	2015-05-28

    include more geometry headers in install

Merge: bfabb852fb 89477af1b9
Nathan Woodrow <madmanwoo@gmail.com>	2015-05-28

    Merge pull request #2087 from slarosa/fix_function_editor

    Fix for function editor

Salvatore Larosa <lrssvtml@gmail.com>	2015-05-27

    Fix for function editor:
    when running the script the entries "Fields and values" and "Recent"
    into the functions list of the expression builder disappear.

Radim Blazek <radim.blazek@gmail.com>	2015-05-28

    [GRASS] various import fixes

Juergen E. Fischer <jef@norbit.de>	2015-05-28

    debian packaging update: make build dir configuable

Tim Sutton <tim@kartoza.com>	2015-05-27

    Updated splash for Nødebo

Bas Couwenberg <sebastic@xs4all.nl>	2015-05-27

    Add qgis-dbg package to provide debug symbols.

    The debug package was requested in [Debian Bug #786985](https://bugs.debian.org/786985).

Bas Couwenberg <sebastic@xs4all.nl>	2015-05-27

    Fix 'Allow to' typo.

    This issue was reported by the lintian QA tool during the Debian package build.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Followup f67a08a, hide measurement rubberband on window close

Salvatore Larosa <lrssvtml@gmail.com>	2015-05-27

    [bookmark] use the same key for settings to store the last used directory: folloup 94f9ae2

Juergen E. Fischer <jef@norbit.de>	2015-05-27

    also depend on spatialite_init_ex() in pyspatialite (followup 252aaab andd4b72a2)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Fix artefacts with map tool select rectangle

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Fix crash if multiple multiline text edtit widgets for the same field are shown

    Fix #11813

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Attribute table performance when deleting features

    This fixes performance issues with the attribute table visible when deleting a
    large number of features.

    The attribute table tries to behave smart in the following way:

     * It tries to remove only the deleted rows as long as they are in one or a few
       single blocks
     * If there are more than 100 rows to delete and it starts to delete blocks
       of a size smaller than 10 it assumes that the selection to delete is widely
       distributed and that a reload of the whole model is less expensive than a
       differential update.

    Fix #10167

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Add tests for QgsAttributeTableModel

Juergen E. Fischer <jef@norbit.de>	2015-05-27

    depend on spatialite_init_ex() for 'new' spatialite initialization (followup 252aaab)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Hide measurement rubberband on dialog close

    Fix #12834

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Fix some warnings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Fix build errors, followup 1eac259

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Unify spatialite provider tests

    And enable pyspatialite on travis

Martin Dobias <wonder.sk@gmail.com>	2015-05-27

    Fix identify tool for PostGIS 1.x layers

    curvetoline() function was expected, however:
    - in PostGIS < 1.5 such function does not exist
    - in PostGIS >=1.5 the function is st_curvetoline()

Merge: 26e6725af6 a0a1cea0e1
Nathan Woodrow <madmanwoo@gmail.com>	2015-05-27

    Merge pull request #2071 from nirvn/fix_dock_tool_button

    [gui] apply icon size user preference to dock widget tool buttons

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-05-27

    Fix failing expression test

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-27

    Fix QgsGeometryImport::geomFromWkt logic

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-27

    More Coverity memory leak fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-27

    Coverity memory leaks and other fixes

Radim Blazek <radim.blazek@gmail.com>	2015-05-27

    also spatialite_cleanup_ex conditional for spatialite >= 4

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Fix developers map background loading

    Fix #12831

    Workaround for https://github.com/Leaflet/Leaflet/issues/2021

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-05-27

    Less verbose template function message.

    args='auto' and group='custom' as default

Radim Blazek <radim.blazek@gmail.com>	2015-05-27

    missing QgsSLConnect::mSLconns conditional

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-05-27

    Remove adding $ to front of custom functions

    Fixes calling no argument functions

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-27

    Fix warning

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-27

    Add some more spacing around plugin text

    Followup 36c844b3

elpaso <apasotti@gmail.com>	2015-04-28

    Fix usability issue in pluginmanager

    The height of rows is too small to see its
    contents on hidpi screens

    Also raised maximumSize of mPluginsTabFrame

Giuseppe Sucameli <brush.tyler@gmail.com>	2015-05-27

    Create a view from the selected query (PR#1999)

Merge: c729a753c5 596b126b94
Alexander Bruy <alexander.bruy@gmail.com>	2015-05-27

    Merge branch 'processing-r.stat'

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-27

    fix conflicts

Merge: c729a753c5 a3454e7548
Alexander Bruy <alexander.bruy@gmail.com>	2015-05-27

    Merge branch 'master' of https://github.com/scubbx/QGIS into processing-r.stat

    Conflicts:
            python/plugins/processing/algs/grass7/Grass7Algorithm.py

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-27

    Add missing overrides

Etienne Trimaille <etienne.trimaille@gmail.com>	2015-04-21

    fix selected query (fixes #12429)

Juergen E. Fischer <jef@norbit.de>	2015-05-27

    fix gui header installation

Juergen E. Fischer <jef@norbit.de>	2015-05-26

    also handle writing of relative paths (followup 47cb75d; fixes #12823)

Juergen E. Fischer <jef@norbit.de>	2015-05-26

    fix crash on close (fixes #12822)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-26

    Fix warning

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-26

    Fix warnings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-26

    Fix warning

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-26

    Followup cec5bdeb : Add tests for expression compiler

Merge: 13d67c09cc ae6b290a4f
alexbruy <alexander.bruy@gmail.com>	2015-05-26

    Merge pull request #2064 from arnaud-morvan/processing-check-validity

    [processing] add Check Validity algorithm

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-05-26

    Fix and wkt formating for delimited text provider test

Juergen E. Fischer <jef@norbit.de>	2015-05-26

    add missing files to 252aaab8

Juergen E. Fischer <jef@norbit.de>	2015-05-26

    adopt 'new' spatialite initialization scheme via thin wrapper around sqlite3_open and sqlite3_close (fixes #12771)

Juergen E. Fischer <jef@norbit.de>	2015-05-26

    fix relative path support for gdal layers (fixes #12823)

Martin Dobias <wonder.sk@gmail.com>	2015-05-26

    Support overriden layer styles also in the composer legend

Merge: 9e5b2ba511 6e4b883ac5
alexbruy <alexander.bruy@gmail.com>	2015-05-26

    Merge pull request #2076 from NaturalGIS/fix_grass7_r_surf_area

    [processing] fix grass7 r.surf.area

Radim Blazek <radim.blazek@gmail.com>	2015-05-26

    [GRASS] create imagery group if there are rgb color interpretations, list groups in browser

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-05-26

    add search widget for value relation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-26

    Coverity fixes

Merge: b5801afe29 e015a7ec1f
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-26

    Merge pull request #2059 from carolinux/search-widgets

    [FEATURE] Search widgets

    Makes it easier to filter the attribute table if there are attribute domains attached

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-05-26

    Update python bindings for QgsGeometry

Merge: e2edc54f11 a6bf6e9a6b
mhugent <marco.hugentobler@sourcepole.ch>	2015-05-26

    Merge pull request #2078 from manisandro/connpoolfixes

    Connection pool fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-05-26

    Compilation fix

Sandro Mani <manisandro@gmail.com>	2015-05-26

    Connection pool fixes

Radim Blazek <radim.blazek@gmail.com>	2015-05-26

    new class QgsAnimatedIcon

Merge: f31abe4dfe b4f4663b7d
mhugent <marco.hugentobler@sourcepole.ch>	2015-05-26

    Merge pull request #2069 from manisandro/ogrpool

    Add connection pool for OGR provider

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-05-22

    Update QgsFields nameToIndex hash on field removed

Martin Dobias <wonder.sk@gmail.com>	2015-05-21

    Avoid crash if no project file is selected and OK is clicked

Radim Blazek <radim.blazek@gmail.com>	2015-05-25

    [GRASS] import icon

Juergen E. Fischer <jef@norbit.de>	2015-05-25

    avoid warning about not created test difference image

Juergen E. Fischer <jef@norbit.de>	2015-05-25

    fix typos

Radim Blazek <radim.blazek@gmail.com>	2015-05-25

    [GRASS] browser import options dialog

Radim Blazek <radim.blazek@gmail.com>	2015-05-25

    QgsRasterProjector optional precision

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-25

    fix grass7 r.surf.area

Juergen E. Fischer <jef@norbit.de>	2015-05-25

    geometry fixes:
    * 3d geometries from oracle
    * windows build

Merge: 0b9ea9a616 e440dee1bd
Hugo Mercier <hugo.mercier@oslandia.com>	2015-05-25

    Merge pull request #2025 from mhugo/db_manager_dev

    db manager SQL window enhancements

Merge: 4e14f8d62e a5351fc18a
Hugo Mercier <hugo.mercier@oslandia.com>	2015-05-25

    Merge pull request #2057 from Hvitnov/fix12655

    Fix #12655 copy/paste style between different vector layer geometry types

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-05-22

    Add processing CheckValidity algorithm

Juergen E. Fischer <jef@norbit.de>	2015-05-25

    fix 8050697

Juergen E. Fischer <jef@norbit.de>	2015-05-25

    make postgres provider tests optional

Juergen E. Fischer <jef@norbit.de>	2015-05-25

    fix some warnings

Merge: b7a2a79de2 a62adfe45a
mhugent <marco.hugentobler@sourcepole.ch>	2015-05-25

    Merge pull request #2048 from alexbruy/fix-curvature-filter

    fix total curvature calculation (fix #5967)

Merge: bb80c63805 68fe5f5791
mhugent <marco.hugentobler@sourcepole.ch>	2015-05-25

    Merge pull request #2055 from mhugent/geometry_mmsql_2_8

    [FEATURE]: New geometry classes (take 2)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-05-15

    [FEATURE:] New geometry classes

Merge: 12883f50a7 cee47d66b4
alexbruy <alexander.bruy@gmail.com>	2015-05-25

    Merge pull request #2074 from NaturalGIS/fix_saga_contour

    [processing] fix SAGA 2.1.4 contour lines from grid

Merge: 6596adc8e6 4f87af0851
alexbruy <alexander.bruy@gmail.com>	2015-05-25

    Merge pull request #2072 from NaturalGIS/fix_grass7_r_relief2

    [processing] fix grass7 r.relief2

Merge: cec5bdeb0d d591ac4da1
alexbruy <alexander.bruy@gmail.com>	2015-05-25

    Merge pull request #2073 from NaturalGIS/fix_grass7_r_flow

    [processing] fix grass7 r.flow

Juergen E. Fischer <jef@norbit.de>	2015-05-24

    fix some warnings

Paolo Cavallini <cavallini@faunalia.it>	2015-05-24

    Update Datasources2Vrt.py

    Naming more consistent with other tools.

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-24

    fix SAGA 2.1.4 contour lines from grid

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-24

    better indentation

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-24

    fix GRASS7 r.flow

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-24

    better fix for r.relief in grass7

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-24

    better fix for r.relief in grass7

Mathieu Pellerin <nirvn.asia@gmail.com>	2015-05-24

    [gui] apply icon size user preference to dock widget tool buttons (fix #12816)

Merge: dbdfe40bf9 782292720d
volaya <volayaf@gmail.com>	2015-05-23

    Merge pull request #2066 from luipir/master

    Added Datasources2Vrt processing alg

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-24

    [symbology] Use static QStrings for data defined keys rather than
    creating new strings with every redraw (pt 2)

Juergen E. Fischer <jef@norbit.de>	2015-05-23

    fix windows build (also reapplies 584f192, lost in a6f1ec)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-23

    Postgres provider: test default values are correctly returned

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-23

    Add some providers to README.md

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-23

    Less warnings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-23

    Hide private shared data implementation from the library symbols

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-23

    Use -fvisibility=hidden also for plugins

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-23

    Also plugins

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-23

    Add some comments to provider test suite

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-22

    Hide shared library symbols by default on GCC and Clang

     * Decreases lib size, loading time and compile time
     * Forces people on linux to use the {LIB}_EXPORT defines and therefore will
       make Windows nightlies more reliable

Merge: 10239a0e60 adb5b643f5
alexbruy <alexander.bruy@gmail.com>	2015-05-23

    Merge pull request #2067 from NaturalGIS/fix_grass7_r_relief

    [processing] fix GRASS7 r.relief

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-23

    [symbology] Use static QStrings for data defined keys rather than
    creating new strings with every redraw (pt 1)

Sandro Mani <manisandro@gmail.com>	2015-05-22

    Add connection pool for OGR provider (Funded by Sourcepole QGIS Enterprise)

HenningJagd <henningjagd@gmail.com>	2015-05-22

    [processing] fix folding in the model

    Earlier commit broke the update of lines when folding  parameters in the
    modeler. This one fixes it again.

rldhont <rldhont@gmail.com>	2015-05-22

    [FEATURE][SERVER] GetFeature with an other Geometry

    This commit completes 'GetFeature without geometry' e3a832c29e4a98ed70b8085563aa0c8a92d44669

    The GeometryName parameter can be used to get the extent or the centroid as the geometry.
    This Feature can be used to have a lighter gml document.

    The extra parameter GeometryName can be:

    * None
    * Extent
    * Centroid

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-23

    Fix untranslatable strings (fix #11765)

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    show correct coordinates in status bar when projected CRS used and
    canvas units set to degrees (fix #12395)

    Tests for latitude wrapping included

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-22

    Add shapefile provider tests

    + Fix OGR provider so it does not return features without geometry when
    filtering with a FilterRect

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-22

    fix GRASS7 r.relief

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-18

    [FEATURE] New statistical summary dock widget

    Can display summary statistics (eg mean, standard deviation, ...)
    for a field or expression from a vector layer.

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-23

    Add option to get null count from QgsVectorLayer::getDoubleValues

Luigi Pirelli <luipir@gmail.com>	2015-05-22

    added Datasources2Vrt processing alg to merge different datasources in a single VRT
    This is useful for that commands that have multiple inputs but that have to be contained
    in a single vrt

Merge: e25fb2de6d e2ff8edc79
pcav <cavallini@faunalia.it>	2015-05-22

    Merge branch 'master' of https://github.com/qgis/QGIS

pcav <cavallini@faunalia.it>	2015-05-22

    Fix for #12812

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-22

    Make python NULL hashable

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-22

    Provider testing

     * Test more operations
     * Include spatialite tests

rldhont <rldhont@gmail.com>	2015-05-22

    [BUGFIX][SERVER][WFS] Remove extra line after header

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-05-22

    Fix processing ParameterTable.setValue

rldhont <rldhont@gmail.com>	2015-05-22

    Revert "[BUGFIX] Remove extra line after header"

    This reverts commit 7ab336f2064b59df9ca42b7b822324bbd26e96ff.

Merge: 9031e9849f cb4d5189ef
mhugent <marco.hugentobler@sourcepole.ch>	2015-05-22

    Merge pull request #2054 from arnaud-morvan/join_memory_cache

    Write to project join memory cache property value instead of not cache is empty

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-23

    [FEATURE] Add options under categorised renderer advanced menu to
    set categories to symbols with a matching name from the style
    library or an XML style file.

    Thanks Lene for the great hackfest!

pcav <cavallini@faunalia.it>	2015-05-22

     Uniform and informative output names for Processing (QGIS, final)

Merge: 00f64971f7 7ab336f206
pcav <cavallini@faunalia.it>	2015-05-22

    Merge branch 'master' of https://github.com/qgis/QGIS

pcav <cavallini@faunalia.it>	2015-05-22

     Uniform and informative output names for Processing (QGIS, Take #2)

rldhont <rldhont@gmail.com>	2015-05-22

    [BUGFIX] Remove extra line after header

Merge: 7dacddc08a 06ae01e009
pcav <cavallini@faunalia.it>	2015-05-22

    Merge branch 'master' of https://github.com/qgis/QGIS

pcav <cavallini@faunalia.it>	2015-05-22

     Uniform and informative output names for Processing (QGIS, Take #1)

carolinux <karolina.alexiou@teralytics.ch>	2015-05-22

    Fixed uninitialized issue

Pirmin Kalberer <pka@sourcepole.ch>	2015-05-22

    Revert "Add connection pool for OGR provider"

    This reverts commit a64ffc495e4099759dcfce292154b15f51814ba9.

Merge: d33bf3dd33 81e21b56ef
carolinux <karolina.alexiou@teralytics.ch>	2015-05-22

    Merge branch 'search-widgets' of https://github.com/carolinux/QGIS into search-widgets

carolinux <karolina.alexiou@teralytics.ch>	2015-05-22

    Now UI appears properly

carolinux <karolina.alexiou@teralytics.ch>	2015-05-22

    Now UI appears properly

HenningJagd <henningjagd@gmail.com>	2015-05-22

    [processing] fixed disappearing lines in modeler

    Moved the updating of paths of arrows/lines in the modeler out of the
    paint method, fixing various rendering problems.

carolinux <karolina.alexiou@teralytics.ch>	2015-05-22

    ComboBox now also works!

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-22

    Small optimisation to data defined symbology

Merge: ce7b1d31ac 278141f331
Nyall Dawson <nyall.dawson@gmail.com>	2015-05-22

    Merge pull request #2062 from vmora/add_tooltip

    add tooltip to graduated method (color or size)

Merge: f337d4137a a64ffc495e
Jürgen Fischer <jef@norbit.de>	2015-05-22

    Merge pull request #2060 from manisandro/ogrpool

    Add connection pool for OGR provider (followup 0b9d1dc)

carolinux <karolina.alexiou@teralytics.ch>	2015-05-22

    Works now for the default case

Merge: f81d808ca7 e0098a5d62
Nyall Dawson <nyall.dawson@gmail.com>	2015-05-22

    Merge pull request #2061 from vmora/convert_old_size_scale

    remove SizeScale and Rotation from Advanced Menu

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-22

    Correctly restore font and character for font marker widget

HenningJagd <henningjagd@gmail.com>	2015-05-22

    [processing] behavior of scroll zoom in the modeler

    Zooming shouldn't recenter the scene on the cursor, only scale the scene
    around it.

vmora <vincent.mora@oslandia.com>	2015-05-22

    use proper type in convert functions interface

vmora <vincent.mora@oslandia.com>	2015-05-22

    remove unused variables

Jakob Hvitnov <hvitnov@gmail.com>	2015-05-22

    Replaced use of qgsErrorBox with QgsErrorBar
    Removed some empty lines

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-22

    Data defined font marker character

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-21

    Add new postgres provider test

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-27

    Convert tests/README to markdown and add more information

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-27

    Provider test

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-23

    Add unit tests for postgres provider

    basically to get a framework to test the expression compiler

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-27

    Make expression compiler configurable

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-22

    [FEATURE] Send filter expressions to postgres provider

    This commit allows to filter features already on server side. Only supported
    expressions will be sent to the database. Expressions using unsupported
    operators or functions will gracefully fallback to local evaluation.

    To make use of this feature

     * Enable it in options: data sources
     * QgsFeatureRequest().setFilterExpression( expression )
     * or QgsVectorLayer::getFeatures( expression )

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-23

    Add convenience method QgsVectorLayer::getFeatures( expression )

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-22

    Fix compiling without QtWebKit

    This makes it possible to compile QGIS master for Android.
    Hooray!

vmora <vincent.mora@oslandia.com>	2015-05-22

    add tooltip to graduated method (color or size)

vmora <vincent.mora@oslandia.com>	2015-05-22

    avoid duplication of function

Sandro Mani <manisandro@gmail.com>	2015-05-22

    Add connection pool for OGR provider

vmora <vincent.mora@oslandia.com>	2015-05-22

    remove SizeScale and Rotation from Advanced Menu

    The expressions used in old project are converted to symbol level
    DadaDefined size and angle

    Note that sice the aspect of a composite marker is fixed for symbol size
    and angle, the aspect of the scaled symbol will change for symbols with
    offsets and composite markers.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-22

    Doxymentation

Juergen E. Fischer <jef@norbit.de>	2015-05-22

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2015-05-22

    debian packaging update

Merge: f5054ce702 c19a4a70bd
volaya <volayaf@gmail.com>	2015-05-22

    Merge pull request #2058 from arnaud-morvan/processing-model-help

    Fix processing model help saving

carolinux <karolina.alexiou@teralytics.ch>	2015-05-22

    It compiles!

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-19

    Allow compiling QGIS without QtWebkit

    This allows to compile QGIS without webkit.

    1. Webkit is soon-to-be deprecated
    2. Webkit is not supported on Android
    3. Who needs it anyway
    4. The developer map on the about page is gone with webkit disabled
    5. So is the information about plugins

Radim Blazek <radim.blazek@gmail.com>	2015-05-21

    [GRASS] raster import: create link by r.external if crs are the same; link icon

Radim Blazek <radim.blazek@gmail.com>	2015-05-21

    new mIconRasterLink.svg

Radim Blazek <radim.blazek@gmail.com>	2015-05-21

    fixed browser symlink icons

rldhont <rldhont@gmail.com>	2015-05-21

    [FEATURE][SERVER] GetFeature without geometry

    You can add an extra parameter GeometryName with the value to NONE or None or
     none in GetFeature WFS Request to only have fields.

carolinux <karolina.alexiou@teralytics.ch>	2015-05-21

    Adding search widget capability

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-05-21

    Fix processing model help saving and make script help content saving consistent with models behavior

Jakob Hvitnov <hvitnov@gmail.com>	2015-05-21

    Fix #12655 copy/paste style between different vector layer geometry types

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-22

    [FEATURE] Data defined properties for font marker

volaya <volayaf@gmail.com>	2015-05-21

    [processing] implement alternative display names for algorithms

volaya <volayaf@gmail.com>	2015-05-21

    [processing] add help links for gdal/ogr alga

volaya <volayaf@gmail.com>	2015-05-21

    [processing] fixed saga help links

volaya <volayaf@gmail.com>	2015-05-21

    [processing] cosmetic improvements to gdal/ogr algs

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-21

    Fix broken area scaling for simple marker symbols

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-21

    [symbology] Fix potential crash in data defined symbol rotation

Merge: a6f1ece73b fd6dc0d8eb
Hugo Mercier <hugo.mercier@oslandia.com>	2015-05-21

    Merge pull request #1970 from mhugo/fix_spatialite

    [spatialite] Allows to use a query as a table without primary key. It will auto increments an internal counter as feature id in this case.

Radim Blazek <radim.blazek@gmail.com>	2015-05-21

    [GRASS] browser import cancel action

rldhont <rldhont@gmail.com>	2015-05-21

    [BUGFIX] GetFeatureInfo STYLES and FILTER used together

    In GetFeatureInfo WMS Request, if STYLES and FILTER are used together, it's
     like FILTER is not applied.

    To fix it, we check in the QgsMapLayerRegistry if the layers associated to
     QUERY_LAYERS has already created.

Martin Dobias <wonder.sk@gmail.com>	2015-05-21

    Fix #12406 (measured area is wrong when computed on ellipsoid)

    Introduced in e568493

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-21

    Add size assistant to simple and svg marker data defined sizes

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-21

    Remove option for custom side bar style, always on now

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-21

    [processing] allow to specify geometry type for input vectors in R
    scripts

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-21

    Remove option to set icon themes

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-21

    Remove option to bold group box names, now always on

Tobias Reber <tobias.reber@bd.so.ch>	2015-05-20

    Hej fra Noedebo

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-21

    Followup c6f9b07, add unit test

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-21

    Fix multiple overlaps of curved labels (fix #12792)

Radim Blazek <radim.blazek@gmail.com>	2015-05-21

    [GRASS] removed plugin browser, substituted by QGIS browser

Radim Blazek <radim.blazek@gmail.com>	2015-05-21

    [GRASS] plugin: removed add raster/vector layer actions, substituted by QGIS browser

volaya <volayaf@gmail.com>	2015-05-21

    [processing] fixed ‘add script from file’ tool

volaya <volayaf@gmail.com>	2015-05-21

    [processing] allow selection parameters with option populated from data source

Radim Blazek <radim.blazek@gmail.com>	2015-05-21

    [GRASS] fixed crash when GISRC is set but file does not exist or it is corrupted

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-05-20

    Write to project join memory cache property instead of cachedAttributes.isEmpty

Juergen E. Fischer <jef@norbit.de>	2015-05-20

    dxf export: more ellipse marker fixes (essentially like in simple marker)

Juergen E. Fischer <jef@norbit.de>	2015-05-21

    feature: fix crash when feature 'owns' no geometry

Merge: d14c4aa41e 27c2b5c034
pcav <cavallini@faunalia.it>	2015-05-20

    Merge branch 'master' of https://github.com/qgis/QGIS

pcav <cavallini@faunalia.it>	2015-05-20

    Uniform and informative output names for Processing (GRASS-v.* modules completed)

Radim Blazek <radim.blazek@gmail.com>	2015-05-20

    [GRASS][FEATURE] copy layers within location mapsets using browser drag and drop

pcav <cavallini@faunalia.it>	2015-05-20

    Uniform and informative output names for Processing (GRASS-v.* modules take #2 - up to v.split*)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-21

    Fix build

volaya <volayaf@gmail.com>	2015-05-20

    [processing] added support for online R scripts

volaya <volayaf@gmail.com>	2015-05-20

    [processing] do not close window after executing algorithm if there are problems

volaya <volayaf@gmail.com>	2015-05-20

    [processing] more friendly error message when layers not created

    This commit includes changes to the log system as well, which now logs only algorithms. Messages are logged to the QGIS logging system

pcav <cavallini@faunalia.it>	2015-05-20

    Uniform and informative output names for Processing (GRASS-v.* modules take #1 - up to v.lidar*)

Merge: 7cc38aee84 9a32c282ad
pcav <cavallini@faunalia.it>	2015-05-20

    Merge branch 'master' of https://github.com/qgis/QGIS

pcav <cavallini@faunalia.it>	2015-05-20

    Uniform and informative output names for Processing (GRASS-r.* modules complete)

Juergen E. Fischer <jef@norbit.de>	2015-05-20

    dxf export: fix circle marker

Juergen E. Fischer <jef@norbit.de>	2015-05-20

    remove maprenderertest in app

Juergen E. Fischer <jef@norbit.de>	2015-05-20

    georeferencer: add translation string

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Fix some deprecated warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Implicit sharing for QgsFeature

Merge: 7e69bd1286 df039ee267
Martin Dobias <wonder.sk@gmail.com>	2015-05-20

    Merge pull request #2049 from Hvitnov/fix12787

    fix #12787 (Value Relation edit widget related crash)

Jakob Hvitnov <hvitnov@gmail.com>	2015-05-20

    fix #12787 (Value Relation edit widget related crash)

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    add to canvas checkbox in raster "save as..." dialog (fix #6949)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Fix up non-const getters for attributes and geometry in QgsFeature
    (preparation for implicit sharing)

volaya <volayaf@gmail.com>	2015-05-20

    [processing] use algorithm alias name also in advanced mode

volaya <volayaf@gmail.com>	2015-05-20

    [processing] fixed ‘create points along lines’ algorithm

    fixes #12768

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    fix total curvature calculation (fix #5967)

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    [processing] fix axis orientation in the Vector Scatterplot alg (fix #12705)

Merge: eaeea21a2d 9b34202dba
Nathan Woodrow <madmanwoo@gmail.com>	2015-05-20

    Merge pull request #2047 from alexbruy/attrtable-paste

    [FEATURE] allow pasting of features in attribute table

Radim Blazek <radim.blazek@gmail.com>	2015-05-20

    [GRASS][FEATURE] rename maps in browser

Radim Blazek <radim.blazek@gmail.com>	2015-05-20

    static QgsMessageOutput::showMessage()

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    remove print statement

Juergen E. Fischer <jef@norbit.de>	2015-05-20

    prepare to use a different icon for qgis browser on windows

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-20

    Add unit test for edit widget "TextEdit"

    QGIS Dev conference Denmark

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-02

    allow pasting of features in attribute table

vmora <vincent.mora@oslandia.com>	2015-05-08

    [FEATURE] add expressions at the symbollist level

    Size and Rotation can be defined by an expression for all symbols
    composing a marker. Width can be defined by an expression for all
    symbols composing a line.

    For markers, a legend is generated for varying sizes. This allows
    multivariate analysis legend in the case of classified/graduated colors.

    The offset is now set along with size to maintain the relative position
    of symbols composing a marker.

    An asistant, with preview, is accessible through the data defined button
    to help the user define the size expression. Three methods are
    available: Frannery, Area and Radius.

    Added a widget for use in categorized/classified symbology gui to set
    the expression if needed. The assistant is also available from it.

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Followup b8bc181, don't create unnecessary temporary image

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Add legend text for new diagram attributes by default

Merge: d978f3fd9b b8bc1811d5
Martin Dobias <wonder.sk@gmail.com>	2015-05-20

    Merge pull request #2035 from vmora/multivariate_legend

    Avoid symbol cropping in legend

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    [processing] fix Points along lines alg (fix #12768)

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    [processing] fix Number of unique values in classes alg (fix #12731)

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    [processing] fix Select by Attribute algorithm (fix #12289)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Add new effects to bottom of stack instead of top

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    [processing] fix handling of the HTML output from the  GRASS7
    algorithms (fix #12710)

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    [processing] add recent expressions to Fields Calculator algorithm (fix #12587)

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    [processing] fix Convex Hull algorithm (fix #12643)

Juergen E. Fischer <jef@norbit.de>	2015-05-20

    remove unused header file - fixes windows build

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-20

    populate join fields combobox if layer already selected

Juergen E. Fischer <jef@norbit.de>	2015-05-19

    about: make the SHA a link to github

Juergen E. Fischer <jef@norbit.de>	2015-05-19

    doxygen fixes (followup f314522)

Merge: f782e77380 3e3978333d
volaya <volayaf@gmail.com>	2015-05-20

    Merge pull request #2034 from Gustry/fix-lines-inter

    [processing] Set the parameter table field optional in "Line intersections" algo

Merge: a495c8c2ab 5729227ca0
volaya <volayaf@gmail.com>	2015-05-20

    Merge pull request #2037 from NaturalGIS/fix_saga_split_rgb

    fix saga split rgb bands

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Test suite for QgsFeature (preparation for implicit sharing of
    QgsFeature)

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-05-20

    missing bindings for user input tool bar

volaya <volayaf@gmail.com>	2015-05-20

    [processing] swallow possible exceptions when reading console output from SAGA

volaya <volayaf@gmail.com>	2015-05-20

    [processing] fixed SAGA provider entry in settings dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Possible fix for slow loading projects when the project contains
    print compositions and there is network issues with connections
    to installed printers. (workaround QTBUG-3033)

    (refs #12234)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Fix some syncing issues relating to graduated histogram widget

ScubbX <markusmayr@gmx.net>	2015-05-19

    added special case for r.statistics

Juergen E. Fischer <jef@norbit.de>	2015-05-19

    manually merge 71d93a4 of PR#2016

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-20

    Fix point displacement renderer not ignoring features with no symbol

    Previously, the renderer would incorrectly draw circles and
    displace features which were proximal to features with no symbols.
    This caused issues with the rule based renderer, were some
    features should not be drawn.

radosuav <rmgu@dhi-gras.com>	2015-05-19

    Fix drag & drop for PG rasters in DB Manager

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-18

    [processing] load UI files dynamically

Alexander Bruy <alexander.bruy@gmail.com>	2015-05-18

    [processing] drop resources.qrc and load images dynamically. Also remove
    unused images

Sandro Santilli <strk@keybit.net>	2015-05-19

    Fix typo in comment

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-19

    Fix attributes from some symbols were not available for data defined
    symbology (line marker, line pattern)

Juergen E. Fischer <jef@norbit.de>	2015-05-19

    another windows build fix

Mathieu Pellerin <nirvn.asia@gmail.com>	2015-05-15

    [symbology] improve marker rotation along line to fix data-defined
    angle support

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-19

    [labeling] Fix setting a wrap character conflicts with newlines
    in label text (fix #12750)

Juergen E. Fischer <jef@norbit.de>	2015-05-18

    also download Untgz.zip from qgis.org

Juergen E. Fischer <jef@norbit.de>	2015-05-18

    creatensis.pl: always reload setup.ini

Juergen E. Fischer <jef@norbit.de>	2015-05-18

    fix some warnings

Juergen E. Fischer <jef@norbit.de>	2015-05-17

    fix doxygen warning

Merge: 24974e0dee 0b326069bd
pcav <cavallini@faunalia.it>	2015-05-18

    Merge branch 'master' of https://github.com/qgis/QGIS

pcav <cavallini@faunalia.it>	2015-05-18

    Uniform and informative output names for Processing (GRASS-r.* modules, take #3, up to r.sim)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-19

    Bump acceptable doc coverage

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-19

    Followup 204cf7, more sensible truncation of preview string

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-13

    [FEATURE] Add a graphical histogram for the graduated renderer

    This adds a new histogram tab to the graduated renderer, which
    shows an interactive histogram of the values from the assigned
    field or expression. Class breaks can be moved or added using
    the histogram widget.

    A base class, QgsHistogramWidget, has been created to display
    histograms for a field or expression. In future this could be
    used to show a histogram within a "selection statistics" panel.

    Sponsored by ADUGA (http://www.aduga.org)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-02

    Add QgsHistogram class for calculating numeric histograms from a
    list of values or a vector layer's attribute.

Radim Blazek <radim.blazek@gmail.com>	2015-05-18

    [GRASS][FEATURE] vector import via browser drag and drop

Radim Blazek <radim.blazek@gmail.com>	2015-05-17

    QgsField serialization

Radim Blazek <radim.blazek@gmail.com>	2015-05-17

    QgsFeature and QgsGeometry serialization

pcav <cavallini@faunalia.it>	2015-05-18

    Uniform and informative output names for Processing (GRASS-r.* modules, take #2, up to r.report)

pcav <cavallini@faunalia.it>	2015-05-18

    Uniform and informative output names for Processing (GRASS-r.* modules, take #1, up to r.grow)

pcav <cavallini@faunalia.it>	2015-05-18

    Uniform and informative output names for Processing (GRASS-i.*modules)

pcav <cavallini@faunalia.it>	2015-05-18

    Uniform and informative output names for Processing (GDAL)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-17

    Add selected features only mode to QgsVectorLayer::getValues
    and getDoubleValues

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-17

    Truncate expression preview result in builder widget if too long

    Prevents window from resizing to extreme widths (fix #12433)

Nathan Woodrow <madmanwoo@gmail.com>	2015-05-17

    [FEATURE] Allow changing vector layer data source

Juergen E. Fischer <jef@norbit.de>	2015-05-16

    fix windows build

Radim Blazek <radim.blazek@gmail.com>	2015-05-16

    [GRASS][FEATURE] raster import via browser drag and drop

Radim Blazek <radim.blazek@gmail.com>	2015-05-15

    new class QgsNewNameDialog - ask for a new name showing conflicts with existing names

Radim Blazek <radim.blazek@gmail.com>	2015-05-15

    QgsRasterProjector::destExtentSize - calc destination extent and size from source

Radim Blazek <radim.blazek@gmail.com>	2015-05-11

    QGIS_PROVIDER_FILE: provider regexp pattern environment variable

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-14

    fix saga split rgb bands

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-14

    Add missing overrides

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-14

    Const correctness for QgsDistanceArea

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-14

    More QgsFields tests

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-13

    Fix tab order in ValueRelation widget config dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-13

    Boost test coverage of QgsField / QgsFields

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-13

    Generate unique variable names for python init form

    Fix #12676
    Fix #12711
    Fix #12729

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-13

    Allow changing the name of a drag and drop designer tab

    Fix #10724

rldhont <rldhont@gmail.com>	2015-04-30

    [BUGFIX] Relative path for GDAL subdataset

    For some raster layer, the datasource is not stored in the project as relative.
     It's the case for NETCDF, HDF4, HDF5, NITF and RADARSAT2 raster format.

    This patch keeps the datasource structure but updates the path part.

    It will be interesting to backport it to 2.8 branch.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-13

    Add python bindings for QgsWidgetWrapper

    Allows the usage of `widget.wrapper()` from a form's python init script.

volaya <volayaf@gmail.com>	2015-05-13

    [processing] Added packaging tests, to easily check that a qgis installation has Processing dependencies

Juergen E. Fischer <jef@norbit.de>	2015-05-12

    processing: fix interpretation of oracle layers (take II; followup f0daab9)

Martin Dobias <wonder.sk@gmail.com>	2015-05-12

    Prevent a crash if simplify tool is accidentally used for non-vector layer

Martin Dobias <wonder.sk@gmail.com>	2015-05-12

    PyQGIS: add conversion from QgsExpression::Node to subclasses

    This makes it possible to investigate expression node tree within Python

Juergen E. Fischer <jef@norbit.de>	2015-05-12

    postgres provider: avoid quering layer_styles if it doesn't exist

Sandro Santilli <strk@keybit.net>	2015-05-12

    Report checking and availablility of pointcloud (via debug)

Sandro Santilli <strk@keybit.net>	2015-05-12

    Write the pointcloud support check in a cleaner way

vmora <vincent.mora@oslandia.com>	2015-05-12

    add option to cropTransparent to allow centering
    use that in qgslayertreemodellegendnode

vmora <vincent.mora@oslandia.com>	2015-05-08

    Allow configurable icon sizes for legend tree nodes

Juergen E. Fischer <jef@norbit.de>	2015-05-12

    postgres provider: avoid point cloud error

Juergen E. Fischer <jef@norbit.de>	2015-05-11

    dxf export: fix detection of close polylines

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-11

    Add a const geometry getter to QgsFeature

Juergen E. Fischer <jef@norbit.de>	2015-05-10

    postgres provider: cast result of a subquery in min/max/uniqueValue(s) (fixes #12630; followup bf56457 ff)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-10

    Fix incorrect calculation of max in QgsStatisticalSummary

Radim Blazek <radim.blazek@gmail.com>	2015-05-10

    fixed grass and browser coverity warnings

Juergen E. Fischer <jef@norbit.de>	2015-05-09

    ogr provider: limit mysql driver to requested layer

Juergen E. Fischer <jef@norbit.de>	2015-05-09

    grass: fix relative path support for working database and vector layers (fixes #12725)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-09

    [symbology] Fall back to symbol style if data defined evaluation
    fails or is null.

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-09

    Small fix to QgsDataDefined implicit sharing

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-09

    [symbology] Fix potential crash with data defined symbols

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-08

    Fix doxygen error

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-08

    Implicit sharing for QgsDataDefined

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-08

    Add a method for creating a QgsDataDefined from a QgsDataDefinedButton

Juergen E. Fischer <jef@norbit.de>	2015-05-08

    replace pow10 with qPow (fixes #12717)

Juergen E. Fischer <jef@norbit.de>	2015-05-08

    oracle provider: fix srid detection (fixes #12674)

Juergen E. Fischer <jef@norbit.de>	2015-05-08

    doxymentation fix

Juergen E. Fischer <jef@norbit.de>	2015-05-07

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-05-07

    labeling: use transformation with datum

Paolo Cavallini <cavallini@faunalia.it>	2015-05-07

    Update rasterize.py

    Better default for output type. Fixes http://hub.qgis.org/issues/12695

Merge: c9897ab29f 8a9893428e
alexbruy <alexander.bruy@gmail.com>	2015-05-07

    Merge pull request #2033 from NaturalGIS/fix_12683

    fixes processing refactor fields for certain datatypes

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-07

    Fix missing map units in vector field widget

Sandro Mani <manisandro@gmail.com>	2015-05-07

    [FEATURE] Add scalebar sizing mode to fit a desired scalebar width (fix #8995)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-07

    Small data defined code cleanups

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-07

    Fix build

volaya <volayaf@gmail.com>	2015-05-07

    [processing] added box with console commands for gdal/ogr algs

volaya <volayaf@gmail.com>	2015-05-07

    [processing] parameter dialogs are now larger

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-07

    Avoid some ugly qgis-dev-bin window titles

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-07

    Revert "Use permissive parseColor method for evaluating data defined colors"

    This reverts commit 79c0d5b59da2b6b512820b130a6b2008bf02eec1.

    The change broke parsing of colors in the format 0,0,255,255

Merge: c6735cc893 15323b8b8b
Paolo Cavallini <cavallini@faunalia.it>	2015-05-07

    Merge pull request #2032 from NaturalGIS/remove_broken_r_scripts

    remove broken R scripts

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-07

    fixes processing refactor fields for certain datatypes

Etienne Trimaille <etienne.trimaille@gmail.com>	2015-05-07

    set the parameter table field optional

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-05-07

    remove broken R scripts

Paolo Cavallini <cavallini@faunalia.it>	2015-05-07

    Update InverseDistanceWeighted.txt

    Better default for SAGA IDW command

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-07

    Finer steps for some spin widgets in labelling

Juergen E. Fischer <jef@norbit.de>	2015-05-07

    wms server: include geometry type of layer in GetProjectSettings

Sandro Santilli <strk@keybit.net>	2015-05-06

    Add support for Pointcloud layers

Paolo Cavallini <cavallini@faunalia.it>	2015-05-06

    Update Slope,Aspect,Curvature.txt

    Backport from 2.1.3

Paolo Cavallini <cavallini@faunalia.it>	2015-05-06

    Update ShapestoGrid.txt

    Backport from 2.1.3

Merge: 410e6f36bf 48e9be96d6
volaya <volayaf@gmail.com>	2015-05-06

    Merge pull request #1990 from ricardogsilva/processing_provider_changes

    [Processing] Changed default value of argument updateList in Processing.addProvider

Merge: e58e8ac6bd 9d6b280a7e
volaya <volayaf@gmail.com>	2015-05-06

    Merge pull request #1997 from Gustry/delete-holes

    [Processing][Feature] Add new algo to remove holes in a polygon layer

Merge: c4eb1fb13b 70d390727c
volaya <volayaf@gmail.com>	2015-05-06

    Merge pull request #2028 from ninsbl/master

    Provide option for R_LIBS_USER in Processing

Merge: 6fbb2d6c26 b8c25251df
volaya <volayaf@gmail.com>	2015-05-06

    Merge pull request #1910 from radosuav/obt_fix

    [Processing] Fix bug in reading ParameterMultipleInput in OTB algorithms.

Merge: 79c0d5b59d d1985b3d34
volaya <volayaf@gmail.com>	2015-05-06

    Merge pull request #1965 from radosuav/processing_models

    [Processing]  Improve the robustness of models...

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-06

    Use permissive parseColor method for evaluating data defined colors

    Allows more flexible conversion of evaluated strings to color

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-06

    Replace use of expressions for symbology data defined properties
    with QgsDataDefined. Allows for direct use of fields and for
    deactivating data defined properties without loss of expression/
    specified field.

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-06

    Make it more obvious if a field is selected in a data defined button
    by ticking the "fields" submenu as well as the field

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-06

    Fix referenced columns from QgsDataDefined so that columns are
    returned even if expression was not sucessfully parsed (column
    names are still inferred during the expression preparation).

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-06

    Some improvements to QgsDataDefined and QgsDataDefinedButton:

    - enhanced methods for storing/retrieving QgsDataDefined in a
      string map
    - add method to QgsDataDefinedButton to update parameters for a
      QgsDataDefined
    - deprecate an unused method
    - const correctness

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-04-27

    fix offset curve: allow input in spinbox by switching to click-click mode

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-05-06

    user input fixes

    * fix crash when entering value from widget in rotation map tool use
    * initially display as floating
    * use same background color as info bar
    * fix auto adjust

Juergen E. Fischer <jef@norbit.de>	2015-05-06

    handle projects path with apostrophe (fixes #12691)

Juergen E. Fischer <jef@norbit.de>	2015-05-06

    postgres provider: ignore system columns

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-05

    Allow storing QgsField and QgsFields in a QVariant

Stefan Blumentrath <stefan.blumentrath@gmx.de>	2015-05-05

    Add .libPaths() to R scripts for Windows

    Hopefully a more proper attempt to fix http://hub.qgis.org/issues/11603 directly in processing by means of providing an option to define a path for user libraries on MS Windows. Not sure if this could be useful for other OSes too?

Stefan Blumentrath <stefan.blumentrath@gmx.de>	2015-05-05

    Add R_LIBS_USER option for windows

    Hopefully a more proper attempt to fix http://hub.qgis.org/issues/11603 directly in processing by means of providing an option to define a path for user libraries on MS Windows. Not sure if this could be useful for other OSes too?

Stefan Blumentrath <stefan.blumentrath@gmx.de>	2015-05-05

    Add R_LIBS_USER option for windows

    Hopefully a more proper attempt to fix http://hub.qgis.org/issues/11603 directly in processing by means of providing an option to define a path for user libraries on MS Windows. Not sure if this could be useful for other OSes too?

Juergen E. Fischer <jef@norbit.de>	2015-05-05

    fix windows build

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-05-05

    change user input toolbar to a user input dockwidget

Merge: 69aa115294 51c180b5db
Nathan Woodrow <madmanwoo@gmail.com>	2015-05-05

    Merge pull request #2024 from tecoholic/8212

    fixes #8212

Merge: eb964f9f36 57d5d0796e
Martin Dobias <wonder.sk@gmail.com>	2015-05-04

    Merge pull request #2026 from kiselev-dv/pull/osm-not-null

    Add not-null option for osm export

kiselev-dv <dmitry.v.kiselev@gmail.com>	2015-05-05

    fix typo

Merge: 8902a86fe4 314bf4e14d
kiselev-dv <dmitry.v.kiselev@gmail.com>	2015-05-04

    Merge branch 'master' of github.com:kiselev-dv/QGIS

kiselev-dv <dmitry.v.kiselev@gmail.com>	2015-05-04

    Add not null option for OSM export

kiselev-dv <dmitry.v.kiselev@gmail.com>	2015-05-04

    fix issues

Hugo Mercier <hugo.mercier@oslandia.com>	2015-04-01

    [DBManager] Add a 'create view' button

Hugo Mercier <hugo.mercier@oslandia.com>	2015-04-02

    [DBManager] Add fr translation for the query builder

Hugo Mercier <hugo.mercier@oslandia.com>	2015-03-30

    [DBManager] Integrate QSpatialite's query builder

Hugo Mercier <hugo.mercier@oslandia.com>	2015-03-27

    [DBManager] Allow to load a layer without primary key

Hugo Mercier <hugo.mercier@oslandia.com>	2015-03-26

    [DBManager] Allow non-spatial layers

Radim Blazek <radim.blazek@gmail.com>	2015-05-04

    [GRASS][FEATURE] delete raster map browser action

tecoholic <arun@arunmozhi.in>	2015-05-04

    fixes #8212

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-04

    Const correctness for QgsGeometry methods

Radim Blazek <radim.blazek@gmail.com>	2015-05-04

    GRASS test fix

Radim Blazek <radim.blazek@gmail.com>	2015-05-04

    [GRASS][feature] delete vector layer browser action

Merge: 72eb1aae97 51c5931bae
Martin Dobias <wonder.sk@gmail.com>	2015-05-04

    Merge pull request #1975 from rduivenvoorde/sldfix_11863

    Fixes #11863 (invalid SLD with negative values)

Hugo Mercier <hugo.mercier@oslandia.com>	2015-03-27

    Allow to open a spatialite table without primary key

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-22

    Allow Qt5::Positioning as alternative to QtMobility/QtLocation

vmora <vincent.mora@oslandia.com>	2015-05-04

    [FEATURE] Add diagram nodes to legends (fix #4255)

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-04

    Fix legend text not customisable for QgsSimpleLegendNode items

Merge: 6004c142eb edeafa95ac
kiselev-dv <dmitry.v.kiselev@gmail.com>	2015-05-04

    Merge branch 'master' of github.com:kiselev-dv/QGIS

kiselev-dv <dmitry.v.kiselev@gmail.com>	2015-05-04

    Add not null option for OSM export

Juergen E. Fischer <jef@norbit.de>	2015-05-03

    indentation and minor sip updates

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-03

    Add missing files from 96db1bd

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-03

    Allow expression functions to include 0 length parameter lists

    This change allows for some cleanups to the built in expression
    functions, by making it possible to differentiate variables
    (eg $feature) from functions which don't require parameters
    (eg uuid(), now()... ). Also adds aliases for uuid(), now(), and
    pi().

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-03

    Add alias support for expression functions

    Standardise naming of all internal functions to lowercase with
    underscore convention. Add aliases for old names to avoid
    breakage.

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-03

    Implicit sharing for QgsFields

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-03

    Add quartiles and IQR to QgsStatisticalSummary calculations

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-02

    Add QgsStatisticalSummary class for calculating stats from a list
    of values.

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-02

    Move methods for returning lists of values from a vector layer field
    or expression to QgsVectorLayer. Add unit tests.

Nyall Dawson <nyall.dawson@gmail.com>	2015-05-01

    Implement implicit sharing for QgsField

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-03-18

    Add rpm files to build Fedora/CentOS/RHEL packages

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-01

    Also let CMake find grass libs in default system location

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-05-01

    Propagate keyRelease event from main app window

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-30

    Bump acceptable doc coverage

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-30

    Fix missing doc strings due to invalid doxygen tags

Juergen E. Fischer <jef@norbit.de>	2015-04-30

    fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-30

    Set autoraise on browser dock info button

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-30

    Fix docs for QgsProjectionSelectionWidget

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-30

    Formatting and code cleanups for QgsScaleExpression

vmora <vincent.mora@oslandia.com>	2015-04-30

    Add QgsScaleExpression subclass for sized based expressions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-29

    Fix startup crash when python is not available

Radim Blazek <radim.blazek@gmail.com>	2015-04-29

    browser properties path/uri without spaces wrap

Radim Blazek <radim.blazek@gmail.com>	2015-04-29

    [GRASS] tools window made dockable

Radim Blazek <radim.blazek@gmail.com>	2015-04-29

    [FEATURE][browser] optional properties widget

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-04-29

    add a new tool bar for user input

    rotation map tool now uses it instead of message bar
    the idea of the user input toolbar can change (fixes crash when closing user input in message bar)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-28

    Reimplement QgsNetworkContentFetcher test with a local server

    Reduces false alarms in unit tests due to network problems

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-29

    Fix typos

Merge: c2fb5e19e2 f7e46ee59a
alexbruy <alexander.bruy@gmail.com>	2015-04-28

    Merge pull request #2017 from rldhont/processing_remove_print_from_help

    [processing] removing print statement from help method

rldhont <rldhont@gmail.com>	2015-04-28

    Removing print from help method

    I found a print in ModelerAlgorithm help method that causes some trouble
     for PyWPS-QGIS-Processing. I removed it.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-07

    Revert "Streamline singleton behavior"

    This reverts commit b4a85471978b59b129c0299dfd14c1af00fef743.

    The template based approach was not cross-platform friendly. When
    cross-compiling for Android it caused a new instance of every singleton per
    shared library.

    Mostly using the magic statics pattern instead now:
    See http://stackoverflow.com/a/11711991/2319028

    Important things to remember for crash on exit:

     * QgsNetworkAccessManager needs to die before QApplication
     * QgsMapLayerRegistry needs to be emptied before QgsProviderRegistry goes away

    And finally:
    DON'T USE SINGLETONS!
    They are for "one and only one" and not for "happens to be only one" situations.

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-04-28

    allow numerical input in rotation map tool

    * use a combo box to set the angle
    * allow snapping to angles (directly enabled when shift + click)
    * uses click-click behavior
    * rotation anchor is defined on CTRL+click and not on mouse move (TODO: snapping for anchor placement)

Merge: 9f2c544bff 3c22aff0b0
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-28

    Merge pull request #2014 from elpaso/hidpi-improvements

    Hidpi improvements

Richard Duivenvoorde <richard@duif.net>	2015-04-28

    Raise an error when an unary operator is used in combi with a non literal operand

    See https://github.com/qgis/QGIS/pull/1975 for discussion

elpaso <apasotti@gmail.com>	2015-04-28

    Fix usability issue in attributetable

    The height of rows is too small to see its
    contents on hidpi screens

elpaso <apasotti@gmail.com>	2015-04-28

    Fix usability issue in statusbar

    The height of scale and coordinates is too small to see its
    contents on hidpi screens

volaya <volayaf@gmail.com>	2015-04-28

    [processing] fixed rendering styles dialog

    fixes #12583

volaya <volayaf@gmail.com>	2015-04-28

    [processing] enabled inut checks for field calculator algorithm

    fixes #12586

volaya <volayaf@gmail.com>	2015-04-28

    [processing] fixed saga split rgb for 2.1.4

volaya <volayaf@gmail.com>	2015-02-12

    [processing] fixed wrong creation of error message in script algorithm

Merge: 0f35192f3f f9ee7a3b3d
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-28

    Merge pull request #1966 from olivierdalang/show_selected_features_ALL_IF_NO_SEL

    Filter the attribute table only by selection if there is one

    Fix #7541

vmora <vincent.mora@oslandia.com>	2015-04-27

    Add cropTransparent to QgsImageOperation, for cropping transparent
    borders from around an image

vmora <vincent.mora@oslandia.com>	2015-04-27

    Add assistant support to QgsDataDefinedButton

vmora <vincent.mora@oslandia.com>	2015-04-27

    Move prettyBreaks calculation to QgsSymbolLayerV2Utils

vmora <vincent.mora@oslandia.com>	2015-04-27

    Add method to create a QgsDataDefined from a string.

    Automatically analyses to determine whether the string refers to
    a column or is an expression.

vmora <vincent.mora@oslandia.com>	2015-04-27

    Add an isField test for QgsExpression

    Checks whether expression consists of solely a field reference

Merge: 09020dc136 f51941b79b
alexbruy <alexander.bruy@gmail.com>	2015-04-27

    Merge pull request #2008 from NaturalGIS/remove_grass_modules

    [processing] remove r.mapcalculator from GRASS7 modules

Merge: 5fe7f3d9fe b3d8fc2be9
alexbruy <alexander.bruy@gmail.com>	2015-04-27

    Merge pull request #2005 from NaturalGIS/fix_grass7_v_to_rast_attribute

    [processing] fix grass7 v.to.rast.attribute

Merge: b413271af7 ac2d817974
alexbruy <alexander.bruy@gmail.com>	2015-04-27

    Merge pull request #2004 from NaturalGIS/fix_grass7_slope_aspect

    [processing] fix grass7 r.slope.aspect

Merge: 80a65b9b1a b8dcb88101
alexbruy <alexander.bruy@gmail.com>	2015-04-27

    Merge pull request #2009 from NaturalGIS/remove_grass_v_distance

    [processing] remove v.distance as it can't work

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-26

    remove v.distance as it can't work

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-26

    remove r.mapcalculator from GRASS7 modules

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-26

    fix python error when using path with special chars in Processing/GRASS

Juergen E. Fischer <jef@norbit.de>	2015-04-26

    db manager: fix BaseError handing (fixes #12645)

Merge: e7e027944e 031f9a9fe9
Paolo Cavallini <cavallini@faunalia.it>	2015-04-26

    Merge pull request #2006 from NaturalGIS/grass7_better_default_raster_resolution

    better GRASS7 default raster resolution and fix r.composite

Paolo Cavallini <cavallini@faunalia.it>	2015-04-26

    Update GrassAlgorithm.py

    Better default cellsize for GRASS6

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-26

    better GRASS7 default raster resolution and fix r.composite

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-26

    fix grass7 v.to.rast.attribute

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-26

    fix also grass7 r.aspect and re-adds r.slope

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-26

    fix grass7 r.slope.aspect

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-24

    Minimize installed travis dependencies

Sandro Santilli <strk@keybit.net>	2015-04-24

    Make QgsPointLocator discard geometries that cannot be projected

    Fix #12634 (crash snapping in measure tool)
    To be backported to 2.8 branch

Radim Blazek <radim.blazek@gmail.com>	2015-04-23

    [GRASS] use always forward slash as dir separator

Radim Blazek <radim.blazek@gmail.com>	2015-04-23

    QgsMimeDataUtils::encode fix (escape also backslash)

Radim Blazek <radim.blazek@gmail.com>	2015-04-23

    [GRASS] more tests

Juergen E. Fischer <jef@norbit.de>	2015-04-22

    Properly handle non matching number of WMS styles and layers in WMS provider (inspired by PR #2001)

Sandro Santilli <strk@keybit.net>	2015-04-22

    Fix quoting of xfb-run invocation

    Works For Me (Ubuntu 14.04.2)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-22

    Followup b2ca7f, fix bad merge

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-22

    Improved placement for diagrams for line layers

    Previously the diagrams would often be displaced from the line
    (depending on the line orientation).

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-22

    Modernise diagram properties UI:

    Switch to stacked widget, QgsScaleRangeWidget, QgsFieldExpression
    widget, QgsDoubleSpinBoxes.

    Rearrange and reword controls to clarify their behaviour.

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-22

    Fix line placement flags for diagrams. Line placement options for
    PAL are flags, not an enum

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-22

    Start modernising diagram ui

Merge: 9c5cbd4373 c246fec2df
alexbruy <alexander.bruy@gmail.com>	2015-04-22

    Merge pull request #1998 from radosuav/missing_html_tags

    [processing] fix displaying result graphs

Juergen E. Fischer <jef@norbit.de>	2015-04-22

    osgeo4w: fix buildname (followup dec0ca5)

Juergen E. Fischer <jef@norbit.de>	2015-04-21

    fix where clause when multiple features are filtered by ids (fixes #12616, followup d1e23a6)

Juergen E. Fischer <jef@norbit.de>	2015-04-21

    osgeo4w: restore running Nightly for tests (followup 51a7317)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-22

    Fix crash on QgsDataDefined copy (fix #12027)

vmora <vincent.mora@oslandia.com>	2015-01-21

    Add unit test for QgsDataDefined copy

Merge: 8ccae4fef1 af64ae966f
alexbruy <alexander.bruy@gmail.com>	2015-04-21

    Merge pull request #1994 from bstroebl/bugInEliminate

    [processing] avoid run-time error in the Eliminate sliver polygons algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-21

    [processing] add "mode" to ZonalStatistics output. Contributed by Anton
    Biatov

Etienne Trimaille <etienne.trimaille@gmail.com>	2015-04-21

    [Processing][Feature] Add new algo to remove holes in a polygon layer

radosuav <rmgu@dhi-gras.com>	2015-04-21

    [Processing] Fix bug with displaying result graphs by adding <html> tags.

Sandro Mani <manisandro@gmail.com>	2015-04-20

    Add ORACLE_INCLUDEDIR, ORACLE_LIBDIR CMake variables

Juergen E. Fischer <jef@norbit.de>	2015-04-20

    doxymentaton: add 2.8 to main page

Juergen E. Fischer <jef@norbit.de>	2015-04-20

    fix doxymentation warnings

Juergen E. Fischer <jef@norbit.de>	2015-04-20

    processing: fix interpretation of oracle layers (fixes #12590)

    Funded by norbit.de

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-20

    Fix zonal stats not saving values to spatialite layers (fix #11849)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-20

    [FEATURE] Allow band selection for zonal stats plugin

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-20

    [FEATURE] Add extra statistics to zonal stats plugin (fix #4430)

    Adds median, standard dev, min, max, range, minority, majority
    and variety

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-20

    [FEATURE] Allow selection of wanted stats for zonal stats (fix #4429)

Merge: d78bc7d1b0 265c253995
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-20

    Merge pull request #1993 from manisandro/fldidx

    Fix primary key search uniqueness

    Duplicate suffix `_0` has not been detected previously

Juergen E. Fischer <jef@norbit.de>	2015-04-19

    osgeo4w: reflect version in nightly build name

Juergen E. Fischer <jef@norbit.de>	2015-04-17

    osgeo4w: fix running of grass test

Paolo Cavallini <cavallini@faunalia.it>	2015-04-17

    Update ShapestoGrid.txt

    Better default for saga rasterization

Juergen E. Fischer <jef@norbit.de>	2015-04-17

    remove unused button in categorized renderer ui

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-17

    Fix RelationReference widget

    previously it would not return any value when the content changed since 868eeb2

Juergen E. Fischer <jef@norbit.de>	2015-04-17

    indentation update

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-16

    Fix calculation of zonal stats when source contains nodata or nan
    pixels (fix #11135)

pcav <cavallini@faunalia.it>	2015-04-16

    Better default for COMPRESSTYPE in GDAL

Bernhard Ströbl <bernhard.stroebl@jena.de>	2015-04-16

    [PROCESSING] Avoid run-time error

    if intersection geometry is None (happens IMHO if geometries are not valid)

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-04-16

    doxygen: add missing gui directory for effects

Paolo Cavallini <cavallini@faunalia.it>	2015-04-16

    Update Slope,Aspect,Curvature.txt

    Better defaults for slope and aspect in saga:processing

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-13

    [processing] Select by atribute sum algorithm

Sandro Mani <manisandro@gmail.com>	2015-04-14

    Fix primary key search

Merge: cfe397e718 ed6d8dcab7
alexbruy <alexander.bruy@gmail.com>	2015-04-14

    Merge pull request #1992 from NaturalGIS/fix_grass7_v_generalize

    [processing] fix GRASS7 v.generalize

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-14

    fix GRASS7 v.generalize

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-14

    Better fix for ffd81f4, avoid unnecessary copies of geometry

Sandro Mani <manisandro@gmail.com>	2015-02-19

    Call QgsComposer::restoreComposerMapStates in QgsComposer:changeEvent,
    not in showEvent (latter does not work reliably with some window
    managers, such as openbox) (fix #6085)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-14

    Bump acceptable documentation coverage

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-04-13

    doxygen: add effects directory

Juergen E. Fischer <jef@norbit.de>	2015-04-13

    include server plugin api in doxygen

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-14

    Fix failing tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-13

    Fix diagrams not respecting canvas rotation

    Also fixes diagrams not showing for invalid polygons (fix #11955)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-13

    Followup 43f150d, fix labels always enabling with diagrams

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-13

    Fix scale dependant rendering of diagrams (fix #10700)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-13

    Fix incorrect calculation of priority for diagrams (fix #4692)

Juergen E. Fischer <jef@norbit.de>	2015-04-12

    fix grass script install

Juergen E. Fischer <jef@norbit.de>	2015-04-12

    fix coverity warnings

Juergen E. Fischer <jef@norbit.de>	2015-04-12

    yet another debian fix (followup 1dd8317)

Juergen E. Fischer <jef@norbit.de>	2015-04-12

    fix grass provider test (followup 7219336)

Juergen E. Fischer <jef@norbit.de>	2015-04-11

    debian packaging fix (followup 1a547d0)

Ricardo Garcia Silva <ricardo.garcia.silva@gmail.com>	2015-04-11

    changed default value of the updateList argument

Juergen E. Fischer <jef@norbit.de>	2015-04-11

    grass related debian packaging update

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-11

    Some UI tweaks to graduated renderer widget

Merge: 325b82423f ed784d94f9
alexbruy <alexander.bruy@gmail.com>	2015-04-11

    Merge pull request #1988 from NaturalGIS/master

    [processing] remove duplicate options from gdal_rasterize (fix #12538)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-11

    Fix setting min in raster histogram using mouse also zooms chart

Merge: 04324fd665 84af60ad56
Nyall Dawson <nyall.dawson@gmail.com>	2015-04-11

    Merge pull request #1974 from vmora/graduated_by_size

    [feature] graduated with varying size

Juergen E. Fischer <jef@norbit.de>	2015-04-10

    server: fix layer order in 'LayerDrawingOrder' (followup de5a3f5)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-10

    fix gdal_rasterize: remove duplicate options

Juergen E. Fischer <jef@norbit.de>	2015-04-10

    oracle spatial: use sdo_relate for exact intersect feature requests where oracle spatial is available

Juergen E. Fischer <jef@norbit.de>	2015-04-10

    osgeo4w: include python wrapper batch

Anatoliy Golubev <darth.naihil@gmail.com>	2015-04-10

    Fix QgsWmsDpiMode enum declaration

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-10

    [processing] set CRS for output grid (fix #12518)

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-10

    [processing] display X and Y labels on the scatterplot (fix #12095)

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-10

    [processing] save last used models/scripts directory (fix #12536)

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-10

    [processing] fix typo in the algorithm name (fix #12227)

Juergen E. Fischer <jef@norbit.de>	2015-04-10

    GRASS 6/7 build fixes:
    * fix build on windows
    * fix grass build on precise (using cmake <2.8.8, ie. without INCLUDE_DIRECTORIES target property)
    * support desktop & browser shortcut for GRASS 6/7 in OSGeo4W nightly build

pcav <cavallini@faunalia.it>	2015-04-10

    Better output names for SAGA models

pcav <cavallini@faunalia.it>	2015-04-10

    Better naming for GDAL outputs (partial fix for http://hub.qgis.org/issues/12542)

pcav <cavallini@faunalia.it>	2015-04-10

    Various fixes to Processing algs; fix for http://hub.qgis.org/issues/12537

vmora <vincent.mora@oslandia.com>	2015-03-30

    [feature] graduated with varying size

    The graduated symbol renderer now allows to use varying size instead of
    varying color.

    The classification remains the same an tabbed size/color in the gui
    allows the use to choose one type or the other.

pcav <cavallini@faunalia.it>	2015-04-10

    Better default for a Processing:SAGA module

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-10

    Followup 43f150d, don't show diagram warnings if diagrams disabled

    (fix #12532)

Paolo Cavallini <cavallini@faunalia.it>	2015-04-09

    Update ShapestoGrid.txt

    Better defaults for Shapes to grid

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-09

    bump version number of the Processing plugin to avoid masking by the
    version from repository

Merge: c801c503b2 7097a5035e
Alexander Bruy <alexander.bruy@gmail.com>	2015-04-09

    Merge branch 'fix-gdal_rasterize'

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-09

    remove duplicate condition

Merge: c801c503b2 5bc9a7ef35
Alexander Bruy <alexander.bruy@gmail.com>	2015-04-09

    Merge branch 'fix_gdal_rasterize' of https://github.com/NaturalGIS/QGIS into fix-gdal_rasterize

Merge: 33d973f5e4 f94d92f014
alexbruy <alexander.bruy@gmail.com>	2015-04-09

    Merge pull request #1976 from radosuav/otb_double_quotes

    [processing] avoid consecutive quotes when calling OTB algorithms

Merge: b83eb9f51c a23a30cb94
alexbruy <alexander.bruy@gmail.com>	2015-04-09

    Merge pull request #1980 from NaturalGIS/gdal_rasterize_to_write_over_existing_rasters

    [processing] add gdal_rasterize tool to easily allow write over existing raster (fix #12523)

Merge: 7d812dd0c2 c78374b66b
Paolo Cavallini <cavallini@faunalia.it>	2015-04-09

    Merge pull request #1984 from NaturalGIS/fix_saga_interpolations

    fix saga interpolations modules

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-09

    fix typo

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-09

    fix saga interpolations modules

Merge: 1973c97775 4548fbb3d0
Paolo Cavallini <cavallini@faunalia.it>	2015-04-09

    Merge pull request #1983 from NaturalGIS/fix_saga_catchment_area

    fix saga catchment area modules

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-09

    fix saga catchment area modules

Merge: dc7542cb51 d9f19deaff
Paolo Cavallini <cavallini@faunalia.it>	2015-04-09

    Merge pull request #1982 from NaturalGIS/fix_saga_shapes_to_grid

    fix saga shapes to grid

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-09

    fix saga shapes to grid

Merge: 7c419bf269 33655a0e5b
Paolo Cavallini <cavallini@faunalia.it>	2015-04-09

    Merge pull request #1981 from NaturalGIS/fix_saga_contour

    fix SAGA contour lines from grid

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-09

    fix SAGA contour lines from grid

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-09

    add gdal_rasterize tool to easily allow write over existing raster

Radim Blazek <radim.blazek@gmail.com>	2015-04-09

    [GRASS] test case

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-09

    better option text

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-04-09

    fix gdal rasterize when using an existing raster layer

Juergen E. Fischer <jef@norbit.de>	2015-04-09

    include pointer to message in connection error message (fixes #12526)

Juergen E. Fischer <jef@norbit.de>	2015-04-09

    remove outdated batch file

Juergen E. Fischer <jef@norbit.de>	2015-04-09

    server: fix 'LayerDrawingOrder' (fixes #12484)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-09

    Don't show label properties dialog for diagrams

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-09

    [FEATURE] Add checkbox to always show diagrams for a layer

    Unlike the global labeling setting this applies only to diagrams,
    and only for a single layer. Defaults to on. (fix #8706)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-09

    Fix diagrams with data defined placement not showing for transformed
    layers. Also fix move label tool not working for diagrams.

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-09

    Allow diagrams to be disabled without losing settings (fix #11288)

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-09

    Fix diagrams not initially showing when toggling on/off layers

Merge: 77ede9ca61 ed005c0172
Nyall Dawson <nyall.dawson@gmail.com>	2015-04-09

    Merge pull request #1978 from m-kuhn/composerremoved

    Add QgisInterface::composerRemoved signal

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-04-08

    Add QgisInterface::composerRemoved signal

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-08

    Boost unit test coverage of paint effects

Paolo Cavallini <cavallini@faunalia.it>	2015-04-08

    Update MultilevelB-SplineInterpolation(fromGrid).txt

    Partial fix for https://hub.qgis.org/issues/12519

Radim Blazek <radim.blazek@gmail.com>	2015-04-08

    Partially reverted 5e1b5a43 because it breaks GRASS create new mapset

Paolo Cavallini <cavallini@faunalia.it>	2015-04-08

    Update MultilevelB-SplineInterpolation.txt

    Partial fix for https://hub.qgis.org/issues/12519

Paolo Cavallini <cavallini@faunalia.it>	2015-04-08

    Update CatchmentArea(Parallel).txt

    Partial fix for https://hub.qgis.org/issues/12483

Paolo Cavallini <cavallini@faunalia.it>	2015-04-08

    Update CatchmentArea(FlowTracing).txt

Paolo Cavallini <cavallini@faunalia.it>	2015-04-08

    Update CatchmentArea(Recursive).txt

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-08

    Fix DPI scaling issue with paint effects and composer

Juergen E. Fischer <jef@norbit.de>	2015-04-07

    postgres data items: don't set srid for geometryless layers

radosuav <rmgu@dhi-gras.com>	2015-04-07

    [Processing] Avoid consecutive quotes when calling OTB algorithms.

Juergen E. Fischer <jef@norbit.de>	2015-04-07

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-04-07

    remove duplicate includes

    git grep -l "#include" src/ | while read f; do grep "#include" $f | sort | uniq -d |sed -e "s@^@$f:@"; done

Nyall Dawson <nyall.dawson@gmail.com>	2015-04-07

    Optimise some headers for compile speed

Radim Blazek <radim.blazek@gmail.com>	2015-04-02

    [GRASS] multi version build

Merge: f055db1e02 6850ce6205
Sandro Santilli <strk@keybit.net>	2015-04-07

    Merge pull request #1972 from naihil/rubberband-visibility-fix

    Don`t change current visibility flag of rubberband on updates

Juergen E. Fischer <jef@norbit.de>	2015-04-04

    map canvas: update sip bindings (followup c3321e5)

Juergen E. Fischer <jef@norbit.de>	2015-04-04

    db manager: fix setting of contrast enhancement for spatialite rasters (fixes #12497)

Richard Duivenvoorde <richard@duif.net>	2015-04-04

    Revert "dump unaryminus without space between operand"

    This reverts commit 6122a9fff7697658c61b9f909179c87517aed67a.

Juergen E. Fischer <jef@norbit.de>	2015-04-04

    fix translation string

Richard Duivenvoorde <richard@duif.net>	2015-04-03

    fix for #11863

    when a unary-minus is encountered, add a minus to the operand

Richard Duivenvoorde <richard@duif.net>	2015-04-03

    dump unaryminus without space between operand

Juergen E. Fischer <jef@norbit.de>	2015-04-02

    postgres provider: also apply filterWhereClause to feature iterators (fixes #12499 & #12500)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-04-02

    Fix typo

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-04-02

    Add checkbox to only load wfs features intersecting the current canvas extent. Funded by Sourcepole QGIS Enterprise

Anatoliy Golubev <darth.naihil@gmail.com>	2015-04-02

    Fix QgsRubberBand visibility behavior

    Visibility behavior stays the same as in QGIS 2.6
    Test included

rldhont <rldhont@gmail.com>	2015-03-31

    [BUGFIX] Update DatumTransformInfo on layerCrsChanged

    The QgsMapCanvas datumTransformInfo is not updated after a layerCrsChanged.
     This causes a bug in QGIS-Server which does not use the right srcAuthId.

    To update QgsMapCanvas datumTransformInfo, the user had to change the map
     canvas CRS or to disable/enable transform.

    This patch add a SLOT to the QgsMapLayer layerCrs Changed SIGNAL to update
     QgsMapCanvas datumTransformInfo.

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-02

    [processing] median calculation for zonal statistics

Merge: a844bfa174 9b83b53c79
Alexander Bruy <alexander.bruy@gmail.com>	2015-04-02

    Merge branch 'ftools-enhancements'

Alexander Bruy <alexander.bruy@gmail.com>	2015-04-02

    minor fixes

Merge: a844bfa174 fe3760032b
Alexander Bruy <alexander.bruy@gmail.com>	2015-04-02

    Merge branch 'master' of https://github.com/gbd-consult/QGIS into ftools-enhancements

    Conflicts:
            python/plugins/fTools/tools/doPointsInPolygon.py

Anatoliy Golubev <darth.naihil@gmail.com>	2015-04-01

    Don`t change current visibility flag of rubberband on updates

Sandro Santilli <strk@keybit.net>	2015-03-28

    Recompute rubberband extent on zoom/pan

    Fix #12392
    Includes testcase

Sandro Santilli <strk@keybit.net>	2015-03-31

    Scale icon and pen width with rubberband when computing rect

    Restores full 2.6 compatibility

Anatoliy Golubev <darth.naihil@gmail.com>	2015-03-31

    Fix invalid calculation of rubberband boundingRect

Radim Blazek <radim.blazek@gmail.com>	2015-04-01

    [GRASS] mutex function called by browser item (fixes crash in simultaneous loading, e.g. state restore)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-31

    Set useGui on Android

Radim Blazek <radim.blazek@gmail.com>	2015-03-31

    [GRASS] fix crash in browser when opening GRASS 6 mapset with GRASS 7

rldhont <rldhont@gmail.com>	2015-03-30

    [BUGFIX] In WFS GetFeature joined fields not are not returned

    In the WFS GetFeature Request, the joined fields are not returned. It's due to
     the use of provider instead of layer to retrieve all fields.

    The correction is to use layer->pendingFields() and layer->pendingAllAttributesList()

Juergen E. Fischer <jef@norbit.de>	2015-03-28

    dxf export: either use rgb or palette color (followup 9961095)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-30

    ValueRelation autocompleter: case insensitivity

Merge: 1cce091e17 9c2f5725a4
Nathan Woodrow <madmanwoo@gmail.com>	2015-03-30

    Merge pull request #1932 from ccrook/Field_calculator_expression_fix

    Fix #12257 - allow creation of expression field on delimited text layer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-29

    [FEATURE] Add lineedit with autocompleter for ValueRelation edit widget

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-29

    Add apply button to label properties dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-29

    UI Improvements to label properties dialog

    Add scroll area, collapsible group boxes so the dialog isn't so
    oversized.

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-29

    Add handling of null values to some widgets in label properties

    This allows clearing the data defined values for these properties,
    which nulls their attribute value and resets the property for
    that label to the layer's default value.

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-29

    Initially populate label properties dialog with data defined results

    ...even if the data defined property is set to an expression. Although
    the values can't be altered for expression based properties, it's
    still valuable to show the actual evaluated value for these
    properties (for troubleshooting data defined expressions, etc).

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-29

    More QgsUnitSelectionWidget cleanups

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-24

    [FEATURE] Add option to symbology to prevent clipping of features

    This option (located under the symbol advanced menu) disables the
    automatic clipping of lines/polygons to the canvas extent. In
    some cases this clipping results in unfavourable symbology (eg
    centroid fills where the centroid must always be the actual
    feature's centroid). (fix #9757)

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-28

    [FEATURE] Paint effects for layers and symbol layers

    This commit adds a new framework for implementing paint effects, which
    modify the results of QPainter operations to apply visual effects
    such as drop shadows and blurs.

    The initial implementation allows for effects to be applied to entire
    layers and individual symbol layers.

    Included are a drop shadow, inner shadow, blur, inner glow, outer glow,
    colorise and transform effect. A "stack" effect is also implemented
    which allows other paint effects to be combined in various ways.

    Sponsored by hundreds of generous kickstarter contributors!

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-18

    Possible fix for placement of labels with offset from point mode and rotation (refs #12217)

Juergen E. Fischer <jef@norbit.de>	2015-03-27

    dxf export:
    * reinstate palette colors, but exclude black/white
    * fix hatch transparency
    * fix active (initial) v(iew)port

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-24

    Add unit tests for virtual fields

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-24

    Make virtual fields updatable

    Fix #11547
    Fix #10994

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-18

    Show current expression of virtual fields

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-20

    Add filter chaining to the pre-filters of the relation reference wdg

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-17

    Add pre-filters to relation reference widget

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-16

    Add "filter fields" configuraiton option to relation reference widget

olivierdalang <olivier.dalang@epfl.ch>	2015-03-26

    [feature] filter the attribute table only if there is a selection (feature #7541)

Merge: 837c7ee8d3 4a52750a48
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-26

    Merge pull request #1964 from mhugo/fix_querybuilder_joins2

    Allow provider-level filtering (subset string) on layers with joined fields

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-26

    [composer] Don't redraw map if layers change and map is set to cached

    Previously map was being redrawn every time a layer was added or
    removed from the registry, which blocked the ui until the map
    redraw is complete.

    Now the map will only be redrawn as a result of layer changes
    if it's set to Render mode.

    Possible fix for 12234 and 12125. (refs #12234, #12125)

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-26

    [composer] Smaller step for attribute table spin widgets

Juergen E. Fischer <jef@norbit.de>	2015-03-25

    postgres provider: fix retrieval of default values from other schemes (fixes #12447)

radosuav <rmgu@dhi-gras.com>	2015-03-25

    [Processing]  Improve the robustness of models when the parameters in the included algorithms change

Hugo Mercier <hugo.mercier@oslandia.com>	2015-02-18

    Allow provider-level filtering on layers with joined fields (fix conflicts)

Juergen E. Fischer <jef@norbit.de>	2015-03-24

    ftools: fix strings and add to translation (fixes #9970)

Juergen E. Fischer <jef@norbit.de>	2015-03-24

    raster calculator: add logarithmic functions

Juergen E. Fischer <jef@norbit.de>	2015-03-24

    server: accept empty bbox as valid (followup 57046c5, fixes #12440)

Juergen E. Fischer <jef@norbit.de>	2015-03-24

    dxf export: fix data defined outline color of simple markers

Juergen E. Fischer <jef@norbit.de>	2015-03-24

    include qgslayerdefinition.sip in bindings

Martin Dobias <wonder.sk@gmail.com>	2015-03-24

    Do not mark python plugins as broken in plugin installer when having dash in the name

    Although plugin with a dash in the name is not a correct python package name,
    the qgis python support recognizes them as valid plugins - so let's have the same
    behavior in the installer.

Merge: 25e4e4d3d6 d2d1d513b5
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-24

    Merge pull request #1960 from manisandro/nitpick

    Don't store QGis::WkbType in int

Juergen E. Fischer <jef@norbit.de>	2015-03-20

    dxf export:
    * switch to rgb colors only (fixes black/white issues)
    * fix drawing of polygon outlines
    * distiguish polygon outlines from filled polygons in paint engine (fixes
      #12368)

Juergen E. Fischer <jef@norbit.de>	2015-03-23

    update_ts.sh: include locations

Juergen E. Fischer <jef@norbit.de>	2015-03-23

    expressions: fix modulo 0 crashes (fixes #12431)

Sandro Mani <manisandro@gmail.com>	2015-03-23

    Don't store QGis::WkbType in int

Juergen E. Fischer <jef@norbit.de>	2015-03-23

    osm export: add buttons to select/unselect all tags

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-23

    Standardise use of red minus icon (fix #12425)

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-22

    Clean up API for QgsUnitSelectionWidget

    Makes the widget easier to use, avoids duplicate code

Chris Crook <ccrook@linz.govt.nz>	2015-03-22

    Adding lonlong to types advertised by delimited text provider

Chris Crook <ccrook@linz.govt.nz>	2015-03-22

    Fixed timing/dangling pointer error in delimited text provider

Merge: 297a94fc58 99e6a6253f
Chris Crook <ccrook@linz.govt.nz>	2015-03-22

    Merge branch 'carolinux-5605-types'

Chris Crook <ccrook@linz.govt.nz>	2015-03-22

    Removing processing of extraneous blank fields and enlarged arrays

Chris Crook <ccrook@linz.govt.nz>	2015-03-22

    Adapting longlong test to general type inference test

Nathan Woodrow <madmanwoo@gmail.com>	2015-03-21

    Fix formatting of db manager python code

Merge: 250eb744fd 48591dffbb
Chris Crook <ccrook@linz.govt.nz>	2015-03-21

    Merge branch '5605-types' of git://github.com/carolinux/QGIS into carolinux-5605-types

Juergen E. Fischer <jef@norbit.de>	2015-03-20

    better fix for 8c8a9e07

Larry Shaffer <larrys@dakotacarto.com>	2015-03-20

    Set GDAL env vars for when gdal lib is bundled in app on Mac

Juergen E. Fischer <jef@norbit.de>	2015-03-20

    server: fix parsing of bbox numbers in scientific notation containing +
    (reverts 905561f)

Juergen E. Fischer <jef@norbit.de>	2015-03-20

    server: deduce service wms from request if not explictly given (SERVICE not mandatory for WMS GetMap / GetFeatureInfo)

Larry Shaffer <larrys@dakotacarto.com>	2015-03-19

    Redo "server: stop processing after 'no REQUEST' exception (fixes #11543)" from 1d3f8a7

    - Accidentally removed during merge conflict in 670719c?

Larry Shaffer <larrys@dakotacarto.com>	2015-03-19

    Fix typo about becoming a translator

Merge: e57136ccb8 f17755cec4
Tom Kralidis <tomkralidis@gmail.com>	2015-03-19

    Merge branch 'master' of https://github.com/QGIS/qgis

Tom Kralidis <tomkralidis@gmail.com>	2015-03-19

    [MetaSearch] adjust current tab index on init

Juergen E. Fischer <jef@norbit.de>	2015-03-19

    indentation update

Tom Kralidis <tomkralidis@gmail.com>	2015-03-19

    [MetaSearch] add overwrite OWS connection naming setting and logic (#12327)

Juergen E. Fischer <jef@norbit.de>	2015-03-19

    postgres provider:
    * further boost field retrieval
    * avoid errornous queries, when no tableoid were found
    * cache default values

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-19

    Implement smoothing algorithm for geometries

Juergen E. Fischer <jef@norbit.de>	2015-03-19

    [FEATURE] warn on save if last modification date of a loaded project changed

carolinux <karolina.alexiou@teralytics.ch>	2015-03-19

    Added testcase for longs

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-19

    Add methods for comparison of QgsPoint, QgsPolyline and QgsPolygon
    These methods allow for fuzzy comparison of coordinates with a
    specified tolerance.

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-19

    Fix shortcut keys in attribute table dialog (fix #12272)

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-19

    [FEATURE] Add follow point alignment for multiline labels

    When set to this mode, text alignment for labels will be dependant
    on the final placement of the label relative to the point. Eg, if
    the label is placed to the left of the point then the label will
    be right aligned, and if it is placed to the right of the point
    then the label will be left aligned.
    (fix #11153)

Juergen E. Fischer <jef@norbit.de>	2015-03-19

    also update INSTALL.t2t output files (followup d53fbe8)

Merge: 65378e6a10 d53fbe88b7
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-19

    Merge pull request #1953 from carolinux/doc-fix

    Minor: Install instructions for debug mode

carolinux <karolina.alexiou@teralytics.ch>	2015-03-19

    #5605 Support for long/longlong types

Juergen E. Fischer <jef@norbit.de>	2015-03-19

    vector layer: connect missing edit buffer signals

Merge: b8dc08f8ef 54ce784d31
Nyall Dawson <nyall.dawson@gmail.com>	2015-03-19

    Merge pull request #1956 from Gustry/add-way

    [db manager] add 'way' to geometry column

Juergen E. Fischer <jef@norbit.de>	2015-03-18

    debian packaging: create LICENSE link (fixes #12400)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-18

    Close attribute dialog when layer is removed

    Fix #12336

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-18

    Find qwt6-qt4 library

    Fix #12374

Etienne Trimaille <etienne.trimaille@gmail.com>	2015-03-18

    add 'way' to geometry column name'

Juergen E. Fischer <jef@norbit.de>	2015-03-18

    edit widgets: keep default values of new feature's attributes until they are added
    (fixes #12391 & #12386)

carolinux <karolina.alexiou@teralytics.ch>	2015-03-18

    Added instructions for compiling qgis in debug mode for development

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-18

    Custom widgets: make sure config can loaded from the project

    Apparently sip cannot handle private virtual methods

Martin Dobias <wonder.sk@gmail.com>	2015-03-18

    Allow data items from plugins

Martin Dobias <wonder.sk@gmail.com>	2015-03-18

    Fix crash on startup if PyQGIS fails to load

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-18

    Avoid creating 3 identical label candidates in offset point mode

    ...should speed up label position calculation

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-18

    Fix grid annotation distance not restored in dialog (fix #11991)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-17

    Don't try to connect to null action (removes a warning)

Juergen E. Fischer <jef@norbit.de>	2015-03-17

    qoci spatial driver: cleanup session & connection when login failed

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-17

    Fix heatmap renderer not working for reprojected layers (fix #12362)

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-17

    Fix tooltip for scale from canvas button

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-17

    Ignore position of thousands seperators when editing scale combo box

    ... be more permissive about the conversion from string to number
    after a value is entered in the combo box (fix #12385)

pcav <cavallini@faunalia.it>	2015-03-17

    Added to contributors

Merge: 554a63aa5b 66335b090f
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-16

    Merge pull request #1948 from NaturalGIS/add_fix_credits

    add myself to map, fix my email address, add myself to contributors

Werner Macho <werner.macho@gmail.com>	2015-03-16

    adding french translators

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-17

    Add some missing overrides

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-03-16

    add myself to map, fix my email address, add myself to contributors

Tom Kralidis <tomkralidis@gmail.com>	2015-03-16

    [MetaSearch] allow for overwriting OWS connections, or assiging to serialized string

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-16

    Minor fixes for select referenced feature map tool

     * Message on the message bar correctly formatted
     * Esc button to deactivate also works without first clicking on the canvas

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-16

    Fix power validity test in raster calculator (fix #11278)

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-16

    Remember last used directory for raster save as dialog (fix #6950)

Tom Kralidis <tomkralidis@gmail.com>	2015-03-13

    add myself to map

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-03-12

    [joins] editing keeps the same order and selection in GUI

Radim Blazek <radim.blazek@gmail.com>	2015-03-12

    GRASS 7.0.0 API change

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-03-11

    fix joins edition (do not loose target field)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-03-11

    Do not link qgis_core against qscintilla

Juergen E. Fischer <jef@norbit.de>	2015-03-11

    offline editing: keep subset filter (hello from FOSSGIS)

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-03-10

    [joins] prevent joining an already joined layer
    also fix crash when editing a join with all fields joined

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-03-10

    [joins] allow edition of joins in layer properties

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-10

    Add some GDAL provider unit tests...

    (...doing penance for my 2.8 sins)

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-10

    Followup 914ecc, also fix calculation of srcDataType

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-03-10

    [joins] display prefix and joined fields in layer properties

Juergen E. Fischer <jef@norbit.de>	2015-03-10

    attribute table: ShowVisible behaviour mode
    * change 'show all' action text
    * add note to the window title
    * also ignore mode for geometryless tables

    (fixes #12318)

Juergen E. Fischer <jef@norbit.de>	2015-03-10

    postgres provider: also cast field expressions to text (fixes #12346)

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-10

    Followup 5d15a07, also fix edit role

Juergen E. Fischer <jef@norbit.de>	2015-03-09

    release.pl: point releases don't require new pictures

Werner Macho <werner.macho@gmail.com>	2015-03-09

    Adding romanian translators as per request from the language coordinator

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2015-03-09

    updated names of swedish translators as requested by language coordinator

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2015-03-09

    fix arm build

Tom Kralidis <tomkralidis@gmail.com>	2015-03-08

    Update connections-default.xml

Merge: a3811ecf8f 31e57d03ff
Tom Kralidis <tomkralidis@gmail.com>	2015-03-08

    Merge pull request #1942 from ninsbl/master

    Update connections-default.xml

Bas Couwenberg <sebastic@xs4all.nl>	2015-02-27

    Update copyright years for Tom Kralidis, MetaSearch is (C) 2014.

Juergen E. Fischer <jef@norbit.de>	2015-03-07

    fix precise builds

Juergen E. Fischer <jef@norbit.de>	2015-03-07

    add LD_LIBRARY_PATH note to INSTALL

Merge: 0be193d6f7 c68e60427c
Jürgen Fischer <jef@norbit.de>	2015-03-07

    Merge pull request #1943 from sebastic/pyspatialite

    Don't build internal pyspatialite on Debian jessie & sid

Merge: 37a7831d2a 88e1d7afde
Nyall Dawson <nyall.dawson@gmail.com>	2015-03-07

    Merge pull request #1938 from manisandro/dangling

    Don't keep dangling pointers in QgisApp::mPrintComposers

Bas Couwenberg <sebastic@xs4all.nl>	2015-03-06

    Don't build internal pyspatialite on Debian jessie & sid, python-pyspatialite package is instead.

Juergen E. Fischer <jef@norbit.de>	2015-03-06

    expression builder widget: save scripts in the same mode they are loaded
    (avoids adding empty lines on every save on windows)

Juergen E. Fischer <jef@norbit.de>	2015-03-06

    postgres provider: cosmetics (followup 09f410c)

Sandro Mani <manisandro@gmail.com>	2015-03-05

    Greatly decrease the number of round-trips to the postgres server performed when reading and creating fields in the postgres provider

Stefan Blumentrath <stefan.blumentrath@gmx.de>	2015-03-06

    Update connections-default.xml

     Add some nordic CSW  to default list, name them systematically, and change to new URL for Norway

Nyall Dawson <nyall.dawson@gmail.com>	2015-03-06

    Fix incorrect data type for GDAL layers with gain/offset (fix #11573)

    Test was incorrectly checking for both offset and gain, when it
    should have been testing for either.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-03-05

    Server: fix bug with multiple joins

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-03-05

    fix inline editing of scales in rule based renderer

Juergen E. Fischer <jef@norbit.de>	2015-03-05

    osgeo4w: also remove nightly shortcuts

Juergen E. Fischer <jef@norbit.de>	2015-03-05

    osgeo4w: add '(Nightly)' to the nightly build shortcuts

Alexander Bruy <alexander.bruy@gmail.com>	2015-03-04

    [processing] fix handling of "Check for edge contamination" option in
    TauDEM algorithms

Martin Dobias <wonder.sk@gmail.com>	2015-03-05

    Allow 3rd-party data item providers to be plugged

Martin Dobias <wonder.sk@gmail.com>	2015-03-04

    Allow data item's icon name to directly reference an icon (outside theme)

Martin Dobias <wonder.sk@gmail.com>	2015-03-04

    Fix QgsDataItem python bindings - transfer of ownership

Martin Dobias <wonder.sk@gmail.com>	2015-03-04

    Browser: Abstract creation of custom data items into QgsDataItemProvider

Alexander Bruy <alexander.bruy@gmail.com>	2015-03-02

    [processing] TauDEM provider overhaul

     - add new TauDEM 5.1.2/5.2 tools: Gage watershed, TWI and Select GT
       Threshold
     - implement support for multifile TauDEM version
     - allow to use single- and multifile versions simultaneously

    Work done for Faunalia (http://faunalia.eu)

Alexander Bruy <alexander.bruy@gmail.com>	2015-03-04

    [processing] fix error in MultipleFileInput selector when user press
    Cancel button

Juergen E. Fischer <jef@norbit.de>	2015-03-04

    postgres provider: use min()/max() before casting (followup bf56457; fixes #12306)

Merge: 2844005e80 b5665872a6
volaya <volayaf@gmail.com>	2015-03-04

    Merge pull request #1939 from gioman/fix_saga_213_kernel

    fix SAGA 2.1.3 Kernel Density Estimation

Juergen E. Fischer <jef@norbit.de>	2015-03-04

    postgres provider: disable editing of existing features when ctid is key

Juergen E. Fischer <jef@norbit.de>	2015-03-03

    postgres provider: restore behaviour to keep 3d wkb (refs #9651,
    followup bd311c8)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-03-03

    fix SAGA 2.1.3 Kernel Density Estimation

Sandro Santilli <strk@keybit.net>	2015-03-03

    Only scan for dimension if it is not already known as needing force2d

    Also force 2d on 3d input

Sandro Santilli <strk@keybit.net>	2015-03-03

    Use ST_Force2D from PostGIS-2.1.0 up

Sandro Santilli <strk@keybit.net>	2015-03-03

    Add comment about possible pending bug in force2d need detection

Sandro Santilli <strk@keybit.net>	2015-03-03

    Detect number of dimensions for tables with unconstrained type

    Fixes #9748

Sandro Mani <manisandro@gmail.com>	2015-03-03

    Don't keep dangling pointers in QgisApp::mPrintComposers

Juergen E. Fischer <jef@norbit.de>	2015-03-01

    release.pl: add tagging of long term release

Juergen E. Fischer <jef@norbit.de>	2015-03-01

    translation string fix

Merge: 3628b43a84 1fd43c44f1
alexbruy <alexander.bruy@gmail.com>	2015-03-01

    Merge pull request #1935 from gioman/processing_ogr_better_quotes

    better quotes in processing/ogr import to postgis tools

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-03-01

    better name for tool

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-03-01

    better quotes in processing/ogr import to postgis tools

Juergen E. Fischer <jef@norbit.de>	2015-02-28

    dxf2shp cleanup:
    * save block inserts in separate shape instead of expanding it
      once at the first insertion (also removes GPL-2 only code)
    * update dxflib to 3.7.5 (usable under GPL-2+)

Juergen E. Fischer <jef@norbit.de>	2015-02-27

    composer attribute table: fix changing header font (fixes #12233)

Tom Kralidis <tomkralidis@gmail.com>	2015-02-27

    [MetaSearch]: fix default connections testing, write out connection XML to file instead

Tom Kralidis <tomkralidis@gmail.com>	2015-02-27

    [MetaSearch]: add error handling for paging workflows

Tom Kralidis <tomkralidis@gmail.com>	2015-02-27

    [MetaSearch]: include version in window title

Tom Kralidis <tomkralidis@gmail.com>	2015-02-27

    only check connections XML if file can be parsed

Tom Kralidis <tomkralidis@gmail.com>	2015-02-27

    [MetaSearch]: use OWSLib for connection testing, add task to build CSW connection file

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-27

    Fix handling of warped VRT (refs #12264)

    Loading of rasters requiring warped VRTs was broken, but the heatmap
    plugin is still creating incorrect outputs which needs to be fixed.

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-27

    Avoid Qt warning on startup

    ...by not trying to add a map item to canvas twice

Tom Kralidis <tomkralidis@gmail.com>	2015-02-26

    safeguard cases where the CSW record output is erroneous

Chris Crook <ccrook@linz.govt.nz>	2015-02-27

    Fix #12257 - allow creation of expression field on delimited text layer

Alexander Bruy <alexander.bruy@gmail.com>	2015-02-26

    [processing] correctly handle tiny polygons smaller than raster cell
    size in Hypsometric curves algorithm (fix #12278)

Merge: 919b8b6183 63f612f9fe
Chris Crook <ccrook@linz.govt.nz>	2015-02-26

    Merge pull request #1931 from ccrook/delimited_text_field_types

    Adding missing type definitions to delimited text provider

Chris Crook <ccrook@linz.govt.nz>	2015-02-26

    Adding missing type definitions to delimited text provider

Juergen E. Fischer <jef@norbit.de>	2015-02-26

    fix measurement dialog translation (fixes #12262)

Juergen E. Fischer <jef@norbit.de>	2015-02-26

    remove obsolete python ts removal

Merge: 97ace3cf38 159f577583
Jürgen Fischer <jef@norbit.de>	2015-02-25

    Merge pull request #1930 from sebastic/debian

    Add dependency on libqgis-server to libqgis-dev.

Juergen E. Fischer <jef@norbit.de>	2015-02-25

    debian packaging fix (fixes #11465)

Bas Couwenberg <sebastic@xs4all.nl>	2015-02-25

    Add dependency on libqgis-server to libqgis-dev.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-02-25

    Fix a const...

Juergen E. Fischer <jef@norbit.de>	2015-02-25

    use PyQt4 where deprecated pyqtconfig is unavailable (fixes #10596 and fixes #11465)

Juergen E. Fischer <jef@norbit.de>	2015-02-25

    debian packaging updates

Juergen E. Fischer <jef@norbit.de>	2015-02-25

    documentation updates

Bas Couwenberg <sebastic@xs4all.nl>	2015-02-25

    * Update copyright file.
     - Add additional copyright holders to general files section
     - Add copyright years to general files section
     - Order copyright holder by year
     - Group files sections
     - Sort groups files sections alphanumerically
     - Document copyright holders & licenses for external modules
     - Add license specifications for: Apache-2.0, BSD-2-Clause,
       dxflib-Commercial-License, GPL-2, LGPL-2.1+, QT-Commericial,
       LGPL-2.1 with Digia Qt LGPL Exception 1.1 & GPL-3.
    * Remove extra license file for MetaSearch plugin.
    * Install libqgis_server.so in libqgis-dev.
    * Install schemaExtension.xsd in qgis-server.
    * Install contributors.json & developersmap.html in qgis-common.

Sandro Santilli <strk@keybit.net>	2015-02-25

    Rotation in map canvas is activated by default

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-25

    Fix zoom out map tool (fix #12242)

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-25

    Make new scratch layer editable by default

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-25

    Suppress attribute form popup if layer has no fields

    Prevents empty form popup for layers with no fields (eg memory layers).
    If desired, this behaviour can be overriden by the layer's feature
    form suppress option, eg if form has python logic which makes it useful
    even with no fields.

    (fix #10775)

Salvatore Larosa <lrssvtml@gmail.com>	2015-02-25

    [bookmark] use preset values instead of header name for tags when exporting in xml file

Salvatore Larosa <lrssvtml@gmail.com>	2015-02-24

    Revert "[bookmark] fix translation string: fixes to avoid an empty bookmark name on import when system locale is different from english"

    This reverts commit 6dda391be4a1a745a9b09591bd4f7d8f21856893.

Alexander Bruy <alexander.bruy@gmail.com>	2015-02-25

    [processing] add method for generating help for single algorithm

Merge: 0b874ce3a9 701cd1ca3a
Tom Kralidis <tomkralidis@gmail.com>	2015-02-24

    Merge pull request #1926 from geopython/master

    MetaSearch: fix plugin zipfile

Tom Kralidis <tomkralidis@gmail.com>	2015-02-24

    MetaSearch: fix plugin zipfile

Merge: a292914cc4 94f9ae2359
Tom Kralidis <tomkralidis@gmail.com>	2015-02-24

    Merge branch 'master' of https://github.com/QGIS/qgis

Tom Kralidis <tomkralidis@gmail.com>	2015-02-24

    MetaSearch: update release version

Tom Kralidis <tomkralidis@gmail.com>	2015-02-24

    MetaSearch: fix help link, pep8

Tom Kralidis <tomkralidis@gmail.com>	2015-02-24

    MetaSearch: fix help link

Tom Kralidis <tomkralidis@gmail.com>	2015-02-24

    delete MetaSearch locale now that it is managed in QGIS core Transifex

Salvatore Larosa <lrssvtml@gmail.com>	2015-02-24

    [bookmark] remember last used directory on import/export

Salvatore Larosa <lrssvtml@gmail.com>	2015-02-24

    [bookmark] write correctly the extent in tbl_bookmarks

Salvatore Larosa <lrssvtml@gmail.com>	2015-02-24

    [bookmark] fix translation string: fixes to avoid an empty bookmark name on import when system locale is different from english

Juergen E. Fischer <jef@norbit.de>	2015-02-24

    fix crash on exit

Juergen E. Fischer <jef@norbit.de>	2015-02-24

    update QgsAttributeDialog sip bindings (fixes #12248)

Tom Kralidis <tomkralidis@gmail.com>	2015-02-24

    update release packaging to be built from QGIS core

Merge: c1e1a7ed93 be07f239e9
Alexander Bruy <alexander.bruy@gmail.com>	2015-02-24

    Merge branch 'geometry-less-import'

Alexander Bruy <alexander.bruy@gmail.com>	2015-02-24

    formatting fixes

Merge: c1e1a7ed93 53712c78b5
Alexander Bruy <alexander.bruy@gmail.com>	2015-02-24

    Merge branch 'processing_import_geomless_tables_in_postgresql_2' of https://github.com/gioman/QGIS into geometry-less-import

    Conflicts:
            python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py

Merge: 8ab014d4f8 b4f25684ae
Alexander Bruy <alexander.bruy@gmail.com>	2015-02-24

    Merge branch 'ogr-tools'

Alexander Bruy <alexander.bruy@gmail.com>	2015-02-24

    make parameter descriptions translatable

Merge: 8ab014d4f8 a6af682b8b
Alexander Bruy <alexander.bruy@gmail.com>	2015-02-24

    Merge branch 'new_processing_ogr_tools' of https://github.com/gioman/QGIS into ogr-tools

Merge: b7ad288c77 5260ef3992
Alexander Bruy <alexander.bruy@gmail.com>	2015-02-24

    Merge branch 'gdal_calc'

Alexander Bruy <alexander.bruy@gmail.com>	2015-02-24

    unify algorithm name and source file name, formatting fixes

Merge: b7ad288c77 67e4a9a170
Alexander Bruy <alexander.bruy@gmail.com>	2015-02-24

    Merge branch 'processing_add_gdal_raster_calc' of https://github.com/gioman/QGIS into gdal_calc

    Conflicts:
            python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py

Merge: 33c6051f58 bf08b7b871
alexbruy <alexander.bruy@gmail.com>	2015-02-24

    Merge pull request #1924 from gioman/processing_add_gdal_tileindex

    [processing] add gdal tileindex

Juergen E. Fischer <jef@norbit.de>	2015-02-24

    debian packaging fix

Juergen E. Fischer <jef@norbit.de>	2015-02-24

    fix build (followup 6de2828)

Juergen E. Fischer <jef@norbit.de>	2015-02-24

    remove debug output (followup 6de2828)

Juergen E. Fischer <jef@norbit.de>	2015-02-24

    fix wmts (fixes #12241; followup 1e97b62c)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-24

    processing: add gdal tileindex

Merge: 0ccc07af0e 6c142ede0a
Jürgen Fischer <jef@norbit.de>	2015-02-23

    Merge pull request #1923 from sebastic/debian

    Debian packaging improvements

Bas Couwenberg <sebastic@xs4all.nl>	2015-02-23

    Also install scalable icons.

Bas Couwenberg <sebastic@xs4all.nl>	2015-02-23

    Fix libqgis-customwidgets package name in dh_makeshlibs override, doesn't contain ABI anymore.

Juergen E. Fischer <jef@norbit.de>	2015-02-23

    raster calculator fixes (fixes #12238)
    * GDALGetGeoTransform failures can be ignored (partly reverts 0080f9e)
    * handle quoted raster references
    * don't complain if the output file is not yet set

Bas Couwenberg <sebastic@xs4all.nl>	2015-02-23

    Add upstream metadata.

Bas Couwenberg <sebastic@xs4all.nl>	2015-02-23

    Update watch file, add version mangle.

Bas Couwenberg <sebastic@xs4all.nl>	2015-02-23

    Remove unused substitution variable.

Bas Couwenberg <sebastic@xs4all.nl>	2015-02-23

    Update copyright file.

    Changes:
    - Remove unused Files paragraph for the python plugin_installer
    - Fix qwtpolar-1.0 typo
    - Remove unused License paragraph for Apache-2.0
    - Add License paragraph for Zlib

Tom Kralidis <tomkralidis@gmail.com>	2015-02-23

    prevent CSW connection names with "/" to be set

Merge: f9c1db8073 8d87f35304
volaya <volayaf@gmail.com>	2015-02-23

    Merge pull request #1921 from anitagraser/patch-7

    [processing]Fixed wrong output layer

Tom Kralidis <tomkralidis@gmail.com>	2015-02-23

    remove '/' from UNEP GRID CSW to prevent incorrect setting in Windows Registry on init

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-02-17

    Rename feature info parameters

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-02-16

    [FEATURE]: possibility to set WMS featureInfo tolerance in request. Funded by city of Uster

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-23

    Coverity fixes (uninitialised members, uncaught exceptions)

Anita Graser <anitagraser@gmx.at>	2015-02-22

    Fixed wrong output layer

    The script wrongly returned the path to the second layer rather than the first layer which the selection actually is applied to.

Juergen E. Fischer <jef@norbit.de>	2015-02-22

    attribute form: lookup attribute fields by name. joined layers might be unavailable at load time (fixes #12146)

Salvatore Larosa <lrssvtml@gmail.com>	2015-02-22

    increases slightly the zoom of the developers map in about box

Juergen E. Fischer <jef@norbit.de>	2015-02-22

    release.pl: support point releases

Alexander Bruy <alexander.bruy@gmail.com>	2015-02-22

    fix developer meeting date in about dialog

Juergen E. Fischer <jef@norbit.de>	2015-02-22

    don't set parent of QFontDialog to avoid the stylesheet font (fixes #12233)

Juergen E. Fischer <jef@norbit.de>	2015-02-22

    debian packaging fix
    (launchpad builds i386 with binary and amd64 with binary-arch only)

Werner Macho <werner.macho@gmail.com>	2015-02-21

    adding french translators and first fixes for chinese

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: da76270174 23a3746731
Tim Sutton <tim@linfiniti.com>	2015-02-21

    Merge pull request #1919 from timlinux/master

    Updated developer image for about box

Tim Sutton <tim@kartoza.com>	2015-02-21

    Updated developer image for about box

Larry Shaffer <larrys@dakotacarto.com>	2015-02-20

    Add qgis.server to PyQGIS console .api file generation

Larry Shaffer <larrys@dakotacarto.com>	2015-02-20

    Update Mac bundling for qgis_server lib

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    oracle provider: consider srid when looking trying spatial index (followup 991f94d; fixes #12230)

Merge: c2bc2795d4 c1b68a52c3
Tim Sutton <tim@linfiniti.com>	2015-02-20

    Merge pull request #1918 from isedwards/isedwards-license-info-update

    Update README.md with complete licence info

Ian Edwards <iedwards.pub@gmail.com>	2015-02-20

    Update README.md

    The actual QGIS licence (viewable in any source file, e.g. src/core/qgis.cpp) shows that the software is licenced under GPL version 2 "or (at your option) any later version".

    This PR updates README.md to reflect this for potential users who are concerned about the license restrictions if QGIS were GPLv2-only.

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    osgeo4w: fix python server module packaging

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    include missing zh-Hans translation

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    use gdal enums GDALDataType and GDALColorInterp instead of int

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    Bump version to 2.9

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    changelog update for 2.8

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    translation update to 2.8 from transifex

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    fix syntax error (followup 7ffdef2)

Merge: 10d2ce4584 8fe1fa8785
Tim Sutton <tim@linfiniti.com>	2015-02-20

    Merge pull request #1917 from timlinux/master

    Small tweaks and improvements to the changelog in news

Tim Sutton <tim@kartoza.com>	2015-02-20

    Small tweaks and improvements to the changelog in news

Sandro Santilli <strk@keybit.net>	2015-02-19

    Add tests for rotated map

    Thanks Nyall for initial template.

    Include tests for raster layers, SVG and simple markers
    with data-defined or fixed rotation, parallel line labels.

Merge: 34a6a368a8 494c36a102
mhugent <marco.hugentobler@sourcepole.ch>	2015-02-20

    Merge pull request #1860 from marcel-dancak/getfeatureinfo-bbox-fix

    Mapserver: using bbox filter on features in GetFeatureInfo only when BBOX parameter is given

Merge: c69f153327 e1508c1e6a
Tim Sutton <tim@linfiniti.com>	2015-02-20

    Merge pull request #1861 from timlinux/master

    This PR will allow FindQGIS.cmake to find QGIS libs/includes in QGIS_PREFIX_PATH too

Martin Dobias <wonder.sk@gmail.com>	2015-02-20

    Fix #11589 - diagrams with OTF reprojection

Martin Dobias <wonder.sk@gmail.com>	2015-02-20

    Fix #12193 - problem with update of SQL query in DB manager

    In the scenario described in the bug report, the selected text was empty,
    but editor's hasSelectedText() would still return True

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    add translations update and changelog update to bin/release.pl

Martin Dobias <wonder.sk@gmail.com>	2015-02-20

    Fix #12197 - cannot delete old visibility preset

    When a preset gets applied, we try to fix it by removing irelevant stuff
    (e.g. legend items that do not exist anymore, styles that do not exist).
    This is however slightly complicated and leaves room for problems.

    Let's simply fix the presets by assigning them the current state after
    being applied - and get rid of all the patching...

Martin Dobias <wonder.sk@gmail.com>	2015-02-20

    Fix #11951 - support for output directory in batch processing

Martin Dobias <wonder.sk@gmail.com>	2015-02-20

    Fixed Split vector layer algorithm

    Previously it would leave all output files except for the first one empty

Juergen E. Fischer <jef@norbit.de>	2015-02-20

    Some documentation updates preceeding the release

Tim Sutton <tim@kartoza.com>	2015-02-19

    Use cmake variable rather than env var for QGIS Cmake Find rules when using a custom QGIS prefix.

Tim Sutton <tim@linfiniti.com>	2015-01-23

    Added support for finding QGIS in QGIS_PREFIX_PATH when using FindQGIS.cmake

Juergen E. Fischer <jef@norbit.de>	2015-02-19

    avoid repeating the array dimension (followup e6f91ca)

Juergen E. Fischer <jef@norbit.de>	2015-02-19

    restore initial page (followup 74d0846)

Martin Dobias <wonder.sk@gmail.com>	2015-02-19

    Fix entry in AUTHORS (space instead of tabs)

Martin Dobias <wonder.sk@gmail.com>	2015-02-19

    Added Ivan Mincik and Marcel Dancak also to the other list of contributors

Merge: 9e83ed8367 13d77f4cca
Martin Dobias <wonder.sk@gmail.com>	2015-02-19

    Merge pull request #1914 from imincik/contributors

    Adding 'Marcel Dancak' and 'Ivan Mincik' to contributors

Ivan Mincik <ivan.mincik@gmail.com>	2015-02-19

    Adding 'Marcel Dancak' and 'Ivan Mincik' to contributors

Juergen E. Fischer <jef@norbit.de>	2015-02-19

    server: also load value related layers for cached layers

Radim Blazek <radim.blazek@gmail.com>	2015-02-19

    Browser favourites restore state fix

Radim Blazek <radim.blazek@gmail.com>	2015-02-19

    Browser GRASS multilayer map fix

Sandro Santilli <strk@keybit.net>	2015-02-19

    Correctly remove duplicated check

Martin Dobias <wonder.sk@gmail.com>	2015-02-19

    Added myself to the map

Sandro Santilli <strk@keybit.net>	2015-02-19

    Handle save and load error for rendered image

Sandro Santilli <strk@keybit.net>	2015-02-19

    Revert "Remove duplicated check"

    This reverts commit 9a4cecc5f7e8329f1a09e3b9eeccbd764bb33f40.
    The check was not duplicated, I just misread it (Oops, sorry)

Sandro Santilli <strk@keybit.net>	2015-02-19

    Remove duplicated check

Sandro Santilli <strk@keybit.net>	2015-02-19

    Give a better error message when expected image is missing

    Avoids the confusing "pre-set DPI not equal to painter's DPI"
    message

Martin Dobias <wonder.sk@gmail.com>	2015-02-19

    Fix rule-based renderer's descendants() method.

    This was causing unexpected changes to rule keys on 3rd level and deeper

Larry Shaffer <larrys@dakotacarto.com>	2015-02-19

    Followup to ea00b36; only replace Q_WS_X11 with Q_OS_UNIX for non-Mac

    - QgsMapToolOffsetCurve fix not needed, works OK on Mac

Martin Dobias <wonder.sk@gmail.com>	2015-02-19

    Fix #12088 - selection tool - do not consider invisible features

    This avoids dangerous situations where the user inadvertently selects features
    that are not rendered and does further actions (like to delete them)

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-19

    Add some more test mask images

    Also some debugging info for tests failing on certain platforms.

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-19

    Update tab order in dialogs

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-19

    Remove use of deprecated register keyword

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-19

    Fix include in coding docs

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Allow use of masks for unit test control images

    Masks set which pixels in the control image should be tested and
    an optional tolerance for each pixel. This is done via the colors
    in the mask image - white pixels are ignored, black must be an
    exact match, and gray levels represent the maximum color component
    deviation for that pixel.

    This should replace the fragile anomaly images, in that a single
    control image with a suitable mask will not be susceptible to
    antialiasing differences, etc.

    A new script (scripts/generate_test_mask_image.py) is included which
    either creates a new mask or modifies an existing mask to handle
    an acceptable rendered image.

    Ultimately, masking along with multi render checks for specific
    platform differences should be flexible enough to meet our needs.

Juergen E. Fischer <jef@norbit.de>	2015-02-18

    postgres provider: also use fieldExpression used to retrieve values in
    minimumValue/maximumValue/uniqueValues

Juergen E. Fischer <jef@norbit.de>	2015-02-18

    server: keep NULL values on featureinfo

Larry Shaffer <larrys@dakotacarto.com>	2015-02-18

    Add C++11 -Wno-deprecated-register only to clang versions with support

Juergen E. Fischer <jef@norbit.de>	2015-02-18

    defer readMapLayer signal for layers with joins to let editor widgets pickup joined fields

radosuav <rmgu@dhi-gras.com>	2015-02-18

    [Processing] Fix bug in reading ParameterMultipleInput in OTB algorithms.

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Add comments for every intentional case fall-through

    Improves code maintainability/readability

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Fix warning

Juergen E. Fischer <jef@norbit.de>	2015-02-18

    coverity fixes

Juergen E. Fischer <jef@norbit.de>	2015-02-18

    identation update

Merge: b6dd1e4119 b1bc3cd77b
Jürgen Fischer <jef@norbit.de>	2015-02-18

    Merge pull request #1909 from nirvn/memorylayer_uid_fix

    [memory layer] improve data source uid to be unique across different sessions

Juergen E. Fischer <jef@norbit.de>	2015-02-18

    fix string truncation with spatialite and memory layers (followup 065d190d)

Martin Dobias <wonder.sk@gmail.com>	2015-02-18

    Fix #12139 - added features saved in reversed order

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Avoid some unnecessary dynamic_casts in QgsProject

    ...fixes Coverity warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Fix unchecked return values

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Avoid some mixing enum types warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Avoid null dereference

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Fix some uncaught transform exceptions

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Fix wfs features not adding to spatial index

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Add some missing /TransferThis/ to sip bindings for QObject parents

Martin Dobias <wonder.sk@gmail.com>	2015-02-18

    Fix #11785 - WFS failed to determine geometry column

nirvn <nirvn.asia@gmail.com>	2015-02-18

    [memory layer] improve data source uid to be unique across different sessions

Sandro Mani <manisandro@gmail.com>	2015-02-17

    Consistently set parent on composer child dialogs

Sandro Mani <manisandro@gmail.com>	2015-02-16

    Also handle WhiteToBlack case in QgsSingleBandGrayRenderer::legendSymbologyItems

Salvatore Larosa <lrssvtml@gmail.com>	2015-02-17

    [pyqgis-console] fix missing import in compile apis script

Salvatore Larosa <lrssvtml@gmail.com>	2015-02-17

    [pyqgis-console] prepared api file update

Juergen E. Fischer <jef@norbit.de>	2015-02-17

    fix freebsd build (fixes #12105)

Juergen E. Fischer <jef@norbit.de>	2015-02-17

    identify results: consider plain/text wms response and gml attributes as utf-8

Juergen E. Fischer <jef@norbit.de>	2015-02-17

    processing: add uuid parameter to memory: outputs (followup f64730e)

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-18

    Sync mersenne-twister with upstream

    Includes fixes for out-of-bounds read and incorrect generation
    of numbers

Juergen E. Fischer <jef@norbit.de>	2015-02-17

    processing: fix unused variable error

Merge: da0822c588 e62a7fa7c3
alexbruy <alexander.bruy@gmail.com>	2015-02-17

    Merge pull request #1904 from gioman/fix_ogr2ogr_clip

    [processing] ogr clip by polygon: clip polygon layer name must be declared to avoid issues with postgis and spatialite layers

Juergen E. Fischer <jef@norbit.de>	2015-02-17

    server: add charset utf-8 to content type of responses in text/ format

Juergen E. Fischer <jef@norbit.de>	2015-02-17

    server: also load layers referenced in value relations (followup ceceebdf9)

Martin Dobias <wonder.sk@gmail.com>	2015-02-17

    Fix #12151 - fix cached composer map image when zoomed in a lot

    The map was being rendered with wrong parameters when width or height
    exceeded 5000 pixels.

Merge: f64730e8d1 3bb448a077
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-02-17

    Merge pull request #1893 from rutsky/patch-2

    add missing dot at the end of sentence

Juergen E. Fischer <jef@norbit.de>	2015-02-17

    workaround to create unique memory layer data sources (fixes #12206)

Martin Dobias <wonder.sk@gmail.com>	2015-02-17

    Fix #11965 - improve performance of selectedFeatures()

    The slowness of merge / split features tools was caused by the change in the logic
    in selectedFeatures(): instead of fetching individual features one by one by ID,
    the whole layer is traversed. Such approach makes sense when many features are selected,
    but with few features there is considerable delay when dealing with big layers.

    The implementation is not ideal, but for some common cases the performance is much better.

    Merging of features now does not request selected features when not necessary.

    When rendering, avoid using layer's extent() method that may force expensive
    calculation of layer's extent.

Martin Dobias <wonder.sk@gmail.com>	2015-02-17

    Fix #12050 - possible crash on launch

    Do not allow infinite recursion setExtent() -> setCenter() -> setExtent()

Martin Dobias <wonder.sk@gmail.com>	2015-02-17

    Fix #12215 - missing icons in fTools and GdalTools

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-17

    Avoid large parameter passed by value

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-17

    Avoid uninitialized member in legend renderer

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-17

    Hide logically dead code

Juergen E. Fischer <jef@norbit.de>	2015-02-16

    server getfeatureinfo: delegate value representation to editor widgets (fixes #12210)

Juergen E. Fischer <jef@norbit.de>	2015-02-16

    dxf export: fix encoding for japanese (take II; followup ce0fd7a)

Merge: b3bd32ff96 1144f3e638
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-02-16

    Merge pull request #1901 from m-kuhn/fixrendering

    Fix rendering position in incremental rendering

Juergen E. Fischer <jef@norbit.de>	2015-02-16

    server getfeatureinfo: restore quoting in plain/text format

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-02-16

    Fix rendering position in incremental rendering

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Fix misuse of enum in qwt_polar_plot

Juergen E. Fischer <jef@norbit.de>	2015-02-16

    dxf export: fix encoding for japanese

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Grass plugin/provider fixes for Coverity

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Fix uninitialized members

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Some very minor Coverity related fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Coverity fixes: uninitialised members

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Fix memory leaks

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Fix null dereference errors

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Avoid string overflow

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Rename variable to make intention clearer

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Coverity fixes - unreachable code

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-16

    Fix big parameter passed by value warnings

Juergen E. Fischer <jef@norbit.de>	2015-02-16

    remove unused message log viewer flag (follows up followup followup 957f1ac)

Juergen E. Fischer <jef@norbit.de>	2015-02-15

    dxf export: doxyment more methods

Juergen E. Fischer <jef@norbit.de>	2015-02-15

    dxf export: make encoding configurable (fixes #11578)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-02-15

    Followup followup ff788db

    The code was moved. This was just a leftover.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-02-15

    Followup ff788db

    Commit ff788db unintentionally inverted the meaning of the ifdef check

Juergen E. Fischer <jef@norbit.de>	2015-02-15

    snapping dialog: block signals when reloading snapping options
    QgsProject: also apply default when property is not available and not only if
    an existing one is invalid

    fixes #12192

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-15

    [raster] Fix unintentional int overflow

Juergen E. Fischer <jef@norbit.de>	2015-02-14

    fix QgsProject::clearProperties() doxymentation

Juergen E. Fischer <jef@norbit.de>	2015-02-14

    restore option to open the attribute table with only currently visible features
    to improve performance (actually to make it usable with large tables again).

    When used as initial setting in options the open attribute table will have a
    fixed spatial filter to the canvas extent when it was opened.  That extent is
    also highlighted to indicate the filter.

    fixes #10619

Merge: f69e0bbf54 221ba9c336
Jürgen Fischer <jef@norbit.de>	2015-02-14

    Merge pull request #1900 from mhugo/fix_spatialite2

    [spatialite] Bug fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-14

    Minor Coverity fixes (null dereference, uninitialised members)

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-14

    Coverity fixes - unchecked return value

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-14

    Fix memory leak in PAL labelling engine

Juergen E. Fischer <jef@norbit.de>	2015-02-13

    fix processing plugin main translation and add translations
    for toplevel toolbox entries (fixes #12168)

Juergen E. Fischer <jef@norbit.de>	2015-02-13

    attribute table filter: consider LongLong numeric too

Juergen E. Fischer <jef@norbit.de>	2015-02-13

    qgis server fixes:
    * support edit types based on edit widgets (adds qgis_gui dependency; fixes #12091)
    * show null values (fixes #12114)
    * only quote non-numeric non-null values in feature info
    * fix crash on exit
    * remove obsolete parser method and debug output

Hugo Mercier <hugo.mercier@oslandia.com>	2015-02-13

    [spatialite] Fix geometry column name case sensitivity

Juergen E. Fischer <jef@norbit.de>	2015-02-13

    fix field calculator when update are allowed and add attribute is not (fixes #11932)

Juergen E. Fischer <jef@norbit.de>	2015-02-12

    improve field conversions (fixes #12004)

Juergen E. Fischer <jef@norbit.de>	2015-02-12

    fix runtime warning

Juergen E. Fischer <jef@norbit.de>	2015-02-12

    fix doxymentation warnings

Juergen E. Fischer <jef@norbit.de>	2015-02-12

    processing: verify postgresql access and request credentials if necessary (fixes #12137)

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-12

    Fix failing pal labeling canvas test

    Make sure image dpi respects mapsettings dpi in
    QgsMapRendererSequentialJob.

    Also apply a workaround to avoid segfault on end of test. This
    workaround probably should be moved to QgsApplication::exitQgis()
    but I'll do that after release in case of regressions.

Larry Shaffer <larrys@dakotacarto.com>	2015-02-12

    Enable C++11 only for newer clang versions; match AppleClang for Cmake 3

    - Switch STREQUAL conditionals to MATCHES for Clang to handle CMake 3
      introduction of AppleClang compiler ID for Mac-specific Xcode clang,
      which has different reported versions than upstream clang

Juergen E. Fischer <jef@norbit.de>	2015-02-12

    fix crash on snapping locator removal

Martin Dobias <wonder.sk@gmail.com>	2015-02-12

    Fix #12190 - splitGeometry crashes on linear geometry with a split point

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-02-12

    Remove obsolete useCache parameters

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-12

    Coverity fixes

Merge: b26556e551 3c938275eb
volaya <volayaf@gmail.com>	2015-02-12

    Merge pull request #1897 from arnaud-morvan/fix_fieldsmapper

    [processing] Fix fieldsmapper

Martin Dobias <wonder.sk@gmail.com>	2015-02-12

    Fix #11825 - handle centroid calculation also for invalid geometries

    The on the fly simplification can corrupt geometries so let's try to deal
    with it best we can

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-02-12

    Fix #11993 - Fix crash with node tool and sql server

    Funded By Digital Mapping Solutions

Martin Dobias <wonder.sk@gmail.com>	2015-02-12

    Fix typo

Martin Dobias <wonder.sk@gmail.com>	2015-02-12

    Fix #11724 - do to not add extra geometries in union (ftools + processing)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-02-12

    MSSQL - Don't use spatial index if there is null values, calc extent instead.

    Funded by Digital Mapping Solutions

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-12

    "Fix" failing atlas composition tests

    These failing tests are actually revealing an issue with the atlas
    map API, which can't be fixed without a break.

    This API will be replaced for QGIS3.0 or the layout refactor work.

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-12

    More Coverity fixes

Sandro Santilli <strk@keybit.net>	2015-02-11

    Add map rotation to symbol rotation

    Only affects point marker symbols with data-defined rotation.
    Fix #12152

Werner Macho <werner.macho@gmail.com>	2015-02-11

    Adding new polish translator

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Hugo Mercier <hugo.mercier@oslandia.com>	2015-01-27

    Allow to load a query-based SQLite layer without geometry

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-02-11

    Fix #12182 - In FieldsMapper, emit commitData on expression editor change

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-02-11

    Fix #12183 - avoid error message in fieldsmapper when no field type selected

Juergen E. Fischer <jef@norbit.de>	2015-02-11

    indentation update/fix (followup 9ab22bd)

Juergen E. Fischer <jef@norbit.de>	2015-02-11

    add override support to qgisstyle
    include pep8 call in indentation run for python code

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-01

    Add unit test for API documentation coverage

    This test checks that the coverage of the API docs does not drop
    below a preset threshold (initially set at the current doc coverage)

    If new members are added without documentation, then the coverage
    will drop and this test will fail. Hopefully over time we can slowly
    increase this threshold until documentation coverage reaches an
    acceptable level.

Martin Dobias <wonder.sk@gmail.com>	2015-02-11

    Use wait cursor when building indexes for snapping

Martin Dobias <wonder.sk@gmail.com>	2015-02-11

    Fix a crash resulting from corrupted undo stack (fixes #11940)

    In field calc opened from attribute table, when changing attributes
    there is a series of signals: layer emits attributeValueChanged(),
    cache forces update of attribute table data, which at one point calls
    layer.isModified(), emitting beforeModifiedCheck() - in turn calling
    save() of attribute form, which would change first feature's new attribute
    to a bogus value. This recursive change of attribute values corrupts
    the undo stack.

    The fix pre-sets the feature's attribute so that no dummy entry is
    added to the undo stack.

    In the future we should probably try to improve the whole cascade
    to avoid bugs like this one:
    1. if possible, make emission of edit signals "safe", so a slot can
       do more editing calls without corrupting undo stack
    2. get rid of beforeModifiedCheck() signal as it adds quite surprising
       behavior (and overhead) to what should be a simple check

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-11

    Coverity fixes (unchecked dynamic_cast)

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-11

    Coverity null dereference fixes

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-02-11

    Fix #12167 - Handle nulls in show label property for labels

    Funded by Digital Mapping Solutions

Juergen E. Fischer <jef@norbit.de>	2015-02-11

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2015-02-11

    support datum transformation in composer (fixes #11874)

Juergen E. Fischer <jef@norbit.de>	2015-02-10

    emit is not a function

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-11

    Coverity fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-11

    Replace use of rand with qrand

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-11

    Fix warning

Juergen E. Fischer <jef@norbit.de>	2015-02-10

    offline editing: add layer to map layer registry before
    copying the symbology - otherwise edit widget settings
    won't be copied (fixes #11827)

Juergen E. Fischer <jef@norbit.de>	2015-02-10

    attribute table: fix update of sort column (fixes #10976)

Martin Dobias <wonder.sk@gmail.com>	2015-02-10

    Fix jumping map in canvas

    This would happen only with overview canvas visible. Found by Mathieu.

    Replacing the forced repaint() call by more suitable update()

Juergen E. Fischer <jef@norbit.de>	2015-02-10

    fix check-no-x

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-10

    Uninitialized variable fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-10

    Default to faster render for heatmap renderer

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-02-10

    Right missing right click on QgsColorButtonV2

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-02-10

    Server: fix loading of dependent layers when using the getFeature() function (ticket #12090)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-10

    ogr clip by polygon: clip polygon layer name must be declared to avoid issues with postgis and spatialite layers

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-10

    Fix some warnings, incorrect use of abs for double values

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-10

    Use a newer cmake version for Travis builds to avoid Qt warnings

Martin Dobias <wonder.sk@gmail.com>	2015-02-10

    Fix #12165 - table can't be joined multiple times

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-10

    More coverity fixes

Martin Dobias <wonder.sk@gmail.com>	2015-02-10

    Fix #12154 - select by location not working when A covers B

    The combination of touches+overlaps+contains is not enough if input layer
    (where selection should be done) is completely within selection layer.

    I have reintroduced "intersects" predicate and made it default.

    The processing toolbox has an improved (fixed?) version but fTools
    were not adapted at the same time

Martin Dobias <wonder.sk@gmail.com>	2015-02-10

    Fix intersection in SelectByLocation and ExtractByLocation

Juergen E. Fischer <jef@norbit.de>	2015-02-10

    raster calculator: allow unquoted raster references (fixes #11682)

Juergen E. Fischer <jef@norbit.de>	2015-02-09

    postgres provider: restore default for cursor counter

Juergen E. Fischer <jef@norbit.de>	2015-02-09

    INSTALL: remove reference to Visual C++ 2008

Martin Dobias <wonder.sk@gmail.com>	2015-02-09

    Fix issue with intents to rebuild index of an empty layer

    With one or more empty layers, this would lead to a weird blinking due to progress
    dialog being opened when snapping to empty layers is active.

    The fix adds a flag in the point locator, so the index is not rebuilt unless there
    are some features in the layer

Juergen E. Fischer <jef@norbit.de>	2015-02-09

    fix leak on loading layer definition (also fixes #12064)

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-09

    Coverity fixes

    Including a notable bug causing "mean" to be missing from merge
    attributes dialog options.

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-08

    [raster] Fix cubic resampler visual glitches (refs #6561)

    Resampler was not correctly bounding color components for premultiplied
    image format. There's still errors in the resampled raster at the
    source image edges and glitches with transparency channels, though.

    Also fix a bunch of inefficiencies in the code.

Juergen E. Fischer <jef@norbit.de>	2015-02-08

    more coverity fixes

Juergen E. Fischer <jef@norbit.de>	2015-02-08

    rename new QgsSnapper::snapPoint method to snapMapPoint and restore python name
    of deprecated old version (fixes #12153)

Juergen E. Fischer <jef@norbit.de>	2015-02-08

    nine cell filter: restore defaults

Merge: d6bfe7c17f e5a6a088d1
Nathan Woodrow <madmanwoo@gmail.com>	2015-02-09

    Merge pull request #1890 from rutsky/patch-1

    treat PostgreSQL's "xml" field type as string

Vladimir Rutsky <rutsky@users.noreply.github.com>	2015-02-09

    add missing dot at the end of sentence

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-09

    Add missing overrides

Juergen E. Fischer <jef@norbit.de>	2015-02-08

    new coverity fixes

Juergen E. Fischer <jef@norbit.de>	2015-02-08

    postgres provider: show notices

Juergen E. Fischer <jef@norbit.de>	2015-02-08

    fix windows build (pow called with an integer) and comma cosmetics

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-02-08

    Reduce debug noise and fix Qt5 compatibility

    Fix #12145 (Master does not compile with Qt5 libraries)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-02-08

    Preserve formatting of expressions for datadefined symbology

    Followup 6fb347d

Juergen E. Fischer <jef@norbit.de>	2015-02-08

    followup 2f9dfd250

Juergen E. Fischer <jef@norbit.de>	2015-02-08

    fix build error

Merge: afd21cd79f 9e51488a88
volaya <volayaf@gmail.com>	2015-02-08

    Merge pull request #1753 from arnaud-morvan/processing_managefields

    Create FieldMapper GeoAlgorithm

Merge: b1a2ccdc90 84936e59e7
volaya <volayaf@gmail.com>	2015-02-08

    Merge pull request #1759 from arnaud-morvan/processing_bylocation_operators

    Processing bylocation operators

Merge: 6ed695aa73 a18286fa3d
alexbruy <alexander.bruy@gmail.com>	2015-02-08

    Merge pull request #1892 from neteler/master

    [processing] updates for GRASS GIS 7 support; file date updated in comment

Markus Neteler <neteler@gmail.com>	2015-02-07

    GRASS GIS batch job needs sqlite directory to be created

Juergen E. Fischer <jef@norbit.de>	2015-02-07

    remaining cppcheck issues

Markus Neteler <neteler@oboe.localdomain>	2015-02-07

    updates for GRASS GIS 7 support; file date updated in comment

Juergen E. Fischer <jef@norbit.de>	2015-02-07

    fix build without QwtPolar

Juergen E. Fischer <jef@norbit.de>	2015-02-07

    move travis notifications to #qgis-test

Juergen E. Fischer <jef@norbit.de>	2015-02-07

    fix more cppcheck issues

Sandro Santilli <strk@keybit.net>	2015-02-07

    Use core support for map rotation in composer

    Includes patch by Martin Dobias
    See http://lists.osgeo.org/pipermail/qgis-developer/2015-January/036309.html

    Fix #11912

Sandro Santilli <strk@keybit.net>	2015-02-06

    Show actually visible canvas area in overview (possibly rotated)

    Fix #11862

Sandro Santilli <strk@keybit.net>	2015-02-07

    Add a new visiblePolygon method to QgsMapSettings

    Centralizes code to return a possible rotated map area boundaries.
    Makes use of the new method from the grid decoration.

    Adds new testcase for QgsMapSettings, including test for visibleExtent,
    mapUnitsPerPixel and the new visiblePolygon method.

Juergen E. Fischer <jef@norbit.de>	2015-02-07

    fix warnings and extra semicolons

Juergen E. Fischer <jef@norbit.de>	2015-02-07

    fix cppcheck issues

Juergen E. Fischer <jef@norbit.de>	2015-02-07

    restore imports in python/plugins/processing/__init__.py (followup 956c155e8)

Nathan Woodrow <madmanwoo@gmail.com>	2015-02-07

    Remove travis notifications in IRC

    Anyone who forks QGIS and has Travis will also send stuff to IRC which is annoying.
    See https://github.com/travis-ci/travis-ci/issues/1094

Merge: b60221a375 261271518c
Nyall Dawson <nyall.dawson@gmail.com>	2015-02-07

    Merge pull request #1858 from vmora/symbol_list_refacto

    line symbol layer refacto to avoid code duplication

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-07

    Coverity fixes (uninitialized members)

Juergen E. Fischer <jef@norbit.de>	2015-02-07

    again more coverity fixes

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-07

    More (probably harmless) uninitialized variables in tests

Juergen E. Fischer <jef@norbit.de>	2015-02-07

    more coverity fixes

Juergen E. Fischer <jef@norbit.de>	2015-02-06

    fix some coverity issues

Vladimir Rutsky <rutsky@users.noreply.github.com>	2015-02-06

    treat PostgreSQL's "xml" type as string

Sandro Santilli <strk@keybit.net>	2015-02-06

    Have QCOMPARE be more verbose about failure

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-01-22

    Create FieldMapper GeoAlgorithm

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2015-01-09

    Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-06

    add missing file

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-06

    add gdal raster calculator to processing

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-06

    Fix a bunch of (probably harmless) uninitialized variables

    (improves Coverity signal-to-noise ratio)

Merge: 6f338d75aa f6d533a807
volaya <volayaf@gmail.com>	2015-02-06

    Merge pull request #1886 from radosuav/processing_fix

    [Processing] Don't fill empty fields in batch mode with 0.

Merge: 59b758bb27 5c5cb4066a
volaya <volayaf@gmail.com>	2015-02-06

    Merge pull request #1887 from gioman/fix_processing_ogr_clip

    fixes processing ogr clip tools when input is postgis/spatialite

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-02-06

    Fix #12069 - Don't adjust size of projection combobox

    Funded by Digital Mapping Solutions

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-02-06

    Fix #12055 - Add split to function/help area on expression builder

    Funded by Digital Mapping Solutions

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-05

    add new geoprocessing tools based on ogr2ogr and sqlite sql dialect

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-05

    fixes processing ogr clip tools when input is postgis/spatialite

Sandro Santilli <strk@keybit.net>	2015-02-05

    Use a simpler image for testing composer map rotation and overview

    Update expected results and configuration of new image
    Add rendering anomalies, as determined by travis ubuntu 12.02

Merge: e4fb95fad1 3749867c8f
alexbruy <alexander.bruy@gmail.com>	2015-02-05

    Merge pull request #1885 from gioman/processing_add_gdal_tiff_compression_options

    fixes processing gdal rasterize and add compression options for geotiff outputs

radosuav <rmgu@dhi-gras.com>	2015-02-05

    [Processing] Don't fill empty fields in batch mode with 0.

    Should fix #12119

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-05

    fixes processing gdal rasterize and add compression options for tiff outputs

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-05

    [pal] Some const correctness and avoid passing large object by value

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-05

    Fix uninitialized variable

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-05

    Fix a bunch of memory leaks

    ...thanks Coverity, thoverity.

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-02-05

    Use Python editor font and size for code editor

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-02-05

    Fix #12100 - Expression tab by default

Merge: 91c4e7a37e 1fe580ca91
alexbruy <alexander.bruy@gmail.com>	2015-02-04

    Merge pull request #1881 from gioman/fix_processing_gdal_dstnodata

    fix processing gdalwarp dstnodata

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-04

    fix processing gdalwarp dstnodata

Merge: 7e66e33485 98fb59b3da
alexbruy <alexander.bruy@gmail.com>	2015-02-04

    Merge pull request #1880 from gioman/processing_fix_gdal_a_nodata

    fix a_nodata parameter in gdal processing

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-04

    fix a_nodata parameter in gdal processing

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-04

    More memory leak fixes identified by Coverity

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-04

    Fix memory leak in MsSql provider (identified by Coverity)

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-04

    Fix Coverity UNINTENDED_INTEGER_DIVISION errors

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-04

    Avoid 'array compared against 0' error for QgsRasterLayer constructor

    ... by explicitly passing QString arguments. Otherwise the string
    literals are implictly converted to bool and the wrong constructor
    is called.

    This is not an ideal solution as the API is still misleading, but I
    can't see an alternative solution without breaking API and making
    one of the constructors explicit or changing their signature.

Juergen E. Fischer <jef@norbit.de>	2015-02-04

    fix windows 32bit build

Martin Dobias <wonder.sk@gmail.com>	2015-02-04

    Fix crash when simplification has overly high tolerance

    Got rid of the custom simplification code and replaced it with simplification
    provided by GEOS. The code is much simpler now.

    As a side effect, tolerance can be now entered also in pixels.

Juergen E. Fischer <jef@norbit.de>	2015-02-04

    sip fix: remove duplicate method and private methods from server request
    handler (followup abd4a043)

Juergen E. Fischer <jef@norbit.de>	2015-02-03

    osgeo4w: link 32bit against Qwt 6

Juergen E. Fischer <jef@norbit.de>	2015-02-03

    relation reference widget: add methods to sip (followup 52c2e4e90)

Merge: 3c2a92b9ee 52c2e4e90a
Jürgen Fischer <jef@norbit.de>	2015-02-03

    Merge pull request #1870 from m-kuhn/relref-orderbyvalue

    Allow "order features by value" for relation reference widget

Merge: 6f2ba0f0d7 035229f3d9
alexbruy <alexander.bruy@gmail.com>	2015-02-03

    Merge pull request #1879 from gioman/fix_processing_encoding_split_vector_layer

    [processing] fix enconding in Split Vector layer tool when splitting attribute has non ASCII chars (fix #12117)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-03

    fix enconding in Split Vector layer tool when splitting attribute has non ascii chars

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-03

    Fix some copy/paste errors identified by Coverity

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-03

    Fix common memory leak after using QgsSymbolLayerV2Utils::loadSymbol

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-03

    Fix some memory leaks exposed by Coverity

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-03

    Fix uninitialized variables identified by coverity

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-03

    Fix build

Alexander Bruy <alexander.bruy@gmail.com>	2015-02-03

    [processing] restore missed icons in various dialogs

Merge: a2d430eba2 2a339082c4
alexbruy <alexander.bruy@gmail.com>	2015-02-03

    Merge pull request #1878 from gioman/fix_processing_encoding

    fix enconding in processing when input layer names have non ascii chars (fix #12106)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-03

    fix enconding in processing when input layer names have non ascii chars

Martin Dobias <wonder.sk@gmail.com>	2015-02-03

    Options: Fix copy&paste error

    Discovered by Nyall and coverity scan

Juergen E. Fischer <jef@norbit.de>	2015-02-03

    sip update

Juergen E. Fischer <jef@norbit.de>	2015-02-02

    hide console when python support is not available

Juergen E. Fischer <jef@norbit.de>	2015-02-02

    db_manager: use SqlEdit when QgsCodeEditorSQL is unavailable (fixes #12011)

Juergen E. Fischer <jef@norbit.de>	2015-02-02

    osgeo4w: disable coverage tests

Juergen E. Fischer <jef@norbit.de>	2015-02-02

    fix python imports (followup ee365bfc)

Martin Dobias <wonder.sk@gmail.com>	2015-02-02

    Fixes to the advanced digitizing

    - make snapSegment() work if no segment was previously snapped
    - fix highlight when a segment is snapped
    - fix ghost marker at (0,0) when digitizing first point

Juergen E. Fischer <jef@norbit.de>	2015-02-02

    dbmanager: fix import (followup 956c155e8f)

Juergen E. Fischer <jef@norbit.de>	2015-01-30

    fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-02

    Revert "Temporarily disable Travis submission to cdash"

    This reverts commit 8c1675a06a70d3845192f7b2c388acf3241b599f.

    Dash is back up.

Juergen E. Fischer <jef@norbit.de>	2015-02-02

    debian packages: only enable coverage tests for debug builds

Juergen E. Fischer <jef@norbit.de>	2015-02-02

    fix pep8 warnings

Merge: db89a045ab de2b3ea81d
alexbruy <alexander.bruy@gmail.com>	2015-02-02

    Merge pull request #1874 from gioman/fix_processing_ogr_postgis_import_2

    new fixes for processing/ogr import in postgis tools

Merge: cd86710d87 9edff1430f
alexbruy <alexander.bruy@gmail.com>	2015-02-02

    Merge pull request #1873 from gioman/processing_remove_unsupported_raster_formats

    processing/gdal: remove output formats that are not supported by qgis

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-02

    Fix some warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-02

    Temporarily disable Travis submission to cdash

    Cdash is down and this causes false failures

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-02

    add Processing tool to import layers/tables as geometryless tables into postgresql

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-02

    remove spaces

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-02

    update to latest changes in master

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-02-01

    better and new fixes for processing/ogr import in postgis tools

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-02

    Followup 956c155: fix python errors in PAL labeling tests

Nyall Dawson <nyall.dawson@gmail.com>	2015-02-02

    Revert "Enable coverage reports for Travis builds"

        This reverts commit 34d5394409cd39a7953bd169ffdc36a618641ce3.

        Gcc builds were too resource hungry and kept getting killed by
        Travis. Will keep investigating alternate approaches...

Juergen E. Fischer <jef@norbit.de>	2015-02-01

    fix python pep8 warnings and fix some revealed errors

    pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
         --exclude="ui_*.py,debian/*,python/ext-libs/*" \
         .

Juergen E. Fischer <jef@norbit.de>	2015-02-01

    remove duplicate separator in test diff pngs

Merge: 9a4612e931 8d7c2d7a8d
alexbruy <alexander.bruy@gmail.com>	2015-02-01

    Merge pull request #1872 from gioman/processing_fix_qgis_raster_tools

    [processing] add support for rasters other than float32 in qgis/processing raster tools

Merge: fe27b63576 bb97dcc8d1
alexbruy <alexander.bruy@gmail.com>	2015-02-01

    Merge pull request #1871 from gioman/fix_processing_ogr_postgis_import

    fix processing ogr postgis import when db name or password are empty

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-01-31

    processing/gdal: remove output formats that are not supported by qgis

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-01-31

    processing: add support for rasters other than float in qgis/processing raster tools

Juergen E. Fischer <jef@norbit.de>	2015-01-30

    enable coverage in travis, debian builds and osgeo4w nightlies

Juergen E. Fischer <jef@norbit.de>	2015-01-30

    database providers: cope with empty attribute changes (fixes #12040)

Merge: 7246b8308f 34d5394409
Nyall Dawson <nyall.dawson@gmail.com>	2015-01-31

    Merge pull request #1867 from nyalldawson/travis_coverage_v2

    Enable coverage reports for Travis builds

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-01-30

    Server: if map-parameter is missing in post parameters, check if it is passed as a get-parameter. Ported from Sourcepole QGIS Enterprise

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-01-30

    remove space from string

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-01-30

    fix processing ogr postgis import when db name or password are empty

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-01-30

    Server: create wfs layer objects only if layer is published as wfs. Bugfix funded by Sourcepole QGIS Enterprise

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-29

    Fix graphical glitches caused by empty menu on attribute dialog

    Fix #12061

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-29

    Allow "order features by value" for relation reference widget

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-29

    Fix display of descriptions for symbol layer data defined buttons

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-29

    [composer] Correctly restore dock visibility and active dock tab

    After using the show/hide panels action all dock tabs would be
    shown (ignoring previously hidden tabs) and the active dock tab
    would be randomly chosen. Now, the previous settings are remembered
    and correctly restored.

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2015-01-29

    Fix #12053 - Add tooltips and text to buttons in function editor

volaya <volayaf@gmail.com>	2015-01-28

    [processing] fixed ogr import to postgis when origin layer is a database

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-28

    [composer] Fix horizontal smart guides not appearing for page > 1

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-27

    Enable coverage reports for Travis builds

    Changes required:
    - switch Travis builds to gcc, using O0 for build speed
    - enable a debug build
    - enable coverage report for ctest on Travis (sent to dash)

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-27

    Add some missing tests for QgsImageOperation

Merge: 1cd7dc6aea d6c969c02e
Nathan Woodrow <madmanwoo@gmail.com>	2015-01-27

    Merge pull request #1864 from michaelkirk/feature/export-png-first-8493

    [fixes #8493] "Save as Image" defaults to PNG

Michael Kirk <michael.john.kirk@gmail.com>	2015-01-26

    test for original createFileFilter

Merge: 262a5b2b18 1cd7dc6aea
Michael Kirk <michael.john.kirk@gmail.com>	2015-01-26

    Merge remote-tracking branch 'upstream/master' into feature/export-png-first-8493

    Conflicts:
            src/gui/qgisgui.h

Juergen E. Fischer <jef@norbit.de>	2015-01-27

    fix potential link error on windows - if anything was using
    QgisGui::createFileFilter_() outside of the gui dll it would produce a link
    error

Juergen E. Fischer <jef@norbit.de>	2015-01-27

    fix example indentation

Michael Kirk <michael.john.kirk@gmail.com>	2015-01-26

    test case for file filter formatter

Michael Kirk <michael.john.kirk@gmail.com>	2015-01-25

    Saving map defaults to PNG instead of BMP

    This only affects a user the first time they save a map as an image.
    Afterwards their preference is saved.

    FIXES: #8493

Merge: 609db7d2af b835f406fa
volaya <volayaf@gmail.com>	2015-01-26

    Merge pull request #1852 from radosuav/changes

    [Processing] Small fixes and additions

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-26

    Fix double click on fields in expressions builder

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-26

    Fix calculation of blur ops with non ARGB32_Premultiplied images

Gary Sherman <gsherman@geoapt.com>	2015-01-25

    Update AUTHORS

    Fix name and email

Juergen E. Fischer <jef@norbit.de>	2015-01-25

    fix typo

Werner Macho <werner.macho@gmail.com>	2015-01-25

    fix typo in processing

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2015-01-25

    Point locator: fix addition of features when OTF reprojection is on

    This would cause issues when editing geometries with OTF on.
    Discovered by @nirvn

Juergen E. Fischer <jef@norbit.de>	2015-01-25

    db manager: request credentials directly when connection failed (fixes #11886)

Juergen E. Fischer <jef@norbit.de>	2015-01-24

    postgres provider: improve owner check (fixes #9844)

Juergen E. Fischer <jef@norbit.de>	2015-01-24

    fix signal/slot warnings

Juergen E. Fischer <jef@norbit.de>	2015-01-24

    fix backtrace output

Juergen E. Fischer <jef@norbit.de>	2015-01-24

    indentation update

Juergen E. Fischer <jef@norbit.de>	2015-01-24

    fix typo

Juergen E. Fischer <jef@norbit.de>	2015-01-24

    postgis connection: remove duplicate tooltips

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-23

    override default settings for snapping utils
    followup 7e0f64648ac4faf89d44d00959a876de26bcc2df

Marcel Dancak <marcel.dancak@gista.sk>	2015-01-23

    Mapserver: using bbox filter on features in GetFeatureInfo (searching with FILTER) only when BBOX parameter is given

Martin Dobias <wonder.sk@gmail.com>	2015-01-23

    Snapping tolerance: Fix "map units" vs "layer units" dilemma (fixes #11634)

    Until now "map units" in snapping config dialog actually referred to layer units.
    From now on, "map units" refer to project's CRS units. Where appropriate, it is
    possible to choose "layer units" that refer to layer CRS units.

    Projects from older versions of QGIS should be handled seamlessly (tolerances
    in layer units will be still handled in layer units, not project units).

    In API, QgsTolerance::MapUnits is deprecated as it is unclear to what units
    it refers to (should be ProjectUnits, but actually it is LayerUnits)

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-23

    allow overriding project snapping settings from advanced digitzing tools
    therefore snapping to all layers can be applied, and snapping to segment can be turned on when enabling parallel/perpendicular constraints

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-23

    fix combo index

Merge: 01fd4f3365 b1b3614fea
alexbruy <alexander.bruy@gmail.com>	2015-01-23

    Merge pull request #1859 from rduivenvoorde/xmin_rename

    [processing] changing fieldnames from xmin to x_min

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-23

    Join: Fix specific set of fields not editable

    Followup 60712cd

    Fix #12042

Richard Duivenvoorde <richard@duif.net>	2015-01-23

    changing fieldnames from xmin to x_min

    xmin and ymin are resevered fieldnames in Postgis, so better not
    use these field names. Because this makes it impossible to create
    a vector grid and transfer it to Postgis

Merge: 743f72d08c 5c89fdfea3
mhugent <marco.hugentobler@sourcepole.ch>	2015-01-23

    Merge pull request #1857 from rldhont/server_wms_sld_describe_layer

    [SERVER][FEATURE] Add DescribeLayer Method to WMS

Martin Dobias <wonder.sk@gmail.com>	2015-01-23

    Use QgsSnappingUtils in offset curve tool (instead of QgsSnapper)

vmora <vincent.mora@oslandia.com>	2015-01-23

    line symbol layer refacto to avoid code duplication

    The line symbol layer as been refactored to avoid code duplication and
    expose the offset and offset units in the base class. Note that
    the added functions in the base class where already defined in all
    child classes.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2015-01-23

    WMS server: list project crs, wgs84 and pseudo mercator in capabilities if no crs restriction is provided

Martin Dobias <wonder.sk@gmail.com>	2015-01-23

    QgsSnappingUtils: show a progress dialog if initial indexing takes long

Martin Dobias <wonder.sk@gmail.com>	2015-01-23

    QgsSnappingUtils: improvements of the hybrid indexing strategy

    Instead of calculating feature count (which may add extra overhead),
    let's directly try to build index for layers. Only when a certain limit
    of features is reached (currently 1 million), the indexing is cancelled
    and layer is marked as non-indexable.

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-23

    Deprecate QgsDataDefinedSymbolDialog, no longer used

    Move help descriptions to QgsDataDefinedButton and consolidate
    with existing descriptions.

Martin Dobias <wonder.sk@gmail.com>	2015-01-23

    Make sure to update snapping utils when layers change

    Otherwise when using all layers the change would not become visible
    (unless other change happens, e.g. change of map extent)

Martin Dobias <wonder.sk@gmail.com>	2015-01-23

    [FEATURE] New snapping mode to snap to all layers

Juergen E. Fischer <jef@norbit.de>	2015-01-23

    fix parsing of datasource uri

Juergen E. Fischer <jef@norbit.de>	2015-01-23

    fix legend crash

Juergen E. Fischer <jef@norbit.de>	2015-01-22

    dxf export: support line offsets

Juergen E. Fischer <jef@norbit.de>	2015-01-22

    indentation update

Merge: 2bb6f2a253 5369ce0498
Nyall Dawson <nyall.dawson@gmail.com>	2015-01-23

    Merge pull request #1854 from vmora/fix_dd_line_offset

    fix type and helpstring of line offset

Merge: 65a3bed5bd 8d98c7997f
Tim Sutton <tim@linfiniti.com>	2015-01-22

    Merge pull request #1851 from timlinux/master

    Dont dump projects to console when reading them

rldhont <rldhont@gmail.com>	2015-01-22

    [SERVER][FEATURE] Add DescribeLayer Method to WMS

    *Styled Layer Descriptor profile of the Web Map Service* : DescribeLayer

    http://www.opengeospatial.org/standards/sld

    Defining a user-defined style requires information about the features being
     symbolized, or at least their feature/coverage type. Since user-defined styles
     can be applied to a named layer, there needs to be a mechanism by which a
     client can obtain feature/coverage-type information for a named layer. This is
     another example of bridging the gap between the WMS concepts of layers and
     styles and WFS/WCS concepts such as feature-type and coverage layer. To allow
     this, a WMS may optionally support the DescribeLayer request.

    DescribeLayer method has been thought to be a better approach than overloading
     the WMS capabilities document even more.

    For each named layer, the description should indicate if it is indeed based on
     feature data and if so it should indicate the WFS/WCS (by a URL prefix) and
     the feature/coverage types. Note that it is perfectly valid for a named layer
     not to be describable in this way.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-22

    Offline editing: preserve tree structure fix

    The offline layers were duplicated, now the automatically inserted one is
    removed and only the one at the restored place is preserved.

    Followup 46490d4

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-22

    Offline editing: Use layer id instead of layer name for table name

    Avoids table name collisions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-22

    Test for non-custom prefix join name

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-22

    Add test for custom prefix on joins

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-22

    Offline editing: preserve join field names (layer prefix)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    Offline editing: preserve scale based visibility

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-15

    Backup layer join information when converting to offline project

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-15

    Preserve legend tree structure when creating offline project

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-15

    Add python bindings for QgsMessageBar slots

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-15

    Offline editing plugin: only copy provider fields

    Before only provider fields where created in the local database while it was
    attempted to copy every field in the layer (including virtual fields and
    joins) introducing a crash.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-15

    Add convenience slots to QgsMessageBar

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-15

    Make offline editing warnings use message bar and more verbose

Merge: ff6b7decea fff15e5ba6
alexbruy <alexander.bruy@gmail.com>	2015-01-22

    Merge pull request #1855 from gioman/fix_processing_grass

    missed import in Processing GRASS algorithms (fix 12034)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-01-22

    fix Processing GRASS

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    [FEATURE] Overhaul of simplify feature tool (fixes #11514)

    This commit itself just removes dead code, but the previous commits bring:
    - OTF reprojection support
    - use can specify exact tolerance (not just non-sense relative value)
    - tolerance can be specified either in map units or layer units
    - tolerance settings are stored in settings
    - simplify multiple features at once (drag a rectangle instead of just clicking)
    - support for multi-part features
    - statistics about reduction of the number of vertices

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    Simplify tool: support multi-part features

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    Simplify tool: show status message about the simplification results

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    Simplify tool: allow simplification of multiple features at once

    One just needs to drag a rectangle instead of just clicking

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    Simplify tool: allow simplification in map units in addition to layer units

    Also fixes simplification of polygons with holes

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    Simplify tool: support for on-the-fly reprojection

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    Simplify tool: use exact tolerance (+ store it in settings)

    Removed the slider as it was of questionable usefulness.

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    Simplify tool - a bit of housekeeping (no functional changes)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-22

    [FEATURE] Allow to specify custom prefix for joins

vmora <vincent.mora@oslandia.com>	2015-01-22

    fix type and helpstring of line offset

radosuav <rmgu@dhi-gras.com>	2015-01-22

    [Processing] Allow user defined projections in Processing.

radosuav <rmgu@dhi-gras.com>	2015-01-22

    [Processing] Let a script know where what is its description file.

    Usefull if it needs to access other files located relative to the script
    location.

radosuav <rmgu@dhi-gras.com>	2015-01-22

    [Processing] Fix bug in setting default parameter values in batch mode.

volaya <volayaf@gmail.com>	2015-01-22

    [processing] fixed console description of models and scripts

volaya <volayaf@gmail.com>	2015-01-22

    [processing] fixed wrong import

volaya <volayaf@gmail.com>	2015-01-22

    [processing] fixed model help editing

Merge: 7c71a263a4 e26eae9496
alexbruy <alexander.bruy@gmail.com>	2015-01-22

    Merge pull request #1850 from SrNetoChan/Bug_12001

    fix Processing Keep n biggest parts algorithm (fix #12001)

Merge: ee0e90a44b 2db2c5cb7f
alexbruy <alexander.bruy@gmail.com>	2015-01-22

    Merge pull request #1849 from gioman/fix_ogr2ogr_convert_format

    fix Processing ogr2ogr convert format tool

Tim Sutton <tim@linfiniti.com>	2015-01-22

    Dont dump projects to console when reading them

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    Report correct count of inserted nodes when adding legend nodes

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    Save and restore expanded state of legend nodes in tree hierarchy

Martin Dobias <wonder.sk@gmail.com>	2015-01-22

    [FEATURE] Show rule-based renderer's legend in a tree hierarchy

    The functionality can be used in other renderers too, the only requirement
    is that legend nodes need to specify their parent rule key via data().

    Note that ayer tree model must have ShowLegendAsTree flag enabled, otherwise
    the model will keep showing lists instead of trees.

Martin Dobias <wonder.sk@gmail.com>	2015-01-21

    Restructure the code in QgsLayerTreeModel to group legend-related code

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-22

    Move template text to qgis.user.expressions

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-22

    Data defined all the things!

    Add a bunch of missing data defined options for symbology.
    Also fix dialog sizing issues.

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-22

    Actually hook up missing datadefined outline style for ellipse marker

Alexandre Neto <senhor.neto@gmail.com>	2015-01-21

    Fixes Processing Keep n biggest parts bug #12001

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-22

    Expand args for custom functions. Add auto arg count

    Format test to use spaces and not tabs

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-22

    Add overrides pt 6

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-22

    Add missing methods to sip

vmora <vincent.mora@oslandia.com>	2015-01-20

    improve GUI consistency & UX for data-defined style

    data defined buttons added to the gui
    fixes #9881

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-01-21

    fix Processing ogr2ogr convert format tool

Merge: 43213a37ec 8499242b82
alexbruy <alexander.bruy@gmail.com>	2015-01-21

    Merge pull request #1848 from gioman/fix_postgis_import

    fix Processing OGR import into PostGIS

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-01-21

    fix Processing OGR import into PostGIS

Radim Blazek <radim.blazek@gmail.com>	2015-01-21

    apply browser filter to the whole tree

Juergen E. Fischer <jef@norbit.de>	2015-01-21

    fix building of app test with internal qwtpolar

Merge: e49adad1de 6a66d3156d
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    Merge pull request #1846 from naihil/master

    Call QgsMapTool::deactivate() to uncheck assigned action/button

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    Use cached feature for context menu feature action on attribute dialog

    Dirty hack to
     * fix #11744
     * fix #11546

Merge: ea54b3c661 3752be6678
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    Merge pull request #1847 from m-kuhn/oq

    Make QwtPolar optional

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    Only show actions menu on attribute dialog when necessary

    Fix #12013

Radim Blazek <radim.blazek@gmail.com>	2015-01-21

    use QgsBrowserTreeView in qbrowser

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    Make QwtPolar optional

Merge: f5b10ba15f 61b0291042
volaya <volayaf@gmail.com>	2015-01-21

    Merge pull request #1680 from tmizu23/r_utils

    fix Empty console Output on R under processing. refs #7643

Merge: 678f1ab4c0 3ce5275800
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    Merge pull request #1752 from mhugo/fix_11948

    Test for write access mode for editing capabilities

volaya <volayaf@gmail.com>	2015-01-21

    [processing] allow using upcoming saga release

volaya <volayaf@gmail.com>	2015-01-21

    renamed geostatistics modules in SAGA connector

Radim Blazek <radim.blazek@gmail.com>	2015-01-21

    fixed ziplayertest, b843f8189 follow up

Merge: 8f6b0145e5 82f043c28c
volaya <volayaf@gmail.com>	2015-01-21

    Merge pull request #1843 from radosuav/processing_sublayers

    [Processing] Add support for input rasters with sublayers.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    SIP update: QgsVectorLayer::applyNamedStyle, errorMsg is /Out/

Merge: 7796b157f1 a95e28fb0a
volaya <volayaf@gmail.com>	2015-01-21

    Merge pull request #1844 from gioman/fix_saga_rastercalc

    fix different issues in SAGA grid calculator module and add a couple of useful options

Merge: 723f7be9b4 c5c970e829
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    Merge pull request #1839 from rduivenvoorde/identify_color_11996

    fix for #11996, use user colors for rubberband instead of fixed red when...

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-21

    Remove duplicated code and add some documentation

Anatoliy Golubev <darth.naihil@gmail.com>	2015-01-21

    Call QgsMapTool::deactivate() to uncheck assigned action/button

Radim Blazek <radim.blazek@gmail.com>	2015-01-21

    fixed browser single layer zip files path, fixes hopefully #11871

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-21

    Add gaussian blur image operation

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-16

    New QgsImageOperation class for operations that modify QImages

    Contains framework for multithreaded operations on QImages, and
    numerous operations such as grayscale, hue/saturation, brightness/
    contrast modification, flip, blur, distance transform, alpha
    modification and color overlays.

Martin Dobias <wonder.sk@gmail.com>	2015-01-21

    Do not show 'remove current style' action when it can't be used

Martin Dobias <wonder.sk@gmail.com>	2015-01-21

    Fix todo in QgsMapMouseEvent

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-20

    Add some missing type conversions to python bindings

Larry Shaffer <larrys@dakotacarto.com>	2015-01-20

    Fix #6922, rearrange proxy form to clearly show when system's is used

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-21

    Add overrides pt 5

Juergen E. Fischer <jef@norbit.de>	2015-01-20

    fix warning

Juergen E. Fischer <jef@norbit.de>	2015-01-20

    fix windows build

rldhont <rldhont@gmail.com>	2015-01-20

    [BUGFIX][QgsGmlSchema] Decode element name

    Good practice for the element name is to exclude accents but when GML is
     automatically generated attribut element name can have accent.

    It's some time the case with GetFeatureInfo.

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-01-20

    fix different issues in SAGA grid calculator module and add a couple of useful options

Juergen E. Fischer <jef@norbit.de>	2015-01-20

    osgeo4w: also use Visual C++ 2010 for 32bit

Juergen E. Fischer <jef@norbit.de>	2015-01-20

    fix format_date example (fixes #12016)

Radim Blazek <radim.blazek@gmail.com>	2015-01-20

    fixed browser add favourite path

Radim Blazek <radim.blazek@gmail.com>	2015-01-20

    reverted partially ba4948e44 (#11871 - browser crash with zipped file)

Radim Blazek <radim.blazek@gmail.com>	2015-01-20

    browser save/restore state moved to new class QgsBrowserTreeView

Merge: cae4eb3383 7b31a17e44
mhugent <marco.hugentobler@sourcepole.ch>	2015-01-20

    Merge pull request #1830 from manisandro/transaction

    [FEATURE] Transactional editing for postgres layers

Merge: b0291985ac 8177bbef1a
Martin Dobias <wonder.sk@gmail.com>	2015-01-20

    [FEATURE] New snapping API with improved indexing (QEP 13)

    Merge branch 'snapping-improved'

Martin Dobias <wonder.sk@gmail.com>	2015-01-20

    Snapping utils optimization

    Avoid snapping to edges if vertex has already been found.
    Also increase the maximum feature count to 1M before doing non-indexed queries

Martin Dobias <wonder.sk@gmail.com>	2015-01-20

    Decrease the debugging noise

Martin Dobias <wonder.sk@gmail.com>	2015-01-20

    Node tool: Declutter a bit the mouse press event logic

Martin Dobias <wonder.sk@gmail.com>	2015-01-20

    Point locator: Use just one R-tree for indexing instead of three R-trees

    The maintenance of three R-trees was too complicated, using a lot of memory
    and the performance benefit was questionable :)
    The approach with just one R-tree leads to much simpler code

    Removed k-NN queries in the process - they were not used in QGIS code. They can be
    reintroduced later, but there is not much use for them right now...

radosuav <rmgu@dhi-gras.com>	2015-01-20

    [Processing] Add support for input rasters with sublayers.

volaya <volayaf@gmail.com>	2015-01-20

    [processing] added specific algorithm for saga 214

volaya <volayaf@gmail.com>	2015-01-20

    [processing] some SAGA fixes

    -fixed raster export
    -fixed version numbering when no saga installation is found

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-20

    fix file permissions

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-20

    [processing] remove help files already ported to User Guide

Martin Dobias <wonder.sk@gmail.com>	2015-01-15

    Support different indexing strategies in QgsSnappingUtils

    Huge layers will not use all the memory - at the expense of slow queries

Martin Dobias <wonder.sk@gmail.com>	2015-01-14

    QgsPointLocator: make it possible to index just a part of layer

Martin Dobias <wonder.sk@gmail.com>	2015-01-04

    Remove QgsMapToolVertexEdit class - not needed anymore

Martin Dobias <wonder.sk@gmail.com>	2015-01-04

    Final removals of QgsMapCanvasSnapper

Martin Dobias <wonder.sk@gmail.com>	2015-01-04

    Convert more code from QgsMapCanvasSnapper to QgsSnappingUtils

Martin Dobias <wonder.sk@gmail.com>	2015-01-04

    Add QgsSnappingUtils::snapToCurrentLayer() + utility methods in QgsTolerance

    Also added missing SIP wrappers for new classes QgsPointLocator and QgsSnappingUtils

Martin Dobias <wonder.sk@gmail.com>	2015-01-03

    Fix Add part map tool for multi-point layers

Martin Dobias <wonder.sk@gmail.com>	2014-12-22

    Get rid of last snapToBackgroundLayers() calls

Martin Dobias <wonder.sk@gmail.com>	2014-12-22

    Add support for match filtering, fix unit tests

Martin Dobias <wonder.sk@gmail.com>	2014-12-22

    Conversions from QgsMapCanvasSnapper to QgsSnappingUtils

Martin Dobias <wonder.sk@gmail.com>	2014-12-14

    Add snapping to current layer mode + make it default for new projects

Martin Dobias <wonder.sk@gmail.com>	2014-12-14

    Added convenience method snappingUtils() to QgsMapCanvas

    Map tools can use canvas.snappingUtils().snapToMap(pt) to do the snapping.

Martin Dobias <wonder.sk@gmail.com>	2014-12-13

    Fix issues with snapping and lat/lon coords

Martin Dobias <wonder.sk@gmail.com>	2014-12-13

    Fix snapping vertex marker when snapped to a segment

Martin Dobias <wonder.sk@gmail.com>	2014-12-13

    Fix problems with edge snapping with duplicated vertices present

Martin Dobias <wonder.sk@gmail.com>	2014-12-13

    Reintroduce support for intersection snapping

Martin Dobias <wonder.sk@gmail.com>	2014-12-13

    Added vertex/edge in tolerance queries

Martin Dobias <wonder.sk@gmail.com>	2014-12-12

    Handle updates of the layer in the point locator

    This currently just invalidates the whole trees. It would be more sophisticated to do just the updates
    to the existing trees - but I run into various issues with the spatial index library when doing that.
    So resorting to this for the moment.

Martin Dobias <wonder.sk@gmail.com>	2014-12-12

    Hook snapping utils into QGIS interface

    Now the new snapping engine is ues for add feature map tool

Martin Dobias <wonder.sk@gmail.com>	2014-12-10

    Added initial tests for QgsPointLocator and QgsSnappingUtils

Martin Dobias <wonder.sk@gmail.com>	2014-12-10

    Initial import of new classes for more efficient snapping

    QgsPointLocator: index vector layer geometries for fast lookups
    QgsSnappingUtils: combine locators according to snapping configuration

    Also adds fast point in polygon queries.

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-20

    Ensure users python folder is on path

    Fix import of expressions if we have to make the the python\expressions
    folders

Martin Dobias <wonder.sk@gmail.com>	2015-01-19

    Layer properties dialogs: add style manager actions under Style button

    This allows for more convenient configuration of layer styles and switching
    between them compared to the context menu in the layer tree.

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59)
    and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-01-19

    Make sure "keep layer styles" checkbox is enabled only when "keep layers" is checked

Martin Dobias <wonder.sk@gmail.com>	2015-01-19

    Replace the row of style-related buttons by a button with context menu

    This saves vertical space and will allow addition of more actions.

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59)
    and commissioned to Gis3W s.a.s.

Sandro Mani <manisandro@gmail.com>	2015-01-13

    Fix infinite loop in QgsVectorLayer::deleteSelectedFeatures if removal of feature fails

Sandro Mani <manisandro@gmail.com>	2015-01-12

    [FEATURE]: Transactional editing for postgres layers (other datasources possible in the future). Funded by City of Uster

Martin Dobias <wonder.sk@gmail.com>	2015-01-19

    Make the style GUI utils more granular + move copy/paste to the top of menu

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59)
    and commissioned to Gis3W s.a.s.

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-19

    Ensure that clear button is shown for QgsSpinBox/DoubleSpinBox

    Previously the clear button might not show if the value of the
    widget was set while its signals were blocked.

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-19

    Show recently used projections in QgsProjectionSelectionWidget

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-19

    Fix warning

Martin Dobias <wonder.sk@gmail.com>	2015-01-19

    Make sure to update visibility presets if any layer's style name changes

    Also adds signals to the QgsMapLayerStyleManager so others can watch the changes

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59)
    and commissioned to Gis3W s.a.s.

Richard Duivenvoorde <richard@duif.net>	2015-01-19

    fix for #11996, use user colors for rubberband instead of fixed red when in Layer selection mode

Martin Dobias <wonder.sk@gmail.com>	2015-01-19

    [FEATURE] Composer map - optionally store layer styles

    There is a new check box that allows the user to tell whether a map should
    keep the layer styles (it will store the state when the check box is checked).
    The stored layer styles keep a snapshot of each layer's configuration
    instead of just keeping name of the style.

    This solves issues with styles and visibility presets in composer which were
    not completely compatible.

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59)
    and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-01-19

    Waste less space with whitespace in project files

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-19

    Add spacing above function editor combo. API docs for QgsLayerDefinition

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-19

    Add overrides (part 3)

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-19

    Use QgsProjectionSelectionWidget for raster layer save as dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-19

    Change projection selection widget to use a combo box

    With options for layer CRS, project CRS and default CRS.

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-19

    Fix tab order not respected for unit selection widget

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-19

    Add group support for QLR files
    Add class for handling QLR files. Add sip bindings

    Funded by Nicholas Duggan

Werner Macho <werner.macho@gmail.com>	2015-01-18

    Fix some typos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-18

    Fix font size not restoring when opening label property dialog

    Also make font size of 0 correspond to a null value, ie the
    label uses the default layer font size.

Juergen E. Fischer <jef@norbit.de>	2015-01-18

    translation string fixes

Juergen E. Fischer <jef@norbit.de>	2015-01-18

    improve i18n of topology checker plugin

Merge: c26cfe2f34 8911d6b472
Tim Sutton <tim@linfiniti.com>	2015-01-17

    Merge pull request #1837 from timlinux/master

    Updated splash from Anita / Essen Hackfest 2014

Tim Sutton <tim@linfiniti.com>	2015-01-17

    Updated splash from Anita / Essen Hackfest 2014

Juergen E. Fischer <jef@norbit.de>	2015-01-17

    replace more override identifiers

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-17

    [processing] enable algs that require 3rd party Python modules when
    possible

Merge: e3e42f02a2 d8a224d896
Alexander Bruy <alexander.bruy@gmail.com>	2015-01-17

    Merge branch 'processing-i18n'

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-17

    fix typos

Juergen E. Fischer <jef@norbit.de>	2015-01-17

    fix support for null values in categories (fixes #11786)

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-16

    [processing] i18n support for SAGA provider

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-16

    [processing] i18n support for TauDEM provider

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-16

    [processing] i18n support in grass, R, OTB and example providers

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-15

    [processing] i18n for qgis provider

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-14

    [processing] i18n support for lastools provider

Alexander Bruy <alexander.bruy@gmail.com>	2015-01-13

    [processing] i18n support in gdal provider

Juergen E. Fischer <jef@norbit.de>	2015-01-17

    style manager: avoid name duplication (fixes #11015)

Juergen E. Fischer <jef@norbit.de>	2015-01-17

    ogr provider: virtual format driver can also be named 'VRT' (fixes #11223)

Juergen E. Fischer <jef@norbit.de>	2015-01-16

    fix parsing of vector mime data (fixes #11984)

Juergen E. Fischer <jef@norbit.de>	2015-01-16

    postgres provider: fix adding features with null values (fixes #11777)

Sören Gebbert <soerengebbert@googlemail.com>	2015-01-16

    Added stdev

Juergen E. Fischer <jef@norbit.de>	2015-01-16

    use directory path and not item path (fixes #11871)

Juergen E. Fischer <jef@norbit.de>	2015-01-16

    keep rotation support state in canvas (followup 204e7104)

Juergen E. Fischer <jef@norbit.de>	2015-01-16

    enable canvas rotation support by default

Juergen E. Fischer <jef@norbit.de>	2015-01-16

    header install update

Juergen E. Fischer <jef@norbit.de>	2015-01-16

    avoid usage of override as identifier (followup 313f2c8d)

Sören Gebbert <soerengebbert@googlemail.com>	2015-01-16

    Integration of the modified fTools plugin into master

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-12

    [FEATURE] Function editor for expression widget.

    Allows for adding on the fly functions to the expression engine.
    Functions are saved in qgis2\python\expressions.

    New qgis.user module in Python.

    The qgis.user.expressions package points to the qgis2\python\expressions
    package in the users home

volaya <volayaf@gmail.com>	2015-01-16

    [processing] Consistently show modeler dialog as modal

Juergen E. Fischer <jef@norbit.de>	2015-01-16

    add missed files (followup 313f2c8d)

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-16

    followup 313f2c8de09b00ef5cdabee59e83e86dda36b1ed

Juergen E. Fischer <jef@norbit.de>	2015-01-16

    OVERRIDE macro breaks globeplugin (OVERRIDE is an enum value in OpenSceneGraph)

    replace 'OVERRIDE' macro with 'override' keyword in code and define it an empty
    macro where C++11 is not available (followup 466f2563efd)

Martin Dobias <wonder.sk@gmail.com>	2015-01-16

    Add QgsMapLayer::importNamedStyle() functions

    Like this we do not need to use a temporary file to load a style

Sandro Santilli <strk@keybit.net>	2015-01-15

    Drop unused parameters from private methods, indentation update

Sandro Santilli <strk@keybit.net>	2015-01-15

    Rewrite grid decoration to consider map rotation

    Closes http://hub.qgis.org/issues/11817

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-15

    Fix redundant angle methods for QgsGradientFillSymbolLayerV2

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-15

    Add overrides pt 2

volaya <volayaf@gmail.com>	2015-01-15

    [processing]download and store help files when downloading from script/models repo

    Fixes #11979

volaya <volayaf@gmail.com>	2015-01-15

    [processing] fixed handling of file outputs in scripts

    Fixes #11990

volaya <volayaf@gmail.com>	2014-12-22

    [processing] fixed handling of bool values in saga 213

volaya <volayaf@gmail.com>	2014-12-22

    [processing] fixed make file

volaya <volayaf@gmail.com>	2014-12-19

    [processing] New system for handling SAGA versions

    This commit sets a different way of handling SAGA versions and a new way of checking saga installations

    This is done to fix the messy situation that SAGA causes due to its API changing in each release.

Juergen E. Fischer <jef@norbit.de>	2015-01-15

    spelling fixes

Juergen E. Fischer <jef@norbit.de>	2015-01-15

    dxf export: use implicit cast QPointF to QgsPoint

Juergen E. Fischer <jef@norbit.de>	2015-01-15

    fix build error

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-15

    Fix plugin installer crash with invalid versions

Juergen E. Fischer <jef@norbit.de>	2015-01-14

    dxf export: improve marker symbol export

Juergen E. Fischer <jef@norbit.de>	2015-01-14

    dxf export dialog: fix select and unselect all (fixes #11987)

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-14

    offline editing plugin: allow exporting non geometric layers

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-14

    use QgsLayerTree for the selection of layers in the offline editing plugin

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-14

    Replace use of deprecated std::auto_ptr with QScopedPointer

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-14

    Avoid some compiler warnings

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-14

    Add OVERRIDE to definitions (pt 1)

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-14

    Disable deprecated register warning/error for clang, breaks Travis build

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-14

    Enable -Wno-error=c++11-narrowing for clang builds

    ...until underlying issues are fixed

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-14

    Fix comparison between pointer and integer error for clang c++11

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-14

    Add OVERRIDE macro, allows "override" keyword when c++11 is available

    ...and no errors when compiler is not capable of c++11 builds.

Martin Dobias <wonder.sk@gmail.com>	2015-01-14

    WMS server: Support <NamedStyle> in SLD

    When using <NamedStyle> make sure the passed SLD XML has attribute units="mm"
    in the root <StyledLayerDescriptor> tag. Otherwise the WMS server applies scaling
    as if all sizes were in pixels. The correct approach would be to just scale
    sizes when loading symbols from SLD - not to apply such scaling globally

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-01-14

    Fix bbox-based GetLegendGraphic for CRS with inverted axes (e.g. EPSG:4326)

Merge: b49da36c7f 224b2c87b3
Martin Dobias <wonder.sk@gmail.com>	2015-01-14

    Merge pull request #1831 from giohappy/wms_legend_fix

    Fix erroneous extent for contextual legend

giohappy <giohappy@gmail.com>	2015-01-13

    Fix erroneous extent for contextual legend

Juergen E. Fischer <jef@norbit.de>	2015-01-13

    * Save and restore visiblity state of embedded group layers (fixes #4097)
    * Adds support for lists in custom properties

Martin Dobias <wonder.sk@gmail.com>	2015-01-13

    WMS server: support multiple styles in GetStyles request

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59) and commissioned to Gis3W s.a.s.

Martin Dobias <wonder.sk@gmail.com>	2015-01-13

    Fix #11703 and #11704

    Do not create a layer node if the passed layer cannot be used (not in registry)

Martin Dobias <wonder.sk@gmail.com>	2015-01-13

    WMS server: fix crashing context-based GetLegendGraphic

    This code has been funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59) and commissioned to Gis3W s.a.s.

    The above statement applies also to the earlier commits:
    5b38262 WMS server: advertise additional layer styles in GetCapabilities
    95b4ebc WMS server: detect correct service URL even if REQUEST_URI is not defined
    03edac9 WMS server: throw LayerNotDefined exception when undefined layer is requested
    6e4c507 WMS server: support predefined layer styles in GetMap requests
    4dead72 Allow multiple styles of layers in composer maps
    50e77a9 Added support for renaming of map layer styles
    8b5587f Improve the internals of map layer style manager
    b4ad637 Make presets with styles working in composer
    3fbb758 More reliable trigger of refresh when changing styles
    803e822 Visibility presets also record layer's current style
    603b3a5 Fixed problems with style switching not always working correctly
    3ce9c70 Merge pull request #1755 from wonder-sk/multiple-styles
    2144be0 Add Python bindings for map layer style manager
    f00f4fd Style manager code cleanups
    43d6042 Support for reading/writing additional styles for layers
    19b7281 Fix cleanup of the style GUI utils singleton
    edf3ebb Improve the Styles menu in legend context menu
    547d018 Added a GUI utility class to support multiple styles per map layer
    829f99b Initial core work on multiple styles per layer

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-13

    Replace use of deprecated std::auto_ptr with QScopedPointer

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-12

    fix scale widget and dxf export

Martin Dobias <wonder.sk@gmail.com>	2015-01-12

    WMS server: advertise additional layer styles in GetCapabilities

Martin Dobias <wonder.sk@gmail.com>	2015-01-12

    WMS server: detect correct service URL even if REQUEST_URI is not defined

Martin Dobias <wonder.sk@gmail.com>	2015-01-12

    WMS server: throw LayerNotDefined exception when undefined layer is requested

    This is according to WMS 1.1.0 / 1.1.1 / 1.3.0 specs

Martin Dobias <wonder.sk@gmail.com>	2015-01-12

    WMS server: support predefined layer styles in GetMap requests

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-12

    Correctly synchronize layer editable state with UI in relation editor

    Fix #11524

    Thank you very much Benjamin Trigona-Harany

Markus Neteler <neteler@gmail.com>	2015-01-11

    Updates for current GRASS GIS 7 release branch [merged PRs]:
    * Delete r.bitpattern.txt: r.bitpattern is now only an Addon since r.mapcalc and i.modis.qc provide the functionality
    * r.describe.txt: flag description cosmetics
    * r.random.raster.txt: fix typo
    * Update and rename r.shaded.relief.txt to r.relief.txt (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules)
    * Update r.sunmask.txt: -s added but "Outputraster" needs to be optional for that [TODO]
    * Update r.surf.area.txt: "units" added
    * Delete r.surf.idw2.txt: r.surf.idw2 is now a GRASS GIS Addon (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Replacedandremovedmodules)
    * Delete v.transform.pointsfile.txt: The pointsfile parameter no longer exists. Use v.transform.txt instead
    * Update TODO

Juergen E. Fischer <jef@norbit.de>	2015-01-11

    fix doxymentation warnings

Juergen E. Fischer <jef@norbit.de>	2015-01-10

    delimited text provider: only add finite points to spatial index (fixes #11708)

Merge: 6e60d67ace 29f8b2399a
alexbruy <alexander.bruy@gmail.com>	2015-01-10

    Merge pull request #1760 from gioman/fix_scripts

    fix a few qgis processing scripts

Merge: d9042f590f ee9c3689f1
Nathan Woodrow <madmanwoo@gmail.com>	2015-01-10

    Merge pull request #1747 from NathanW2/measure_dialog

    Add units selector to measure dialog. Add info text to dialog

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-10

    Follow up 6a17a60ae2 - Fix error when passing usesgeometry to qgsfunction

Sandro Santilli <strk@keybit.net>	2015-01-09

    Make north arrow decoration follow map rotation

    Closes http://hub.qgis.org/issues/11818

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2015-01-09

    fix a few qgis processing scripts

Juergen E. Fischer <jef@norbit.de>	2015-01-09

    function help fixes

Juergen E. Fischer <jef@norbit.de>	2015-01-09

    avoid duplicate function help entry

Juergen E. Fischer <jef@norbit.de>	2015-01-09

    oracle provider: also retrieve pk candidates for geometryless views (fixes #11963)

Sandro Santilli <strk@keybit.net>	2015-01-09

    Pre-rotate vectors before applying labels

    Revert custom rotation handling in label placement, dropping
    rotation component from the transformation used to determine
    placement as rotation was applied up-front.
    Have manually placed labels follow the map.

Sandro Santilli <strk@keybit.net>	2015-01-09

    Do not assume map is not rotated when computing label sizes

Martin Dobias <wonder.sk@gmail.com>	2015-01-09

    Allow multiple styles of layers in composer maps

    When layer set is locked in composer map, also the styles associated with layers are kept.
    As a result, a composition can contain maps of the same layer just with different styles.

    Map settings and map renderer jobs have been improved to support temporary override of layer's style.
    It is possible to pass to map settings which layers should have overridden style and map jobs
    will temporarily replace the style (just for the rendering).

Martin Dobias <wonder.sk@gmail.com>	2015-01-09

    Added support for renaming of map layer styles

Juergen E. Fischer <jef@norbit.de>	2015-01-09

    use wkbPtr

Sandro Santilli <strk@keybit.net>	2015-01-09

    Add rotate and transform(QTransform) methods to QgsGeometry

    Reimplement translate in terms of transform(QTransform).
    Includes new unit test for rotate() and translate() methods.
    Includes sip bindings update.

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-09

    Some optimisations to gradient ramps and shapeburst fills

    Leads to up to 25% improvement in render speed.

Martin Dobias <wonder.sk@gmail.com>	2015-01-09

    Improve the internals of map layer style manager

    - style manager is always enabled (client code does not need to distinguish between enabled/disabled state)
    - layers currently active style is stored only in QgsMapLayer - in style manager it has entry with no data (avoids duplication of data)

    This also solves issues with visibility presets and styles when some presets do not have stored style

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-09

    remove lineEdit method from projection selection widget
    this will allow to change the widget design without breaking the API

Juergen E. Fischer <jef@norbit.de>	2015-01-09

    indentation update

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-09

    update the scale range widget with the new scale widget

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-09

    fix warning

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-08

    use scale widget in dxf export

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-09

    add scale widget to custom widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-09

    create scale widget (scale combo box + button to set scale from map canvas)

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2015-01-03

    [rotation] prevent rotation of labels when placed around or over a point/centroid

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-08

    Right align header in ui file. Add info in groupbox

Merge: 09074ad69f c11319b859
Nathan Woodrow <madmanwoo@gmail.com>	2015-01-08

    Merge branch 'master' into measure_dialog

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-08

    Some optimisations to gradient fill renderer

    speeds drawing up by ~20% in some circumstances

Martin Dobias <wonder.sk@gmail.com>	2015-01-08

    Make presets with styles working in composer

Martin Dobias <wonder.sk@gmail.com>	2015-01-08

    More reliable trigger of refresh when changing styles

    Previously when changing the presets map canvas would not be redrawn

Martin Dobias <wonder.sk@gmail.com>	2015-01-08

    Visibility presets also record layer's current style

Martin Dobias <wonder.sk@gmail.com>	2015-01-08

    Fixed problems with style switching not always working correctly

    Caused by internal storage (QByteArray) not re-adjusting its size
    to new content, resulting in corrupted XML data

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-08

    Fix button box in options dialog not working (fix #11960)

    QgsOptionsDialogBase was incorrectly finding the projection
    selector's buttonBox widget and attaching the connections
    to that widget, rather than the dialog's widget.

    Rename projection selector's button box to avoid this conflict.

Merge: 3ce9c70cc4 2ad2781cc8
Sandro Santilli <strk@keybit.net>	2015-01-07

    Merge pull request #1756 from strk/travis-modeltest

    Have travis build with model test enabled

Merge: 0b954c10f0 2144be0ac1
Martin Dobias <wonder.sk@gmail.com>	2015-01-07

    Merge pull request #1755 from wonder-sk/multiple-styles

    [FEATURE] Support for multiple styles per map layer

    Available in legend context menu in Styles sub-menu where it is possible to add/remove styles
    and quickly switch between them.

Sandro Santilli <strk@keybit.net>	2015-01-07

    Have travis build with model test enabled

Sandro Santilli <strk@keybit.net>	2015-01-07

    Reduce debug noise

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-07

    Don't quote column names for MIN and MAX for ogrsql

    See https://trac.osgeo.org/gdal/ticket/5799#comment:9

    Fixes #11887

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-07

    Don't consider NULL values for minimumValue() and maximumValue()

    Fix #11887

Martin Dobias <wonder.sk@gmail.com>	2015-01-07

    Add Python bindings for map layer style manager

Martin Dobias <wonder.sk@gmail.com>	2015-01-07

    Style manager code cleanups

Martin Dobias <wonder.sk@gmail.com>	2015-01-07

    Support for reading/writing additional styles for layers

Martin Dobias <wonder.sk@gmail.com>	2015-01-07

    Fix cleanup of the style GUI utils singleton

Martin Dobias <wonder.sk@gmail.com>	2015-01-07

    Improve the Styles menu in legend context menu

Martin Dobias <wonder.sk@gmail.com>	2015-01-07

    Added a GUI utility class to support multiple styles per map layer

Martin Dobias <wonder.sk@gmail.com>	2015-01-07

    Initial core work on multiple styles per layer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-06

    Fix customwidgets build for Qt4

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-06

    Fix Qt5 build for custom widgets

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-06

    Print version when building with Qt5

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-06

    Port a bunch of CRS selectors across to QgsProjectionSelectionWidget

Nyall Dawson <nyall.dawson@gmail.com>	2015-01-06

    Small fixes to QgsProjectionSelectionWidget

    Add API docs, const correctness, method for getting CRS, tab order
    fixes.

Sandro Santilli <strk@keybit.net>	2015-01-05

    Simplify zoom-by-rect handling, to set zoom factor and center

    Basically avoids using the now loosly defined "extent" concept.
    Enhances zooming experience with rotated maps.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-05

    Expand size of RelationReference when custom .ui is defined with a QWidget

    Fix #11698

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-05

    Empty relation reference form when FK is set to NULL

    Fix #11852

Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-05

    Fix warnings and small api doc improvement

Hugo Mercier <hugo.mercier@oslandia.com>	2015-01-05

    Test for write access mode for editing capabilities

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-05

    add QgsProjectionSelectionWidget to custom widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-05

    add SIP for QgsProjectionSelectionWidget

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-05

    use custom widget for projection selection in options

Denis Rouzaud <denis.rouzaud@gmail.com>	2015-01-05

    dedicated class for projection selection widget

Merge: b905f6bb79 ea00b36985
Matthias Kuhn <matthias.kuhn@gmx.ch>	2015-01-05

    Merge pull request #1743 from naihil/master

    [Qt5-compat] Change Q_WS_* macroses to Q_OS_*

Juergen E. Fischer <jef@norbit.de>	2015-01-04

    remove unused define (followup 841af773e)

Merge: 841af773e3 fbe755111a
Nyall Dawson <nyall.dawson@gmail.com>	2015-01-05

    Merge pull request #1751 from andreabedini/patch-1

    Remove unused variable

Juergen E. Fischer <jef@norbit.de>	2015-01-04

    remove (outdated) internal spatialite

Sandro Santilli <strk@keybit.net>	2015-01-04

    Fix handling of rotation in partial-rendering of map (#11909)

Andrea Bedini <andreabedini@users.noreply.github.com>	2015-01-04

    Remove unused variable

Juergen E. Fischer <jef@norbit.de>	2015-01-04

    fix windows build

Sandro Santilli <strk@keybit.net>	2015-01-03

    Fix feature highlight in presence of rotation (#11815)

Sandro Santilli <strk@keybit.net>	2015-01-03

    Fix select by rectangle and by point in presence of rotation

    Closes http://hub.qgis.org/issues/11865
    and http://hub.qgis.org/issues/11930

Sandro Santilli <strk@keybit.net>	2015-01-03

    Consider rotation in rubberband placement

    Fixes artifacts on zoom by rectangle (#11910) and placement of
    measure tool rubberband.

Sandro Santilli <strk@keybit.net>	2015-01-03

    Consider rotation in pre-rendering display of map items

    See http://hub.qgis.org/issues/11909

Sandro Santilli <strk@keybit.net>	2015-01-03

    Update sip bindings for QgsMapCanvasItem (after const-correctness)

Juergen E. Fischer <jef@norbit.de>	2015-01-02

    indentation update

Sandro Santilli <strk@keybit.net>	2015-01-02

    const correct toMapCoordinates and toCanvasCoordinates

Sandro Santilli <strk@keybit.net>	2015-01-02

    Drop temporary solution for WMS legend (double-click in legend)

    Now WMS legend is shown in layertree this isn't needed anymore.
    See http://lists.osgeo.org/pipermail/qgis-developer/2014-December/036065.html

Sandro Santilli <strk@keybit.net>	2015-01-02

    Specify that QgsMapCanvasItem::setRect/rect use map units

rldhont <rldhont@gmail.com>	2015-01-02

    [QGIS-Server][BUGFIX] GetLegendGraphics set layername

    To have title instead of name in server getlegendgraphic response, the commit
     bb95a0f43a53602bd7ad1ea6783d251755c66019 update getlegendgraphic to set the
     tree layer name. This update set the layer name with layer title.

    To fix it, I just store the layers name and reset them at the end of
     GetLegendGraphic request.

Merge: c0b94cf2bf bbed705e72
Nathan Woodrow <madmanwoo@gmail.com>	2015-01-02

    Merge pull request #1735 from strk/wmslegend

    Add support for map-contextual WMS legend

Merge: 2b7e49b9d1 a0ffad2532
Nathan Woodrow <madmanwoo@gmail.com>	2015-01-02

    Merge pull request #1744 from rldhont/expression_get_transform_geom

    [FEATURE] Add get and trasnform geometry in Expression

rldhont <rldhont@gmail.com>	2014-12-13

    [FEATURE] Add get and transform geometry in Expression

    In version 2.6, new keywords has been added to Expression :
    * $currentfeature - returns the current feature
    * $atlasfeature - returns the atlas feature
    * getFeature - gets a matching feature from a layer

    But I think, Expression lacks a few keywords :
    * geometry - returns the feature's geometry
    * transform -  returns the transformed geometry

    These new keywords can be used with getFeature for some geometry tests like
     intersects, crosses, contains, etc

    Tests has been added to geometry and transform in Expression

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-02

    Align header text

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-02

    Read settings for default value

Juergen E. Fischer <jef@norbit.de>	2015-01-01

    actually make canvas rotation available (followup 916a27f7b)

Juergen E. Fischer <jef@norbit.de>	2015-01-01

    make messages button translatable

Juergen E. Fischer <jef@norbit.de>	2015-01-01

    make button translatable

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-01

    Add units selector to measure dialog. Add info text to dialog

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-01

    Add OTF text to CRS button when on the fly is enabled

Nathan Woodrow <madmanwoo@gmail.com>	2015-01-01

    Fix #10392 Fix #11713 - Fix selection of ellipsoide when opening project properties

Nathan Woodrow <madmanwoo@gmail.com>	2014-12-31

    Format source

Nathan Woodrow <madmanwoo@gmail.com>	2014-12-30

    Button text for CRS picker

Nathan Woodrow <madmanwoo@gmail.com>	2014-12-30

    Add new messages icon, add messages text to log button

    Move status bar add logic to qgisapp for QgsMessageLogViewer

Juergen E. Fischer <jef@norbit.de>	2014-12-30

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2014-12-30

    make canvas rotation support available in options

Juergen E. Fischer <jef@norbit.de>	2014-12-30

    indentation update

Julien Nabet <serval2412@yahoo.fr>	2014-12-29

    Fix cppcheck reports:
    [src/providers/ogr/qgsogrprovider.cpp:1071]: (error) Memory leak: oldlocale
    [src/providers/ogr/qgsogrprovider.cpp:1268]: (error) Memory leak: oldlocale
    [src/core/spatialite/spatialite.c:50598]: (error) Memory leak: reader
    [tests/src/core/testqgscolorscheme.cpp:155]: (error) Memory leak: dummyScheme2
    [src/core/spatialite/spatialite.c:40138]: (error) Memory leak: ln

Sandro Santilli <strk@keybit.net>	2014-12-30

    Fix panning from overview map with non-zero rotation

    Closes http://hub.qgis.org/issues/11816

Nathan Woodrow <madmanwoo@gmail.com>	2014-12-30

    Fix #11928 - import os for las tools

Merge: 5acd35e928 b9f8176e66
Giuseppe Sucameli <brush.tyler@gmail.com>	2014-12-29

    Merge pull request #1705 from marcel-dancak/db_manager-spatialite-index-tables

    db_manager: do not display index tables when browsing SpatiaLite databases

Sandro Santilli <strk@keybit.net>	2014-12-28

    Do not assume mScheme is not null

    Fixes crashes with ENABLE_MODELTEST set at build time on opening
    options editor

Salvatore Larosa <lrssvtml@gmail.com>	2014-12-28

    [developers map] open link on external web browser instead of webview widget

Merge: 68743f9b8a 2aa2292156
Nathan Woodrow <madmanwoo@gmail.com>	2014-12-27

    Merge pull request #1634 from slarosa/usermap_about

    Adds Developers Map in About dialog

Salvatore Larosa <lrssvtml@gmail.com>	2014-12-24

    [developers map] add to popup whether developer is committer

Sandro Santilli <strk@keybit.net>	2014-12-24

    Disable support for canvas rotation by default

    Rotation support can be enabled at runtime exporting the
    QGIS_ENABLE_CANVAS_ROTATION variable (set to any value)

Sandro Santilli <strk@keybit.net>	2014-12-24

    Reset rotation on new project

    Closes http://hub.qgis.org/issues/11832

Anatoliy Golubev <darth.naihil@gmail.com>	2014-12-24

    Change Q_WS_X11 to Q_OS_UNIX for Qt5 compatibility

Merge: 32079ed3cf 2efda5def5
mhugent <marco.hugentobler@sourcepole.ch>	2014-12-23

    Merge pull request #1310 from manisandro/adjust_crs_drop_from_browser

    Try to use the project CRS when adding a layer from the browser

Sandro Santilli <strk@keybit.net>	2014-12-23

    Fix LayerTreeModel use of beginInsertRows with embedded legends

    See http://hub.qgis.org/issues/11905

Sandro Mani <manisandro@gmail.com>	2014-05-24

    Add python bindings for added methods

Sandro Mani <manisandro@gmail.com>	2014-05-16

    Try to use the project CRS and last selected image format when adding a layer from the browser

Anatoliy Golubev <darth.naihil@gmail.com>	2014-12-23

    Q_WS_* macros removed from Qt5, to determine platform use Q_OS_* macroses which exists in Qt4 and Qt5

Larry Shaffer <larrys@dakotacarto.com>	2014-12-22

    Fix CMake policy warnings/changes introduced in 3.0.0 and higher

Sandro Santilli <strk@keybit.net>	2014-12-22

    Add support for contextual WMS legend graphics (hub #11859)

    Developed with funding from Regione Toscana SITA (CIG: Z410C90D94)

volaya <volayaf@gmail.com>	2014-12-22

    [processing] fixed split vector layer algorithm

volaya <volayaf@gmail.com>	2014-12-22

    [processing] update of lidar algorithms

    Provided by Martin Isenburg

volaya <volayaf@gmail.com>	2014-12-22

    [processing] fixed handling of file parameters in modeler

Sandro Santilli <strk@keybit.net>	2014-12-22

    Remove obsoleted reference to QgsRasterLayer::legendPixmap()

    See http://lists.osgeo.org/pipermail/qgis-developer/2014-December/036144.html

Juergen E. Fischer <jef@norbit.de>	2014-12-22

    fix doxygen warning

Salvatore Larosa <lrssvtml@gmail.com>	2014-12-21

    switch to the first tab in about dialog

Salvatore Larosa <lrssvtml@gmail.com>	2014-12-21

    [developers map] change tilelayer to openstreetmap

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-18

    Add Developers Map in About dialog

Juergen E. Fischer <jef@norbit.de>	2014-12-21

    debian packaging update

Merge: f3bcaf43a6 0e4b7e6358
Martin Dobias <wonder.sk@gmail.com>	2014-12-21

    Merge pull request #1734 from strk/zoom-by-wheel-glitch2

    Fix zoomwheel regression (temporary hack)

Merge: 07182b6c01 c4c36dd943
Nathan Woodrow <madmanwoo@gmail.com>	2014-12-21

    Merge pull request #1706 from slarosa/share_bookmarks

    Allows to import/export bookmarks to XML file

Merge: df06057282 729bdec028
Nathan Woodrow <madmanwoo@gmail.com>	2014-12-21

    Merge pull request #1738 from mbernasocchi/emit-saved-as

    added layerSavedAs signal

Merge: 099e0b9b6c 06c6ca0044
Nathan Woodrow <madmanwoo@gmail.com>	2014-12-21

    Merge pull request #1741 from Gustry/master

    [DB Manager] Allow execution of the selected text in the SQL window

Merge: 028fd043a5 09400d15d8
Nathan Woodrow <madmanwoo@gmail.com>	2014-12-21

    Merge pull request #1742 from anitagraser/patch-6

    small grammar fix

Anita Graser <anitagraser@gmx.at>	2014-12-21

    small grammar fix

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-21

    More const-correctness for QgsGeometry

Werner Macho <werner.macho@gmail.com>	2014-12-21

    give dialog a correct name

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Sandro Santilli <strk@keybit.net>	2014-12-16

    Initialize all members, to reduce misleading valgrind reports

Etienne Trimaille <etienne.trimaille@gmail.com>	2014-12-19

    allow execution of the selected text in the SQL window

Sandro Santilli <strk@keybit.net>	2014-12-19

    Make existing ModelTest users use the new ENABLE_MODELTEST define

Sandro Santilli <strk@keybit.net>	2014-12-19

    Fix flags for invalid LayerTreeModel index

    .. bug reported by ModelTester

Sandro Santilli <strk@keybit.net>	2014-12-19

    Add support for testing LayerTreeModel from the app

Sandro Santilli <strk@keybit.net>	2014-12-19

    Add ENABLE_MODELTEST cmake variable/define, default to false

Merge: 984324b0ee e4a8fd8c78
Tom Kralidis <tomkralidis@gmail.com>	2014-12-19

    Merge pull request #1740 from geopython/MetaSearch-core-merge-no-tests

    merge MetaSearch into QGIS core

Tom Kralidis <tomkralidis@gmail.com>	2014-12-19

    remove 18n not required for core plugins

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-17

    Print link to cdash on travis

Juergen E. Fischer <jef@norbit.de>	2014-12-18

    annotation items: save coordinates using qgsDoubleToString instead of QString::number (fixes #11883)

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-18

    [processing] fix extent selection in batch mode (fix #11878)

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-18

    [processing] fix VectorWriter class (fix #11875)

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-18

    [processing] fix column autofill in batch mode (fix #11876)

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-18

    [processing] enlarge column width in batch processing GUI (fix #11879)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-18

    [fix #11872] do not call activateLayerRelatedAction after selection change if layer is not current layer

Tom Kralidis <tomkralidis@gmail.com>	2014-12-17

    merge MetaSearch into QGIS core

Juergen E. Fischer <jef@norbit.de>	2014-12-17

    oracle provider: fix evaluation of default values

Sandro Santilli <strk@keybit.net>	2014-12-17

    Update comment to match with code

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-16

    Improve filtering by schema for postgres connections in browser

    Results in much faster display and refresh of postgres tables

    Also:
    - ensure browser correctly respects postgres connection settings
    - add schema comment tooltip and refresh context menu item
    - make postgres connections less noisy in debug logs

Marco Bernasocchi <marco@opengis.ch>	2014-12-16

    connect the app's signal to the interface's, to re-emit it from the interface.

Marco Bernasocchi <marco@opengis.ch>	2014-11-28

    added layerSavedAs signal

Radim Blazek <radim.blazek@gmail.com>	2014-12-16

    QgsMimeDataUtils::Uri fixed crash on empty data

Radim Blazek <radim.blazek@gmail.com>	2014-12-16

    browser items moveToThread() also children

Juergen E. Fischer <jef@norbit.de>	2014-12-16

    dxf export: fix display of check states on upper levels

volaya <volayaf@gmail.com>	2014-12-16

    [processing] indentation fix

volaya <volayaf@gmail.com>	2014-12-16

    [processing] fixed handling of source strings in ogr algorithms

Radim Blazek <radim.blazek@gmail.com>	2014-12-16

    browser items parent (moving to thread) fix (crash when dragging postgres layer)

Merge: e7dcd48597 8afbe83c74
alexbruy <alexander.bruy@gmail.com>	2014-12-16

    Merge pull request #1737 from gioman/fix_gdal_rasterize

    fix gdal rasterize when using the -ts parameter

Radim Blazek <radim.blazek@gmail.com>	2014-12-15

    autorefresh browser dirs using system notification

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-12-15

    fix gdal rasterize when using the -ts parameter

Sandro Santilli <strk@keybit.net>	2014-12-15

    Initialize pointer members, fix typo

Radim Blazek <radim.blazek@gmail.com>	2014-12-15

    safely delete browser items if createChildren() is running in thread

Merge: f79dbcd897 368fc674bb
Salvatore Larosa <lrssvtml@gmail.com>	2014-12-15

    Merge pull request #1724 from slarosa/dd_wrapword

    [labeling] allows data defined to align multiline when wordwrap function is used as expression (fix #11805)

Radim Blazek <radim.blazek@gmail.com>	2014-12-15

    browser restore state fix

Juergen E. Fischer <jef@norbit.de>	2014-12-15

    dxf export: add method to update model

Juergen E. Fischer <jef@norbit.de>	2014-12-11

    dxf export: only use palette only for fully opaque colors

Landry Breuil <breuil@craig.fr>	2014-12-11

    Fix build failure with gcc < 4.4 (bug #10762)

Merge: fc00baf0f1 dbc801f62f
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-15

    Merge pull request #1736 from mbernasocchi/QgsMessageBar-SUCCESS

    added QgsMessageBar::SUCCESS

Marco Bernasocchi <marco@opengis.ch>	2014-12-15

    update success icon

Marco Bernasocchi <marco@opengis.ch>	2014-12-14

    added QgsMessageBar::SUCCESS

Salvatore Larosa <lrssvtml@gmail.com>	2014-12-08

    [labeling] allows data defined to align multiline when wordwrap function is used as expression (fix #11805)

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-14

    Fix use of uninitialized value

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-14

    Fix use of uninitialized values when no ellipsoid set (fix #11848)

Sandro Santilli <strk@keybit.net>	2014-12-13

    Further drop now-unused code added with map rotation support

    Also add some documenting comments

Sandro Santilli <strk@keybit.net>	2014-12-13

    Drop special handling of rotation from MapCanvasMap::paint

    Stop assuming absence of rotation from MapCanvasItem::setRect,
    but rather assume that the passed rectangle purely encodes
    origin and size by only looking at upperLeft corner (xmin,ymax)
    and width/height of it, scaled by current map resolution.

    Makes the code simpler (maybe) and still fixes the regression.
    Also fixes glitches on zoom while map is rotated.

    Makes glitches on rotation worst, but again that's not a real
    regression.

Sandro Santilli <strk@keybit.net>	2014-12-13

    Simplify the change by not modifing interfaces

    .. I've found a link from gsMapCanvasMap and the QgsMapToPixel class

Sandro Santilli <strk@keybit.net>	2014-12-13

    Add rotation member to QgsMapCanvasMap, use for handling paint event

    Fixes the regression with pre-rendering user feedback for
    non-rotated maps. The glitch is still there for rotated maps
    but that's not a regression.

    See http://hub.qgis.org/issues/11811

Nathan Woodrow <madmanwoo@gmail.com>	2014-12-12

    Add lazy evaluation support to expression functions

    Add if(cond, true, false) function using lazy evaluation feature

Sandro Santilli <strk@keybit.net>	2014-12-12

    Revert "Fix glitch on mouse-wheel zoom event"

    This reverts commit 40e0d78b42474c698cc66e549bfb18d9867167b2.

    Fixed the mouse wheel zoom regression but it broke proper rendering
    of rotated maps...

Radim Blazek <radim.blazek@gmail.com>	2014-12-12

    ziplayertest fix

Sandro Santilli <strk@keybit.net>	2014-12-12

    Fix glitch on mouse-wheel zoom event

    See http://hub.qgis.org/issues/11811

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-12

    expression: more comments and test to avoid differences between operators declaration and text values

Radim Blazek <radim.blazek@gmail.com>	2014-12-12

    populating browser icons in threads moved to QgsDataItem

Sandro Santilli <strk@keybit.net>	2014-12-10

    Consider map rotation in rendering of horizontal and parallel labels

    See http://hub.qgis.org/issues/11814

    NOTE: the map rotation should likely be considered at LabelPlacement
          configuration rather than at rendering time

    Raises pixel mismatch tolerance for background labels tests

Sandro Santilli <strk@keybit.net>	2014-12-12

    Tweak tolerances for CanvasPoint and ComposerPdfPoint PAL tests

    .. to succeed on Ubuntu 14.04.1 LTS

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-12

    followup 232aaaca66114e69b9ac2b201c65a26e7379f475 add missing text definition for integer division

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-12

    Add missing const to equality operator

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-12

    Temporarily disable atlas tests for travis

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-11

    improve layout in add attribute dialog

Juergen E. Fischer <jef@norbit.de>	2014-12-10

    oracle provider: don't reject (none no)geometry queries on tables without geometry (fixes #11843)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-11

    do not make an unecessary copy

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-11

    [Fix #11841] Revert "Fix calculation of atlas map extent when set to fixed scale mode"

    This reverts commit b106f8225324237175aac741ede9eb5d3268edcd and fixes the setting of the atlas feature in composer.

    According to Nyall original commit b106f8225324237175aac741ede9eb5d3268edcd was introduced to fix a test.
    He will look to fix the test, but in the mean time we rather need working features rather than passing tests.
    One might wants to disable the test?

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-11

    [processing] fix exception raising (fix #11842)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-11

    Remove unneeded private method and code cleanup

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-11

    Render incremental rendering image at proper location

    The old behavior was to render it at the currently visibleExtent based on the
    map canvas. The job may however have been scheduled for a different extent and
    therefore rendered at an improper location.

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-11

    [processing] fix wrong behavior in Join by location alg (fix #11736)

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-11

    [processing] fix rows addition in batch processing interface

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-11

    remove warnings

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-11

    Fix incorrect size of markers with data defined name

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-10

    iface.getFeatureDialog creates an "add" dialog for an invalid feature

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-10

    advanced digitizing tools fixes part 2
    * action in toolbar activate/disable the tools instead of showing/hiding the dock
    * do not filter event if tools are disabled
    * disable construction mode if tools are disabled
    * continue renaming cad to advanced digitiing tools

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-10

    Flip rotation spin box to QgsDoubleSpinBox

    Fix some other small spin box related ux improvements (fix #11833)

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-10

    Fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-10

    Add methods to QgsDataDefined for reading and writing to XML

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-10

    fixes for advanced digitizing tools
    do not clear intermediate points when digitizing points in construction mode
    increase maximum height of dock widget when tools are disabled

Sandro Santilli <strk@keybit.net>	2014-12-09

    Const-correct QgsMapToPixel::showParameters

Sandro Santilli <strk@keybit.net>	2014-12-09

    Test rotation API in QgsMapPixel unit test

Sandro Santilli <strk@keybit.net>	2014-12-09

    Set all QgsMapToPixel parameters at once from QgsMapSettings

Sandro Santilli <strk@keybit.net>	2014-12-09

    Refactor QgsMapToPixel to only build matrix on parameter change

    Also add deprecation notices and provide full-parameters constructor

Sandro Santilli <strk@keybit.net>	2014-12-09

    Add unit test for QgsMapToPixel (legacy only for now)

Merge: 2b1b79dbcb d39a854a2c
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-09

    Merge pull request #1624 from 3nids/cadtool_single

    Advanced digitizing tools (aka CAD tools)

Sandro Santilli <strk@keybit.net>	2014-12-09

    Expose QgsMapCanvas rotation and centering API to python

Juergen E. Fischer <jef@norbit.de>	2014-12-09

    debian packaging update (merge and squash PR#1725)

Sandro Santilli <strk@keybit.net>	2014-12-09

    Export QgsMapSettings rotation API to python

Sandro Santilli <strk@keybit.net>	2014-12-09

    Make toCanvasCoordinate(QRect) method private in QgsMapCanvasItem

    I added this for rotation support but the interface is probably not
    something any external code should rely upon.

Sandro Santilli <strk@keybit.net>	2014-12-07

    Add note about QgsMapCanvas::rotation() being added in 2.8

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-09

    Ensure all items are deleted from TestQgsComposerTableV2

Merge: 7ca723920f a5dbb66d95
Paolo Cavallini <cavallini@faunalia.it>	2014-12-09

    Merge pull request #1517 from imincik/dbmanager_icons

    dbmanager: rotating layer import and export icons to more intuitive sense

Merge: 28c344325f 232aaaca66
Nyall Dawson <nyall.dawson@gmail.com>	2014-12-09

    Merge pull request #1721 from nyalldawson/integer_divide

    [expressions] Make int/int return double results

Salvatore Larosa <lrssvtml@gmail.com>	2014-11-28

    Allows to import/export bookmarks to XML file

Juergen E. Fischer <jef@norbit.de>	2014-12-08

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-12-08

    dxf export:
    * export layers in reversed rendering order
    * use checkboxes for layer selection
    * support for layers selection by visibility preset
    * improve selection of layer attribute
    * show busy cursor while exporting
    * fix duplicate end of entities section

Merge: 535661d63a da17656fe0
alexbruy <alexander.bruy@gmail.com>	2014-12-08

    Merge pull request #1719 from bstroebl/splitLines

    [processing] [feature] split lines with lines

Bernhard Ströbl <bernhard.stroebl@jena.de>	2014-12-08

    Log error to ProcessingLog

borys <info@borysjurgiel.pl>	2014-12-08

    [gui] Fix qgsexpressionbuilder layout

borys <info@borysjurgiel.pl>	2014-12-08

    [gui] Fix fieldcalculator layout

Sandro Santilli <strk@keybit.net>	2014-11-20

    Add support for map rotation (hub #9330)

    Includes widget to show and set map rotation.
    Handle rotation in vector and raster renderers.
    Ensure correct behavior of panning and zooming actions.

    Drop compile-time defines for ARM and ANDROID, leaving only
    the qreal based function to transform in place.

    Update expected test results after eye comparison.

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-07

    remove debug code

Alexander Bruy <alexander.bruy@gmail.com>	2014-12-07

    [processing] load documentation from online QGIS User Guide

Merge: 759a148312 c522112534
alexbruy <alexander.bruy@gmail.com>	2014-12-07

    Merge pull request #1720 from neteler/patch-6

    [processing] Update Grass7Algorithm.py

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-06

    Flip all labelling spin boxes to QgsSpinBox/QgsDoubleSpinBox

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-06

    [expressions] Make int/int return double results.

    Also add a new "//" operator to perform integer division.
    (fix #5153)

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-06

    Flip remaining symbology spinboxes to QgsDoubleSpinBox

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-05

    Also evaluate expressions entered in QgsSpinBox

    and flip all composer spin boxes to QgsSpinBox (refs #10544)

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-05

    Flip all composer double spin boxes to QgsDoubleSpin (refs #10544)

    Add clear buttons to applicable properties.

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-04

    [FEATURE] Evaluate expressions entered in QgsDoubleSpinBox

    Allows entry of QGIS expressions into the spin box. The expression
    is evaluated on enter or loss of focus and then discarded.

    (refs #10544)

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-05

    Clean up QgsMapLayer scale based visibility api

Merge: 0fa40a657b a7de4dad77
mhugent <marco.hugentobler@sourcepole.ch>	2014-12-05

    Merge pull request #1715 from rldhont/server_wms_getcapabilities_compliance

    [QGIS-Server] FIX 10489 QGIS Server getcapabilites response is not WMS c...

Markus Neteler <neteler@gmail.com>	2014-12-04

    Update Grass7Algorithm.py

    GRASS GIS 7 update: dsn -> input|output as per http://trac.osgeo.org/grass/browser/grass/trunk/lib/gis/renamed_options

rldhont <rldhont@gmail.com>	2014-12-04

    [QGIS-Server] Clean GetCapabilities

    Remove GetPrint request and ComposerTemplates from GetCapabilities for a better interoperability

rldhont <rldhont@gmail.com>	2014-12-01

    [QGIS-Server] FIX 10489 QGIS Server getcapabilites response is not WMS compliant

    To be fully compliant with WMS 1.3.0 standard, I propose to add :
    * SLD namespace for GetLegendGraphic element
    * schemaExtension.xsd distributed with QGIS-Server for GetStyles and GetPrint
    * GetSchemaExtension to retrieve schemaExtension.xsd like MapServer

    The solution was inspired by
     http://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
    And the standard description
    Styled Layer Descriptor profile of the Web Map Service Implementation Specification
    http://portal.opengeospatial.org/files/?artifact_id=22364

Bernhard Ströbl <bernhard.stroebl@jena.de>	2014-12-04

    [processing] [feature] split lines with lines

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-04

    Change some spin boxes in symbology to QgsDoubleSpinBox

    Adds the handy 'clear' buttons to these spin boxes, such as
    offsets and rotation.
    Also standardises the display of some widgets in symbology.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-04

    define the special text directly with the clear value

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-04

    Correctly set band number for pseudocolor renderer widget

    Previously the band was always reset to the first band when opening
    the raster layer properties.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-24

    [FEATURE] Port new memory layer plugin to core

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-01

    Add support for generating coverage statistics for tests

    Build option ENABLE_COVERAGE must be set. There's also a secondary
    option GENERATE_COVERAGE_DOCS which requires lcov and will generate
    html docs of unit test coverage.

    To generate coverage, first enable the cmake options, then build
    QGIS. From the build directory, run "make qgis_coverage".

    You can also add command line arguments to "make qgis_coverage" which
    are forwarded on to ctest. This allows for skipping failing tests
    which prevent generation of coverage docs. This is done by adding
    the command line argument CMD_ARGS= to the "make qgis_coverage"
    command. Eg,

    make qgis_coverage CMD_ARGS="-E \"PalLabeling|LocalServer|AppStartup\"

    will skip tests which match the listed expressions.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-10-03

    advanced digitizing tools
    this integrates advanced digitizing tools aka CAD tools in QGIS application and basically a port of CADinput plugin
    * new class QgsMapToolAdvancedDigitizing shall be subsclassed if adv. digit. tools could be used in a map tool
    * QgsAdvancedDigitizingDockWidget handles the interaction with the user and also perform the constraints (filters events)
    * QgsAdvancedDigitizingCanvasItem paints construction lines on the canvas

Juergen E. Fischer <jef@norbit.de>	2014-12-03

    db_manager: fix error message on table vacuum

volaya <volayaf@gmail.com>	2014-12-03

    [processing] show layers in alphabetical order in dropdown menu

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-12-03

    allow defining custom clear value for Qgs(Double)SpinBox

Salvatore Larosa <lrssvtml@gmail.com>	2014-08-28

    [custom crs ui] adds scrollarea to dialog and done some minor changes

Salvatore Larosa <lrssvtml@gmail.com>	2014-08-28

    [custom crs ui] adds collapsible groupbox

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-03

    Add some atlas reference images for precise (part 2)

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-03

    Add some atlas reference images for precise (part 1)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-03

    CTest retry submit to dashboard when failed

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-03

    Try increasing color tolerance for composer tests slightly

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-03

    Fix some compiler warnings

Martin Dobias <wonder.sk@gmail.com>	2014-12-03

    API: Added support for bulk loading of spatial index

    This is much faster way of initializing a spatial index. From python it is as simple as
    >>> index = QgsSpatialIndex( layer.getFeatures() )

    From a simple test with 50K points in a memory layer:
    - bulk loading ~ 100 ms
    - inserting features ~ 600 ms

    The index tree should be in theory also better constructed and may result in faster lookups.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-03

    Revert "Let travis compile debug binaries so ASSERTS are also considered"

    This reverts commit b1de41ca49d44eb5068d60c29f7960d363aadd75.

    Led to unstable test results for no reason

    See

    https://travis-ci.org/qgis/QGIS/builds/42811273

    Different results for the very same commit:
    http://dash.orfeo-toolbox.org/buildSummary.php?buildid=165433
    http://dash.orfeo-toolbox.org/buildSummary.php?buildid=165427

Merge: b1de41ca49 f94b80012e
Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-03

    Merge pull request #1482 from serialc/patch-1

    Checkbox for sub index was missing tooltip text

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-02

    Let travis compile debug binaries so ASSERTS are also considered

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-02

    MapTip: ParagraphSeparator to \n to support multiline expressions

    This allows to properly use multiline expressions in the expression builder
    when the map tip HTML definition contains newlines (which are formatted as
    ParagraphSeparators in QTextCursor)
    See http://qt-project.org/doc/qt-4.8/qtextcursor.html#selectedText

Merge: d034a6677c 81895f9ca0
Jürgen Fischer <jef@norbit.de>	2014-12-02

    Merge pull request #1717 from manisandro/int_ogrwkbgeometrytype

    Store result of OGR_FD_GetGeomType into a OGRwkbGeometryType, not in an int, ...

Sandro Mani <manisandro@gmail.com>	2014-12-02

    Store result of OGR_FD_GetGeomType into a QGis::WkbType, not in an int, which causes an integer overflow

Salvatore Larosa <lrssvtml@gmail.com>	2014-12-02

    [labeling] use QgsColorButtonV2 for label property dialog

Salvatore Larosa <lrssvtml@gmail.com>	2014-12-02

    [codeeditor] set case insensitive for SQL Lexer: followup #1686

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-02

    Fix calculation of smart breaks when html has transparent background

    Should finally fix troublesome composer html tests

Merge: 974511f4e3 29d0166475
Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-12-01

    Merge pull request #1714 from manisandro/intsafe_doublesafe

    Fix isIntSafe and isDoubleSafe not considering some QVariant types

Sandro Mani <manisandro@gmail.com>	2014-12-01

    Fix isIntSafe and isDoubleSafe not considering QVariant::UInt, QVariant::LongLong, QVariant::ULongLong (Funded by Sourcepole)

Merge: 6da0058f6f cb32d31c3a
alexbruy <alexander.bruy@gmail.com>	2014-12-01

    Merge pull request #1710 from mach0/master

    fix typo in processing description

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-12-01

    Swap expression and custom function box in expression widget

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-01

    Try to fix some more intermittent composer tests

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-01

    Add some missing exitQgis() calls to unit tests

    Also ensure that compositions are deleted before exiting
    Qgis during tests.

Radim Blazek <radim.blazek@gmail.com>	2014-12-01

    Fixed crash in browser startup on Mac

Nyall Dawson <nyall.dawson@gmail.com>	2014-12-01

    Hopefully fix intermittently failing composer html test

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-12-01

    Layout expression widget as horizontal. Fits better on screens and means less dialog resizing.

Werner Macho <werner.macho@gmail.com>	2014-11-30

    fix typo in processing description

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Radim Blazek <radim.blazek@gmail.com>	2014-11-30

    Revert "Followup to d897aa5; fix crash on Mac"

    This reverts commit 9837f430b313eceeee246f966fc60115df3ee722.

Radim Blazek <radim.blazek@gmail.com>	2014-11-30

    QgsBrowserWatcher made QFutureWatcher descendant

Juergen E. Fischer <jef@norbit.de>	2014-11-30

    debian packaging fix

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-30

    [processing] fix GRASS output parser (fix #10660)

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-30

    [processing] fix Convex hull algorithm (fix #11725)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-27

    Change unary minus test --1 to -(-1)

    See http://lists.osgeo.org/pipermail/qgis-developer/2014-November/035835.html

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-26

    Add line comments to QgsExpression

    Delimited by double-minus and EOL/EOF

    Example:
      $id -- This is the feature id

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-26

    QgsExpression: some const fixes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-26

    Preserve expression formatting

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-26

    Add block comment tests

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-24

    [FEATURE] Add comment functionality to QgsExpression

Juergen E. Fischer <jef@norbit.de>	2014-11-30

    indentation update [ci skip]

Nathan Woodrow <madmanwoo@gmail.com>	2014-11-30

    [Feature] Allow custom expression functions in expression widget

Juergen E. Fischer <jef@norbit.de>	2014-11-30

    update scripts/fix_allows_to.sh and run it

Juergen E. Fischer <jef@norbit.de>	2014-11-29

    travis: irc notification if build status changes

Nathan Woodrow <madmanwoo@gmail.com>	2014-11-30

    [Expression] Don't unregister function if not registering

Nathan Woodrow <madmanwoo@gmail.com>	2014-11-29

    Remove qgsfunction from qgis.utils.

    Import from qgis.core so we don't break API

Nathan Woodrow <madmanwoo@gmail.com>	2014-11-29

    Reform qgis.uitls file

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-29

    [processing] use extent instead of width, height and center in Create
    Grid algorithm (fix #11481)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-11-29

    Move qgsfunction to qgis.core.

    Add new register_function method when not using decorator
    Wrap function call in try block to catch and report errors

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-29

    Add some test images and tweak test tolerances for utopic

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-29

    [composer] Make html tests text-free

    Minimises cross platform rendering differences

Juergen E. Fischer <jef@norbit.de>	2014-11-28

    debian packaging update for python server plugins

Juergen E. Fischer <jef@norbit.de>	2014-11-28

    * fix server plugin build on windows
    * move src/mapserver to src/server (IMHO better name and in sync with
      python/server)
    * rename cmake option WITH_MAPSERVER to WITH_SERVER
    * rename define MAPSERVER_HAVE_PYTHON_PLUGINS to HAVE_SERVER_PYTHON_PLUGINS

Juergen E. Fischer <jef@norbit.de>	2014-11-28

    don't build server plugins if server isn't built

volaya <volayaf@gmail.com>	2014-11-28

    [proccesing] added compiled ui files

    This will make it easier to test new versions of processing for some users

volaya <volayaf@gmail.com>	2014-11-28

    [processing] fixed handling of parent algorihtms in modeler

    Fixes #11750

Juergen E. Fischer <jef@norbit.de>	2014-11-28

    don't build server plugins if server isn't built

Marcel Dancak <marcel.dancak@gista.sk>	2014-11-28

    db_manager: do not display index tables when browsing SpatiaLite databases

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-28

    Fix map unit scale for simple line width not restored (fix #11181)

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-28

    Fix size scaling ignored for line symbology (fix #11751)

Merge: 949185179e a790f7fa2c
mhugent <marco.hugentobler@sourcepole.ch>	2014-11-27

    Merge pull request #1701 from elpaso/serverpython2

    [feature] Serverpython2

elpaso <apasotti@gmail.com>	2014-11-27

    Fix double QT4_WRAP_CPP

    Funded by ItOpen - http://www.itopen.it

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-27

    [composer] Fix refresh HTML item always using cached copy (fix #11747)

elpaso <apasotti@gmail.com>	2014-11-26

    Removed SIP Transfer

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-11-26

    body() now return QByteArray

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-11-26

    body() now return QByteArray

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-11-26

    Enabled by default and removed linked qgispython

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-11-16

    Mergeable on master

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-11-16

    Removed trailing spaces

elpaso <apasotti@gmail.com>	2014-11-16

    Fixed compilation without python

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-11-16

    Fixed header comments

elpaso <apasotti@gmail.com>	2014-11-06

    Comment typo

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-11-05

    Astyle formatting

elpaso <apasotti@gmail.com>	2014-11-05

    Renamed plugin hook responseReady to responseComplete
    added sendResponse hook and passed pluginFilters to
    request handler

elpaso <apasotti@gmail.com>	2014-11-05

    Working implementation

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-10-26

    Set exception moved to public

elpaso <apasotti@gmail.com>	2014-10-26

    Allow body clear

elpaso <apasotti@gmail.com>	2014-10-10

    Expose response body and infoFormat

elpaso <apasotti@gmail.com>	2014-10-10

    Added comments for bindings.

elpaso <apasotti@gmail.com>	2014-10-10

    Fixes wrong number of bytes logged when debug activated.

    Funded by ItOpen - QGIS Borg - Resistance Is Futile

elpaso <apasotti@gmail.com>	2014-10-10

    Comments added

elpaso <apasotti@gmail.com>	2014-10-10

    ASTYLE Formatted

elpaso <apasotti@gmail.com>	2014-10-09

    Added getEnv to plugins API

elpaso <apasotti@gmail.com>	2014-10-09

    Added serve python plugins

elpaso <apasotti@gmail.com>	2014-10-09

    Added serve python plugins

elpaso <apasotti@gmail.com>	2014-10-09

    Added python server plugins

elpaso <apasotti@gmail.com>	2014-10-09

    Added define for conditional server plugins compilation

elpaso <apasotti@gmail.com>	2014-10-09

    Added env var for custom plugin directory

elpaso <apasotti@gmail.com>	2014-10-09

    Add plugin files and define

elpaso <apasotti@gmail.com>	2014-10-09

    Removed python plugins define

elpaso <apasotti@gmail.com>	2014-10-09

    Http request/response handler refactoring.

    HTTP Request handler now manages HTTP request and response.

    * added methods to manage HTTP response headers
    * added methods to manage response body
    * added accessors API methods for request parameters and
      response headers and body

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-26

    Fix Qt5 build

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-26

    [processing] fix parameter names in TauDEM algorithms

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-25

    [processing] fix help file generator

Tom Kralidis <tomkralidis@gmail.com>	2014-11-25

    Delete utils.py

Tom Kralidis <tomkralidis@gmail.com>	2014-11-25

    Delete __init__.py

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-25

    Don't enforce singleton behavior with Q_ASSERT

    Fix #11726

Sandro Santilli <strk@keybit.net>	2014-11-25

    Remove useless statement

Merge: 9cf3e7f002 03faafa4a2
alexbruy <alexander.bruy@gmail.com>	2014-11-25

    Merge pull request #1698 from jdugge/MergetoolEmptyGeometries

    Make the Merge shapefiles tool correctly handle features without geometries

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-25

    Fix slight offset in heatmap renderer

Juergen E. Fischer <jef@norbit.de>	2014-11-25

    fix script permissions

Juergen E. Fischer <jef@norbit.de>	2014-11-25

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2014-11-24

    translation script update:
    * TRANSLATORS stats also needs lupdate run
    * support numerus forms in python translation strings

Tom Kralidis <tomkralidis@gmail.com>	2014-11-24

    backport adjust pluralization

    backport https://github.com/geopython/MetaSearch/commit/83b88f67abb679501a238e4ab4ee344c3cdbf55d

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-25

    Regenerate incorrect test images and reenable atlas tests for travis

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-25

    Fix calculation of atlas map extent when set to fixed scale mode

    Credit to m-kuhn for discovering the fix

Juergen E. Fischer <jef@norbit.de>	2014-11-24

    INSTALL: update required flex version to 2.5.6 and links to windows version

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-24

    Streamline singleton behavior in a class QgsSingleton, take two

    delete provider registry after map layer registry to avoid crashes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-24

    Revert "Streamline singleton behavior in a class QgsSingleton"

    This reverts commit e1f6edbd55122e6d2206daf4a0b55e3e9207cf80 as it breaks tests

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-24

    Streamline singleton behavior in a class QgsSingleton

    If a singleton is unused in an application, it's not going to be created just
    to be deleted instantanously on app exit.
    QgsCoordinateTransformCache will also be cleaned on exit.

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-24

    [symbology] Add method for retrieving symbol layers as list

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-24

    Fix incorrect warning dialog appearing when creating new ramp

    Previously a "not available" warning dialog would appear when
    attempting to create a new color ramp using the categorised renderer.

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-24

    [FEATURE] Support drag and drop of python scripts onto QGIS window

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-24

    Fix grammar

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-24

    Fix potential crash in random color ramp

    Badly choosen values (eg max < min) could cause a crash. Now, values
    are sanitised prior to generating the ramp colors.

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-24

    Add toolbar icon and shortcut for python console

Nathan Woodrow <madmanwoo@gmail.com>	2014-11-24

    Fix #10727 - Add update selected button to field calc bar

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-24

    Remove help button from symbollevelv2 dialog

    There is no help text available for this dialog and the button does nothing at
    all at the moment

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-24

    Fix crash on exit: Close all cached sqlite connections

Gillian Milani <gillian.milani@camptocamp.com>	2014-11-18

    remove repaint when layer is not modified

Gillian Milani <gillian.milani@camptocamp.com>	2014-11-14

    clean code style with prepare-commit.sh

Gillian Milani <gillian.milani@camptocamp.com>	2014-11-12

    add a save button for subform (1-n relations)

Merge: 484e16254d e7a8994503
Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-23

    Merge pull request #1697 from mbernasocchi/patch-1

    deactivate qgis_wcsprovidertest on travis

    It depends on an unreliable external service and therefore produces false alarms.

volaya <volayaf@gmail.com>	2014-11-23

    [processing] fixed help in models

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-23

    Add support for weighting points by expression to heatmap renderer

Juernjakob Dugge <juernjakob@gmail.com>	2014-11-23

    Make the "Merge shapefiles" tool correctly handle features without geometries.

Juergen E. Fischer <jef@norbit.de>	2014-11-22

    getProjectSettings response: return 'maptip' instead of tooltip template as
    displayField layer attribute

Juergen E. Fischer <jef@norbit.de>	2014-11-22

    better fix for b99ab0a

Juergen E. Fischer <jef@norbit.de>	2014-11-22

    update INSTALL (fixes #11715)
    - remove outdate "practical case" section
    - include pointer to GDAL formats for build instructions for proprietary
      formats in overview
    - cosmetics

Juergen E. Fischer <jef@norbit.de>	2014-11-22

    restore setting of scene to map canvas items (followup 78c51954)

Juergen E. Fischer <jef@norbit.de>	2014-11-22

    travis: disable qgis_wcsprovidertest due to unreliable server

Nathan Woodrow <madmanwoo@gmail.com>	2014-11-22

    Fix #9604 - New icon for delete selected features

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-22

    [processing] redirect output from command line tools to Info tab (fix #5618)

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-22

    [processing] fix Field calculator algorthm (fix #11488)

Juergen E. Fischer <jef@norbit.de>	2014-11-22

    fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-22

    Add an invert checkbox for heatmap renderer

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-22

    [FEATURE] Live heatmap renderer

    Allows for live, dynamic heatmaps for point layers. Options include
    specifying heatmap radius in pixels, mm or map units, choice of
    color ramp, and a slider for selecting a tradeoff between render
    speed and quality.

Werner Macho <werner.macho@gmail.com>	2014-11-21

    fix typo in tx config

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-11-21

    adding new translations files

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-11-21

    update if txconfig for new translations

Larry Shaffer <larrys@dakotacarto.com>	2014-11-21

    Followup to 2261999; fix import of QgsCodeEditorSQL for DB Manager

Marco Bernasocchi <marco@bernawebdesign.ch>	2014-11-21

    deactivate qgis_wcsprovidertest

    Disabling on behalf of @m-kuhn since the wcs server used in qgis_wcsprovidertest is not really reliable. Often the test fails due to server problem.
    We should use a more solid server or make the test handle connections problems

volaya <volayaf@gmail.com>	2014-11-21

    [processing] patch for issues with delimited text layers

    Still won't work when using delimited text layers in parameters of type MultipleInput

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-21

    dualview: autoselect first item

volaya <volayaf@gmail.com>	2014-11-21

    [processing] Added missing field type to vector tools

volaya <volayaf@gmail.com>	2014-11-21

    [processing] Add snippet collection to script editor

    The list of snippets is still very short, but the snippet management logic is added in this commit

volaya <volayaf@gmail.com>	2014-11-21

    [processing] better output logging for gdal/org calls

    Fixes #11501

volaya <volayaf@gmail.com>	2014-11-21

    [processing] clean unused line

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-11-21

    Remove code no longer needed in QgsConfigCache

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-21

    Return non-zero status from cmake script when build or test fails

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-21

    Formatting of tests

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-21

    Fix some race condition segfaults of tests on exit

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-07

    Add Qt5 support

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-11-05

    [Processing] A new tool to import data in PostGIS based on ogr2ogr and a few other ogr related fixes

Merge: 6c836f0e9d d6635994df
mhugent <marco.hugentobler@sourcepole.ch>	2014-11-21

    Merge pull request #1689 from rldhont/server_cache_project_config

    [QGIS-Server] Enhance config cache

Juergen E. Fischer <jef@norbit.de>	2014-11-21

    fix nightly build (followup a57066a48d)

volaya <volayaf@gmail.com>	2014-11-21

    [processing] remember last output folder in batch interface

volaya <volayaf@gmail.com>	2014-11-21

    [processing] better behaviour for fields calculator custom dialog

volaya <volayaf@gmail.com>	2014-11-21

    [processing] fixed fields calculator algorithm

    It's not a complete fix, as it just comments out a line that was causing a 'underlying C/C++ object was deleted' error
    Should revisit is later. For now, this allows the algorithm to run correctly and not crash qgis

volaya <volayaf@gmail.com>	2014-11-21

    [processing]removed unused code

volaya <volayaf@gmail.com>	2014-11-21

    [processing] fixed handling of tables in models

    Fixes #11694

volaya <volayaf@gmail.com>	2014-11-21

    [processing] provide non-random default ordering of parameters in models

    Fixes #11702

Larry Shaffer <larrys@dakotacarto.com>	2014-11-20

    Followup to d897aa5; fix crash on Mac

Juergen E. Fischer <jef@norbit.de>	2014-11-21

    sip sync

Merge: afd32fdc68 631341b56d
Nyall Dawson <nyall.dawson@gmail.com>	2014-11-21

    Merge pull request #1681 from nyalldawson/sort_api

    Sort members in api docs

Radim Blazek <radim.blazek@gmail.com>	2014-11-20

    browser restore favourites fix

Radim Blazek <radim.blazek@gmail.com>	2014-11-20

    browser remove favourite fix

Radim Blazek <radim.blazek@gmail.com>	2014-11-20

    browser favourites fix

Merge: a57066a48d d80b6608cb
Radim Blazek <radim.blazek@gmail.com>	2014-11-20

    Merge pull request #1583 from slarosa/qdockwidget_browser

    [browser] small ui reworking for consistency

Juergen E. Fischer <jef@norbit.de>	2014-11-20

    * fix cppcheck warnings
    * some sip updates
    * [API] fix spelling QgsMultiRenderChecker::drawBackround
    * [API] fix spelling QgsSymbolLayerV2Utils::drawStippledBackround
    * [API] fix spelling QgsMapSettings::layerTransfrom

Radim Blazek <radim.blazek@gmail.com>	2014-11-20

    browser refresh and restore fixes and improvements

rldhont <rldhont@gmail.com>	2014-11-19

    Update cache

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-20

    Add hasDefaultValues method to QgsDataDefined, add some tests

Juergen E. Fischer <jef@norbit.de>	2014-11-20

    widgetParametersPanel.ui: fix header
    [ci skip]

dassau <dassau@gbd-consult.de>	2014-11-19

    update translation

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-19

    Boost coverage of raster fill unit tests

    Also add missing sip bindings for GUI widget

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-19

    [processing] repair non-working random extract algorithms (fix #11571)

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-19

    [processing] correctly handle editable and non-editable fixed tables (fix #11602)

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-19

    [processing] add open script action to script editor

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-19

    [processing] add hypsometric curves calculation algorithm

Werner Macho <werner.macho@gmail.com>	2014-11-19

    more cleaning of redundant and same shortcuts

Juergen E. Fischer <jef@norbit.de>	2014-11-19

    fix warnings

Merge: 256b2652c3 c8ad99bf6a
Jürgen Fischer <jef@norbit.de>	2014-11-19

    Merge pull request #1695 from nyalldawson/fix_api

    Fix incorrect cast to double in shapeburst fill header

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-19

    Fix incorrect cast to double in shapeburst fill header

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-19

    Fix some warnings

Merge: edd8d9bc64 0a5c3cc8c6
mhugent <marco.hugentobler@sourcepole.ch>	2014-11-19

    Merge pull request #1691 from m-kuhn/slv

    Enable PyQgsSymbolLayerV2 test. Followup 5957b0a

Merge: d66c927f60 36869f075a
Paolo Cavallini <cavallini@faunalia.it>	2014-11-19

    Merge pull request #1692 from neteler/patch-4

    Delete r.average.txt

Merge: 52159851bf 9c2a1131f8
Paolo Cavallini <cavallini@faunalia.it>	2014-11-19

    Merge pull request #1693 from neteler/patch-5

    Update and rename r.bilinear.txt to r.resamp.interp.txt

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-17

    [FEATURE] Raster image symbol fill type

    Allows for filling polygons with a tiled raster image. Options
    include (data defined) file name, opacity, image size (in pixels,
    mm or map units), coordinate mode (feature or view) and rotation.

Markus Neteler <neteler@gmail.com>	2014-11-18

    Update and rename r.bilinear.txt to r.resamp.interp.txt

    r.bilinear: merged into r.resamp.interp, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules

Markus Neteler <neteler@gmail.com>	2014-11-18

    Delete r.average.txt

    Superseded by r.statistics, see http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Removedmodules

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-18

    Enable PyQgsSymbolLayerV2 test. Followup 5957b0a

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-18

    Run build within ctest script and add some information for the dashboard

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-11-18

    Hopefully fix sld test

Merge: eef435e979 da91a9ee58
volaya <volayaf@gmail.com>	2014-11-18

    Merge pull request #1614 from radosuav/small_fixes

    Small fixes for Processing

radosuav <rmgu@dhi-gras.com>	2014-11-18

    Revert "Fix translations in Processing.py"

    This reverts commit 81089a1fa258feb86a52db9bba1fd0708b5f70a7.

Radim Blazek <radim.blazek@gmail.com>	2014-11-18

    [GRASS] data item fix

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-18

    Add tolerance to shapeburst test

    Fixes it on ubuntu trusty

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-18

    [composer] Fix overview tooltips (fix #11655)

Merge: 1f41364c2e b2494fd9ef
alexbruy <alexander.bruy@gmail.com>	2014-11-18

    Merge pull request #1605 from ghtmtt/patch-1

    Update geometricfigures.rst

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-18

    Update link to qt homepage

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-15

    [processing] handle ints and floats in range parameter panel

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-12

    [processing] refactor batch processing dialog and update related parameters widgets

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-12

    [processing] refactor algortim dialog

    Now we have base class AlgorithmDialogBase for all algortims. Dialogs
    for algorithms and batch processes should be created by subclassing this
    base dialog and adding to it corresponding parameters panel.

    ParametersPanel for single algorthm already updated to this approach.

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-09

    [processing] update layer selector widget

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-09

    [processing] update fixed table widget and dialog

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-08

    [processing] fix typo

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-08

    [processing] rename number selector to keep consistency

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-08

    [processing] update range input widget

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-08

    [processing] don't override default selection mode in ui file

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-06

    [processing] update MultipleFileInputDialog

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-06

    [processing] remove MultipleFileInputPanel as it duplicates MultipleInputPanel
    homogenize UI in FileSelectionPanel and RenderinStylePanel, remove inused imports

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-06

    [processing] remove similar widgets (use generic one instead)

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-04

    [processing] update extent selection widget

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-04

    [processing] update projection selector widget

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-04

    [processing] replace two similar dialogs with generic one

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-11

    [processing] remove compiled ui files

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-17

    add shortcuts to some Processing actions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-17

    Fix CPack path to README.md

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-17

    homogenize icons related to managing project and global scale lists

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-17

    More README to README.md

    And add travis build status

Merge: 150aa53a63 ad881089ef
alexbruy <alexander.bruy@gmail.com>	2014-11-17

    Merge pull request #1686 from alexbruy/dbmanager-sqleditor

    switch DB Manager's SQL editor to QgsCodeEditorSQL

Juergen E. Fischer <jef@norbit.de>	2014-11-17

    add missing ts files (fixes #11662)

Werner Macho <werner.macho@gmail.com>	2014-11-16

    [TRANSUP] some fixes and improvements for transifex including renamed and deleted ts files

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

rldhont <rldhont@gmail.com>	2014-11-05

    [QGIS-Server] Enhance config cache

    Add xmlDocument and server config in cache

    xmlDocument and server config will be opened once for every requested W*S
    Every requested W*S will point to the same server config and xmlDocument

Martin Dobias <wonder.sk@gmail.com>	2014-11-15

    Add note about QgsMapCanvas::refresh() behavior

Merge: b28cc1410b 40c5ae4407
Martin Dobias <wonder.sk@gmail.com>	2014-11-15

    Merge remote-tracking branch 'rldhont/filter_legend_displacement_point2'

    Conflicts:
            src/core/qgsmaphittest.cpp

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-14

    [travis] Do some steps in install step

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-14

    [travis] Disable PyQgsPalLabelingServer tests for now

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-14

    [travis] Disable SymbolLayerV2 test

    There is a pull request to properly fix the issue. When this PR is dealt with
    this test will be re-enabled.

    https://github.com/qgis/QGIS/pull/1672

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-14

    Fix atlas tests

     * Recreates composition for every test and therefore removes internal
       dependency
     * Reorders method calls to make the test pass
     * Disable the test until https://github.com/qgis/QGIS/pull/1688

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-14

    Exclude PyQgsPalLabelingCanvas test because of Segfault on test server

    It seems that there is still a thread running when QgsApplication exits.

    Error message:
    QThreadStorage: Thread 0x16e29f0 exited after QThreadStorage 6 destroyed

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-14

    Disable geometry simplify check

    This test mixes different effects and is very unprecise in what it tests and
    what it expects as result.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-14

    Add QgsDartMeasurement

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-14

    Switch QgsCompositionChecker to MultiRenderChecker

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-14

    Switch to RGB32 images for composition checker

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-14

    Use a non-transparent background for composition checker

    Fix composerhtml tests on precise

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-13

    Cleanup atlas composition tests

     * Don't try to cache on 0-sized image
     * Use qDebug instead of qWarning

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-07

    Fix shapeburst test

    Move to multirenderchecker

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-04

    [unit tests] Make qgis_rendererstest pass

    Replace control image

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-13

    Fix PalLabelingComposer test

    Switch to QgsMultiRenderChecker and add control images for Ubuntu precise where
    required.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-07

    Fix inverted polygon renderer test

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-12

    [unit tests] Fix blend modes test

     * Switched to QgsMultiRenderChecker and added control images for precise
     * Add a minimal color tolerance for slight render inconsistencies

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-08

    Compositionchecker: Default color tolerance of 1

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-06

    [unit tests] Add multirenderchecker

    The multirenderchecker allows to have several images, each with its own set of
    anomalies distributed in several subdirectories.
    With the help of multiple reference images, it is possible to apply a color
    tolerance to each of these

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-13

    Add .travis.yml for automated testing

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-14

    Initialize some uninitialized variables

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-14

    case insensitive autocompletion

Radim Blazek <radim.blazek@gmail.com>	2014-11-14

    avoid use of QIcon in data items in threads

Juergen E. Fischer <jef@norbit.de>	2014-11-14

    pull_ts.sh: verify lrelease is available

Merge: d4f64d9bde 3e3f1fb16c
Paolo Cavallini <cavallini@faunalia.it>	2014-11-14

    Merge pull request #1687 from gioman/master

    fixes r.watershed parameter description for GRASS 6.4

Juergen E. Fischer <jef@norbit.de>	2014-11-13

    indentation update and typo fixes

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-11-13

    fixes r.watershed parameter description for GRASS 6.4

Juergen E. Fischer <jef@norbit.de>	2014-11-13

    prepare-commit.sh: fix script directory detection

rldhont <rldhont@gmail.com>	2014-11-07

    [FIXED] #11572 Filter Legend By Map Content doesn't maintain point displacement legend

    The fix from https://github.com/qgis/QGIS/pull/1673 has to be enhance to have
     something more generic.

    This fix add methods to QgsPointDisplacementRenderer:
    * capabilities
    * symbolForFeature
    * originalSymbolForFeature
    * symbolsForFeature
    * originalSymbolsForFeature
    * willRenderFeature

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-13

    switch DB Manager's SQL editor to QgsCodeEditorSQL

Radim Blazek <radim.blazek@gmail.com>	2014-11-13

    re-enabled init expand to last expanded in browser

Merge: 9cb157a7e5 4254d4e615
Nyall Dawson <nyall.dawson@gmail.com>	2014-11-13

    Merge pull request #1684 from manisandro/armbuild

    Add casts to double to fix compilation on ARM

Juergen E. Fischer <jef@norbit.de>	2014-11-13

    prepare-commit.sh: remove executable bit from source files and exit successfully if nothing modified

Sandro Mani <manisandro@gmail.com>	2014-11-13

    Add casts to double to fix compilation on ARM

Juergen E. Fischer <jef@norbit.de>	2014-11-13

    update debian dependencies in INSTALL (scripts/scandeps.pl run)

Juergen E. Fischer <jef@norbit.de>	2014-11-12

    fix source permissions

    Consider using 'git config core.filemode false' on Windows

    find . \( -name "*.cpp" -o -name "*.h" \) -perm /111 -exec chmod a-x {} \;

Juergen E. Fischer <jef@norbit.de>	2014-11-12

    i18n: script updates

Juergen E. Fischer <jef@norbit.de>	2014-11-12

    postgres provider: fix layer detection

Radim Blazek <radim.blazek@gmail.com>	2014-11-12

    expand browser items in threads

Radim Blazek <radim.blazek@gmail.com>	2014-11-12

    loading icon from qt-everywhere-opensource-src-4.6.3/demos/browser/data/loading.gif

Juergen E. Fischer <jef@norbit.de>	2014-11-12

    fix PyQgsAppStartup test on windows

Juergen E. Fischer <jef@norbit.de>	2014-11-12

    fix PyQgsLogger test (fixes b5f6d2ce, but also the failure on windows)

Juergen E. Fischer <jef@norbit.de>	2014-11-12

    fix tim dot linfiniti at com

Juergen E. Fischer <jef@norbit.de>	2014-11-12

    i18n: move to transifex
    * deprecate update_ts_files.sh
    * use pull_ts.sh to pull updates from transifex
    * use push_ts.sh to pull qgis_en.ts from transifex, update it and push it back

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-04

    Fix qgis_legendrenderertest

    Changed control image that fails on every platform

Juergen E. Fischer <jef@norbit.de>	2014-11-12

    parse embedded project only once (speedups loading of multiple embedded layers from the same project)

Juergen E. Fischer <jef@norbit.de>	2014-11-12

    refactor QgsLogger and add duration and thread id

Juergen E. Fischer <jef@norbit.de>	2014-11-11

    fix german translations (fixes #11617)

Juergen E. Fischer <jef@norbit.de>	2014-11-11

    vector file writer: scan shape file geometries instead of just assuming multi geometry types (followup 528c4cacb, refs #10584, fixes #11542, fixes #11597)

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-11

    Sort members in api docs

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-07

    Fix maprenderertest

    By introducing some color tolerance

Radim Blazek <radim.blazek@gmail.com>	2014-11-10

    use browser objectName in settings key to distinguish browser2

Radim Blazek <radim.blazek@gmail.com>	2014-11-10

    use connection name in wms,wfs,wcs data item path instead of uri, group ows servers by connection name instead of uri

Radim Blazek <radim.blazek@gmail.com>	2014-11-10

    [GRASS] autorefresh vector layers

Takayuki Mizutani <mizutani.takayuki@gmail.com>	2014-11-09

    fix Empty console Output on R under processing. refs #7643

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-08

    fix regex for getting layer name

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-08

    Fix occasional crash on exit because of statis network access manager

    see https://bugreports.qt-project.org/browse/QTBUG-25789

Juergen E. Fischer <jef@norbit.de>	2014-11-08

    fix PyQgsVectorLayer test

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-05

    Fix dual view test

    * References commit 51e01d6
    * And issue #11529

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-05

    Fix expression test

    make sure the style file with the color ramp can be copied to the settings path

Juergen E. Fischer <jef@norbit.de>	2014-11-07

    debian packaging update (fixes for tests)

Martin Dobias <wonder.sk@gmail.com>	2014-11-08

    Revert "Doxygen: do not add "Definition at line N of XYZ.cpp" to each method"

    This reverts commit 7ee05afd366cebf3c8f44354067c34223346f835.

Merge: 2417a82bd7 b4824abb20
Paolo Cavallini <cavallini@faunalia.it>	2014-11-07

    Merge pull request #1678 from ghtmtt/patch-2

    Update gridcalculator.rst

ghtmtt <matteo.ghetta@gmail.com>	2014-11-07

    Update gridcalculator.rst

    change **x** and **y** with **a** and **b**

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-07

    [processing] add method in OGR algorithms for getting layer name from source

Radim Blazek <radim.blazek@gmail.com>	2014-11-07

    browser last expanded better

rldhont <rldhont@gmail.com>	2014-11-05

    [FIXED] #11572 ilter Legend By Map Content doesn't maintain point displacement legend

    For point vector layer render with 'displacement point', when 'Filter
     Legend By Map Content' is activated, the legend is not rendered even
     if it has to be.

    It's due to QgsPointDisplacementRenderer that embedded the real
     renderer.

    The solution proposed in this patch is to get the embedded renderer
     for QgsPointDisplacementRenderer.

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-07

    [composer] Don't save hide bounding box setting between sessions

    In practice the workflow is better if this setting is only
    temporarily applied to a composer.

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-05

    [FEATURE][composer] Vertical descending direction for annotations

    This change adds a new descending vertical direction mode for
    map grid annotations. Previously only ascending text was
    supported for vertical annotations.

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-05

    [composer] Use intersection rather than clip for transformed grids

    Previous behaviour was to clip transformed grid lines to the visible
    map extent. This caused problems if a map item had no border (a
    solid line would be shown along the map extent), and also meant
    that reprojected lines which crossed out of the map extent and back
    in again did not have annotations or grid frame markings shown.

    Also implement an improved logic for detecting the map frame side
    for annotations.

Radim Blazek <radim.blazek@gmail.com>	2014-11-06

    remember browser last expanded item

Radim Blazek <radim.blazek@gmail.com>	2014-11-06

    GRASS: show layers non expandable

Radim Blazek <radim.blazek@gmail.com>	2014-11-06

    GRASS: points removed from topo in GRASS 7

Radim Blazek <radim.blazek@gmail.com>	2014-11-06

    GRASS: fixed crash when opening vector without topo

Radim Blazek <radim.blazek@gmail.com>	2014-11-06

    add GRASS vector layers from browser with map + layer name

Werner Macho <werner.macho@gmail.com>	2014-11-06

    [TRANSUP] preparing transition to transifex DEFAULT

    Compared translations manually with source and transifex and uploaded every translation with more strings in source to transifex.
    From now on only transifex will be pulled and only english source will be updated.

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Radim Blazek <radim.blazek@gmail.com>	2014-11-06

    GRASS 7.1 fixes

Martin Dobias <wonder.sk@gmail.com>	2014-11-04

    Fix a crash in layer node after removal of layer from registry.

    A crash may occur when using custom layer tree in composer legend and layer from that tree is removed from registry.
    This would happen only in some code paths.

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-06

    Add methods to QgsGeometry to convert to/from QPointF and QPolygonF

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-06

    Add methods for converting QgsPoint to and from QPointF and QPoint

    Also add some more basic unit tests for QgsPoint

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-06

    Fix encoding of QgsPoint source files

    Allows editing these files in QtCreator.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-05

    Fix feature request with Fid Filter working on the edit buffer

    The following snippet did not take attribut changes that have not been commited
    into account.

        layer.getFeatures( QgsFeatureRequest( fid ) ).next()

    Fixes the VectorLayer test

Tom Kralidis <tomkralidis@gmail.com>	2014-11-05

    merge OWSLib 0.8.10 CSW fix

    https://github.com/geopython/OWSLib/commit/4e5e24840372028be2858c5c6897818bf6059282

Merge: 47e3dc9d8d 7976d9488e
volaya <volayaf@gmail.com>	2014-11-05

    Merge pull request #1670 from gioman/saga_fixes1

    fix several SAGA 2.1.2 modules, take1

Juergen E. Fischer <jef@norbit.de>	2014-11-05

    fix build error

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-11-04

    Fix app startup test

Merge: 1d3f8a73b5 a4fb2a102e
mhugent <marco.hugentobler@sourcepole.ch>	2014-11-04

    Merge pull request #1671 from elpaso/requesthandler-refactoring2

    Requesthandler refactoring2

elpaso <apasotti@gmail.com>	2014-11-04

    Restored streaming capabilities, added mHeadersSent flag and accessor

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-10-10

    ASTYLE formatting

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-10-09

    Removed python plugins define

    Funded by ItOpen - http://www.itopen.it

elpaso <apasotti@gmail.com>	2014-10-09

    Http request/response handler refactoring.

    HTTP Request handler now manages HTTP request and response.

    * added methods to manage HTTP response headers
    * added methods to manage response body
    * added accessors API methods for request parameters and
      response headers and body

    Conflicts:
            src/mapserver/qgswmsserver.cpp

    Funded by ItOpen - http://www.itopen.it

Juergen E. Fischer <jef@norbit.de>	2014-11-04

    server: stop processing after 'no REQUEST' exception (fixes #11543)

Juergen E. Fischer <jef@norbit.de>	2014-11-04

    fix typo

Werner Macho <werner.macho@gmail.com>	2014-11-04

    [TRANSUP] translation update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-11-04

    Adding back shortcut and avoid double assign

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-05

    Switch tests to automoc

    Required for Qt5 compatibility
    Raises minimum CMake version to 2.8.6

Werner Macho <werner.macho@gmail.com>	2014-11-04

    remove redundant shortcut for Open and Open recent

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-11-04

    [FEATURE][composer] Finer control of frame and annotation display

    Previously, for rotated maps or reprojected grids, the composer would
    draw all coordinates for every map side. This resulted in a mix of
    latitude/y and longitude/x coordinates showing on a side. This change
    allows users to control whether they want all coordinates, latitude
    only or longitude only for each map frame side. Similar options have
    also been added for controlling how a map grid frame is divided.

    In related news... the composer map dialog is now the ugliest,
    most cluttered and un-user friendly dialog in all of QGIS. I'd
    love suggestions/mockups from the UX team for ways this could
    be improved.

Juergen E. Fischer <jef@norbit.de>	2014-11-03

    oracle provider:
    * if a no spatial index is found try sdo_filter (fixes #11358)
    * allow specifing connection parameters (eg. OCI_ATTR_PREFETCH_ROWS=10000)

Juergen E. Fischer <jef@norbit.de>	2014-11-03

    QgsDataSourceURI: add parameters to uri

Juergen E. Fischer <jef@norbit.de>	2014-11-04

    fix feature action from identify menu (fixes #11533)

Werner Macho <werner.macho@gmail.com>	2014-11-03

    [TRANSUP] adding hindi from transifex

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-11-02

    browser: register editor widgets (fixes #11529)

Juergen E. Fischer <jef@norbit.de>	2014-11-02

    add QScintilla2 include directory to python bindings and oracle provider
    (fixes #11528)

Werner Macho <werner.macho@gmail.com>	2014-11-02

    [TRANSUP] transifex and string update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-11-02

    german translation update

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-11-02

    fix several SAGA 2.1.2 modules, take1

Alexander Bruy <alexander.bruy@gmail.com>	2014-11-01

    fix directory layout

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-19

    [processing] add Vector grid algorithm (addresses #5953)

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-19

    [processing] add Vector split algorithm (addresses #5953)

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-19

    [processing] fix Join by location alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-18

    [processing] add Symetrical difference algorithm (addresses #5953)

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-15

    [processing] add Regular points algorithm (addresses #5953)

Juergen E. Fischer <jef@norbit.de>	2014-10-31

    add link to 2.6 doxymentation to master version

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    [FEATURE][composer] New action for toggling visibility of panels

    This change adds a new action to the composer which hides or shows
    all panels from the window. It's useful for maximising the space
    available to interact with a composition. A shortcut (F10) and menu
    item can be used to toggle this option, or via pressing 'tab' while
    the main composer view is focused.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    [FEATURE][composer] Full screen mode for composer

    This change adds a full screen mode for the composer. Full screen
    mode can be enabled via a shortcut key (F11) or via a menu action.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-14

    [FEATURE][composer] Add view menu option to hide bounding boxes

    This allows users to hide the bounding boxes for selected items
    within a composition. It's a handy feature for allowing interaction
    with items while previewing exactly how they will look when the
    composition is exported, without large boxes blocking the view.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-14

    [FEATURE][composer] Allow negative margins for label items

    If negative margins are set for a label, the label contents will
    begin outside the bounds of the label. This is desirable for
    aligning label items with other items while allowing for optical
    margin alignment for the label type.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-14

    [FEATURE][composer] Allow control of hoz and vert margins for labels

    Previously only a single margin setting would apply to both
    horizontal and vertical margins. This change allows users to specify
    different horizontal and vertical margins.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-29

    support icons in map layer actions

Juergen E. Fischer <jef@norbit.de>	2014-10-31

    Bump version to 2.7

Juergen E. Fischer <jef@norbit.de>	2014-10-31

    update changelog for 2.6 release

Martin Dobias <wonder.sk@gmail.com>	2014-10-31

    Less verbose debug output in layer tree model

Juergen E. Fischer <jef@norbit.de>	2014-10-31

    invert back toggle editing button in relation editor widget (fixes #11524,
    followup b1a2bef1)

Werner Macho <werner.macho@gmail.com>	2014-10-31

    [TRANSUP] transifex translation updates

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-10-31

    fix more graduate renderer crashes (followup d99d2fd97)

Merge: d99d2fd97c 9024badc60
alexbruy <alexander.bruy@gmail.com>	2014-10-31

    Merge pull request #1669 from gioman/tmp_fix_modeller_saga

    fix modeller with saga tools

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-31

    fix modeller with saga tools

Juergen E. Fischer <jef@norbit.de>	2014-10-31

    fix graduated renderer crash (followup 6de53e51b)

Juergen E. Fischer <jef@norbit.de>	2014-10-30

    ftools: field uniqueness fix (fixes #11523)

Juergen E. Fischer <jef@norbit.de>	2014-10-30

    also restore style for file based layers (followup dfff717a0) and
    use file name for GeoJSON layers (fixes #10711)

Juergen E. Fischer <jef@norbit.de>	2014-10-30

    when manually loading layers defer loading default style until the layers is
    added to the registry so that the readCustomSymbology signal can be processed
    by the edit widget registry (fixes #11516)

Werner Macho <werner.macho@gmail.com>	2014-10-30

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-10-30

    attribute dialog: really keep cloned feature until destruction (feature action
    also need it and crash otherwise)

    This reverts revert commit f618cae5e8a9c893038101db54f5ddecb5087cdf.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-10-30

    remove "added" notes for 1.x and 2.0 versions

Juergen E. Fischer <jef@norbit.de>	2014-10-29

    GDAL tools: put tif back to top for save file dialog formats (fixes #11507)

Werner Macho <werner.macho@gmail.com>	2014-10-29

    [TRANSUP] transifex update excluding locations

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-10-29

    adjust update_ts_files to exclude location

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 4cf08c5c11 a7f889dc53
Jürgen Fischer <jef@norbit.de>	2014-10-29

    Merge pull request #1668 from m-kuhn/action-menu-crash

    Alternative approach to f9fcee9

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-29

    Use a copy of the feature for the action menu in the attribute dialog

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-29

    Revert "attribute dialog: keep clone feature until destruction (fixes crash from action"

    This reverts commit f9fcee980ec7fb721187080f853f86dfbf453918.

Sandro Santilli <strk@keybit.net>	2014-10-29

    Avoid unneeded geometry cloning in QgsGeometry::nodeGeometries

    Affects splitGeometry and reshapeGeometry public functions

Larry Shaffer <larrys@dakotacarto.com>	2014-10-29

    Fix missing show/hide selected layers icons

Juergen E. Fischer <jef@norbit.de>	2014-10-29

    attribute dialog: keep clone feature until destruction (fixes crash from action
    menu)

Sandro Santilli <strk@keybit.net>	2014-10-29

    Drop execute flag from .cpp file

Juergen E. Fischer <jef@norbit.de>	2014-10-29

    german translation update

Martin Dobias <wonder.sk@gmail.com>	2014-10-28

    Fix a crash after adding favourites to browser when the item is not yet populated

    The model was getting broken due to list of children being overwritten and
    it was sometimes crashing in the proxy model implementation.

Juergen E. Fischer <jef@norbit.de>	2014-10-28

    db manager: show error message in bar when adding a layer fails (fixes #8148)

Merge: 4bc4636aeb 6de53e51b4
Nathan Woodrow <madmanwoo@gmail.com>	2014-10-28

    Merge pull request #1667 from elpaso/bugfix11510

    Fix #11510 graduated renderer causes crash: added check for geometry

Juergen E. Fischer <jef@norbit.de>	2014-10-28

    fix typos

elpaso <apasotti@gmail.com>	2014-10-28

    Fix #11510 graduated renderer causes crash: added check for geometry needed

    Funded by ItOpen - http://www.itopen.it

Merge: c6d37c1859 efc7921c97
Nathan Woodrow <madmanwoo@gmail.com>	2014-10-28

    Merge pull request #1666 from elpaso/bugfix11510

    Fix #11510 graduated renderer causes crash

Werner Macho <werner.macho@gmail.com>	2014-10-28

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-10-28

    more typos in tooltip

elpaso <apasotti@gmail.com>	2014-10-28

    Fix #11510 graduated renderer causes crash

Werner Macho <werner.macho@gmail.com>	2014-10-28

    fixing typo in tooltip

Merge: c7c107eb9d 4781f58064
Werner Macho <werner.macho@gmail.com>	2014-10-28

    Merge pull request #1608 from yjacolin/newTips

    new tips in tipfactory

Merge: 8617143c9e 3ff1985e90
Werner Macho <werner.macho@gmail.com>	2014-10-28

    Merge pull request #1657 from DelazJ/MeasureTools

    Update MeasureTools context help

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-28

    Hide borders from status bar items under Windows

    These aren't required and just clutter the interface.

Merge: cad3d2b930 4f1e6b9c3b
Werner Macho <werner.macho@gmail.com>	2014-10-27

    Merge pull request #1664 from Cracert/master

    [TRANSUP] pl: varia

Merge: c21edd0665 eef8032122
Werner Macho <werner.macho@gmail.com>	2014-10-27

    Merge pull request #1658 from DelazJ/AttributeTableContextHelp

    Attribute table context help

Robert Szczepanek <robert@szczepanek.pl>	2014-10-27

    [TRANSUP] pl: varia

Merge: 83d070e8dd 531474d76d
Tim Sutton <tim@linfiniti.com>	2014-10-27

    Merge pull request #1663 from timlinux/papercuts

    Add missing sip bindings for fill and border colours of rubber band.

Merge: 84c429dc73 83d070e8dd
Tim Sutton <tim@linfiniti.com>	2014-10-27

    Merge remote-tracking branch 'origin/master' into papercuts

Tim Sutton <tim@linfiniti.com>	2014-10-27

    Added setFillColor and setBorderColor for rubber band to the python API

Martin Dobias <wonder.sk@gmail.com>	2014-10-27

    Fix #11489 (crash with force point inside polygon in centroid fill style)

    This isn't actually a very good fix. The issue in the "maptopixel" simplification
    is still there, it is just less obvious, while sacrificing a bit of QgsGeometry correctness
    (like the fact that linear ring should have >= 4 points)

    Along the way I have added some comments that may help others decode why the code does things it does.

Merge: 362d69cc12 0fa4ce36b1
Tim Sutton <tim@linfiniti.com>	2014-10-27

    Merge pull request #1662 from timlinux/papercuts

    Mark old rubber band ctor as deprecated in python API

Merge: 1932390417 362d69cc12
Tim Sutton <tim@linfiniti.com>	2014-10-27

    Merge remote-tracking branch 'origin/master'

Werner Macho <werner.macho@gmail.com>	2014-10-27

    [TRANSUP] more translations and string fix

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-27

    [composer] Don't shrink scalebar height when updating

    Previously any update of a scalebar would reset it's height to
    the minimum height allowed. Now, if the user has set a height
    greater than this minimum than that height is kept. (fix #10466)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-27

    [composer] Fix incorrect calculation of scale for tick scale bars

    QPainter::drawLine(x1,y1,x2,y2) takes int values, so coordinates
    were being rounded to the nearest mm. Consequently scale was way
    off. Also fixes horizontal line for tick styles being drawn
    incorrectly with multiple overlapping segments. (fix #10685)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-27

    Cleanup identify tooltip strings

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-27

    [processing] Ignore geom for non geom tables for ImportIntoPostGIS

    This fixes an error where trying to import non geometry tables
    using the "Import Into PostGIS" algorithm results in a database
    error.

Juergen E. Fischer <jef@norbit.de>	2014-10-27

    german translation update

Larry Shaffer <larrys@dakotacarto.com>	2014-10-26

    Fix #9359; set default WCS caching to Prefer Network

    - This is noted in the tool tip, but was not set. Always Cache was the
    default, which caused the cache to never be updated on upstream changes.

    Caveat: this does not fix projects with existing WCS layers.

Richard Duivenvoorde <richard@duif.net>	2014-10-26

    fix for #11504 RotateFeature tool prerotation

Juergen E. Fischer <jef@norbit.de>	2014-10-26

    delete ring: consider reprojection when search for clicked ring (fixes #11502)

Tim Sutton <tim@linfiniti.com>	2014-10-26

    Properly mark old qgsrubberband ctor as deprecated

Juergen E. Fischer <jef@norbit.de>	2014-10-26

    vector file writer: avoid duplicate destruction of coordinate transform in case of exceptions (fixes #9993)

Juergen E. Fischer <jef@norbit.de>	2014-10-26

    Remove unsupported append import/export option from db_manager (refs #10569)

Juergen E. Fischer <jef@norbit.de>	2014-10-26

    support relative paths for gpx datasources (fixes #11131)

Juergen E. Fischer <jef@norbit.de>	2014-10-26

    support ogc binary operation with more than two operands (fixes #10053)

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-26

    move TODO.txt to root folder to avoid attempts to parse it as
    algorithm description

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-26

    [processing] fix broken TauDEM support

Werner Macho <werner.macho@gmail.com>	2014-10-26

    [TRANSUP]transifex and lv update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 6402864537 edbf265e67
Werner Macho <werner.macho@gmail.com>	2014-10-26

    Merge pull request #1659 from Cracert/master

    [TRANSUP] pl: log, color, composer

Juergen E. Fischer <jef@norbit.de>	2014-10-26

    doxygen: add/replace some occurences of \verbatim with \code

Robert Szczepanek <robert@szczepanek.pl>	2014-10-25

    [TRANSUP] pl: log, color, composer

DelazJ <delazj@gmail.com>	2014-10-25

    Adding text about field calculator bar

    Adds text about field calculator bar and other stuffs

DelazJ <delazj@gmail.com>	2014-10-25

    Update QgsMeasureDialog

DelazJ <delazj@gmail.com>	2014-10-25

    Update Measure Tools description

    Adding text about angle tools and how tools behave.

Juergen E. Fischer <jef@norbit.de>	2014-10-24

    dxf export: export layers only once and in drawing order

DelazJ <delazj@gmail.com>	2014-10-24

    Add text about measuring angle

    Since QGIS 2.0, it is possible to also measure angles but this is not mentioned in the context help.

Merge: 444bea595f d64525c0b6
rldhont <rldhont@gmail.com>	2014-10-24

    Merge pull request #1655 from rldhont/server_embedded_layers

    [BUGFIX] #11484 QGIS server: embedded layers are not published (GetCapabilities, GetMap, etc)



    In QgsServerProjectParser::createLayerFromElement, we need to generate a
    QgsServerProjectParser of the parent project to return the mapLayer for
    embedded layers. To do it, I use QgsCacheConfig to get the
    QgsServerProjectParser for the parent project.

    Funded by 3Liz.

Werner Macho <werner.macho@gmail.com>	2014-10-24

    [TRANSUP] fix hu

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-10-24

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-10-24

    Support for reading composer legend configuration for projects <= 2.4

    The list of layers/groups is now restored (previously the configuration would be omitted).

rldhont <rldhont@gmail.com>	2014-10-24

    [BUGFIX] #11484 QGIS server: embedded layers are not published (GetCapabilities, GetMap, etc)

    Issue #1072 QGIS server: embedded groups do not render in GetMap requests if
     leave layers are requested has been fixed 40d91457f6f069886c5ba1c28db1efb2ff4ccac7

    But another fix about embedded layers lacks. A fixme annotation is in the
     QgsServerProjectParser::createLayerFromElement. This one is about return the
     layer if it is embedded.

    In QgsServerProjectParser::createLayerFromElement, we need to generate a
     QgsServerProjectParser of the parent project to return the mapLayer for
     embedded layers. To do it, I use QgsCacheConfig to get the
     QgsServerProjectParser for the parent project.

    Funded by 3Liz.

Martin Dobias <wonder.sk@gmail.com>	2014-10-24

    Do not show in composer legend unused layers if filtering by map is enabled

    This resolves #11457 and partially #11293

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-24

    bump Processing version

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-24

    [pyqgis-console] update prepared API file

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-24

    [pyqgis-console] small fix

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-24

    [processing] fix issues with Create Grid algortihm

Martin Dobias <wonder.sk@gmail.com>	2014-10-24

    Fix Andreas' problem with checkboxes in legend + update SIP bindings

    The problem was that rule-based renderer allowed cloned rules to have the same unique rule key.
    That in turn created the confusion with checkboxes in legend. Now rules always have new rule key
    when cloned. The only exception is when the whole renderer is cloned - in such case we preserve
    their rule keys, so that other components (legend / visibility presets) can still keep using
    the original rule keys.

    Projects where this problem appears need to be fixed - the easiest way is to select all rules,
    copy&paste them and remove the previous rules.

DelazJ <delazj@gmail.com>	2014-10-24

    Update QgsAttributeTableDialog

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-10-24

    Fix #11208 - Error when saving MSSQL layer when using DSN

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-24

    [composer] Negative position values should be allowed

Juergen E. Fischer <jef@norbit.de>	2014-10-23

    update changelog for brighton release

Juergen E. Fischer <jef@norbit.de>	2014-10-23

    expressions: keep brackets (fix #11475)

Juergen E. Fischer <jef@norbit.de>	2014-10-23

    dxf export: fixes for text support (text width, underline/overline/strikeout
    and line direction symbols)

Merge: 2c19543178 5c9fee512b
Werner Macho <werner.macho@gmail.com>	2014-10-23

    Merge pull request #1654 from Cracert/master

    [TRANSUP] pl: processing

Robert Szczepanek <robert@szczepanek.pl>	2014-10-23

    [TRANSUP] pl: processing

Merge: cc306099d9 a41a9a38ac
Martin Dobias <wonder.sk@gmail.com>	2014-10-23

    Merge pull request #1653 from 3nids/fixidentmenurubber

    delete rubber bands when exiting identify menu

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-10-23

    delete rubber bands when exiting identify menu

Martin Dobias <wonder.sk@gmail.com>	2014-10-23

    Fix #11474 (cannot move layers in layer tree anymore)

    I have managed to break that with implementation of #11369.
    Obviously it is a bad idea to change selection in a slot connected to model's rowsInserted signals
    because the drag'n'drop does not work properly anymore. Now registry bridge will emit a signal after
    new layers have been added, so the selection change at that point should be safe.

Merge: aeb9d934ed 6f30ab9be7
alexbruy <alexander.bruy@gmail.com>	2014-10-23

    Merge pull request #1652 from gioman/processing_count_points

    result field in Processing 'count points in polygon' must be integer

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-23

    result field in Processing 'count points in polygon' must be integer

Martin Dobias <wonder.sk@gmail.com>	2014-10-23

    Fix QgsRasterInterface bindings again (fixes PyQgsRasterFileWriter test)

Martin Dobias <wonder.sk@gmail.com>	2014-10-23

    Fix #11455 take two (raster crashes)

    Thanks to Nyall for pointing this out

Juergen E. Fischer <jef@norbit.de>	2014-10-22

    fix interpretation of numeric constants in scientic notation (fixes #10939)

Juergen E. Fischer <jef@norbit.de>	2014-10-22

    osgeo4w: package pdbs in nightly build

Martin Dobias <wonder.sk@gmail.com>	2014-10-22

    Fix #9319 (copy of QgsExpression crashes)

    Disabled the copy constructor for now (later we may introduce implicit sharing)

Werner Macho <werner.macho@gmail.com>	2014-10-22

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-10-22

    Fix #11369 (New layers are not active with new legend)

Martin Dobias <wonder.sk@gmail.com>	2014-10-22

    Fix #11455 (Crash when setting transparency for WMS layer)

    Layer transparency instance was not copied when renderers were cloned.

Martin Dobias <wonder.sk@gmail.com>	2014-10-22

    Fixed SIP wrapper for conversion to QgsRasterInterface subclasses

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-21

    Self referencing relations: do not repeatedly embed dual view

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-22

    [composer] Avoid hang when adding columns to table on Win (fix ##11462)

Merge: 47f5873e86 17626b802a
alexbruy <alexander.bruy@gmail.com>	2014-10-22

    Merge pull request #1646 from gioman/saga_shapesmodules_fixes1

    fixes for 2 shapes tools for SAGA 2.1.2

Merge: abf816bf80 80c1dda94d
alexbruy <alexander.bruy@gmail.com>	2014-10-22

    Merge pull request #1649 from gioman/ogr_clip

    add Processing clip using ogr2ogr to compensate for the bad Clip perform...

borys <info@borysjurgiel.pl>	2014-10-22

    [TRANSUP] pl: the layers panel toolbar and color dialogs

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-22

    [composer] Catch CRS exceptions when drawing grid lines

    Prevents bad grid parameters for a transformed grid flooding the user
    with hundreds of unclosable error message boxes.

Juergen E. Fischer <jef@norbit.de>	2014-10-22

    vector file writer: assume shapefiles contain multitype data (fixes #10584)

Merge: a4f20840e5 d9b1638073
alexbruy <alexander.bruy@gmail.com>	2014-10-22

    Merge pull request #1650 from gioman/gdal_rasterize_writeover

    fix processing gdal_rasterize to allow write vector values in a existing raster layer

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-22

    Tweak data defined button icons so they align to pixel grid

Martin Dobias <wonder.sk@gmail.com>	2014-10-22

    Fix #11074 (raster save as broken)

    Now the rows/cols edit boxes are prepopulated when the dialog is created
    which solves the problem

Martin Dobias <wonder.sk@gmail.com>	2014-10-22

    Fix #10999 (reshape tool throws GEOS exceptions)

    Exceptions fixed earlier by @mkuhn in 37f1a1
    Numerical problems found by @arnaud-morvan, corrected by @jef-n

Juergen E. Fischer <jef@norbit.de>	2014-10-22

    handle unset setting values in processing (fixes #11340)

Juergen E. Fischer <jef@norbit.de>	2014-10-22

    keep add feature action until non-modal attribute form is closed (fixes #11461)

Merge: 3bdb104a01 f1ce3724e2
Werner Macho <werner.macho@gmail.com>	2014-10-22

    Merge pull request #1651 from Cracert/master

    [TRANSUP] pl: menu and toolbars

Robert Szczepanek <robert@szczepanek.pl>	2014-10-21

    [TRANSUP] pl: menu and toolbars

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-21

    added detail about the output

Juergen E. Fischer <jef@norbit.de>	2014-10-21

    use QgsCredentials to request wms/ows credentials on demand and wms cleanups (fixes #11184)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-21

    fix processing gdal_rasterize to allow write vector values in a existing raster layer

Werner Macho <werner.macho@gmail.com>	2014-10-21

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-21

    add Processing clip using ogr2ogr to compensate for the bad Clip performances of the native QGIS Clip tool

Merge: b24572ad7f a7b3fccc30
Werner Macho <werner.macho@gmail.com>	2014-10-21

    Merge pull request #1647 from Cracert/master

    [TRANSUP] pl: GDAL, heatmap

Merge: 338e138be6 eea6c6bf54
alexbruy <alexander.bruy@gmail.com>	2014-10-21

    Merge pull request #1648 from gioman/processing_gdal_output_type

    Add raster data type output option to some Processing/GDAL tools otherwise output is always Float64

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-21

    SIP update: expose QgsAttributeAction icon, iconPath and name

    Fix #11458

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-21

    [composer] Respect reference point when resizing scalebar and legend

    Previously, the reference point (and data defined position/size) were
    ignored when scalebars or legends resized themselves.

    Fix #11321, #11380

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-21

    Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-21

    Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64

Martin Dobias <wonder.sk@gmail.com>	2014-10-21

    Fix #11456 (canvas not refreshed anymore after adding a new feature)

    Resorted to a "minimalist" fix - other solutions would potentially break
    even more stuff. The handling of non-modal dialogs for add/edit feature
    attributes + handling of isModified() should be addressed at some point.

Martin Dobias <wonder.sk@gmail.com>	2014-10-21

    Fix one memory leak + add note to show() calls as they will delete the dialog

Sandro Santilli <strk@keybit.net>	2014-10-21

    Remove workaround for layergroup bug #6938, now fixed

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-21

    Catch GEOS exceptions when reshape tool is used on non-closed-linestring

    And use qWarning() instead of QgsDebugMsg() to make tracing GEOS errors easier
    because a stack trace is printed.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-21

    [composer] Default to setting a map for new legend items

    It's friendlier for users, who may not realise they need to set
    a map before they can filter legends.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-21

    Follow up 0bda714

    Ensure that mLegendFilterByMap is set before setting the map when
    reading legend xml

Martin Dobias <wonder.sk@gmail.com>	2014-10-21

    [composer] Fixed assignment of map to legend + no updates when legend is removed

    Thanks to Nyall for his help!

Martin Dobias <wonder.sk@gmail.com>	2014-10-21

    Fix #11330 (Composer legend can be smaller than its content)

Martin Dobias <wonder.sk@gmail.com>	2014-10-21

    Fix #11382 (keep check state of the moved layer)

    Cloning of the existing node will preserve the check state, in addition
    it will keep other custom properties that would be lost prevously.

Merge: 42d915ef0f 20b0d121c8
Jürgen Fischer <jef@norbit.de>	2014-10-21

    Merge pull request #1616 from ahuarte47/Issue_11243

    Fix #11243: Data corruption with feature simplification

Juergen E. Fischer <jef@norbit.de>	2014-10-21

    skip primary key column when pasting to spatialite layers (fixes #11322)

Juergen E. Fischer <jef@norbit.de>	2014-10-20

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-10-20

    cosmetic cleanups, typo fixes, formatting

Robert Szczepanek <robert@szczepanek.pl>	2014-10-20

    [TRANSUP] pl: GDAL, heatmap

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-21

    Improve wording of string

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    [composer] Fix page orientation and size ignored when printing

    Turns out QPrinter::setPaperSize silently flips the width and height
    of a page if the printer orientation is set to landscape. So, make sure
    we manually set the orientation to portrait before setting the page size
    so that we can be sure the QPrinter is set to the correct page size.

    This also restores the 2.4 behaviour where users could override
    printed page size in the printer properties dialog (but only if
    no data defined page size settings are active).

    (fix #11352)

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-20

    fixes for 2 shapes tools for SAGA 2.1.2

Martin Dobias <wonder.sk@gmail.com>	2014-10-21

    Fix #10819 (simple/marker line with offset on the wrong side of inner rings)

Martin Dobias <wonder.sk@gmail.com>	2014-10-20

    Fix #10956 (QgsSnapper crash/freeze/issues)

    QgsMapSettings instance of QgsMapCanvas may have been prematurely deleted by SIP.
    The KeepReference annotation will force QgsMapCanvas wrapper to keep one more ref
    to it, so its reference count will not go to zero while map canvas is still alive.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-20

    Repack() shapefiles on unload whenever they have been modified

    Previous preconditions that would only repack them when features have been
    deleted seems to not have covered everything.

    Fix #11007

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-20

    SIP update for QgsFilterLineEdit

    events have not been defined in the sip file, therefore QgsFilterLineEdits
    created in python did not receive the events, leading to visual glitches.

    Fix #11372

Martin Dobias <wonder.sk@gmail.com>	2014-10-20

    Fix #11361 (Cannot open menu for vector layer in TOC when its table of attributes is open)

    Dual view's attribute form was triggering canvas refresh which in turn
    caused the popup menu to be closed again. (at least in KDE)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    [composer] Improved fix for tab order in item widgets

    Setting the focus policy to strong for QgsCollapsibleGroupBoxes
    in Qt designer allows for the tab order to be correctly set.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    Also show focus rect for QgsCollapsibleGroupBoxes

Martin Dobias <wonder.sk@gmail.com>	2014-10-20

    Fix #11426 (Right click cause crash when digitizing polygon inner ring)

    Also fixed the same crash for add part and fill ring map tools.

Martin Dobias <wonder.sk@gmail.com>	2014-10-20

    Fix #11420 (Quick calculation bar updates wrong column when using aliases)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    [composer] Follow up da5766c, fix picture rotation calculation

    Previous commit failed to address the issue for non-squareish
    images.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    Hide color picker tab in color dialog for OSX builds.

    Qt on OSX does not support the required QWidget::grabMouse method.
    Instead of showing a broken tab, just hide it under this platform.
    Revisit when we switch to Qt5 builds to see if there's a solution to
    this.

Werner Macho <werner.macho@gmail.com>	2014-10-20

    [TRANSUP] transifex and string updates

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    [composer] Fix tab order in some item widgets

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    Show focus rect around focused QgsDataDefinedButtons

    Helps with user interaction via the keyboard.

Martin Dobias <wonder.sk@gmail.com>	2014-10-20

    Fix #11331 (hidden group still occupies space in composer legend)

Merge: 7876a7819f afc60e1828
alexbruy <alexander.bruy@gmail.com>	2014-10-20

    Merge pull request #1642 from timlinux/processing

    Papercut fix for inconsistent spelling of Raster Layer vs Vector layer

Merge: 9f8beb0254 34d07964ed
Werner Macho <werner.macho@gmail.com>	2014-10-20

    Merge pull request #1638 from Cracert/master

    [TRANSUP] pl: first run

Merge: 1eefed257d a0a546f19c
volaya <volayaf@gmail.com>	2014-10-20

    Merge pull request #1640 from gioman/saga_mosaick_fix

    small fix for SAGA module

Merge: f3e7a3ed17 6a33e279da
volaya <volayaf@gmail.com>	2014-10-20

    Merge pull request #1639 from gioman/saga_transpose_grids

    Add SAGA 2.1.2 Transpose Grids tool

Merge: 9bc7eca7b2 3c246159b7
volaya <volayaf@gmail.com>	2014-10-20

    Merge pull request #1643 from gioman/gdal_rasterize_type

    Add option to allow choose raster type output to gdal_rasterize

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-20

    Cleanup action text

    Make sure all actions use standard capitalization and ... suffixes when
    required. Add missing menu key shortcuts to composer actions.

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-19

    Add option to allow choose raster type output to gdal_rasterize

Tim Sutton <tim@linfiniti.com>	2014-10-20

    Papercut fix for inconsistent spelling of Raster Layer vs Vector layer

Juergen E. Fischer <jef@norbit.de>	2014-10-20

    don't set relevant fields for VRT data sources when filtering for a rectangle.
    OGR might need attributes otherwise considered irrelevant to construct the
    geometry to filter against (fixes #11223)

Juergen E. Fischer <jef@norbit.de>	2014-10-19

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-10-19

    indentation update

Merge: a548d1fe2b e1dedee70c
volaya <volayaf@gmail.com>	2014-10-19

    Merge pull request #1641 from gioman/gdal_rasterize

    better gdal rasterize defaults

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-19

    better gdal rasterize defaults

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-19

    small fix for SAGA module

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-19

    Add SAGA 2.1.2 Transpose Grids tool

Merge: f35fb5ebf7 7e40811840
volaya <volayaf@gmail.com>	2014-10-19

    Merge pull request #1637 from gioman/saga_grid_cell_index

    fix SAGA 2.1.2 Sort Grid module: name and parameters changed

Merge: db0f423e0d af1fe9e231
volaya <volayaf@gmail.com>	2014-10-19

    Merge pull request #1636 from gioman/saga_mosaick

    fixes SAGA 2.1.2 merge raster layers module as it changed name (now "mosaick") and parameters

Robert Szczepanek <robert@szczepanek.pl>	2014-10-19

    [TRANSUP] pl: first run

volaya <volayaf@gmail.com>	2014-10-19

    [processing] disabled editing modeler item with double click (was causing crash)

volaya <volayaf@gmail.com>	2014-10-19

    [processing] removed repeated algorithms from simplified mode

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-19

    fix SAGA 2.1.2 Sort Grid module: name and parameters changed

volaya <volayaf@gmail.com>	2014-10-19

    [processing] fixed table export

volaya <volayaf@gmail.com>	2014-10-19

    [processing] removed redundant saga algorithm

volaya <volayaf@gmail.com>	2014-10-19

    [processing] remember min/max value in number params in modeler

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-19

    fixes SAGA 2.1.2 merge raster layers module as it changed name and parameters

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Allow rotation for pictures set to "zoom & resize" mode

    Previously rotation was only allowed for pictures set to "Zoom" mode,
    which causes pictures to change size when the rotation changes (frame
    size is constant). This change allows pictures set to "Zoom and resize"
    mode to have rotation set. Altering the rotation when in this mode
    keeps the picture size constant and changes the frame size to suit.

    (fix #10640)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Prevent renaming to duplicate name in manager (fix #11051)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Don't rasterise svg arrow heads

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    Fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Fix placement of coordinates in map corners (fix #8827)

Merge: 7798bd8abb 359a3d8084
Chris Crook <ccrook@linz.govt.nz>	2014-10-19

    Merge pull request #1630 from ccrook/GraduatedRendererUnitTests2

    Graduated renderer unit tests2

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Fix crash caused by 7773d4e

    Don't set the parent object of a composition to a composer view, as
    we manage deletion of compositions manually and don't always want
    the composition deleted when a view a deleted.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    Fix Qt warning caused by destructor of QgsNetworkContentFetcher

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    Minor code cleanups for composer attribute table widget

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Ensure that composers are deleted before compositions

    Fixes some rare crashes when loading projects.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    Expand composer item group test suite

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Move ungrouping logic from composer view to composition

    As per previous commit, this is useful for plugin authors. It also
    fixes a potential bad crash (itemRemoved emitted for group item after
    the group item was already deleted) and adds unit tests.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Move code for creating groups to QgsComposition

    Previously this code was located in QgsComposerView. Moving it to
    QgsComposition simplifies grouping items for plugins. Also start
    a new unit test for QgsComposerItemGroup.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Fixes to composer item sip bindings

    - Added some missing /TransferThis/ arguments
    - Ensure that correct item type is returned for all item types

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    Add missing #infndef to qgscomposeritemgroup.h

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Fix a memory leak when destroying compositions

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Allow removing svg markers for arrows (fix #11220)

    Previous behaviour was that if the start or end marker was cleared
    than the old marker was drawn. This made it impossible to remove
    an svg marker from the start or end of the line after one had been
    assigned.

    Also fix a Qt warning caused by trying to draw markers if the marker
    size is set to 0.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Don't evaluate expression for label display name

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    [composer] Fix area calculation in expressions with OTF (fix #9791)

    Adds an argument to QgsExpression::replaceExpressionText to allow
    passing an optional QgsDistanceArea to use during calculations.
    Ensure that html and label composer items correctly specify this
    argument.

volaya <volayaf@gmail.com>	2014-10-19

    [processing] fixed autofill in batch processing interface

    Fixes #11435

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-19

    Fix some compiler/doxygen warnings

Merge: d77e0f0b1f 28f3f4624c
Paolo Cavallini <cavallini@faunalia.it>	2014-10-18

    Merge pull request #1635 from gioman/saga_slope

    Fixes SAGA slope,aspect,curvature for SAGA 2.1.x

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-18

    fixed SAGA Slope,Aspect,Curvature module for SAGA 2.1.x

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-18

    fixed SAGA Slope,Aspect,Curvature module for SAGA 2.1.x

Paolo <cavallini@faunalia.it>	2014-10-18

    Typo fixed in r.series

borys <info@borysjurgiel.pl>	2014-10-18

    [TRANSUP] [pl] Typo fix

volaya <volayaf@gmail.com>	2014-10-18

    [processing] removed border in table in batch processing dialog

volaya <volayaf@gmail.com>	2014-10-18

    [processing] better handling of wrong models

volaya <volayaf@gmail.com>	2014-10-18

    [processing] fixed issue when running models in a batch process

    Fixes #11438

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-18

    [processing] more robust layer sorting in multiple selection widget (fixes #11429)

Werner Macho <werner.macho@gmail.com>	2014-10-17

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: bb95a0f43a c575fa51df
Paolo Cavallini <cavallini@faunalia.it>	2014-10-17

    Merge pull request #1633 from gioman/saga_split_shapes_new_option

    add new parameter to SAGA split shapes tool, fixes #11427

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-17

    add new parameter to SAGA split shapes tool

Juergen E. Fischer <jef@norbit.de>	2014-10-16

    use layer title instead of name in server getlegendgraphic response (fixes #11406)

Juergen E. Fischer <jef@norbit.de>	2014-10-16

    combine layer type and edit icon when editing (fixes #11411)

Juergen E. Fischer <jef@norbit.de>	2014-10-16

    avoid creating a histogram without range (fixes #11217)

Juergen E. Fischer <jef@norbit.de>	2014-10-16

    restore active window after requesting credentials (fixes #11355)

Chris Crook <ccrook@linz.govt.nz>	2014-10-16

    Fix render state not restored from QDomElement

Chris Crook <ccrook@linz.govt.nz>	2014-10-09

    Further unit tests

Chris Crook <ccrook@linz.govt.nz>	2014-10-06

    Adding python unit tests for graduated renderer - part 1

Juergen E. Fischer <jef@norbit.de>	2014-10-16

    fix geography detection (fixes #11375)

Juergen E. Fischer <jef@norbit.de>	2014-10-16

    avoid creating a histogram without range (fixes #10832)

Juergen E. Fischer <jef@norbit.de>	2014-10-15

    allow setting visiblity of selected layers (fixes #10835)

Juergen E. Fischer <jef@norbit.de>	2014-10-15

    fix where clase when multiple features are filtered by id (fixes #11336, fixes #11408)

Juergen E. Fischer <jef@norbit.de>	2014-10-15

    fix deprecation warnings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-15

    [editwidgets] text color for r/o line edits matches disabled color

    Line edits are set to readonly to make it possible to copy values from disabled
    forms. Unfortunately Qt uses a style that makes them look editable even though
    they are not. This patches the text color to have the appearance that hints an
    uneditable widget.

    Fix #11413

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-10-15

    use layer's displayExpression in relation reference widget line edit

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-10-15

    use default button action instead of adding a new one (relation reference and editor widgets)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-15

    [composer] Avoid crash when using redo on multiframe (fix #11351)

    Since multiframe changes can remove and create new frame items,
    it's not safe to directly manipulate frame items in
    QgsComposerItemCommand. Now, commands which apply to a frame always
    fetch a reference to the correct frame item directly from the
    parent multiframe. Also added unit tests for this crash.

Sandro Santilli <strk@keybit.net>	2014-10-14

    [TopoViewer] fix layer visibility after QgsLegendInterface API changes

    It was broken with 2.4, whereas QgsLegendInterface::moveLayer started
    forcing layer visibility on (undocumented behaviour).

    Fixes #11382

Werner Macho <werner.macho@gmail.com>	2014-10-14

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-10-14

    remove get from QgsProviderRegistry::getProviderCapabilities() (followup 2e943c93)

Merge: 89b0d7ae92 2e943c936c
Jürgen Fischer <jef@norbit.de>	2014-10-14

    Merge pull request #1621 from manisandro/bad_layer_improvements

    Bad layer dialog improvements

Merge: 1cb22c084d a47764de1c
Werner Macho <werner.macho@gmail.com>	2014-10-14

    Merge pull request #1484 from serialc/master

    CSV acronym added for consistency with other file type names

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-14

    [composer] Seperate draw empty rows option from empty table behaviour

    Now "draw empty rows" is a seperate checkbox (fix #11392)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-14

    Edit widget properties dialog: Improve window title

    Includes the field name and layer name in the window title.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-14

    [composer] Fix incorrect calculation of frame thickness for labels

    Previously entire frame width was considered when calculating
    the margin for the label item. Only half the frame width should be
    used, since half is drawn outside the item rect.

Juergen E. Fischer <jef@norbit.de>	2014-10-14

    use qIsNaN instead of isnan (fixes windows build)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-14

    Field calculator: Move virtual field to the top.

    Followup 0c4a501

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-14

    Address some GUI issues on the field calculator

     * Info labels for edit mode turn on was not shown
     * Ok button was active when opening the field calculator even with no input (Fix #11403)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-13

    [composer] Fix possible crash in scale bar update (refs #11394)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-13

    Fix calculation of random colors following 4d72d72

Merge: 4d72d721e8 3d2747c607
Nathan Woodrow <madmanwoo@gmail.com>	2014-10-13

    Merge pull request #1627 from slarosa/categorized_style_crash

    Fix crash when choosing a null field for categorized style

Juergen E. Fischer <jef@norbit.de>	2014-10-13

    dxf export: use half width texts and support transparent colors

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-13

    Fix selection after focus-in by mouse in QgsFilterLineEdit

    After focusing a QgsFilterLineEdit with the mouse, the end of the selection was
    "attached" to the end of the content.
    This was caused by overwriting Qt's mousePressEvent, that is responsible for
    handling the selection without handing back the responsibility after the focus
    in event was finished.

    Fix #11373

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-13

    Virtual fields definition moved to field calculator

    This place is more appropriate than the add attributes dialog.
    See also http://osgeo-org.1560.x6.nabble.com/Virtual-Fields-Allow-adding-fields-out-of-edit-mode-td5166223.html for a related discussion.

    Fix #11342

Merge: 62ad5ae12b 823b57e360
Nathan Woodrow <madmanwoo@gmail.com>	2014-10-13

    Merge pull request #1618 from ccrook/GraduatedRendererBugFix11366

    Fix #11366 Customised graduated renderer labels ignored

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-12

    Fix crash when choosing a null field for categorized style

Werner Macho <werner.macho@gmail.com>	2014-10-12

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 25333c5349 0ed701e9f4
Nyall Dawson <nyall.dawson@gmail.com>	2014-10-13

    Merge pull request #1623 from manisandro/initially_unsorted_attributes

    Show attributes dialog with initially unsorted attributes

Merge: d1f84fd11a e0e6204e54
Nyall Dawson <nyall.dawson@gmail.com>	2014-10-13

    Merge pull request #1622 from manisandro/spatialite_dialog_border

    Fix scrollarea border style and tab order in new spatialite layer dialog

volaya <volayaf@gmail.com>	2014-10-12

    [processing] fixed wrong import in parameters classç

    Fixes #11393

Sandro Mani <manisandro@gmail.com>	2014-10-09

    Fix scrollarea border style and tab order in new spatialite layer dialog (Funded by Sourcepole)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-12

    Fix a potential crash when closing projects with html composer items

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-12

    Add some padding to identify panel to match browse and layers panel

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-11

    [processing] Fixes #11388 - save vector file dialog does not show file ext

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-10-11

    Escape backslash for mime data. Fix MS SQL drag and drop

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-10-07

    Fix crash with SQL Server driver

Merge: 3d8a0345f9 ac5622ad06
Jürgen Fischer <jef@norbit.de>	2014-10-11

    Merge pull request #1617 from ahuarte47/Issue_9777_missing-labels

    Fix #11368: Simplification of a dataset leaves some polygons unlabelled

Merge: 34ccc8173e 94b2e7cea0
Jürgen Fischer <jef@norbit.de>	2014-10-11

    Merge pull request #1625 from giohappy/master

    Fixes error in Multipoints with Z rendering

giohappy <giohappy@gmail.com>	2014-10-10

    Fixes error in Multipoints with Z rendering

Merge: 738e0bedd5 f1577f1e8b
Jürgen Fischer <jef@norbit.de>	2014-10-10

    Merge pull request #1615 from ccrook/PostgresSaveStyleFix

    Fix #11329 Graduated renderer style not saved in postgres

Werner Macho <werner.macho@gmail.com>	2014-10-09

    [TRANSUP] some update for processing and transifex

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Sandro Mani <manisandro@gmail.com>	2014-10-09

    Show attributes dialog with initially unsorted attributes (Funded by Sourcepole)

Sandro Mani <manisandro@gmail.com>	2014-10-09

    Bad layer dialog improvements (Funded by Sourcepole)

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-09

    [processing] fix handling of boolean parameters in modeller

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-09

    [processing] more fixes for i18n support

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-10-09

    more names for the map tools

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-09

    [composer] Fix calculation of height of HTML content (fix #11353)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-09

    Cancel running requests when loading content in QgsNetworkContentFetcher (fix #11332)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-09

    Followup cc94578

rldhont <rldhont@gmail.com>	2014-10-01

    [Composer] Fix ComposerMapWidget's label is not explicit

    The user can only know the ComposerMap's label with it's tooltip. This commit
     proposes to update the ComposerMapWidget'label to be more explicit and to be
     the same as the ComposerMap's tooltip.

rldhont <rldhont@gmail.com>	2014-10-01

    [Composer] Fix The ComposerMap's tooltip is not updated after readXML

    The ComposerMap's tooltip is only set in the private init method. This method is only used in the ComposerMap constructor. The result is that the tooltip is not updated after reading the id from the XML.

    The solution could be to add a private method updateToolTip used when the id is changed :
    * constructor
    * assignFreeId
    * readXML

Merge: 174c2f3fdf 4a639ad984
alexbruy <alexander.bruy@gmail.com>	2014-10-09

    Merge pull request #1619 from anitagraser/patch-4

    [processing] fixed value used before assignment error

Anita Graser <anitagraser@gmx.at>	2014-10-09

    fixed value used before assignment error

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-09

    Use QgsColorButtonV2 for editor widgets

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-09

    [composer] Fix new frames not inheriting outline color, clean up item api a bit

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-09

    [processing] fix i18n support

Chris Crook <ccrook@linz.govt.nz>	2014-10-09

    Fix for bug 11366

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-08

    [processing] Fixes #11363 - help file is created but not shown in the Help tab

Alvaro Huarte <ahuarte47@yahoo.es>	2014-10-08

    #9777-ML: Indentation update

Juergen E. Fischer <jef@norbit.de>	2014-10-08

    german translation update

Alvaro Huarte <ahuarte47@yahoo.es>	2014-10-08

    #9777-ML: Avoid Fill invalid geometries to GEOSGeometry

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-08

    [pyqgis-console] restore previously loaded scripts only when editor is instanced

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-10-08

    Postgres connection: limit user/pw queries to 5 (avoids blocking server instances if a db does not exist anymore)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-08

    Add some tolerance to atlas tests

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-08

    Use color name to compare colors when adding new recent color, prevents
    duplicate colors in recent color list

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-08

    Fix offset is ignored for simple line symbology

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-08

    [composer] Ensure that QgsComposerMap::mapPolygon returns a closed
    polygon, fixes rare crash when using map overviews (fix #11305)

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-08

    Fixes #11349 - field calculator broke on qgis master

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-07

    [processing] set autoRaise to True for toolbutton in script and modeler dialog

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-07

    [processing] Fixes #11345 - Python error while using Get script from online scripts collection

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-07

    Allow QWebView for photo widget

    Fix #11306

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-07

    [composer] Ensure that all maps are refreshed when atlas feature changes, in case they rely on atlas dependant symbology

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-07

    Fix crashes when using atlas and expressions which rely on specialcolumns. Bring on context based expressions so we can remove this hack!

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-07

    Followup 8a0e1ef

volaya <volayaf@gmail.com>	2014-10-07

    [processing] minor code cleaning

volaya <volayaf@gmail.com>	2014-10-07

    [processing] fixed wrong call to self.tr from static method

Werner Macho <werner.macho@gmail.com>	2014-10-07

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Chris Crook <ccrook@linz.govt.nz>	2014-10-07

    Adding comments explaining code changes

ahuarte47 <ahuarte47@yahoo.es>	2014-10-07

    #11243: Disable simplification when OTFR transform fails

Chris Crook <ccrook@linz.govt.nz>	2014-10-07

    Fix saving styles in postgres where style definition includes %1 etc strings

radosuav <rmgu@dhi-gras.com>	2014-10-06

    [Processing] Add GDAL build virtual raster alg - part 2.

radosuav <rmgu@dhi-gras.com>	2014-10-06

    [Processing] Add GDAL build virtual raster alg.

radosuav <rmgu@dhi-gras.com>	2014-10-06

    [Processing] Fix advanced parameter handling in OTB algorithms.

radosuav <rmgu@dhi-gras.com>	2014-10-06

    [Processing] Inform listeners when all algorithms have been loaded.

radosuav <rmgu@dhi-gras.com>	2014-10-06

    Fix translations in Processing.py

Nathan Woodrow <madmanwoo@gmail.com>	2014-10-06

    Fix #10858 - Set relative path to QLR save folder. Load relative to QLR file

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-06

    [composer] Remove a bunch of duplicate render calls to map items during atlas previews

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-06

    Indicate current color in color button swatch menus

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-06

    [composer] More shortcuts for composer map tools

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-06

    [composer] Clean up label item widget

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-06

    [composer] Update label items immediately after changing color

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-06

    [composer] Remove duplicate canvas refreshes

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-06

    Use standard test font for QgsComposerHtml test

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-25

    Allow usage of virtual fields also for layer w/o add attribute support

    Fix #11168

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-06

    Convert values to target field format

    For the field calculator and virtual fields.

    Fix #11000
    Fix #10995
    Fix #10993

volaya <volayaf@gmail.com>	2014-10-06

    [processing] fixed #11327

volaya <volayaf@gmail.com>	2014-09-28

    [processing] fixed string representation of outputs

volaya <volayaf@gmail.com>	2014-09-28

    [processing] fixed list of algorithms in simplified mode

volaya <volayaf@gmail.com>	2014-09-28

    [processing]removed debug print lines

volaya <volayaf@gmail.com>	2014-09-26

    [processing] enable non-tif outputs in gdaldem algorithms

volaya <volayaf@gmail.com>	2014-09-26

    [processing] enabled more gdal output extensions

Merge: b2e7e6ee8a 6c2c6e2b6b
Nathan Woodrow <madmanwoo@gmail.com>	2014-10-06

    Merge pull request #1612 from ccrook/GraduatedRendererBugFixes1

    Two bug fixes for graduated renderer

Chris Crook <ccrook@linz.govt.nz>	2014-10-06

    Two bug fixes for graduated renderer

Juergen E. Fischer <jef@norbit.de>	2014-10-05

    followup 3c95b5b9

Merge: 3c95b5b936 fa157843a1
Jürgen Fischer <jef@norbit.de>	2014-10-05

    Merge pull request #1611 from manisandro/readlink

    Use readlink -f to determine source directory in scripts/prepare-commit.sh

Juergen E. Fischer <jef@norbit.de>	2014-10-05

    only include reasonable complete translations

Sandro Mani <manisandro@gmail.com>	2014-10-05

    Use readlink -f to determine source directory

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-05

    [composer] Add missing degree symbol for 'Decimal with suffix' format when using
    a geographic crs

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-05

    [composer] Don't use directional suffixes for annotations when in geographic
    coordinate system and direction is ambiguous (eg 0 degrees latitude) and format
    is set to 'Decimal with suffix'

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-05

    save geometry for style DB dialogs

Yves Jacolin <yves.jacolin@camptocamp.com>	2014-10-05

    @ccrook text review

Werner Macho <werner.macho@gmail.com>	2014-10-05

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-10-05

    fix typo

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-05

    [processing] show layers sorted only for single selection widget and use
    legend order for multiple selection

Merge: 6922e45c2f ec64e1d9c1
Yves Jacolin <yves.jacolin@camptocamp.com>	2014-10-04

    Merge remote-tracking branch 'upstream/master' into newTips

Yves Jacolin <yves.jacolin@camptocamp.com>	2014-10-04

    A lot of missing letter and typo corrected thanks to @ccrook

Merge: b8c558ccd8 c17957fec9
mhugent <marco.hugentobler@sourcepole.ch>	2014-10-04

    Merge pull request #1598 from marcel-dancak/getfeatureinfo-raster

    Mapserver: fixed GetFeatureInfo request on raster layers (GML format)

Yves Jacolin <yves.jacolin@camptocamp.com>	2014-10-04

    Removing easter eggs tips

Werner Macho <werner.macho@gmail.com>	2014-10-04

    [TRANSUP] fix for some typos and processing

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-10-04

    another typo fix

Yves Jacolin <yves.jacolin@camptocamp.com>	2014-10-04

    new tips

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-04

    [processing] always pass number of cores as integer (fix #10894)

Werner Macho <werner.macho@gmail.com>	2014-10-04

    typo fix

Merge: 7fce897bcd 76ff1a6c4f
alexbruy <alexander.bruy@gmail.com>	2014-10-04

    Merge pull request #1607 from gioman/v_kernel

    fix for v.kernel module in GRASS plugin

Werner Macho <werner.macho@gmail.com>	2014-10-04

    [TRANSUP] fix source typos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nathan Woodrow <madmanwoo@gmail.com>	2014-10-04

    Fix #11308 - Add missing IN operator

Nathan Woodrow <madmanwoo@gmail.com>	2014-10-04

    Fix #11302 - Move view selection for identify dock

Salvatore Larosa <lrssvtml@gmail.com>	2014-10-04

    Fixes #11061
    see http://hub.qgis.org/issues/11061

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-04

    fix typos in strings

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-04

    [processing] fix algorithm execution

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-10-04

    fix for v.kernel module in GRASS plugin

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-03

    Attribute dialog: Show layer name in title bar

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-10-03

    sip bindings: QgsAttributeDialog inherits from QDialog - Sponsored by QGIS HF
    Essen 2014 and everybody who helped to organize and finance this event

    Fixes a strange bug that prevented child widgets to be enabled when they originally have not been enabled.

Werner Macho <werner.macho@gmail.com>	2014-10-04

    [TRANSUP] adding processing for translation, thanks Alex

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    [processing] make bunch of strings translatable (sorry translators)

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    [processing] add full i18n support (still needs some work to mark all
    strings as translatable)

volaya <volayaf@gmail.com>	2014-10-04

    [processing] better-looking params ui (removed widget border)

volaya <volayaf@gmail.com>	2014-10-04

    [processing] fixed crs checking before running alg

Juergen E. Fischer <jef@norbit.de>	2014-10-04

    german translation update

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-26

    move raster thumbnails from General tab to Style (fix #7946)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-10-03

    remove useless code

volaya <volayaf@gmail.com>	2014-10-03

     fixed #10986

volaya <volayaf@gmail.com>	2014-10-03

    [processing] fixed minor typos in GeometryConvert algorithm

Merge: 6ec751f634 0075bde28d
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-10-03

    Merge pull request #1606 from arnaud-morvan/selectioncolor_alphachannel

    Fix #11307. Apply user selection alpha channel to mapsettings on newfile.

arnaud.morvan@camptocamp.com <arnaud.morvan@camptocamp.com>	2014-10-03

    Apply default selection color alpha channel to mapsettings on newfile. Fix #11307

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-03

    [composer] Cache transformed grid lines and intersections to slightly
    speed up grid drawing

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-03

    [composer] Fix transformed map grids not drawn if set to Tick or Marker style (slow)

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-03

    Workaround issue in Qt detection of encoding for html QByteArrays

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    [processing] disable GRASS 7 algorithm provider by default

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    fix file permissions

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    [processing] put all qgis algs in single directory

ghtmtt <matteo.ghetta@gmail.com>	2014-10-03

    Update geometricfigures.rst

Martin Dobias <wonder.sk@gmail.com>	2014-10-03

    Skip some work if no data-defined properties are applied

    8% speedup with 1m polygons in memory layer

Martin Dobias <wonder.sk@gmail.com>	2014-10-03

    Optimize simple line drawing when without data-defined properties

    20% speed improvement when drawing 1m linestrings (4points each) from memory layer

Martin Dobias <wonder.sk@gmail.com>	2014-10-03

    Optimize simple marker: do not construct/destruct "size" all the time

    13% speedup when rendering 1m points from memory provider

Martin Dobias <wonder.sk@gmail.com>	2014-10-03

    Optimize QgsVectorLayerFeatureIterator a bit

    11% speedup when rendering 1 million points from memory provider

Juergen E. Fischer <jef@norbit.de>	2014-10-03

    dxf export: (re-)enable linetype generation for pen styles

Merge: f5054a1e72 c9e0328339
Jürgen Fischer <jef@norbit.de>	2014-10-03

    Merge pull request #1603 from luipir/master

    [GdalTools] fix blocker bug https://hub.qgis.org/issues/11275

Merge: ac54c8e00a 59ec15bb2b
volaya <volayaf@gmail.com>	2014-10-03

    Merge pull request #1604 from elpaso/processing

    [processing] Avoid python hangs when run in headless mode from FCGI

volaya <volayaf@gmail.com>	2014-10-03

    [processing] updated freq analysis alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    update Grid alg to avoid some coordinate precision issues

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    remove old code

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    refactor Geometry convert alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    refactor Merge alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    refactor Hub lines alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    refactor Hub distance alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    refactor Gridify alg. fix license headers

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    refactor Grid algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-03

    refactor Select by attribute alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-02

    refactor Extract by attribute alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-02

    refactor Text to float alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-02

    start refactoring of the Processing mmqgis backend: Delete column and
    Delete duplicate geometries

Alexander Bruy <alexander.bruy@gmail.com>	2014-08-06

    cleanup in vector utils

elpaso <apasotti@gmail.com>	2014-10-03

    [processing] Avoid python hangs when run in headless mode from FCGI

Merge: 10d75c0066 ba0f9d40c9
Nathan Woodrow <madmanwoo@gmail.com>	2014-10-03

    Merge pull request #1599 from ccrook/CategorizedRendererFixes

    Categorized renderer fixes

Chris Crook <ccrook@linz.govt.nz>	2014-10-03

    Reverting to preferred QgsRenderRangeV2LabelFormat

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-03

    [composer] Fix display name for attribute table frames

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-03

    [composer] Fix table background extending beyond table rows (fix #11272).
    It was necessary to add a new 'table background' color option to prevent
    regressions when loading old compositions, since users may desire
    the old behaviour where the entire frame is filled.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-03

    [composer] Copy hide background if empty setting when adding new frame to existing multiframe

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-03

    [composer] Default to no background for new frame items

Chris Crook <ccrook@linz.govt.nz>	2014-10-03

    Adding missing elements from SIP

volaya <volayaf@gmail.com>	2014-10-02

    [processing] do not log algorithms when not run from the gui

Martin Dobias <wonder.sk@gmail.com>	2014-10-02

    Fix #11285 (improve symbol levels dialog for long symbol labels) - by Salvatore Larosa

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-10-02

    [fix #11300] make edit form non modal on feature creation too

Alexander Bruy <alexander.bruy@gmail.com>	2014-10-02

    [processing] remove undefined variable (fix #11118)

Luigi Pirelli <luipir@gmail.com>	2014-10-02

    fix blocker bug https://hub.qgis.org/issues/11275

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-30

    update mac install documentation and fix GSL include

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-10-02

    [Python Console] Don't set custom background for editor toolbar

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-10-02

    [Expression] Don't show folding

Martin Dobias <wonder.sk@gmail.com>	2014-10-02

    Fixed renaming of composer legend nodes for raster layers

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-02

    [composer] Fix placement of grid annotations when map has no frame set

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-01

    Add argument to QgsCoordinateTransform::transformBoundingBox to flag that
    handling of a bounding box which crosses the 180 degree longitude line
    is required. Fix composer map reprojected grids which cross 180 degree line.

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-01

    [composer] Remove 'new from template' action from composer, following UI list discussions

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-01

    Add some shortcut keys for composer

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-01

    [composer] Item widget layout tweaks for windows

Nyall Dawson <nyall.dawson@gmail.com>	2014-10-01

    Fix more warnings for QgsColorButtonV2 with invalid size

Chris Crook <ccrook@linz.govt.nz>	2014-10-01

    API fixes to use Legend instead of Label where it makes more sense

Chris Crook <ccrook@linz.govt.nz>	2014-10-01

    Changing decimal places to precision, allowing negative precision, improving rounding for locales with , instead of . for decimal point

Chris Crook <ccrook@linz.govt.nz>	2014-10-01

    Using QString.replace instead of .arg to ensure that %1 and %2 are unambiguously replaced with lower and upper value.  Also moving legend template to more sensible location, and adding tooltip for legend template

Chris Crook <ccrook@linz.govt.nz>	2014-10-01

    Fix handling of link category boundaries with sorting of rows

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-30

    [composer] Correctly handle encoded HTML source (fix #11287)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-30

    [composer] Use spin boxes for item position and size

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-30

    [composer] Don't snap to hidden items

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-30

    [color picker] Clicking the previous color should reset to that color

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-30

    [composer] Refresh refetches atlas feature from provider, more removal of duplicate map redraws

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-30

    [composer] Prevent multiple calculation of data defined properties

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-30

    Disable radio buttons in color dialog if not using first tab

Marcel Dancak <marcel.dancak@gista.sk>	2014-09-30

    Mapserver: fixed GetFeatureInfo request on raster layers

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-29

    [composer] Simplify text used for item name for labels

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-29

    use identify icons in the identify menu

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-29

    fix feature title

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-29

    [composer] Fix pages are added but never removed with multiframe resizing

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-29

    [composer] Prevent more Qt warnings for html item

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-29

    set icon of feature actions in the action menu

Merge: 1c03067504 04becdc53a
volaya <volayaf@gmail.com>	2014-09-29

    Merge pull request #1595 from giohappy/master

    [Processing] HTML output for r.sum

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-29

    [composer] Add a basic test suite for QgsComposerModel

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-29

    [composer] Default to 30 visible rows for table items, increase maximum number of rows to 99999 (fix #11284)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-29

    [composer] Don't disable widgets accompanying data defined controls when there's no need to

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-29

    [composer] Ignore null field values or expressions which result in null
    when evaluating data defined settings

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-29

    [composer] Fix ctrl modifier not applying to wheel events when in move item
    content mode, add missing undo merge command for item zoom (refs #7974)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-29

    [composer] Ignore locked items when using move item content tool. Keeps a
    consistent behaviour with the move/resize item tool, and allows for
    moving item content for maps which are stacked below locked items.

Werner Macho <werner.macho@gmail.com>	2014-09-29

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-09-28

    migrate old renderer ranges (followup fcfafa0a)

Nathan Woodrow <madmanwoo@gmail.com>	2014-09-28

    Use a single format string using Qt format for renderer label

Nathan Woodrow <madmanwoo@gmail.com>	2014-09-28

    Don't crash with no attribute set in graduated renderer

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-28

    Fix #10747 - Don't force multi type on point features

    Ref #10672 - Commited fix to force multitypes on shapefiles

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-27

    Follow up 27abd208

Larry Shaffer <larrys@dakotacarto.com>	2014-09-26

    Followup to da3516c; find custom prefix QScintilla include directories

Juergen E. Fischer <jef@norbit.de>	2014-09-26

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-09-26

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-09-26

    dxf improvements:
    * save/restore dxf export dialog geometry
    * reduce debugging noise
    * output dxf in windows-1252 encoding
    * fix label layer assignment

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-26

    change to messagebar some messageboxes in mainapp

Juergen E. Fischer <jef@norbit.de>	2014-09-26

    fix tabstops in graduate symbol renderer widget (followup 25a7be2)

Martin Dobias <wonder.sk@gmail.com>	2014-09-26

    How did GIS look like in 1990?

    Apologies to fellow developers for being silly

Juergen E. Fischer <jef@norbit.de>	2014-09-26

    remove unused ramp

Juergen E. Fischer <jef@norbit.de>	2014-09-08

    DXF export improvements:
    * tree view and attribute selection for layer assigment in dialog
    * support fill polygons/HATCH
    * represent texts as MTEXT instead of TEXT (including font, slant and weight)
    * support for RGB colors when there's no exact color match
    * use AutoCAD 2000 DXF (R15) instead of R12
    * remove R18 test methods

    Funded-By: City of Uster
    Funded-By: Ville de Morges
    Funded-By: SIGE

Merge: eaacb125c4 7c1efea46e
alexbruy <alexander.bruy@gmail.com>	2014-09-26

    Merge pull request #1596 from anitagraser/patch-3

    use "change" instead of "browse" for CRS selection

Anita Graser <anitagraser@gmx.at>	2014-09-26

    use "change" instead of "browse" for CRS selection

    as described in http://hub.qgis.org/issues/11273

giohappy <giohappy@gmail.com>	2014-09-26

    [Processing] HTML output for r.sum

Merge: 6fcfb97bf6 b07660a069
Martin Dobias <wonder.sk@gmail.com>	2014-09-26

    Merge pull request #1509 from ahuarte47/Issue_10767

    Fix bug #10767: Simplified rendering causing boxes to appear instead

Merge: 0c6576c423 251a8a4d3a
mhugent <marco.hugentobler@sourcepole.ch>	2014-09-26

    Merge pull request #1593 from rldhont/qgis-server-print-legend

    [FEATURE][QGIS-Server] Legend filtering based on map in GetPrint Request

Merge: b734e87978 b558c08bd4
Nathan Woodrow <madmanwoo@gmail.com>	2014-09-26

    Merge pull request #1587 from ccrook/CategorizedRendererUpdate

    Categorized and graduated renderer enhancements

rldhont <rldhont@gmail.com>	2014-09-06

    [FEATURE][QGIS-Server] Legend filtering based on map in GetPrint Request

    Feature funded by Tecnostudi Ambiente, Faunalia and Andromede-oceanologie.

    The legend in composition was fixed and did not represent the layers in the map.
    With the work made by @wonder-sk on layer-tree and QgsComposerLegend users will be able
     to configure composer legend as based on all the project layer tree with auto-update
     model or filtered by map.
    This commit reused these two QgsComposerLegend's properties to filter it based on map in
     GetPrint Request

    The issue #4003 qgis_mapserver getPrint legend options can be closed.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-26

    remove old message boxes from map tools

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-26

    [composer] Add a checkbox to prevent drawing border and background for empty frame items

Chris Crook <ccrook@linz.govt.nz>	2014-09-26

    Fixing null pointer on ramp bug

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-26

    [FEATURE][composer] Add checkbox and data defined button for controlling
    whether an item is excluded from composer exports/printouts.

Chris Crook <ccrook@linz.govt.nz>	2014-09-26

    Modified labelling to include prefix, separator, suffix.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-26

    [FEATURE][composer] Allow data defined control of atlas margin for maps

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-26

    dbManager - remove more 'Sorry' strings

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-25

    [dbmanager] again replacement box->bar stuff....hopefully the last :-)

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-25

    [dbmanager] followp 1646f67: fixes some string and changes more messageboxes

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-17

    [dbmanager] messagebox => messagebar

Martin Dobias <wonder.sk@gmail.com>	2014-09-25

    Make QgsExpression parser reentrant. Fixes crashes when expressions are parsed in multiple threads.

    Sponsored by a big dose of caffeine.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-26

    [composer] Switch attribute table column dialog over to QgsDoubleSpinBox

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-26

    [FEATURE][composer] Add checkbox to frame items for preventing export
    of page containing frame when frame is empty. This change allows
    users to create multiple pages containing extra frames for multiframe
    items (currently HTML and Attribute Table items), which are then only
    printed/exported if required. Sponsored by the City of Uster, Switzerland.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-25

    fix #11251 (embed form dual view icons)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-25

    [custom widgets] add missing date time widget plugin

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-25

    add Qgs(Double)SpinBox to custom widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-25

    add Qgs(Double)SpinBox to SIP

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-25

    add support for NULL values in range widget (new Qgs(Double)SpinBox classes to show the clear button)

Merge: e37a5ad8df a4515f1385
Nyall Dawson <nyall.dawson@gmail.com>	2014-09-25

    Merge pull request #1548 from manisandro/typo

    Fix typo in QgsVectorFileWriter::fileFilterString

Martin Dobias <wonder.sk@gmail.com>	2014-09-25

    [FEATURE] Legend filtering based on map content (in main window, composer, WMS)

    There is new "filter" button in layers panel that toggles this functionality
    and in composer legend widget.

    Related feature is that layer tree now shows symbols in map units with correct size
    (even when filtering is not enabled) so as the map view changes the legend node icons
    are updated too (if they use map units).

    GetLegendGraphics in WMS server
    -------------------------------

    This is an extension of standard GetLegendGraphics request according to MapServer RFC 101.
    See the document for more details: http://mapserver.org/development/rfc/ms-rfc-101.html

    In summary, clients need to add BBOX and CRS/SRS parameters to get appropriate legend based on the given map view.
    Parameters WIDTH and HEIGHT are also taken into account as they specify map view image size for correct calculation
    of size of legend symbols (if they are based on map units).

    --

    This software has been commissioned by Tuscany Region (Italy),
    co-funded by the European Commission and developed under the project LIFE12 ENV/IT/001054 LIFE + IMAGINE.
    The software has been realized by Gis3W s.a.s.

    Questo software è stato commissionato da Regione Toscana (Italia),
    cofinanziato dalla Commissione Europea e sviluppato nell'ambito del progetto LIFE12 ENV/IT/001054 LIFE + IMAGINE.
    Il software è stato realizzato da Gis3W s.a.s.

Merge: f1de4973bb da3516ca87
Nyall Dawson <nyall.dawson@gmail.com>	2014-09-25

    Merge pull request #1590 from slarosa/query_builder_enhanchements

    [query builder] editor enhancements: QTextEdit => QgsCodeEditorSQL

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-25

    Allow copying selected palette colors in color picker dialog

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-14

    Improved method for selecting random colors for categorised renderer,
    which should result in more visually distinct color choices

Chris Crook <ccrook@linz.govt.nz>	2014-09-25

    Reverting class editor patch

Merge: a5911e78b7 3f8a860503
Chris Crook <ccrook@linz.govt.nz>	2014-09-25

    Merge remote-tracking branch 'upstream/master' into CategorizedRendererUpdate

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-24

    Editor widgets: Show NULL value on numeric line edit

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-24

    Add tooltips for form/table switcher buttons in attribute dialog

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-24

    Add option for unscaled values for heatmaps rasters, set as default

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-24

    Clean up and modernise heatmap dialog using QgsMapLayerComboBox
    and QgsFieldComboBox.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-24

    Fix heatmap failing for multipoint tables, fix incorrect calculation
    of heatmap input layer.

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-12

    [processing] use checkbox for boolean parameters

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-14

    [processing] add "Save as" functionality to History dialog (fix #10086)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-24

    use right-click for extended menu in identify map tool (to be removed when a true contextual menu is implemented)

Chris Crook <ccrook@linz.govt.nz>	2014-09-24

    Implementation of graduated renderer breakpoint editor, minus SIP for editor

volaya <volayaf@gmail.com>	2014-09-24

    [processing] moved initialization to initGui() method

volaya <volayaf@gmail.com>	2014-09-23

    [processing] fixed how models read help info

Werner Macho <werner.macho@gmail.com>	2014-09-24

    [TRANSUP] transifex and string update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-24

    setReadOnly will call paintEvent, followup ce486da41ea29f54406934d366c1bf00a205278d

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-24

    line edit: do not display clear icon when read only

Chris Crook <ccrook@linz.govt.nz>	2014-09-24

    Refactoring ready for manual update dialog.  Also improves labelling of StdDev classifications and better determination of decimal places to use

Merge: e0b9afbefa e19442310d
Chris Crook <ccrook@linz.govt.nz>	2014-09-24

    Merge branch 'master' into CategorizedRendererUpdate

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-23

    followup 443fa8cc920216bb0ac470babf1709e1242d169c

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-23

    Sip update and const correctness

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-23

    add invalid label inly once

ahuarte47 <ahuarte47@yahoo.es>	2014-07-18

    #10767: No replace the simplified geometry by its BBOX when there are 'long' segments

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-23

    Followup bad94e0

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-23

    [FEATURE][composer] Add checkbox for showing unique records only in composer
    attribute tables. (Sponsored by my OCD)

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-23

    [query builder] editor enhancements: QTextEdit => QgsCodeEditorSQL

Merge: 72a33ea78f bad94e00c1
Nathan Woodrow <madmanwoo@gmail.com>	2014-09-23

    Merge pull request #1589 from slarosa/fix11247

    [expression builder] fixes #11247

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-23

    [expression builder] fixes #11247

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-23

    QgsFilterLineEdit: Hide clear button when read only

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Fix re-initialization of dual view

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    [FEATURE] Add suffix support for range widget

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Update sip bindings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Better QgsFilterLineEdit support for several edit widgets

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Add better Null support to QgsFilterLineEdit

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Attribute form: do not try to edit non-editable fields

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Make operations on the feature selection more memory friendly

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    [FEATURE][composer] Add a checkbox to filter attribute tables to
    features which intersect the current atlas feature. Sponsored by City
    of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    [FEATURE][composer] Add choice of display style for empty tables. Options
    include hiding the entire table, showing empty cells, or displaying a
    set message in the table body. Sponsored by City of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    [FEATURE][composer] Add option for showing child features from a relation
    for attribute tables in the composer. If selected, the attribute table
    will show all related features to the current atlas feature within
    the table body. Sponsored by City of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    [FEATURE][composer] Option for current atlas feature as source for
    attribute tables. Sponsored by City of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    Allow creation of new color palettes in color dialog

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    [composer] Avoid Qt warnings with composer html item

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    [composer] Use a transparent background for HTML items

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    Fix incorrectly failing composer html test

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Followup 96e39f7

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Fix performance issues with moving selection on canvas (Funded by good will)

    Fix #11197

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Re-initialize relation editor on setRelationFeature

    Fix #11236

Merge: 86cbc2ef43 788575e5cd
Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    Merge pull request #1540 from manisandro/composer_html_fixes

    Recompute webpage viewport dimensions when resizing html frames

Merge: bb3ead3b0f 4e3510edec
Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    Merge pull request #1582 from nyalldawson/db_manager_fixes

    Usability improvements for db manager

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Transfer ownership of drag-and-drop layout elements in sip

    Fix #11207

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    [FEATURE][composer] Allow manual control of column widths for attribute table items.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-22

    Fix doxygen and build warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-09-22

    WFS server: insert/update/delete are only dependent on wfs publish property. Funded by Sourcepole QGIS Enterprise

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Proper handling of NULL values for edit widgets

     * Photo widget preserves NULL value
     * Web widget preserves NULL value
     * Attribute table can distinguish between 0 and NULL (Fix #11235)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-22

    Restore buttonbox visibility after attribute form reload

    Followup febe37de

    Fix #11229
    Fix #11194

Juergen E. Fischer <jef@norbit.de>	2014-09-22

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-09-22

    fix doxygen warnings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-21

    Cleanup button box when reinitializing attribute form

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-21

    Some fixes to TestQgsComposerTableV2

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-21

    [composer] Fix failing QgsAtlasComposition python test

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-21

    [composer] Add some missing Transfer/TransferThis methods to sip bindings

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-21

    Fix failing atlas tests

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-21

    Rebuild composer test images at 96 dpi to speed up unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-21

    Fix warning

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-19

    create a relationsChanged signal for relation manager

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-21

    Split composer map overview tests off into their own test suite

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-21

    [composer] Clean up QgsComposerMap api, add docs and missing sip bindings for composer overviews

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-20

    Don't try to draw icon for hidden color buttons

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-20

    Add a changed signal to QgsRelationManager

Chris Crook <ccrook@linz.govt.nz>	2014-09-20

    Removing compiler warnings

Merge: abd9e3cd21 808464fed6
Chris Crook <ccrook@linz.govt.nz>	2014-09-20

    Merge branch 'master' into CategorizedRendererUpdate

Chris Crook <ccrook@linz.govt.nz>	2014-09-20

    Numerous enhancements to graduated and categorized symbol renderers

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-20

    [composer] Disable atlas if coverage layer is removed from project

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-18

    Add support for removing user palettes from color picker

Larry Shaffer <larrys@dakotacarto.com>	2014-09-19

    Fix 'geos_c.h not found' build error on Mac for browser app

Merge: 9ae648b824 c945eec556
alexbruy <alexander.bruy@gmail.com>	2014-09-19

    Merge pull request #1531 from ccrook/DistanceMatrixFix

    [processing] Distance matrix fixes

Merge: a809dcce14 8ec82a30d0
alexbruy <alexander.bruy@gmail.com>	2014-09-19

    Merge pull request #1585 from cayetanobv/master

    [processing] fix column name in Zonal statistics alg

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-19

    use native GDAL functions

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-19

    [processing] fix script algorithm provider

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-19

    [processing] avoid division by zero in random points alg (fix #11215)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-19

    Add asImage method for QgsSymbol

Merge: acae80e5ea 11be64db85
Chris Crook <ccrook@linz.govt.nz>	2014-09-19

    Merge branch 'master' into CategorizedRendererUpdate

Chris Crook <ccrook@linz.govt.nz>	2014-09-19

    WIP

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-18

    more public methods, fix delete map tool

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-18

    followup faf4b7f49ba67d0e6e110632bf85145ed570583e

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-18

    fix crash in identify menu when closing a project with map layer actions

Cayetano Benavent <cayetanobv@gmail.com>	2014-09-18

    Zonal statistics: changed variance names (variable and field name; CV > var)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-18

    add missing Q_PROPERTYs to color button V2

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-17

    do not raise canvas but window (fix hiding message bar)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-17

    followup 0181df555378eabbf58a29b76e687c54178ca5f1

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-17

    fix enum in sip

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-17

    disable maptool if editing stopped or dialog closed + fix deactivated map tool

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-17

    [composer] Remove gui controls for adding deprecated table item (sponsored
    by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-17

    [composer] API docs and python bindings for QgsComposerTableV2 (sponsored
    by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-16

    [FEATURE][composer] New composer item for multi frame attribute tables.
    Allows table content to be spread over multiple frames. Note:
    existing table items are not automatically upgraded to multiframe
    tables (to avoid API breaks with plugins), so only newly added
    tables gain these new options.

    QgsComposerTable is effectively deprecated and will be removed at the
    next API break.

    This work was sponsored by the City of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-16

    [composer] Tweak calculation of total height of table (Sponsored by
    City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-16

    [composer] Fix crash on extend mode for multiframes (Sponsored by
    City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-15

    [composer] Initial test suite for QgsComposerTableV2 (Sponsored by
    City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-12

    [composer] Implement total height mechanisms for QgsComposerTableV2
    (Sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-11

    [composer] Fix calculation of visible row ranges in QgsComposerTableV2
    (Sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-10

    [composer] Implement saving/loading of QgsComposerTableV2 items
    (Sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-10

    [composer] Don't consider border width in table if border is disabled
    (Sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-16

    [composer] Fix update of gui controls when table and HTML properties
    change (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-09

    [FEATURE][composer] Add option to table item to show headers on first
    frame, all frames, or no frames (fix #11136) (Sponsored by City of
    Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-05

    [composer] Implement min size method for frames. Minimum height for
    first frame in tables is set so that headers are always shown.
    (Sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Begin work on calculating rows for QgsComposerTableV2
    (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Option for fixed frame sizes set by multi frame (sponsored
    by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-31

    [composer] Initial groundwork for multiframe table item (Sponsored
    by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-17

    Option in color picker dialog to import a gpl palette to a new user scheme

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-18

    Add timing for plugin loading

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-17

    Be a bit more forgiving when reading gpl files which don't exactly follow the specifications

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-17

    Fix height of color icon on color buttons in windows

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-17

    Add flags for controlling behaviour of color schemes

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-17

    Load gpl files from user folder to schemes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-17

    Save edit widgets also to QML style information.

    Fix #11123
    Fix #10752

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-17

    Follow up 21c81d6

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-17

    [SIP] add QgsIdentifyMenu

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-17

    [Identify Menu] do not show the layer level if there is a single layer identified

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-17

    fix QgsMapLayerAction SIP + do not copy features in identify menu (followup 21c81d6f512fa59f4bb4545c087a2bf5154008dd)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-16

    [QgsRelationReferenceWidget] correctly enable/disable set null button, do not disable line edit (already read only), make openForm and mapIdentification public, more documentation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-17

    Fix sip for QgsMapLayerActionRegistry

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-16

    Pass attribute editor context for widgets on the attribute table

    Fixes relation reference widget in attribute table

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-16

    Fix widget registry (SIP), few fixes for relation reference widget

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-11

    [FEATURE] New custom QGIS color picker dialog. Basically
    it's a Frankenstein's monster of the best bits of lots of other color
    picker implementations. Features include:
    - Sliders for hue, saturation, value, red, green, blue color components
    - Alpha slider
    - Option to copy/paste html color codes (in a variety of formats)
    - Before/after color preview, with alpha preview
    - Interactive 2D color ramp widget
    - Hue wheel/triangle widget
    - Editable color swatch lists
    - Live color sampler with option to sample over a set radius
    - Supports interaction with other apps via drag and drop of colors (OS support
    dependant)
    - Option to disable the dialog and use the native picker dialog instead (TODO:
    make the dialog so awesome that even @dakcarto switches across...)

    Credit for icons goes to 3nids!

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-16

    [SIP] add missing argument in QgsEditorWidgetRegistry::QgsEditorWidgetWrapper

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-13

    improved identify menu with a dedicated class

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-11

    [QgsActionMenu] fix return feature

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-28

    [QgsActionMenu] use ActionData to trigger actions

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-27

    [QgsActionMenu] use correct level of actions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-13

    Add user data to identify actions to actionmenu

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-13

    Add icon support to actions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-11

    Add action menu to attribute dialog

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-16

    Fix loss of hue information with slider widgets

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-16

    Allow setting color button to invalid color resulting in a blank
    button. Default to invalid color for new buttons.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-16

    Add options for color buttons, allowing them to be used in a swatch
    type mode.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-16

    [QgsRelationReferenceWidget] make error label multiline

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-16

    [QgsMapToolIdentifyFeature] allow initializing without any layer

Juergen E. Fischer <jef@norbit.de>	2014-09-16

    followup ui rename (followup 13eb726d)

Martin Dobias <wonder.sk@gmail.com>	2014-09-16

    Followup #10912 - detect cycles in joins and reject joins that would create cycle

    Cycle would otherwise cause infinite loop when updating fields and it does not make sense

Martin Dobias <wonder.sk@gmail.com>	2014-09-15

    Return to previous state of vector joins if the vector props dialog was cancelled

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-15

    add RelationReferenceWidgetWrapper to SIP + complete RelationReferenceWidget

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-15

    [Relation Reference Widget] allow removing open form button (option not available in QGIS)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-15

    Fix doxygen warning

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-15

    Use unique value widget doxymentation to appropriate place

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-15

    Doxymentation for relation manager

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-15

    Even more Doxymentation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-15

    More Doxymentation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-15

    Doxymentation for QgsEditorWidgetV2

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-15

    Use copy mode for drag and drop of colors from QgsColorSchemeList,
    prevent addition of duplicate colors

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-15

    Add a colorSelected signal to QgsColorSchemeList

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-15

    Remove colors from scheme list on delete/backspace press

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-15

    Add an isDirty method to QgsColorSchemeList

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-15

    [browser] fix margin to toolbar

Werner Macho <werner.macho@gmail.com>	2014-09-15

    [TRANSUP] transifex string update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-15

    [browser] small ui reworking for consistency

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-15

    rename relreference...to relationreference

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-15

    [Releation reference widget] use separate button for remove action

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-15

    [Releation reference widget] more coherent method names

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-15

    add relation reference widget to SIP

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-15

    [processing] remove selection before running Select by location algorithm (fix #10873)

Juergen E. Fischer <jef@norbit.de>	2014-09-15

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-09-15

    remove unused variable

Martin Dobias <wonder.sk@gmail.com>	2014-09-15

    Renamed visibility "groups" to "presets" to avoid confusion with ordinary groups

    If you have a project file using this functionality, you may need to run a simple
    replace of "visibility-group" to "visibility-preset"

Martin Dobias <wonder.sk@gmail.com>	2014-09-15

    Revert change of rule-based renderer identifier as it breaks project files

Martin Dobias <wonder.sk@gmail.com>	2014-09-15

    Show active visibility group in menu also in map composer map widget

Martin Dobias <wonder.sk@gmail.com>	2014-09-15

    Fix build error with SIP (4.15.5)

Nyall <nyall.dawson@gmail.com>	2014-09-15

    [dbmanager] Try to set sensible default column choice for sql window

Nyall <nyall.dawson@gmail.com>	2014-09-15

    [dbmanager] Don't trip up when loading a sql layer if sql ends with a ;

Nyall <nyall.dawson@gmail.com>	2014-09-15

    [dbmanager] Don't set parent for dbmanager window, allows for minimising
    window. Unminimise window when activating dbmanager.

Juergen E. Fischer <jef@norbit.de>	2014-09-15

    indent multiline messages in log

Juergen E. Fischer <jef@norbit.de>	2014-09-14

    doxymentation fix

Juergen E. Fischer <jef@norbit.de>	2014-09-14

    fix build on PyQt <4.9.5

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-14

    Remove unused variable

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-14

    Set auto raise for identify toolbar icons

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-14

    Keep log button in status bar.

    Removing UI elements under the user isn't good UX

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-14

    Use QPlainTextEdit for message log. Less memory and much much faster then QTableWidget

Martin Dobias <wonder.sk@gmail.com>	2014-09-14

    Fix #11200 (Symbology changes of a layer aren't reflected in overview panel)

Merge: fbea7d44f4 a53bf7ea2a
Martin Dobias <wonder.sk@gmail.com>	2014-09-14

    Merge remote-tracking branch 'origin/master'

Martin Dobias <wonder.sk@gmail.com>	2014-09-14

    Real name of @leyan instead of pseudonym

Martin Dobias <wonder.sk@gmail.com>	2014-09-14

    GEOS context accessor for PAL

Martin Dobias <wonder.sk@gmail.com>	2014-09-14

    Use _r GEOS API in geometry import test

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-14

    Move identify toolbar to top to match other docks with toolbars

Merge: e4f68b1ac0 c5f2f7e01a
Nathan Woodrow <madmanwoo@gmail.com>	2014-09-14

    Merge pull request #1304 from manisandro/replace_lineedit_with_combobox_snappingdialog

    Use a spinbox instead of a lineedit for the snapping tolerance

Merge: e52c1232a8 8b989424e0
Nathan Woodrow <madmanwoo@gmail.com>	2014-09-14

    Merge pull request #1571 from slarosa/context-help

    [context-help] set heading to 3 for heatmap plugin and python console help file

Merge: f214a0181e 340d4178ee
Nathan Woodrow <madmanwoo@gmail.com>	2014-09-14

    Merge pull request #1576 from leyan/graduatedRenderer

    Automatic update of label and neighboring ranges boundaries in graduated renderer. Fix #9312. Fix #9900, Fix #10203

Merge: e46aa62d07 7fdaf080b2
Nathan Woodrow <madmanwoo@gmail.com>	2014-09-14

    Merge pull request #1570 from slarosa/heatmap-plugin

    [heatmap-plugin] replace messagebar to messagebox

Merge: e46aa62d07 6354dd3a31
Martin Dobias <wonder.sk@gmail.com>	2014-09-13

    Merge remote-tracking branch 'rouault/use_geos_reentrant_api'

    Conflicts:
            src/core/pal/layer.cpp
            src/core/qgsgeometry.cpp
            src/core/qgspallabeling.cpp

Martin Dobias <wonder.sk@gmail.com>	2014-09-13

    Added @leyan to contributors

Merge: 2313be9041 ced5ae4324
Martin Dobias <wonder.sk@gmail.com>	2014-09-13

    Merge pull request #1556 from leyan/convertToRuleBasedSymbology

    [FEATURE] Keep renderer settings when changing renderer type (where it is possible)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-09-02

    Fix check of allowed wfst capabilities in project. Funded by Sourcepole QGIS Enterprise

Juergen E. Fischer <jef@norbit.de>	2014-09-13

    fix and sync QgsAttributeEditorContext sip bindings

Martin Dobias <wonder.sk@gmail.com>	2014-09-13

    [FEATURE] Joins: optionally use just a subset of fields from the joined layer

Martin Dobias <wonder.sk@gmail.com>	2014-09-13

    Joins: optionally use just a subset of fields from joined layer

Martin Dobias <wonder.sk@gmail.com>	2014-09-12

    Support for setSubsetString() in memory provider

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-13

    Default names for colors when adding to schemes

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-12

    Restore canvas colour for overview window

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-12

    Simplify python console init text

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-12

    Use wait cursor when loading forms

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-01

    [relation widgets] General update

     * Improve speed (lazy loading)
     * Loop detection for circular dependencies (Fix #10850)
     * Some memory leaks fixed
     * More const-correctness
     * Fix the attribute editor context

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-25

    [relation reference widget] minimize feature request, do not fill combobox if not shown, button to remove related feature

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-09-09

    Update to strings in add postgis layer dialog

Martin Dobias <wonder.sk@gmail.com>	2014-09-12

    [FEATURE] display rule-based renderer legend in a pseudo-tree (in layer tree model/view)

Juergen E. Fischer <jef@norbit.de>	2014-09-10

    debian packaging update

Martin Dobias <wonder.sk@gmail.com>	2014-09-11

    Move triggerRepaint() to QgsMapLayer, use it instead of deprecated clearCacheImage()

Martin Dobias <wonder.sk@gmail.com>	2014-09-11

    Make sure to refresh canvas when layer's CRS is changed

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-11

    Fix toolbar order with add and new buttons

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-11

    Reduce margins on bookmarks dialog

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-11

    fix signal in QgsDateTimeEdit

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-11

    Support dragging colors from QgsColorPreviewWidget

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-11

    Accept dropped colors on color widgets

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-11

    Non editable color schemes should not be editable in QgsColorSchemeList

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-11

    Retain alpha if entering colors with no explicit alpha into
    QgsColorTextWidget

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-11

    [SIP] add missing activated/deactivated signals for map tools

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-11

    Set auto raise for attribute table buttons to match reset of UI

Merge: 890f921e06 79b3a8f889
Jürgen Fischer <jef@norbit.de>	2014-09-10

    Merge pull request #1577 from RossGammon/master

    Description: Fix qreal VS double issues.

Juergen E. Fischer <jef@norbit.de>	2014-09-10

    fix #11110

Juergen E. Fischer <jef@norbit.de>	2014-09-10

    fix spanish translation error

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-10

    Move remove layer/group to legend dock. Remove from toolbar

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-09-10

    Resize snapping column widths. Reduce dialog margins

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-10

    Support #RRGGBBAA style color codes in QgsSymbolLayerV2Utils color parsing

Leyan <ouyang.leyan@hotmail.com>	2014-09-10

    update

Martin Dobias <wonder.sk@gmail.com>	2014-09-10

    Do not use partially checked state of legend nodes when layer is not visible

    This is slightly confusing, moreover in some styles the items are not immediately
    updated, producing a weird effect when hovering mouse over legend nodes.
    http://www.youtube.com/watch?v=HNDE1Xp5UZA&feature=youtu.be

Martin Dobias <wonder.sk@gmail.com>	2014-09-10

    Fix #11169 (toggling symbol visibility does not trigger refresh)

    This could have happened when the same project was reloaded, then map canvas
    failed to clear itself and some connections to repaintRequested were broken

Martin Dobias <wonder.sk@gmail.com>	2014-09-10

    Make rule-based renderer rule keys persistent

    So they can be used for visibility groups - before they got assigned new keys
    on every instantiation of Rule

Martin Dobias <wonder.sk@gmail.com>	2014-09-10

    Fix #11143 take 3 (cannot remove visibility groups)

    Now we also handle rules that are not valid anymore

Martin Dobias <wonder.sk@gmail.com>	2014-09-10

    Fix emitting of currentLayerChanged() signal

    Use layer ID instead of persistent index to remember last layer.
    Persistent index will get invalid during removal of layers and
    the signal was not emitted when current index got invalid (none).

    This was causing a crash in GPS information widget

Juergen E. Fischer <jef@norbit.de>	2014-09-09

    mssql provider: fix filter type interpretation (fixes #11076)

Martin Dobias <wonder.sk@gmail.com>	2014-09-09

    Fix #10912 (joined attributes are not correctly propagated in nested joins)

    This commit makes QgsVectorLayerJoinBuffer listen to changes in fields
    of joined vector layers in order to update the cache and inform parent layer

Juergen E. Fischer <jef@norbit.de>	2014-09-09

    german translation update

Leyan <ouyang.leyan@hotmail.com>	2014-08-30

    refactor to a more general convertFromRenderer function

Merge: b9fc2b51d9 e0376977f8
Jürgen Fischer <jef@norbit.de>	2014-09-09

    Merge pull request #1578 from alexbruy/layer-submenu

    move all "Add Layer" actions to submenu

Leyan <ouyang.leyan@hotmail.com>	2014-08-25

    Add factory annotation and use clone for rule based renderer

Leyan <ouyang.leyan@hotmail.com>	2014-08-24

    use previous renderer if possible, instead of last applied renderer

Leyan <ouyang.leyan@hotmail.com>	2014-08-24

    add sip

Leyan <ouyang.leyan@hotmail.com>	2014-08-24

    creation of a convertToRuleBasedRenderer() function

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-09

    Add a bunch of useful interactive color widgets to GUI, including
    color wheels, ramps, boxes, and text edits.

Martin Dobias <wonder.sk@gmail.com>	2014-09-08

    Fix #11143  (cannot remove visibility group) take two

Martin Dobias <wonder.sk@gmail.com>	2014-09-08

    Getting closer to the perfection: a bit of spacing for 'layers' toolbar (like browser)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-08

    [composer] Fix flip of N/S and E/W coordinates when using reprojected grids

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-08

    [composer] Use proper prime and double prime symbols for grid annotations
    (because good typography and cartography go hand in hand..!)

Martin Dobias <wonder.sk@gmail.com>	2014-09-08

    Doxygen: do not add "Definition at line N of XYZ.cpp" to each method

    This is another tweak meant to declutter the generated documentation

Martin Dobias <wonder.sk@gmail.com>	2014-09-08

    Doxygen: Do not show private members, referenced by/references relations

    This change should help to make the API docs less cluttered.
    The above mentioned pieces of information are not very useful for people reading docs - and core developers have their IDEs for checking references.

Martin Dobias <wonder.sk@gmail.com>	2014-09-07

    Fix #11146 (rule check state not saved)

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-06

    put Oracle GeoRaster plugin button to new submenu

Alexander Bruy <alexander.bruy@gmail.com>	2014-09-06

    move "Add Layer..." buttons to submenu

Juergen E. Fischer <jef@norbit.de>	2014-09-06

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-09-06

    fix metasearch typo (followup 5cb7d357)

Juergen E. Fischer <jef@norbit.de>	2014-09-06

    fix metasearch syntax error

Martin Dobias <wonder.sk@gmail.com>	2014-09-06

    Remove some superfluous empty vertical space from browser dock widget

Martin Dobias <wonder.sk@gmail.com>	2014-09-06

    Fix yesterday's changes to currentGroupNode() (fixes addition of groups)

Martin Dobias <wonder.sk@gmail.com>	2014-09-06

    Do not create collaboration diagrams in doxygen docs

    The diagrams do not really add much value and do not highlight the important concepts
    of classes, confusing the user and making things looks more complicated than they are

Martin Dobias <wonder.sk@gmail.com>	2014-09-06

    Start of doxygen page about API breaks

Ross Gammon <rossgammon@mail.dk>	2014-09-05

    Description: Fix qreal VS double issues.
     This patch tries to fix qreal VS double issues for ARM

     There are two seperate issues, the first is trivial just a typecast on
     a const.

     The second is however less-trivial and needs to be checked
     before merging. sip doesn't seem to like the type
     QVector<double> on platforms where qreal is float but changing
     the type to qreal may have knock-on impacts on the native code.

     QGIS Issue: http://hub.qgis.org/issues/11148
     Debian Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760535

    Author: Peter Michael Green <plugwash@debian.org>

Merge: 0a7ddfa170 3eb6e7ca3f
Tom Kralidis <tomkralidis@gmail.com>	2014-09-05

    Merge pull request #1575 from geopython/MetaSearch-0.3.1

    Meta search 0.3.1

Martin Dobias <wonder.sk@gmail.com>	2014-09-05

    Fix potential crash when adding a group

Martin Dobias <wonder.sk@gmail.com>	2014-09-05

    Fix QgsLayerTreeModel naming conventions and update Python bindings

    I was using a mixture of terms 'symbology items' and 'legend nodes' for the same thing which was confusing

Martin Dobias <wonder.sk@gmail.com>	2014-09-05

    Fix #11126 (Make up/down buttons work also for layer tree nodes)

Martin Dobias <wonder.sk@gmail.com>	2014-09-05

    Respect the overridden layer name in composer legend also in rendered legend

Martin Dobias <wonder.sk@gmail.com>	2014-09-05

    If layer is in editing mode, show the pencil icon instead of embedded legend icon

Martin Dobias <wonder.sk@gmail.com>	2014-09-05

    Keep a bit of spacing in layer tree dock widget

Martin Dobias <wonder.sk@gmail.com>	2014-09-05

    Fix #11143 (remove visibility groups after removal of a layer)

Martin Dobias <wonder.sk@gmail.com>	2014-09-05

    [FEATURE] Toolbar for layer tree specific actions

Martin Dobias <wonder.sk@gmail.com>	2014-09-05

    Visibility groups: also record visibility states of renderer categories (legend nodes) into groups

    Visibility of a layer is not stored within the map layer, but visibility
    of renderer categories (which turn into legend nodes) is stored inside renderer and
    that one in turn inside map layer. This fact may result in surprising behavior
    when change of visibility group for a composer map will affect other composer maps (and main canvas).
    The only way to overcome the problem would be to have the possibility to use multiple renderers with one layer.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-05

    Fix crash when trying to edit color ramp with black start/end colors

Larry Shaffer <larrys@dakotacarto.com>	2014-09-04

    Fix Mac build

Juergen E. Fischer <jef@norbit.de>	2014-09-04

    postgres provider: don't warn, when queries return 'numeric' constants

Juergen E. Fischer <jef@norbit.de>	2014-09-04

    fix warnings

Leyan <ouyang.leyan@hotmail.com>	2014-09-01

    Automatic update of label and neighboring ranges boundaries

Martin Dobias <wonder.sk@gmail.com>	2014-09-04

    [FEATURE] Access to visibility groups in map composer

Martin Dobias <wonder.sk@gmail.com>	2014-09-04

    [FEATURE] Visibility groups of map layers in layer tree

    New toolbar button allows quick changes between the groups of layers that should be visible.
    Also features a simple way for management of the groups (add/remove)

Sandro Santilli <strk@keybit.net>	2014-09-04

    Allow loading pgraster tables with non-default raster field name

    Before this change you could only load tables where the raster
    field was named "rast".

Sandro Santilli <strk@keybit.net>	2014-09-04

    Allow loading PostGIS Rasters from partially configured connections

    Partially configured connection are those for which an hostname
    or username or port etc. are not specified, relying on libpq defaults.

    It was already fixed for geometries but rasters needed more love.
    See #9037.

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-04

    [composer] Add some missing sync groups for group boxes

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-04

    Ensure top of QgsCollapsibleGroupBox is visible after expand. Previous
    behaviour was to scroll to center of group box for long group boxes,
    which is confusing for users.

Juergen E. Fischer <jef@norbit.de>	2014-09-04

    fix windows build

Tom Kralidis <tomkralidis@gmail.com>	2014-09-03

    merge back ef0e7d09168d43b0529a1f819108a4741c7e9e75

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-09-03

    Add unit tests for geometry import (wkt,wkb,geos)

Tom Kralidis <tomkralidis@gmail.com>	2014-09-03

    remove code

Tom Kralidis <tomkralidis@gmail.com>	2014-09-03

    update MetaSearch to 0.3.1

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Fix failing grid tests

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Add some python tests for QgsComposerMapGrid
    (sponsored by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Update sip bindings, add missing sip bindings for
    QgsComposerMapGrid (sponsored by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Clean up map grid API, fix bug with grids not rearranging
    correctly (sponsored by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Deprecate a bunch of map grid calls (sponsored
    by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Improvements to grid annotation string formatting (sponsored
    by NIWA, New Zealand):
    - Don't show directional suffix for 0 or 180 latitudes or 180 longitudes
    - Add padded coordinate modes
    - Fix precision errors causing minutes/seconds > 60
    - Wraparound longitudes to restrict them to the -180 to 180 degree range

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Fix N/S and E/W are reversed in grid annotation strings
    (sponsored by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Add simple line border frame style for composer map
    grids (sponsored by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Some small tweaks to grid defaults and ui (sponsored
    by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [FEATURE][composer] Add tick styles for frames. Options include
    drawing ticks only inside the map frame, drawing ticks outside
    the frame, or drawing ticks both inside and outside the frame.
    (fix #6954) (Sponsored by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Add tests for grids on specific sides (sponsored by
    NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Remove raster layer from composer grid tests (sponsored
    by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [FEATURE][composer] Add options for controlling which sides of
    the map a grid frame is drawn (sponsored by NIWA, New Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [FEATURE][composer] New frame/annotations only grid style. Selecting
    this style causes only the frame and annotations to be drawn, with no
    grid lines or other markings over the map. (Sponsored by NIWA, New
    Zealand)

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-03

    [composer] Split composer map grid tests from composer map tests
    (sponsored by NIWA, New Zealand)

Juergen E. Fischer <jef@norbit.de>	2014-09-01

    german translation update

Merge: f97d5e319e dab5ff95ff
Jürgen Fischer <jef@norbit.de>	2014-09-02

    Merge pull request #1574 from mhugent/getFeatureExpression

    Get feature expression

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-09-02

    Add function help for getFeature

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-02

    [custom widgets] adds filter line edit

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-09-02

    [FEATURE]: Add getFeature function in Expression

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-02

    More const correctness, fix crash with atlas

Merge: 368755a51a 6d4dee914e
Nyall Dawson <nyall.dawson@gmail.com>	2014-09-02

    Merge pull request #1572 from jef-n/store-blend-mode

    Save blendmode/composition mode in project file

Juergen E. Fischer <jef@norbit.de>	2014-09-02

    Save blendmode/composition mode in project file

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-02

    fix sorting of map layer combo box and more const correctness

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-01

    [context-help] set heading to 3 for heatmap plugin and python console help file

Salvatore Larosa <lrssvtml@gmail.com>	2014-09-01

    [heatmap-plugin] replace messagebar to messagebox

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-01

    more const correctness

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-01

    SIP file for new date time edit

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-01

    added new QgsDateTimeEdit to custom widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-28

    new edit widget for date/time capable of setting null dates

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-01

    [composer] Support drag and drop restacking of items via item panel (fix #11058)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-01

    more flag operators declaration in SIP, better use of flags in data defined button

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-09-01

    [SIP] add missing operator for flags

Juergen E. Fischer <jef@norbit.de>	2014-09-01

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-09-01

    indentation update, Q_FOREACH support in astyle, doxygen fix

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-27

    [map layer actions] action for group of features, rename availability to target (flags), only emit signal for defined target"

    Conflicts:
            src/gui/qgsmaplayeractionregistry.cpp
            src/gui/qgsmaplayeractionregistry.h

Nyall Dawson <nyall.dawson@gmail.com>	2014-09-01

    [composer] Add zoomToExtent for QgsComposerMap, allows easily fitting a set extent into the map item without altering the item's shape

Martin Dobias <wonder.sk@gmail.com>	2014-09-01

    Fix doxygen warnings, fix missing bindings

Martin Dobias <wonder.sk@gmail.com>	2014-08-26

    Followup fix for #11006 (spotted by Nyall - thanks)

Martin Dobias <wonder.sk@gmail.com>	2014-08-25

    Fix #11006 (wrong size of symbols in print composer legend if map units are used)

Martin Dobias <wonder.sk@gmail.com>	2014-08-22

    Added header to new files

Martin Dobias <wonder.sk@gmail.com>	2014-08-22

    More Python wrapper updates + fixes

Martin Dobias <wonder.sk@gmail.com>	2014-08-22

    Revert previous changes to QgsLegendModel and its items

Martin Dobias <wonder.sk@gmail.com>	2014-08-22

    API fixes, added missing python wrappers

Martin Dobias <wonder.sk@gmail.com>	2014-08-20

    Update Python bindings

Martin Dobias <wonder.sk@gmail.com>	2014-08-20

    Improve docs for QgsLegendSymbolItemV2

Martin Dobias <wonder.sk@gmail.com>	2014-08-20

    Introduce scale-based filtering of legend nodes (in WMS)

Martin Dobias <wonder.sk@gmail.com>	2014-08-20

    Fix WMS with custom rule / no labels

Martin Dobias <wonder.sk@gmail.com>	2014-08-19

    Legend customization via layer node's custom properties

    This allows for reordering, renaming and removal of legend nodes.
    Composer either uses default project layer tree (auto-update on)
    or customized layer tree (auto-update off).

Martin Dobias <wonder.sk@gmail.com>	2014-08-12

    Work in progress: Make composer legend widget work with QgsLayerTreeModel

Martin Dobias <wonder.sk@gmail.com>	2014-08-12

    Layer tree model support replacement of layer tree + layer node handles removal of layer cleanly

Martin Dobias <wonder.sk@gmail.com>	2014-08-12

    New flag to disable checkboxes for legend nodes in layer tree model

Martin Dobias <wonder.sk@gmail.com>	2014-08-12

    Support for custom labels in symbol-v2 legend node

Martin Dobias <wonder.sk@gmail.com>	2014-08-12

    Moved QgsLayerTreeModelLegendNode (+derived classes) to a new file

Martin Dobias <wonder.sk@gmail.com>	2014-08-11

    Use QgsLayerTreeModel as a source of data for legend rendering instead of QgsLegendModel

    This is work in progress, customization of legend is not working yet

Martin Dobias <wonder.sk@gmail.com>	2014-08-08

    Fixed bugs with feature count, maintenance of QgsLegendSymbolItemV2

Martin Dobias <wonder.sk@gmail.com>	2014-08-07

    Make WMS server use QgsLegendRenderer

Martin Dobias <wonder.sk@gmail.com>	2014-08-07

    Force vector output for preview icon so it avoids cached pixmaps

Martin Dobias <wonder.sk@gmail.com>	2014-08-07

    Fix nested WMS layer data items

Martin Dobias <wonder.sk@gmail.com>	2014-08-06

    Fix rendering of WMS Legend Graphics

Martin Dobias <wonder.sk@gmail.com>	2014-08-06

    Fix crash in WMS GetLegendGraphics

Martin Dobias <wonder.sk@gmail.com>	2014-08-06

    Added support for check states to rule-based renderer

Martin Dobias <wonder.sk@gmail.com>	2014-08-06

    Identify renderer's categories/rules by key instead of index

Martin Dobias <wonder.sk@gmail.com>	2014-08-06

    Scale range supported by symbol in QgsLegendSymbolItemV2

Martin Dobias <wonder.sk@gmail.com>	2014-08-06

    Creation of legend items for map layers moved to QgsMapLayerLegend

Martin Dobias <wonder.sk@gmail.com>	2014-08-04

    Automatic creation of composer legend symbol item icon

Martin Dobias <wonder.sk@gmail.com>	2014-07-21

    Move bits of legend rendering code into item classes + add rendering test

Juergen E. Fischer <jef@norbit.de>	2014-08-31

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2014-08-31

    german translation update

Merge: acf1f70f13 793db5f53f
Jürgen Fischer <jef@norbit.de>	2014-08-30

    Merge pull request #1569 from nyalldawson/measure_undo

    Allow removing last point while measuring

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-30

    Allow removing last point while measuring via del/backspace keys (fix #10176)

Juergen E. Fischer <jef@norbit.de>	2014-08-30

    Fix #11092:
    * fix crash when invalid shapefile layer is repacked
    * error out if vector file writer is invoke with an empty filename
    * don't allow "Save as..." without a given filename

Juergen E. Fischer <jef@norbit.de>	2014-08-30

    grass provider: catch unavailable mapserver (fixes #11025)

Juergen E. Fischer <jef@norbit.de>	2014-08-30

    Fix GEOS dev detection (fixes #11081)

Juergen E. Fischer <jef@norbit.de>	2014-08-30

    fix doxygen warnings

Werner Macho <werner.macho@gmail.com>	2014-08-29

    [TRANSUP] transifex and string update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: f92fd58163 8c7b394639
mhugent <marco.hugentobler@sourcepole.ch>	2014-08-29

    Merge pull request #1547 from marcel-dancak/bbox-bugfix

    Mapserver: fixed bounding box of points features collection returned in GetFeatureInfo request

Alexander Bruy <alexander.bruy@gmail.com>	2014-08-29

    fix layout of the New Vector Layer dialog

Martin Dobias <wonder.sk@gmail.com>	2014-08-29

    Added Michael Douchin to contributors

Merge: 99ff44cb16 092b7fc673
Martin Dobias <wonder.sk@gmail.com>	2014-08-29

    Merge pull request #1566 from mdouchin/debug_project_path_embedded_items

    Fix #11109 (Write relative path in project XML for embedded groups and layers)

Merge: 6130505c79 75b3464e1c
alexbruy <alexander.bruy@gmail.com>	2014-08-28

    Merge pull request #1564 from anitagraser/patch-2

    [processing] check if value is None before trying to cast float

Michael Douchin <mdouchin@3liz.com>	2014-08-28

    [BUGFIX] Issue #11109 - Write relative path in project XML for embedded groups and layers when needed

anitagraser <anitagraser@gmx.at>	2014-08-28

    check if value is None before trying to cast float

    the tool used to fail when there were NULL values in the fields

Alexander Bruy <alexander.bruy@gmail.com>	2014-08-28

    [processing] fix vector functions definitions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-29

    Add icon size 48 and 64

    To make life easier on touch devices
    Fix #9527

Juergen E. Fischer <jef@norbit.de>	2014-08-27

    allow reactivation of measurement after deactivation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-27

    Followup 1bdef80: Fix crash when layer not in edit mode

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-27

    QgsVectorLayer::uniqueValues() also returns uncommitted values

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-22

    [custom widgets] add relation reference

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-20

    relation editor: use a public constructor, remove UI file

    rename file according to class name

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-26

    openFeatureForm: Update attributes on provided when used modal
    Fix #11099

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-26

    CollapsibleGroupBox: hide content when collapsed

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-19

    editor widgets: rename to wrapper to distinguish from the real widgets

Sandro Mani <manisandro@gmail.com>	2014-08-24

    Update sip bindings, add method documentation

Sandro Mani <manisandro@gmail.com>	2014-08-24

    Call renderCachedImage after viewport has been computed

Sandro Mani <manisandro@gmail.com>	2014-08-14

    Recompute webpage viewport dimensions when resizing html frames (Funded by Sourcepole QGIS Enterprise)

Juergen E. Fischer <jef@norbit.de>	2014-08-25

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-08-25

    indentation update

Merge: 7b84ccc9b1 6cd8e4fb00
Tim Sutton <tim@linfiniti.com>	2014-08-25

    Merge pull request #1561 from DelazJ/ProjSelector

    Activate the help button in select projection Dialog

DelazJ <delazj@gmail.com>	2014-08-25

    Add slot on ContextHelp button

DelazJ <delazj@gmail.com>	2014-08-25

    Referencing Help button function

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-25

    [composer] Don't draw handles around locked items (fix #11059)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-25

    Fix tab order in add relation dialog

Merge: d70235ffbe 0bfd5fbf64
Tim Sutton <tim@linfiniti.com>	2014-08-25

    Merge pull request #1549 from DelazJ/TableManager_GUI

    Set 0 as default value of srid in DB_Manager dialogs (issue #7083)

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-25

    [composer] Show selected items in bold in items tree panel (fix #11057)

Merge: f1aafe06c8 6cfb6e61b1
Tim Sutton <tim@linfiniti.com>	2014-08-25

    Merge pull request #1552 from DelazJ/SaveAsDialog

    Put by default to on the "Add layer to map canvas" option when saving new file (issue #6642)

Merge: ae25009c66 937a97db1e
Tim Sutton <tim@linfiniti.com>	2014-08-25

    Merge pull request #1557 from DelazJ/VectorSymbolselector

    fix #10472 : Enlarge btnSaveSymbol so it shows fully its text in all languages

Merge: 4d1595ce79 23eff1f8ca
Tim Sutton <tim@linfiniti.com>	2014-08-25

    Merge pull request #1551 from DelazJ/FToolsAddNewLayerToMapCanvas

    Put by default to on the "Add result layer to the map canvas" option when using fTools functions (issue #6642)

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-25

    [composer] Remove destructive 'Load from template' action, replace with
    non-destructive 'Add items from template' action

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-25

    Add an edit button for shapeburst and gradient color ramps

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-25

    Fix unit choice for ellipse symbol layer type

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-25

    Add a platform-specific size hint for QgsColorButtonV2 (refs #11060)

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-25

    Fix some alignment and tab issues with symbol dialogs (refs #11060)

DelazJ <delazj@gmail.com>	2014-08-25

    Enlarge btnSaveSymbol so it shows fully its text

    The btnSaveSymbol has his width increased from 50 to 70 when horizontalSpacer has its width decreased from 40 to 20

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-25

    Range Widget: Only enable for supported data types
    And some doxymentation

Juergen E. Fischer <jef@norbit.de>	2014-08-24

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-08-24

    osgeo4w: fix plugin install, add more error checking and include latest updates
    also in package.cmd

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-24

    [composer] Fix regression in locked map layers (fix #11089)

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-24

    Standardise to 6 decimal places for controls which can be set to map units in symbology (fix #11064)

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-24

    Where possible, maintain properties of symbol layer when changing symbol layer type (fix #8389)

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-24

    Fix warning

Salvatore Larosa <lrssvtml@gmail.com>	2014-08-23

    set scrollarea to no frame for settings in plugin manager

rldhont <rldhont@gmail.com>	2014-08-22

    Bug #10974 QGIS WFS Server provides too much precision PR #1520 UI

    Add a cell in the WFS vector layer table to specify the coordinate precision by layer

elpaso <apasotti@gmail.com>	2014-08-11

    Fixed ui conflict and Fixed UI options

rldhont <rldhont@gmail.com>	2014-08-09

    Bug #9797 Add a precision setting for GetFeatureInfo geometry attributes

    Add precision to QgsGeometry method exportToWKT and use it in GetFeatureInfo

rldhont <rldhont@gmail.com>	2014-07-29

    Bug #10974 QGIS WFS Server provides too much precision

    In the GetFeature request QGIS WFS Server uses the static method: QgsDoubleToString. This method returns double with a precision fixed to 17.

    We do not need that much precision for coordinates. Firstly because we are not able to measure a position on earth with a lower micron precision. Secondly because it unnecessarily overload response.

    I propose to add the ability to specify the precision in the QgsDoubleToString method.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-21

    Fix memory alignment issues on ARM

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-11

    Fix QgsFieldModel on ARM

volaya <volayaf@gmail.com>	2014-08-22

    [processing] fixed bug in ModelerScene when position of output is not defined

volaya <volayaf@gmail.com>	2014-08-22

    [processing] fixed parameter definition parsing for parameters of type integer

volaya <volayaf@gmail.com>	2014-08-22

    [processing] added support for old model file format

Juergen E. Fischer <jef@norbit.de>	2014-08-22

    add missing file from 72e779c3e

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map canvas

DelazJ <delazj@gmail.com>	2014-08-21

    Add by default the result file to the map

DelazJ <delazj@gmail.com>	2014-08-21

    Update frmEliminate.ui

DelazJ <delazj@gmail.com>	2014-08-21

    Add saved file to map canvas by default

DelazJ <delazj@gmail.com>	2014-08-21

    Default srid value to use in new geom column : 0

DelazJ <delazj@gmail.com>	2014-08-21

    Default srid value to 0 in new table geom column

DelazJ <delazj@gmail.com>	2014-08-21

    set default srid value to 0 in new geom column

Sandro Mani <manisandro@gmail.com>	2014-08-21

    Fix typo in QgsVectorFileWriter::fileFilterString

Marcel Dancak <marcel.dancak@gista.sk>	2014-08-21

    Mapserver: fixed bounding box of points features collection returned in GetFeatureInfo request

Juergen E. Fischer <jef@norbit.de>	2014-08-21

    include pyqt uic module for custom widgets in debian package

Juergen E. Fischer <jef@norbit.de>	2014-08-21

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2014-08-20

    osgeo4w: also move pyqt4 uic module for custom widgets (followup 72e779c3e)

Juergen E. Fischer <jef@norbit.de>	2014-08-20

    osgeo4w: move Qt plugins (sql and designer) into qgis directory

Juergen E. Fischer <jef@norbit.de>	2014-08-19

    make some rendering errors translatable

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-20

    custom widget lib: include resources to show icons in designer

Juergen E. Fischer <jef@norbit.de>	2014-08-20

    make custom widget tooltips translatable

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-20

    relation reference: correctly initialize and set properties for widget

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-20

    add new custom widgets to Qt Designer plugin

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-20

    can create relation reference in a widget (for custom UI forms)

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-19

    [composer] Holding alt while pressing arrow keys results in moving items 1 pixel

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-19

    [FEATURE][composer] Allow remote urls to be entered as picture path
    for picture items, and automatically fetch them. Sponsored by the
    City of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-29

    Add a simplified class for fetching HTTP network content

Merge: 1b205be604 4cfe24aea9
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-19

    Merge pull request #1516 from 3nids/vr_geom_relation

    map identification for relations

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-18

    custom widget for relation reference widget

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-18

    select related feature on the canvas from the relation reference widget (in the attribute form)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-22

    use a specific class for the widget (to be used as a custom widget), rename old _widget to _wrapper

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-18

    identify shows a non-modal feature form

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-22

    new map tool to select single feature

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-18

    Fix python bindings for QgsRelation.fieldPairs()

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-08-18

    Allow + for string concat in QgsExpression

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-18

    [composer] Fix crash when loading project

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-18

    Doxymentation

Merge: 8d822c42ae f2677918f8
mhugent <marco.hugentobler@sourcepole.ch>	2014-08-18

    Merge pull request #1533 from manisandro/multilabeling_datadefined

    Fix multilabeling with datadefined value

Merge: 621edef24e ff172b2cc9
mhugent <marco.hugentobler@sourcepole.ch>	2014-08-18

    Merge pull request #1541 from marcel-dancak/master

    Mapserver: enhancements of searching with GetFeatureInfo request

Juergen E. Fischer <jef@norbit.de>	2014-08-18

    make QgsMapLayerRegistry ctor private (it's a singleton)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-18

    QgisInterface::getFeatureForm() returns a QgsAttributeDialog
    And some API comments

Marcel Dancak <marcel.dancak@gista.sk>	2014-08-18

    wmsprovider: store tileWidth and tileHeight values in properties of wms provider

Merge: 8888c5f0c0 81055452e4
Marcel Dancak <marcel.dancak@gista.sk>	2014-08-18

    Merge remote-tracking branch 'upstream/master'

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-18

    custom widget for new color button

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-18

    fix tool tip

Juergen E. Fischer <jef@norbit.de>	2014-08-17

    rename other canbeGeneralizedByMapBoundingBox methods to isGeneralizableByMapBoundingBox

Juergen E. Fischer <jef@norbit.de>	2014-08-17

    fix polygon generalization artifacts, if last ring segment is one of two
    segments exceeding the tolerance plus some cleanups

Juergen E. Fischer <jef@norbit.de>	2014-08-17

    doxygen fixes

Juergen E. Fischer <jef@norbit.de>	2014-08-17

    indentation update

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-17

    Fix typo

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-17

    Allow importing and exporting to GIMP palette file (gpl) from color list

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-17

    Improvements to color list:
    - Cleanup code
    - Support copying and pasting multiple colors to list
    - Support additional color list mime formats

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-16

    Support dropping multiple colors into a color list widget

Juergen E. Fischer <jef@norbit.de>	2014-08-17

    revert german part of 62200eb55

Werner Macho <werner.macho@gmail.com>	2014-08-17

    [TRANSUP] next update transifex and source

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-08-17

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-08-17

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-08-17

    fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-16

    [FEATURE] Project specific color scheme, set through default styles tab in project properties

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-16

    New GUI control for an editable list of colors from a color scheme.
    Supports drag and drop reordering, drag and drop colors from external
    apps (on supported OS).

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-16

    Add method for finding matching schemes from a color scheme registry

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-16

    Add method for editing color scheme colors

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-16

    Add set of default colors for custom color palette

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-15

    Fix margins for expressionbuilder on gnome

Marcel Dancak <marcel.dancak@gista.sk>	2014-08-15

    Mapserver: enhancements of searching with GetFeatureInfo request

Sylvain Maillard <contact@ecologeek.org>	2014-08-14

    fix typos: extra spaces

Werner Macho <werner.macho@gmail.com>	2014-08-14

    [TRANSUP] fix compile errors with it and de

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-08-14

    [TRANSUP] transifex update and switch of km to transifex

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-14

    Show checkboard pattern behind semi-transparent colors in swatch grid

volaya <volayaf@gmail.com>	2014-08-14

    [processing] renamed Input and Output classes in modeler, to avoid confusion

volaya <volayaf@gmail.com>	2014-08-12

    [processing] fixed saga supervised classification when using saga 208

volaya <volayaf@gmail.com>	2014-08-03

    [processing] allow definition of vector fields with plain names and types

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-14

    Rename custom colors to standard colors

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-14

    Allow setting alpha channel for custom color palette

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-14

    Hide color schemes from color button menu if they contain no colors

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-14

    Fix typo in docs

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-14

    [composer] Fix docs for composer arrow

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-14

    missing Q_DECLARE_OPERATORS_FOR_FLAGS

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-14

    use flag instead of enum

Juergen E. Fischer <jef@norbit.de>	2014-08-13

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-08-10

    optionally use layer ids for wms

Juergen E. Fischer <jef@norbit.de>	2014-08-09

    doxygen fixes

Merge: d42c24f28c 1d736da66c
Jürgen Fischer <jef@norbit.de>	2014-08-13

    Merge pull request #1536 from Ecologeek/bugfix

    fix typo in variable name (extra space)

Sylvain Maillard <contact@ecologeek.org>	2014-08-13

    fix typo in variable name (extra space)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-08-13

    Restore tabs on Python console load

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-13

    availibilty definition for map layer actions

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-13

    [FEATURE] Predefined custom color palette in QGIS options and color scheme

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-13

    [composer] Prevent atlas crash when layer has bad features (refs #11037)

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-13

    Flip more colors buttons to QgsColorButtonV2

Werner Macho <werner.macho@gmail.com>	2014-08-12

    [TRANSUP] string and transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Sandro Mani <manisandro@gmail.com>	2014-08-12

    Fix multilabeling with datadefined value

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-12

    [composer] Ensure that data defined page size and orientation is correctly set when printing directly from an atlas. (Note that mixed orientation prints are unsupported on some platforms/print drivers)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-12

    also handle UI when manually applying filter

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-12

    Port some more color buttons to QgsColorButtonV2

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-12

    Flip all symbology color buttons to QgsColorButtonV2

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-12

    Use rounded rectangles for preview icons in QgsColorButtonV2

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-11

    more const-correctness and avoid ambiguity in overloaded function

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-11

    [composer] Flip all color buttons to QgsColorButtonV2

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-11

    [composer] Prevent data defined size of scalebar from being less than calculated minimum size

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-11

    [composer] Tweak logic for data defined map extents

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-11

    [FEATURE] New version of color button (QgsColorButtonV2) based off
    QToolButton. Features:
    - context menu items have been moved to the attached menu button
    - new gui widget QgsColorSwatchGrid, which displays a grid of colors
    - new class for QgsColorScheme, which generates colors to show in a
      color swatch grid
    - new class QgsColorSchemeRegistry, with a global instance containing
      default color schemes. QgsColorButtonV2 accepts a color scheme
      registry, to control which schemes to show in the popup menu as
      color swatch grids.
    - color button can have a default color
    - color button can also be quickly set to a totally transparent color
    - c++ and python unit tests for all core components

Chris Crook <ccrook@linz.govt.nz>	2014-08-11

    Fixing several errors in generation of NxT distance matrix

Chris Crook <ccrook@linz.govt.nz>	2014-08-11

    Fixing field name used for target field in ftools DistanceMatrix algorithm

Merge: fe4e552e96 26587af616
Nathan Woodrow <madmanwoo@gmail.com>	2014-08-11

    Merge pull request #1481 from giohappy/alias_remove_when_empty

    Remove alias from vector layer if it's an empty string.  Fix #10437

Werner Macho <werner.macho@gmail.com>	2014-08-08

    [TRANSUP] update sv, some context help fixes

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-08-08

    typo fix in string

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-08-08

    [TRANSUP] common string update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-08-08

    server: fix absolute path conversion on windows

Juergen E. Fischer <jef@norbit.de>	2014-08-08

    raster layer properties: add data url label

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-07

    Don't set field value to NULL if multiline text edit has not been edited

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-07

    Let user change form layout in fields properties if .ui is not empty

Merge: 2c12a0dfb2 aeed1229e0
Jürgen Fischer <jef@norbit.de>	2014-08-06

    Merge pull request #1458 from rouault/ogr_unknown25d

    OGR provider: deal with wkbUnknown25D (wkbUnknown | wkb25DBit)

Merge: 24e89a4712 04bb461746
Jürgen Fischer <jef@norbit.de>	2014-08-06

    Merge pull request #1527 from jarl-dk/build_fix

    Finding python library on Ubuntu 14.04 64bit

Alexander Bruy <alexander.bruy@gmail.com>	2014-08-06

    [processing] don't warn about different CRS's if algorithm has only one
    input (fix #10964)

Alexander Bruy <alexander.bruy@gmail.com>	2014-08-06

    follow up 4fb28987ba

Jarl Friis <jarl@softace.dk>	2014-08-06

    Finding python library on Ubuntu 14.04 64bit

Alexander Bruy <alexander.bruy@gmail.com>	2014-08-06

    [processing] convert strings to numbers when initializing parameters
    from description file (fix #11011)

Nyall Dawson <nyall.dawson@gmail.com>	2014-08-06

    [FEATURE][composer] Allow more control over appearance of composer arrows:
    - Line can be styled using line symbol style dialog
    - Arrow head fill and outline colors can be specified
    - Arrow head outline width can be specified

Juergen E. Fischer <jef@norbit.de>	2014-08-06

    fix zooming to layers when there are empty layers

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-08-05

    respect restrictions when calling identify with layer selection mode

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-03

    Fix memory leak and pass ownership of py editor widgets to C++

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-03

    Attribute table cache size 0 is represented as "All" in the options

Merge: 1b94afe8a5 ed52cb25fc
Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-08-03

    Merge pull request #1524 from SrNetoChan/master

    Fixed Legacy date widget default format
    Fix #10988

Juergen E. Fischer <jef@norbit.de>	2014-08-01

    debian packaging update

Alexander Bruy <alexander.bruy@gmail.com>	2014-07-31

    [processing] fix loading of output rasters with wrong CRS

Alexander Bruy <alexander.bruy@gmail.com>	2014-07-30

    [processing] replace str() with unicode() to avoid possible issues with
    non-ASCII characters (work in progress)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-31

    [composer] Some tweaks to label display name, add display name for legends

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-31

    [composer] Don't deselect items when unlocking them from the items panel

SrNetoChan <senhor.neto@gmail.com>	2014-07-25

    Fixed Legacy date widget default format

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-07-30

    fix editing of NULL values (fixes 0 to NULL, and fixes setting of NULL values in postgres)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-30

    [composer] Decrease default snap tolerance to 5 pixels

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-30

    [composer] Deselect items when they are locked from the items panel

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-30

    [composer] Locked items can't be selected by clicking them in the canvas.

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-30

    [composer] Remove right-click to lock for composer items (fix #5592), now that locked items can be unlocked from the items panel this is no longer required, and frees up right clicks for a composer context menu

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-30

    Don't double add features
    Fix #10969

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-28

    [FEATURE][composer] Implement an item tree panel for composer windows
    (fix #4358). Allows for selection of items, hiding/showing items,
    toggling lock status of items and double-clicking to edit item id.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-07-30

    do not transform toString to quote values (NULL integer becomes 0 otherwise)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-30

    Apply pull request #1502 provided by bstroebl: Add ntv2 entry for Thuringia

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-29

    [composer] More improvements to item dispayName methods

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-29

    Follow up 3f0d0944

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-29

    [composer] Support merged undo/redo commands for multiframe items

pcav <cavallini@faunalia.it>	2014-07-28

    Make table sortable. Fixes #10962

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-28

    [composer] Add api method for toggling visibility of composer items

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-28

    Fix some warnings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-28

    Request geometry when virtual field requires

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-28

    [composer] Add function for getting a friendly display name for items

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-28

    Fix crash with maximumValue/minimumValue for virtual fields

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-28

    Initialize expression field buffer to NULL
    Prevents crash, see
    https://github.com/qgis/QGIS/pull/1494#issuecomment-50303556

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-27

    [FEATURE][composer] Allow specifying user stylesheets to apply to a HTML item's content

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-27

    Disable color picker under OSX, due to limitations with QWidget::grabMouse on that platform

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-27

    Disable preview modes under OSX due to issues with QGraphicsEffects under OSX (refs #10761)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-27

    [composer] Add some missing icons to menu items

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-27

    [composer] Switch to alt key for resize and draw from center mode

Juergen E. Fischer <jef@norbit.de>	2014-07-25

    always also update qgis_en.ts in update_ts_files.sh run

Werner Macho <werner.macho@gmail.com>	2014-07-25

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-07-25

    can re-center when scaling mapCanvas extent

Ivan Mincik <ivan.mincik@gmail.com>	2014-07-25

    dbmanager: rotating layer import and export icons to more intuitive sense

Juergen E. Fischer <jef@norbit.de>	2014-07-25

    add QScintilla2 to INSTALL

Juergen E. Fischer <jef@norbit.de>	2014-07-25

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-07-24

    clean identifier of layer variable passed to the feature form

Juergen E. Fischer <jef@norbit.de>	2014-07-24

    fix saving of edittype configuration and remove redundant storage of labelontop
    and editable state.

Juergen E. Fischer <jef@norbit.de>	2014-07-24

    restore naming of generated attribute widgets

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-24

    Some cleanup

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-24

    Request geometry when virtual field expression require so

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-24

    Sanity checks in add attribute dialog

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-24

    Fix uniqueValues for virtual field

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-24

    Automatically switch editor layout when assigning .ui file
    Fix #7286

Sandro Mani <manisandro@gmail.com>	2014-07-21

    Use field precision for range edit spin

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-24

    Allow expressions with geometry on value relation widget
    Fix #10900

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-24

    Followup 11f197e
    Fix #10922

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-23

    Use icons on fields properties, disable "editable" where inappropriate

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-26

    [FEATURE] Expression field (Virtual field)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-28

    Remove unused method

Larry Shaffer <larrys@dakotacarto.com>	2014-07-23

    Fix finding QScintilla for non-QT_INCLUDE_DIR install directories

Merge: 3988ad0f63 6014d45d96
Tim Sutton <tim@linfiniti.com>	2014-07-23

    Merge pull request #1514 from manisandro/stretch_last_column

    Trivial: Stretch last column in bad layers dialog

Juergen E. Fischer <jef@norbit.de>	2014-07-23

    make sip bindings to qscintilla derived classes optional (replaces 7e815cad & 8f0b8987)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-23

    Setting attribute table cache size to 0 results in full cache

Sandro Mani <manisandro@gmail.com>	2014-07-23

    Stretch last column in bad layers dialog

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-22

    [FEATURE][composer] Holding shift while drawing new lines constrains lines to horizontal/vertical/diagonals, while drawing rectangles constrains items to squares. Holding control switches to a draw-from-center mode. Sponsored by City of Uster, Switzerland.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-23

    Set focus to first widget on attribute form

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-11

    Fix attribute dialog crash on close

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-23

    Followup 9f07383

volaya <volayaf@gmail.com>	2014-07-22

    [processing] fixed fileFilter for file outputs

volaya <volayaf@gmail.com>	2014-07-20

    [processing] made xgrids parameter in raster calculator optional

volaya <volayaf@gmail.com>	2014-07-19

    [processin] fixed extent checking in saga algorithm

volaya <volayaf@gmail.com>	2014-07-18

    [processing] fixed issues when loading parameters

volaya <volayaf@gmail.com>	2014-07-18

    [processing] improved SAGA multiple extents detection

volaya <volayaf@gmail.com>	2014-07-18

    [processing] fixed SAGA description

volaya <volayaf@gmail.com>	2014-07-18

    [processing] fixed  some GRASS descriptions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-22

    Synchronize values of repeating widgets on forms
    Fix #10877

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-07-22

    Only add feature once when python init function is set on attribute form
    Fix #10862

Merge: 080f252378 e47763390f
alexbruy <alexander.bruy@gmail.com>	2014-07-22

    Merge pull request #1510 from gioman/v_points

    [processing] fix grass64 v.to.points

Merge: 8f0b89870f 38390bf725
volaya <volayaf@gmail.com>	2014-07-22

    Merge pull request #1512 from radosuav/small_processing_fixes_3

    [Processing] Small fixes

Rado Guzinski <rmgu@dhi-gras.com>	2014-07-22

    [Processing] Add *.* file filter to batch processing input panel

Rado Guzinski <rmgu@dhi-gras.com>	2014-07-22

    [Processing] Comment debuging statements in OTB which clutter up Processing log

Rado Guzinski <rmgu@dhi-gras.com>	2014-07-22

    [Processing] Hide some OTB params under Advanced button and improve handling of advanced parameters

Rado Guzinski <rmgu@dhi-gras.com>	2014-07-22

    [Processing] Add GRASS r.univar and update r.fillnulls

Rado Guzinski <rmgu@dhi-gras.com>	2014-07-22

    [Processing] Remove print statements which sometimes cause an exception

Juergen E. Fischer <jef@norbit.de>	2014-07-22

    fix qscintilla sip include path (followup 7e815cad)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-22

    Fix build errors

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-10

    [FEATURE][composer] Data defined url for composer html items. Sponsored by City of Uster, Switzerland.

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-07-21

    fix grass64 v.to.points

Juergen E. Fischer <jef@norbit.de>	2014-07-20

    debian packaging update with workaround for debian #755491

Juergen E. Fischer <jef@norbit.de>	2014-07-20

    remove automake residuals

Juergen E. Fischer <jef@norbit.de>	2014-07-20

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-07-20

    indentation update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-21

    Fix build error with processing

Martin Dobias <wonder.sk@gmail.com>	2014-07-21

    Fix #10909 (SVG markers rendered as images in composer)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-21

    Comment sip files for code editor to fix build error on ubuntu

Merge: 460cee1bde 6486594f57
alexbruy <alexander.bruy@gmail.com>	2014-07-21

    Merge pull request #1505 from volaya/master

    [Processing] Refactoring of parameters and outputs

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-20

    [composer] Switch to using data defined button for picture source expression

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-07-15

    [edit widgets] set line edit as read-only instead of disabled

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-20

    Add missing HTML editor sip files

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-20

    Switch to QgsCodeEditorHTML for composer html code editor

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-20

    Add HTML code editor

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-20

    [FEATURE][composer] Multiple overview frames per composer map (fix #10299)

Werner Macho <werner.macho@gmail.com>	2014-07-20

    [TRANSUP] common translation update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-20

    Drop QScintilla2 from window title

Merge: 4e2afeb961 b2ff71868a
Nathan Woodrow <madmanwoo@gmail.com>	2014-07-20

    Merge pull request #1507 from NathanW2/code_editor

    Code editor using QScintilla.

    Thanks to Salvatore Larosa for the initial work.

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-19

    [composer] Don't auto set maximum number of attributes when resizing item. Instead, keep the maximum number of rows as whatever the user set. This change prevents the attribute table from shrinking and never re-growing (fix #10911)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-19

    [composer] Fix restoration of grid color alpha channel from 2.4 projects

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-19

    [composer] Write a dummy Grid element when saving composer maps, fixes crash when loading project in older QGIS versions (fix #10905)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-19

    [composer] documentation improvements

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-19

    [composer] More cleanups - move font utils from QgsComposerItem to QgsComposerUtils, add tests

Martin Dobias <wonder.sk@gmail.com>	2014-07-17

    Legend refactoring: first steps towards legend customization

    - map layers have associated QgsMapLayerLegend instance
    - QgsMapLayerLegend is interface for generation of legend with some default implementations
    - QgsLayerTreeModelLegendNode is interface for representation of legend item in layer tree model with some default implementations

Werner Macho <werner.macho@gmail.com>	2014-07-17

    [TRANSUP] string update by request

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-07-17

    add msvc notes

Juergen E. Fischer <jef@norbit.de>	2014-07-17

    avoid initially loading value map previews from the first layer (might be expensive)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-17

    [FEATURE][composer] Allow setting attribute table header and content font colors. Fix saving alpha channel for grid colors.

Larry Shaffer <larrys@dakotacarto.com>	2014-07-16

    Fix bundle-relative linking for libqscintilla2.dylib (now required lib) on Mac

Martin Dobias <wonder.sk@gmail.com>	2014-07-17

    When grouping layer tree nodes, insert new group at the same position

Martin Dobias <wonder.sk@gmail.com>	2014-07-16

    Fix #10828 (slow project loading)

Martin Dobias <wonder.sk@gmail.com>	2014-07-16

    Fix #10744 (crashes with CSV files with parallel rendering)

    I can't replicate the crash, but the static QRegExp instances will not work
    with multiple threads.

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-16

    Clean up code editor code and API. Add tr() and fix spelling.

    Moved show/hide folding and margin methods to base class.

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-07

    [FEATURE][composer] Allow evaluation of QGIS expressions inside html item source. Expressions are evaluated before HTML is rendered, allowing the expression results to modify how the HTML content is rendered. Sponsored by City of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-07

    [composer] Switch to using qscintilla for html editor in html item properties. Sponsored by City of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-07

    [composer] Fetch html using QgsNetworkAccessManager so that reply can be manipulated prior to rendering. Sponsored by City of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-16

    [FEATURE][composer] Option for manual entry of HTML item source. Sponsored by City of Uster, Switzerland.

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-16

    [composer] Clean up code, move some methods to QgsComposerUtils, const correctness, tests, doc improvements

Alexander Bruy <alexander.bruy@gmail.com>	2014-07-16

    [processing] fix icons for TauDEM algs

Juergen E. Fischer <jef@norbit.de>	2014-07-16

    debian packaging update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-16

    Use code editor for expression widget

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-16

    Define QSCINTILLA_DLL for windows

Werner Macho <werner.macho@gmail.com>	2014-07-15

    [TRANSUP] transifex update and common string update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-07-15

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-07-15

    cmake: report geos version with c-api header only (followup 0529f117)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-15

    [composer] Fix calculation of rotated image size inside picture items when rotation is 90 or 270 degrees.

Juergen E. Fischer <jef@norbit.de>	2014-07-15

    fix moc warning

Juergen E. Fischer <jef@norbit.de>	2014-07-15

    more doxygen fixes

Juergen E. Fischer <jef@norbit.de>	2014-07-15

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2014-07-15

    cmake: report geos version

Juergen E. Fischer <jef@norbit.de>	2014-07-15

    debian packaging update

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-15

    Follow up 2041fc24

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-10

    [composer] Refactor QgsComposerItem:
    - New class QgsComposerObject, which both QgsComposerItem and QgsComposerMultiFrame
    derive from. This class contains the framework for data defined composition properties.
    - New class QgsComposerUtils, containing helpful static functions previously in QgsComposerItem
    - Test suites for data defined settings in QgsComposerObject and functions in QgsComposerUtils

volaya <volayaf@gmail.com>	2014-07-14

    [Processing] Refactoring of parameters and outputs

    It also adds some changes in the core and tools package, to provide a cleaner structure

Victor Olaya <volayaf@gmail.com>	2014-07-14

    [processing] added 'crop to data' algorithm from SAGA

Victor Olaya <volayaf@gmail.com>	2014-07-14

    [processing] Changed raster calculator to ask main layer separately

Juergen E. Fischer <jef@norbit.de>	2014-07-13

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-07-13

    doxygen: add new directories and fix warnings

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-13

    [FEATURE][composer] Add marker style for map grids (fix #9381)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-13

    [composer] More tweaks to grid UI:
    - show grid name in draw grid checkbox to aid UX
    - restore 12 decimal places for grid interval/offset
    - rearrange controls for improved user flow
    - disabled cross width control when grid type is not set to cross
    - switch to collapsible group boxes

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-13

    [composer] Reduce height of map grid list (fix #10881)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-13

    Followup c04a5400

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-13

    [composer] Hard code drawing a maximum of 1000 horizontal or vertical grid lines. Prevents hangs if grid settings are poorly chosen, resulting in millions of grid lines

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-13

    [composer] Fix annotation settings only being applied to first grid in list, not selected grid (fix #10880)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-12

    Code editor

Victor Olaya <volayaf@gmail.com>	2014-07-12

    [processing] fixes in model/script downloader

Victor Olaya <volayaf@gmail.com>	2014-07-12

    [processing] improved import to postgis algorithm

Victor Olaya <volayaf@gmail.com>	2014-07-12

    [processing] added some extra info in modeler calculator

Victor Olaya <volayaf@gmail.com>	2014-07-11

    [processing] fixed frequency algorithm

Victor Olaya <volayaf@gmail.com>	2014-07-11

    [processing] change icon of core algs

Larry Shaffer <larrys@dakotacarto.com>	2014-07-11

    [processing] Fix typo

Larry Shaffer <larrys@dakotacarto.com>	2014-07-11

    Fix QgsComposerMap sip/cpp build error

Werner Macho <werner.macho@gmail.com>	2014-07-11

    [TRANSUP] adding more translators

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-07-11

    [TRANSUP] pt_BR from transifex on request

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-07-11

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-10

    Remove unused writeSettings, readSettings, removeSettings methods from QgsComposerItem

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-11

    Follow up grid merge fixes. Repair broken grid tick tests

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-11

    Fix merge conflicts resulting from composer multi grid merge

Alexander Bruy <alexander.bruy@gmail.com>	2014-07-11

    [processing] update CMakeLists.txt to handle new directories

Victor Olaya <volayaf@gmail.com>	2014-07-10

    [processing] added some new core algs as scripts

Victor Olaya <volayaf@gmail.com>	2014-07-10

    [processing] allow adding core processing algs using scripts

Juergen E. Fischer <jef@norbit.de>	2014-07-10

    enable feature form on openFeatureForm on editable layer (fixes #10865)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-10

    Revert "Fix reversed lat/long in grid annotations"

    This reverts commit 2d2340e916db09c03772a3f9d4de8cb49a4c9d72.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-10

    Fix #10720

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-10

    Fix reversed lat/long in grid annotations

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-10

    Fix swapped lat/long

Merge: 6097e58a7a c33007fe70
volaya <volayaf@gmail.com>	2014-07-10

    Merge pull request #1503 from alexbruy/processing-ogr

    Processing ogr

Merge: 9abeeb64e6 0525c015c8
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-10

    Merge branch 'composer_grid_master'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-10

    Show frame entry independent of translation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-10

    Fix some todos

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-10

    Start without composer map without grid

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-10

    Add frame pen width, color, fill color1, fill color2 to composergrid

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-09

    [FEATURE] New $atlasfeature expression function for returning the current atlas feature. Also clean up the expression groups and move some unrelated functions out of the 'Record' group.

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-09

    [FEATURE] New expression functions for $currentfeature (returns current feature) and 'attribute' (returns value stored in specified field within a feature)

Juergen E. Fischer <jef@norbit.de>	2014-07-10

    fix build error (followup ba8f3881)

Victor Olaya <volayaf@gmail.com>	2014-07-09

    deleted EnumerateTableField description (redundant)

Victor Olaya <volayaf@gmail.com>	2014-07-09

    [processing] fixed cmake

Alexander Bruy <alexander.bruy@gmail.com>	2014-07-09

    remove unused files, code cleanup

Alexander Bruy <alexander.bruy@gmail.com>	2014-07-08

    [processing] refactor OGR algorithms to use commandline tools, not
    bindings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-09

    Compatibility methods to simulate old composer map grid

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-09

    Adapt user interface for multiple grids

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-07-08

    Port possibility to have several grids / crs in composer map from QGIS Enterprise to master

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-08

    Begin test suite for data defined composer settings

Juergen E. Fischer <jef@norbit.de>	2014-07-08

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-07-08

    Remove sqlanywhere plugin and provider (implements #10840)

Juergen E. Fischer <jef@norbit.de>	2014-07-08

    debian packaging update
    Funded-By: norBIT

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-06

    [FEATURE] Color picker option in color button context menu, which allows for sampling a color from anywhere on the screen. Supports holding the left mouse button to continuously sample. Pressing space also triggers a sample for Windows, where mouse clicks outside the QGIS window are unavoidably propagated onward.

Merge: 32a3030153 d68bc599f4
alexbruy <alexander.bruy@gmail.com>	2014-07-07

    Merge pull request #1501 from gioman/grass64watershed

    [processing] fix GRASS 6.4 r.watershed

Merge: 136cd5cd37 b16172cc27
alexbruy <alexander.bruy@gmail.com>	2014-07-07

    Merge pull request #1500 from gioman/grass7watershed

    [processing] fix GRASS 7 r.watershed

Juergen E. Fischer <jef@norbit.de>	2014-07-07

    feature renderers: don't display not rendered class in catch-all class and fix class counting (followup d4b8c407c and 4867b7fa)

    Funded-By: norBIT

Juergen E. Fischer <jef@norbit.de>	2014-07-07

    canvas: remove keys for switching single/multithreaded and showing rendering times (fixes #10827)
    Funded-By: norBIT

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-07

    Make QScintilla a required dependency

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-07

    Remove single select tool, merge into Select By Rectangle.  Fix #10824

    - New tool named Select Feature(s) does both actions one tool
    - select(), selectByRectangle() return SelectFeatures action to maintain
      API

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-07-07

    [processing] fix GRASS 64 r.watershed

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-07-07

    [processing] fix GRASS 7 r.watershed

Victor Olaya <volayaf@gmail.com>	2014-07-06

    [processing] added 'Select by expression' algorithm (by Michaël Douchin - 3Liz)

Victor Olaya <volayaf@gmail.com>	2014-07-06

    [processing] removed scripts

    They should be downloaded now from the scripts/model repo

Victor Olaya <volayaf@gmail.com>	2014-07-06

    fixed issue with MultilineTextPanel in modeler (#10813)

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-06

    [composer] Fix missing descriptions for composition data defined buttons on initial composer load

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-06

    Add render state support for graduated renderer

    Add check state role for graduated renderer

    Sync sip bindings

Juergen E. Fischer <jef@norbit.de>	2014-07-05

    german translation update

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-06

    [FEATURE][composer] Data defined page size, orientation and number of pages for compositions. Funded by Canton of Neuchâtel, Switzerland

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-06

    [composer] Composer items which set their own size must consider data defined width and height

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-06

    [FEATURE][composer] Data defined item size and position. Funded by Canton of Neuchâtel, Switzerland

Werner Macho <werner.macho@gmail.com>	2014-07-05

    transifex and string update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-05

    Followup 6d7c5f88

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-05

    [FEATURE][composer] Data defined map scale, rotation and extents. Funded by Canton of Neuchâtel, Switzerland

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-05

    [FEATURE][composer] Data defined item rotation. Funded by Canton of Neuchâtel, Switzerland

Merge: 47e8bde7d4 228892cfa7
alexbruy <alexander.bruy@gmail.com>	2014-07-05

    Merge pull request #1498 from minorua/joinattrs

    [processing] JoinAttributes improvement

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-05

    [FEATURE][composer] Data defined transparency and blend modes for composer items. Funded by Canton of Neuchâtel, Switzerland

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-05

    [composer] Initial framework for data defined properties in compositions and composer items. Funded by Canton of Neuchâtel, Switzerland

Minoru Akagi <akaginch@gmail.com>	2014-07-05

    [processing] fix join to layer with join (fix #10244)

Minoru Akagi <akaginch@gmail.com>	2014-07-05

    [processing] JoinAttributes improvement

    - allow join not only with vector attribute table but also with geometryless table
    - performance and key comparison improvement
    - str to unicode fix

Juergen E. Fischer <jef@norbit.de>	2014-07-05

    categorized renderer: show category by default (followup 4867b7fa)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-05

    Use index to render legend symbol items

Victor Olaya <volayaf@gmail.com>	2014-07-04

    [processing] fixed #10792

Juergen E. Fischer <jef@norbit.de>	2014-07-04

    fixup 4867b7fa

Juergen E. Fischer <jef@norbit.de>	2014-07-04

    [FEATURE][API] categorized render: support disabling rendering of some categories

    Funded-By: norBIT

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-05

    [composer] Create base item widget class for composer items, clean up and remove duplicate code

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-04

    [composer] Make sure general atlas properties are imported before importing items from xml, so that items can be aware of atlas context while they are being created

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-04

    Move decodeBlendMode to QgsSymbolLayerV2Utils

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-04

    Data defined must reprepare expression if expression changes

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-04

    Allow preparing expressions in QgsDataDefined without requiring a layer

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-04

    [composer] Use the maximum frame width when setting a html item's content width

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-04

    [composer] Don't snap to items within a group

Nyall Dawson <nyall.dawson@gmail.com>	2014-07-04

    [composer] Improved method for setting/checking whether items are in a group

Merge: af17b56cb1 0c0e9ec462
mhugent <marco.hugentobler@sourcepole.ch>	2014-07-04

    Merge pull request #1497 from manisandro/multilabeling_fix

    Fix joinConnectedFeatures not keeping the featureParts list in sync

Sandro Mani <manisandro@gmail.com>	2014-07-03

    Fix joinConnectedFeatures not keeping the featureParts list in sync (Funded by Sourcepole)

borys <info@borysjurgiel.pl>	2014-07-03

    Typo fixes from Rome airport

Merge: 144f7eca8f 5476d86f60
volaya <volayaf@gmail.com>	2014-07-03

    Merge pull request #1496 from Gustry/dev

    [processing] change str to unicode fix #10624

Etienne Trimaille <etienne.trimaille@gmail.com>	2014-07-03

    change str to unicode fix #10624

Juergen E. Fischer <jef@norbit.de>	2014-07-03

    display project filename in project properties (implements #10788)

Victor Olaya <volayaf@gmail.com>	2014-07-02

    [processing] fixed #10780

Juergen E. Fischer <jef@norbit.de>	2014-07-02

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2014-07-02

    indentation update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-02

    Add border and fill colour options to bands. Different border for select tool

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-02

    Use nicer colours for zoom and select bands.  Match icon colour

Alexander Bruy <alexander.bruy@gmail.com>	2014-07-01

    [processing] fix fusion algs loading

Merge: 978eb2e3b8 6f00101bfd
alexbruy <alexander.bruy@gmail.com>	2014-07-01

    Merge pull request #1495 from giohappy/new_operators_dospatialjoin

    Add fine grain control over select by location tools

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-07-01

    Fix #10589 - Gesture events don't get sent correctly with interactive mode on view

Victor Olaya <volayaf@gmail.com>	2014-07-01

    [processing] more changes to fusion lidar algorithms

giohappy <giohappy@gmail.com>	2014-07-01

    fix to Processing side

Martin Dobias <wonder.sk@gmail.com>	2014-07-01

    QgsLegendSettings: new class to keep settings for QgsLegendRenderer

Martin Dobias <wonder.sk@gmail.com>	2014-07-01

    Allow legend to have other than the "ideal" minimum size

Martin Dobias <wonder.sk@gmail.com>	2014-07-01

    QgsComposerLegend: use QgsLegendRenderer for legend drawing

Martin Dobias <wonder.sk@gmail.com>	2014-07-01

    Moved legend rendering code from QgsComposerLegend to QgsLegendRenderer

giohappy <giohappy@gmail.com>	2014-06-30

    improved processing extract/select by location

giohappy <giohappy@gmail.com>	2014-06-30

    Improved select by location

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-30

    [composer] Default to no backgrounds for new labels, pictures, scalebars, and arrows. Fix some items not drawing using antialiasing if background disabled.

Victor Olaya <volayaf@gmail.com>	2014-06-29

    [processing] add 'optional' label to optional parameters in input dialog

Victor Olaya <volayaf@gmail.com>	2014-06-29

    [processing] better handling of values in boolean parameter

Victor Olaya <volayaf@gmail.com>	2014-06-29

    [processing] Update of fusion lidar algorithms (By Agresta S.Coop)

Martin Dobias <wonder.sk@gmail.com>	2014-06-30

    Allow buiding of QgsLegendModel from layer tree

Juergen E. Fischer <jef@norbit.de>	2014-06-29

    remove executable bit from not executable files

Juergen E. Fischer <jef@norbit.de>	2014-06-29

    only consider the crs of layers with geometry for automatically setting of project crs and otfr (fixes #10510)

Juergen E. Fischer <jef@norbit.de>	2014-06-29

    metasearch: fix fsf address

Juergen E. Fischer <jef@norbit.de>	2014-06-29

    oracle provider: fix closing of iterator in case of error

Merge: a2a26c2829 05cfd69d13
alexbruy <alexander.bruy@gmail.com>	2014-06-29

    Merge pull request #1446 from volaya/new_modeler

    [processing] overhaul of graphical modeler

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-29

    [composer] Use pixels for snapping rather than mm, allowing for finer work when zoomed in. Merge grid and guide snapping settings to a single snap tolerance setting.

Juergen E. Fischer <jef@norbit.de>	2014-06-28

    standalone windows installer: fix qgis demo data link

Victor Olaya <volayaf@gmail.com>	2014-06-28

    [processing] better handling of col sizes in batch interface

Victor Olaya <volayaf@gmail.com>	2014-06-28

    [processing] fixed #10445

Victor Olaya <volayaf@gmail.com>	2014-06-28

    [processing] methods in dataobjects.py now return layers ordered by name

    fixes #10446

Victor Olaya <volayaf@gmail.com>	2014-06-08

    [processing] overhaul of graphical modeler

Merge: 09645e4ecc 2982b57dd2
volaya <volayaf@gmail.com>	2014-06-28

    Merge pull request #1490 from radosuav/small_processing_fixes2

    [processing] Small fixes 2

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-28

    [FEATURE][composer] Allow setting secondary color for scalebars, allow alpha channels in scalebar colors

Juergen E. Fischer <jef@norbit.de>	2014-06-27

    osgeo4w: also exclude the external python libraries in release packages and
    skip the disabled grass direct library

Juergen E. Fischer <jef@norbit.de>	2014-06-27

    Bump version to 2.5

Juergen E. Fischer <jef@norbit.de>	2014-06-27

    update changelog for release 2.4

Werner Macho <werner.macho@gmail.com>	2014-06-27

    [TRANSUP] Final translation update for 2.4 source release

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Rado Guzinski <rmgu@dhi-gras.com>	2014-06-27

    [processing] Sort algorithms when updating provider alg list.

Rado Guzinski <rmgu@dhi-gras.com>	2014-06-27

    [processing] Give an option for all file types to be used as input layer to processing algorithms.

Martin Dobias <wonder.sk@gmail.com>	2014-06-27

    Improve exception handling

    - Do at least very basic handling in QtConcurrent run functions
    - Do not show a message box when not running in main thread

Larry Shaffer <larrys@dakotacarto.com>	2014-06-26

    Followup fixes for data defined values for label repeat functions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-27

    Doxymentation

Merge: ae9b30632b 00692c7fd8
mhugent <marco.hugentobler@sourcepole.ch>	2014-06-27

    Merge pull request #1395 from manisandro/line_multi_labeling_improved

    Line multi labeling improved

Martin Dobias <wonder.sk@gmail.com>	2014-06-27

    Fix #10703 (selection reset after added/removed attribute)

Merge: 71649d423e b42ef8c669
Werner Macho <werner.macho@gmail.com>	2014-06-27

    Merge pull request #1493 from qgis-jp/pullreq_2_4

    update translation JA

Werner Macho <werner.macho@gmail.com>	2014-06-27

    [TRANSUP] gl by Xan and source

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

yoichigmf <yoichi.kayama@gmail.com>	2014-06-27

    update translation JA

Merge: fec9e65af5 599368c57e
Werner Macho <werner.macho@gmail.com>	2014-06-27

    Merge pull request #1491 from Cracert/i18n

    [TRANSUP] pl: varia

Martin Dobias <wonder.sk@gmail.com>	2014-06-27

    Fix #10730 (fill ring does not work as expected)

Juergen E. Fischer <jef@norbit.de>	2014-06-27

    fix typos in NEWS

Juergen E. Fischer <jef@norbit.de>	2014-06-27

    fix warning

Juergen E. Fischer <jef@norbit.de>	2014-06-27

    indentation update

Merge: 4d6cfd960b 0a7e69c6a0
Nathan Woodrow <madmanwoo@gmail.com>	2014-06-27

    Merge pull request #1492 from nyalldawson/fix_10728

    [processing] Fix blocker #10728

Nyall <nyall.dawson@gmail.com>	2014-06-27

    [processing] Add [not set] option for field combos when parent layer changes (fix #10728), also fix some strings displaying with extra spaces

Robert Szczepanek <robert@szczepanek.pl>	2014-06-26

    [TRANSUP] pl: varia

Juergen E. Fischer <jef@norbit.de>	2014-06-26

    german translation update

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-26

    Attribute dialog: save/restore window geometry
    Fix #8784

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-26

    Documentation update

Martin Dobias <wonder.sk@gmail.com>	2014-06-26

    Few more doxygen docs for QgsMapLayerRenderer and subclasses

Rado Guzinski <rmgu@dhi-gras.com>	2014-06-26

    Do not put GDAL extra parameters in quotes.

Rado Guzinski <rmgu@dhi-gras.com>	2014-06-26

    Change the way input dataset CRS in read, to avoid problems with file handles remaining open in QGIS after use.

Rado Guzinski <rmgu@dhi-gras.com>	2014-06-26

    Allow passing of parameters to algorithms in dictionaries.

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-26

    russian translation update

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-26

    [composer] Fix missing undo command for editing legend items, other small fixes for legend undoing

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-26

    [composer] Prevent hang on trying to export compositions and atlases to files which can't be overwritten, and warn user instead (fix #9283) (fix #10016). Fix mouse cursor getting stuck after failed atlas exports.

Juergen E. Fischer <jef@norbit.de>	2014-06-26

    german translation update

Merge: b2ea8f70c2 8655049898
Werner Macho <werner.macho@gmail.com>	2014-06-25

    Merge pull request #1489 from Cracert/i18n

    [TRANSUP] pl: varia

Robert Szczepanek <robert@szczepanek.pl>	2014-06-25

    [TRANSUP] pl: varia

Juergen E. Fischer <jef@norbit.de>	2014-06-25

    osgeo4w: grass updated to 6.4.4

Werner Macho <werner.macho@gmail.com>	2014-06-25

    [TRANSUP] nb by james

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-06-25

    add some more geometry tests (followup c686c4fed)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-25

    Append .qlr to file name if missing

Juergen E. Fischer <jef@norbit.de>	2014-06-25

    geometry: allow removing parts and rings or geometries by removing all vertices
    (fixes #10684)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-25

    followup 7d9b8dda8671820b99cfc0e170aad8e554ebe5d1

Merge: 7d9b8dda86 be032f72a7
Martin Dobias <wonder.sk@gmail.com>	2014-06-25

    Merge pull request #1483 from 3nids/pasteshape

    fix #10672: force multi when pasting on a shapefile

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-25

    Don't reset field model if nothing changes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-24

    Diagrams: Hide font button where not required
    Fix #10701

Etienne Tourigny <etourigny.dev@gmail.com>	2014-06-24

    fix browser handling of auxiliary metadata files (*.shp.xml and *.tif.xml) (#10697)

Juergen E. Fischer <jef@norbit.de>	2014-06-24

    dbmanager: fix adding views to canvas (fixes #10688)

Juergen E. Fischer <jef@norbit.de>	2014-06-24

    oracle provider: fix subquery support (fixes #10694)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-24

    Doxymentation for QgsAttributeForm

Merge: 2fc5ce31eb 61abba8e30
alexbruy <alexander.bruy@gmail.com>	2014-06-24

    Merge pull request #1487 from gioman/fixgrass7

    [processing] Fix GRASS7 Grass7Algorithm.py to avoid error when opening modules

Merge: d56c6c81b1 30e5747f92
alexbruy <alexander.bruy@gmail.com>	2014-06-24

    Merge pull request #1486 from gioman/grass_instructions

    [processing] fixed instructions on how build GRASS modules

Merge: acea234267 544200e82a
alexbruy <alexander.bruy@gmail.com>	2014-06-24

    Merge pull request #1485 from gioman/wildfire

    [processing] add GRASS modules for Wildfire analysis

gioman <giovanni.manghi@faunalia.pt>	2014-06-24

    fix GRASS7

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-24

    Custom embedded attribute form ui: Forward esc keypress to parent
    Fix #10675

gioman <giovanni.manghi@faunalia.pt>	2014-06-24

    fixed instructions on how build GRASS modules

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-24

    Value Relation Widget: Save and load "Allow NULL" configuration
    Fix #10690

gioman <giovanni.manghi@faunalia.pt>	2014-06-24

    [processing] add GRASS modules for Wildfire analysis

Tom Kralidis <tomkralidis@gmail.com>	2014-06-24

    Update connections-default.xml

Werner Macho <werner.macho@gmail.com>	2014-06-24

    [TRANSUP] string update with transifex

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-24

    Fix NULL value for relation reference widget

Martin Dobias <wonder.sk@gmail.com>	2014-06-24

    Doxymentation for QgsMapRendererJob + subclasses

Juergen E. Fischer <jef@norbit.de>	2014-06-24

    fix #10682

Juergen E. Fischer <jef@norbit.de>	2014-06-23

    fix warning

Juergen E. Fischer <jef@norbit.de>	2014-06-23

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-06-23

    make merge attributes dialog translation agnostic (fixes #10681)

Cyrille Medard de Chardon <serialc@users.noreply.github.com>	2014-06-23

    CSV acronym added for consistency other file types

Martin Dobias <wonder.sk@gmail.com>	2014-06-23

    Fix #9609 (crash with WFS)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-23

    Fix for line pattern sld export

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-23

    fix #10672: force multi when pasting on a shapefile

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-23

    Editorwidgets: Default values for editable and labelOnTop

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-23

    [composer] Remember last used folder for picture and marker dialogs (fix #8764)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-23

    [composer] Make $rownum in attribute table column expressions evaluate to current row number (works correctly only if no sort columns are specified - in future release sorting for attribute tables should be reworked so that it is done prior to fetching features)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-20

    [composer] Refresh attribute table filter when atlas feature changes (fix #10651)

Merge: c601e3b851 4eb995c17b
alexbruy <alexander.bruy@gmail.com>	2014-06-23

    Merge pull request #1479 from gioman/master

    [processing] add v.surf.rst modules for lines

Cyrille Medard de Chardon <serialc@users.noreply.github.com>	2014-06-23

    Checkbox for sub index was missing tooltip text

Merge: 151d1f1434 8ed8d15ef6
Nyall Dawson <nyall.dawson@gmail.com>	2014-06-23

    Merge pull request #1424 from manisandro/autoupdate_composer_legend_symbols

    Update composer legend entry when layer symbology changes.

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-23

    [composer] Add missing mm suffix to grid offset

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-23

    [composer] Fix order of vertices returned by mapPolygon when map rotation is set, fix drawing overview frame when either map is rotated (fix #10644)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-23

    Editorwidgets: Save "label on top" and "editable" settings to project
    Fix #10667

giohappy <giohappy@gmail.com>	2014-06-23

    Remove alias from vector layer if it's an empty string

Merge: daefe3e8ee 4c199ff16c
Martin Dobias <wonder.sk@gmail.com>	2014-06-23

    Merge pull request #1480 from 3nids/fixew

    small expression widget changes

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-23

    discard empty expressions in setExpression (fix scrollbar in expression widget)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-23

    setExpression returns void

Martin Dobias <wonder.sk@gmail.com>	2014-06-23

    Identify results: move the view mode to the top as the dock was too wide

Martin Dobias <wonder.sk@gmail.com>	2014-06-23

    Fix a crash with highlights in identify results

Juergen E. Fischer <jef@norbit.de>	2014-06-23

    don't write project files with native line endings on windows
    (fixes #6407, fixes #7735, fixes #8267)

volaya <volayaf@gmail.com>	2014-06-22

    Fixed #10666

gioman <giovanni.manghi@faunalia.pt>	2014-06-22

    add v.surf.rst modules for lines

Juergen E. Fischer <jef@norbit.de>	2014-06-22

    wms: fix redirected requests

Martin Dobias <wonder.sk@gmail.com>	2014-06-22

    Fix #10663 (additional nodata value pixels not transparent)

Juergen E. Fischer <jef@norbit.de>	2014-06-22

    fix interactive network authentication

Martin Dobias <wonder.sk@gmail.com>	2014-06-22

    Tidy up cmakelists for core lib a bit

Martin Dobias <wonder.sk@gmail.com>	2014-06-22

    Move QgsRendererJob subclasses to new files (no code changes)

volaya <volayaf@gmail.com>	2014-06-22

    fixed #10669

Merge: 7269126719 41a2e26042
Werner Macho <werner.macho@gmail.com>	2014-06-22

    Merge pull request #1478 from qgis-jp/pullreq_2_4

    Update GUI Translation JA

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-22

    Server: allow more layers in cache for projects with many layers

Yoichi Kayama <yoichi.kayama@gmail.com>	2014-06-22

    Update GUI Translation JA

Juergen E. Fischer <jef@norbit.de>	2014-06-22

    expressions: add help for $uuid (fixes #10094)

Juergen E. Fischer <jef@norbit.de>	2014-06-22

    fix cpt-city-archive on windows (fixes #9794)

Juergen E. Fischer <jef@norbit.de>	2014-06-22

    new vector layer: limit attribute name length of shape files to 10 (fixes #9753)

Juergen E. Fischer <jef@norbit.de>	2014-06-22

    debian packaging update: include LICENSE (fixes #8712)

Sandro Mani <manisandro@gmail.com>	2014-06-04

    Chop lines after merging connected features

Sandro Mani <manisandro@gmail.com>	2014-06-04

    Increase label repeat distance spin box maximum

Sandro Mani <manisandro@gmail.com>	2014-05-27

    Pass polygon boundary geometry to pal if labeling polygon perimeter with repetitions

Sandro Mani <manisandro@gmail.com>	2014-05-27

    Show repeat label UI when labeling polygon perimeters

Sandro Mani <manisandro@gmail.com>	2014-05-27

    Fix typos

Juergen E. Fischer <jef@norbit.de>	2014-06-22

    add style manager translations (fixes #8436)

Juergen E. Fischer <jef@norbit.de>	2014-06-22

    browser: fix update after spatialite database creation (fixes #6258)

Juergen E. Fischer <jef@norbit.de>	2014-06-21

    ogr provider: return wkbNone if ogr reports unknown geometry and first feature is geometryless (fixes #7505)

Juergen E. Fischer <jef@norbit.de>	2014-06-21

    attribute table: allow toggling editing if layer is capabable of any change, not only attributes (fixes #7504)

Juergen E. Fischer <jef@norbit.de>	2014-06-21

    show failure to create a new shapefile on message bar and point to message log (fixes #6709)

Martin Dobias <wonder.sk@gmail.com>	2014-06-22

    Small API cleanup in QgsMapSettings

Martin Dobias <wonder.sk@gmail.com>	2014-06-22

    More doxygen docs for QgsMapSettings

Martin Dobias <wonder.sk@gmail.com>	2014-06-21

    Add doxymentation for QgsMapSettings

Juergen E. Fischer <jef@norbit.de>	2014-06-21

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-06-21

    expression interval fixes:
    * allow more than two translated forms (fixes #8453)
    * support signed floating point values
    * allow non-ascii characters in translation strings

Juergen E. Fischer <jef@norbit.de>	2014-06-21

    emit QgsProject.snapSettingsChanged() (fixes #9465)

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-21

    add separate filter for Panorama's Storage and eXchange Format

Juergen E. Fischer <jef@norbit.de>	2014-06-21

    fix #6204

Juergen E. Fischer <jef@norbit.de>	2014-06-21

    several components require spatialite, make it required (fixes #8797)

Juergen E. Fischer <jef@norbit.de>	2014-06-21

    fix wording of split messages (fixes #8875)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-21

    [composer] Fix attribute table column sort order could not be changed after initially adding columns to sort

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-21

    Fix various models failing qt model test

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-21

    Invalidate model filter when setting filter for QgsMapLayerComboBox, fixes filters not correctly applying to layers in combo box (fix #10656)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-21

    [composer] Allow choice of tables without geometry for atlas coverage layer

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-21

    [composer] Always default attribute tables to show all visible features (fix #10655)

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    nsis: fix master installer bitmap

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] fix #10662

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] fixed behaviour of select algorithms in modeler

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] fixes #10641

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] allow 'set raster layer style' alg to use layers not loaded in qgis

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] provide some more info in batch processing interface

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] fix #10659

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] fixed batch processing when there are no visible outputs

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] fixed layer selector panel to use file filter

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] reset progress bar after alg has finished running

Victor Olaya <volayaf@gmail.com>	2014-06-20

    [processing] Modified styling algs to work with layer that are not open in qgis

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    osgeo4w: also fix quoting in qgis-dev postinstall (followup e4dd900)

volaya <volayaf@gmail.com>	2014-06-18

    [processing] fixed rendering of batch processing dialog

volaya <volayaf@gmail.com>	2014-06-15

    [processing] force process events when algorithms report progress

    Not the ideal way of doing it, but it will do the trick until we safely put algorithms in a different thread

    Some cleaning of the main alg execution dialog

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    oracle provider: reload fields after adding or deleting attributes (fixes #10102)

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    german translation update

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-20

    Allow negative values for range widget
    Fix #6516

Merge: 909a841e74 88162d3885
Werner Macho <werner.macho@gmail.com>	2014-06-20

    Merge pull request #1476 from cdavila/patch-1

    Fix typos

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    german translation fix and translation string fix

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    nsis installer: don't override destination path override on x86_64 (/D)

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    generate context_help and function_help in the same order

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    update release.pl and creatensis.pl

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-20

    Translation update and german translations

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-20

    Improve information text for a failed WMS connection

Martin Dobias <wonder.sk@gmail.com>	2014-06-20

    Fix #10657 (crash opening a project with invalid join)

rldhont <rldhont@gmail.com>	2014-06-20

    [BUGFIX] 10638 WFS GetFeature may be incomplete if layer reports estimated feature count

    layer->featureCount() sometimes returns an estimated feature count.
    In this case, the WFS server returns an incomplete reply (if called without
     maxfeatures).

    To make QgsWFSServer::getFeature a bit more robust, it's better to do not take
     account of layer->featureCount() and use
     while ( fit.nextFeature( feature ) && ( featureCounter < maxFeat || maxFeatures == -1 ) )

Martin Dobias <wonder.sk@gmail.com>	2014-06-20

    Fix #10655 (race condition in QgsCredentials)

    Example of race condition during rendering:
    Threads 1 and 2 call get(), it checks that there are cached credentials.
    Thread 1 takes the cached credentials, thread 2 will get no data -> will request credentials in dialog

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-20

    WMS fail: Details only shown on demand
    Fix #10464

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    include 2.4 pointer in doxygen

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    indentation update & warning fix

Tim Sutton <tim@linfiniti.com>	2014-06-20

    Fix for Vietnamese UTM 48N projection parameters as reported by Quách Đồng Thắng

Merge: 735028d5b7 d99f3a0a8c
Tim Sutton <tim@linfiniti.com>	2014-06-20

    Merge pull request #1474 from timlinux/master

    Fix for Vietnamese UTM 48N projection parameters as reported by Quách Đồng Thắng

Tim Sutton <tim@linfiniti.com>	2014-06-20

    Updated news file for 2.4 release

cdavila <cdavilam@orangecorreo.es>	2014-06-20

    Fix typos

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-20

    russian translation update

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-20

    [attrtable] hide "hidden" widgets

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-20

    Value map widget: properly represent value

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    processing: (redundant) translation string fixes

Juergen E. Fischer <jef@norbit.de>	2014-06-20

    metasearch: fix some self.tr calls

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-20

    Change / add ntv2 entries for Portugal

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-20

    Forms: Hide "Hidden" widgets
    Partly fixes #10649

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-20

    Editor widgets: Change default "enable sync" behavior

    More generic implementation of 024cd0b

    EditorWidgetWrappers (which are connected to fields) are synced with
    the layer edit mode state.
    WidgetWrappers (which are not strictly related to fields being editable)
    don't sync their edit state to the layer edit mode state.

Merge: 7aa93c00f7 434805bbd6
alexbruy <alexander.bruy@gmail.com>	2014-06-20

    Merge pull request #1473 from gioman/master

    [processing] fix v.surf.bspline modules, input must be a point layer

Martin Dobias <wonder.sk@gmail.com>	2014-06-20

    Hopefully fix #10599 (blank composer map when rendering rasters)

    When printing on Windows, the printing does not seem to work
    well in the worker thread as QImages get converted to QPixmaps.
    Therefore we force the map rendering into main thread to avoid the issues.

    I do not have a printer, so I can't confirm the fix really helps

Martin Dobias <wonder.sk@gmail.com>	2014-06-20

    Fix #10648 (add layer to the selected group)

Werner Macho <werner.macho@gmail.com>	2014-06-20

    [TRANSUP] gl by Xan

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-06-19

    [TRANSUP] es and sv

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-19

    Relation widget: Don't disable even when containing layer is not in edit mode

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-19

    Followup edbfb57, respect ownership of vl cacheindex in test

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-19

    russian translation update

Werner Macho <werner.macho@gmail.com>	2014-06-19

    [TRANSUP] gl by Xan

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

gioman <giovanni.manghi@faunalia.pt>	2014-06-19

    fix v.surf.bspline modules, input must be a point layer

Merge: a72bfb61c9 2176e163b7
alexbruy <alexander.bruy@gmail.com>	2014-06-19

    Merge pull request #1472 from gioman/r_cost_raster

    [processing] add a r.cost submodule that uses a raster input as starting point(s) + fix r.drain and add a submodule for r.drain that does not need input point vectors

gioman <giovanni.manghi@faunalia.pt>	2014-06-19

    add a r.cost submodule that uses a raster input as starting point(s)

gioman <giovanni.manghi@faunalia.pt>	2014-06-19

    fix r.drain and add a submodule for r.drain that does not need input point vectors

Werner Macho <werner.macho@gmail.com>	2014-06-19

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-06-19

    [TRANSUP] forgot to add italian to transifex - sorry

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: b87093dad4 a7427b266e
Werner Macho <werner.macho@gmail.com>	2014-06-19

    Merge pull request #1470 from qgis-jp/pullreq_2_4

    update translation ja

yoichigmf <yoichi.kayama@gmail.com>	2014-06-19

    update translation ja

Merge: 63ad0fa3d7 1f6a47b92d
Werner Macho <werner.macho@gmail.com>	2014-06-19

    Merge pull request #1469 from Qgis-Tr-kr/master

    [TRANSUP] Korean

Werner Macho <werner.macho@gmail.com>	2014-06-19

    [TRANSUP] es by Carlos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-19

    Disable return to run field calc til 2.6. Disable button on invalid expression

jangbi882 <jangbi882@gmail.com>	2014-06-19

    Korean translation updated

Merge: c884e1598b 0ce4cbf4ba
BJ Jang <qgis.tr.kr@gmail.com>	2014-06-19

    Merge pull request #3 from qgis/master

    Merge pull request #2 from qgis/master for Korean trans

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-19

    Show embedded form as widget, not as separate dialog
    Fix #10573
    Fix #10606

Martin Dobias <wonder.sk@gmail.com>	2014-06-19

    Feeling dizzy?

    It will not get any better if you type "dizzy"
    into coordinates box in the status bar!

Werner Macho <werner.macho@gmail.com>	2014-06-19

    [TRANSUP] update from transifex and updated strings

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-19

    WMS server: fix label settings in GetPrint

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-19

    Use better environment variable names for server logging

Sandro Mani <manisandro@gmail.com>	2014-06-05

    Update composer legend entry when layer symbology changes. Funded by Sourcepole QGIS Enterprise.

Merge: c05e342ab1 0d1d70551e
Werner Macho <werner.macho@gmail.com>	2014-06-19

    Merge pull request #1464 from Cracert/i18n

    [TRANSUP] pl: #18 by Radek

Merge: fcde5955f3 304ced9e44
mhugent <marco.hugentobler@sourcepole.ch>	2014-06-19

    Merge pull request #1462 from giohappy/master

    Fix 10625 reverting addDrawingOrder to previous logic

Merge: ee7add4f32 b998bb215d
Nathan Woodrow <madmanwoo@gmail.com>	2014-06-19

    Merge pull request #1465 from slarosa/str_replace_api

    [cmake] removes underscore in builtin APIs file

Martin Dobias <wonder.sk@gmail.com>	2014-06-19

    Added Mathieu Pellerin to the contributors

Martin Dobias <wonder.sk@gmail.com>	2014-06-19

    Added Even Rouault to contributors

Merge: fd46c49811 1bfd01b25a
Martin Dobias <wonder.sk@gmail.com>	2014-06-19

    Merge pull request #1460 from rouault/fix_crash_in_QgsVectorFileWriter_addFeature

    Fix crash in QgsVectorFileWriter::addFeature()

Robert Szczepanek <robert@szczepanek.pl>	2014-06-18

    [TRANSUP] pl: #18 by Radek

Merge: 0dd02bad04 0bd6d61b34
Werner Macho <werner.macho@gmail.com>	2014-06-19

    Merge pull request #1463 from Cracert/i18n

    [TRANSUP] pl: help - new SpatiaLite layer

Robert Szczepanek <robert@szczepanek.pl>	2014-06-18

    [TRANSUP] pl: help - new SpatiaLite layer

Juergen E. Fischer <jef@norbit.de>	2014-06-18

    fix some warnings and indentation update

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-19

    [composer] Fix setting atlas filename pattern from expression dialog (fix #10628)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-19

    Follow up 7af7b88c99

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-18

    [composer] Force vector rendering of shape and page symbology (fix #10616)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-19

    [composer] Correct placement of cross grids (fix #10626)

Salvatore Larosa <lrssvtml@gmail.com>	2014-06-18

    [cmake] removes underscore in builtin APIs file

giohappy <giohappy@gmail.com>	2014-06-18

    Fix 10625 reverting addDrawingOrder to previous logic

Juergen E. Fischer <jef@norbit.de>	2014-06-18

    some windows related INSTALL updates

Martin Dobias <wonder.sk@gmail.com>	2014-06-18

    Few fixes in the attribute table model

    They were triggering assertions in debug mode...

Martin Dobias <wonder.sk@gmail.com>	2014-06-18

    Fix #10594 (crashes when removing layers)

Martin Dobias <wonder.sk@gmail.com>	2014-06-18

    Fix model's signals if no symbology nodes are added

Martin Dobias <wonder.sk@gmail.com>	2014-06-18

    Do not add undo command if scale has not changed

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-18

    Fix some failing tests (diagrams control images needed rebuilding following MTR composer changes, added tolerance to renderers test)

Merge: 60d93b35cd ec820762d6
Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-18

    Merge pull request #1457 from rouault/fix_crash_attr_table_no_attr_col

    Fix crash when opening entity form from layer without attribute

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-17

    [composer] Fix scaling of symbology within composer shapes and pages (fix #10609)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-18

    Fix some failing tests

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    improve bad layer handling: make all datasource editable (fixes #7039)

Even Rouault <even.rouault@mines-paris.org>	2014-06-17

    Use GEOS reentrant API (_r functions) and update requirement to GEOS >= 3.1.0

    Currently QGIS uses the 'classic' GEOS API that uses a global context.
    This can conflict with libraries that would also use the global context
    and potentially finalize it whereas QGIS will still use it later.

    See https://groups.google.com/forum/#!topic/spatialite-users/9YSU6c5AVQ4 for
    such an example of such a recent issue with Spatialite.

    The _r API is available since GEOS 3.1.0, which is already an ancient GEOS
    version. For example, old-old-stable Ubuntu (Lucid 10.04) and Debian (squeeze)
    ship with GEOS 3.1.0 or later.

    Such move has also been done in GDAL 1.11
    (http://lists.osgeo.org/pipermail/gdal-dev/2013-August/036877.html)
    and MapServer 7.0 (https://github.com/mapserver/mapserver/issues/4733)

    There's no easy way unfortunately to check at compile time that you don't
    use the non _r API. I have patched my geos_c.h header to #ifdef that API (quite
    painfull to do..). A postprocessing check can be done however with :

    objdump -T output/lib/*.so | grep -v Base | grep GEOS | grep -v _r | grep -v "_ZN" | grep -v GEOSversion

    It should return nothing.

Even Rouault <even.rouault@mines-paris.org>	2014-06-17

    Fix crash in QgsVectorFileWriter::addFeature()

    createFeature() might return a NULL pointer that OGR_L_CreateFeature()
    will crash upon when GDAL is compiled in debug mode (where null
    pointer assertions are turned on)

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    another german translation update

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    identify result: show id as feature label if html display string is enabled (fixes #10410)

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    identify results: don't close dialog when last feature/layer is removed (fixes #10415)

Martin Dobias <wonder.sk@gmail.com>	2014-06-18

    Use at() instead of operator [] to avoid detach and save time

Merge: c27e731ece 9019b8e71a
Jürgen Fischer <jef@norbit.de>	2014-06-17

    Merge pull request #1407 from dbaston/master

    postgres provider: avoid overflow from casting index oid to integer (fixes #9005)

Martin Dobias <wonder.sk@gmail.com>	2014-06-17

    Fix #10608 (impossible to add a new column in attribute table)

Martin Dobias <wonder.sk@gmail.com>	2014-06-17

    Do not show tooltips from message log viewer during QGIS startup.

    Showing them leads to disturbing effects while loading the GUI

Martin Dobias <wonder.sk@gmail.com>	2014-06-17

    Fix small jumps of the map canvas image after panning

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-17

    [composer] Increase number of decimal places for scale bar settings (fix #9367)

Werner Macho <werner.macho@gmail.com>	2014-06-17

    [TRANSUP] es by Carlos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-17

    [composer] Respect layer transparency when drawing legend items (fix #7890)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-17

    Bump maximum distances for marker line symbol styles

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-17

    [composer] Correctly handle symbology using map units when drawing grid lines and overlays on maps (fix #8210)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-17

    [composer] More GUI label alignment fixes for Windows

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    python console: workaround for PyQt 4.11 problem

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    german translation update

Martin Dobias <wonder.sk@gmail.com>	2014-06-17

    Make field expression widget work even without a layer (needed in composer)

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    make two editor widget strings translatable (and german translation update)

Merge: ed1d08d435 a70c865b62
Martin Dobias <wonder.sk@gmail.com>	2014-06-17

    Merge pull request #1459 from cdavila/patch-1

    Fix wrong reference to geometries in syntax

Martin Dobias <wonder.sk@gmail.com>	2014-06-17

    Fix #10605 (round corners when using simple line with offset)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-17

    Fix text linebreaks in dxf export

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    add doxygen notes to QgsGeometry::offsetCurve

Martin Dobias <wonder.sk@gmail.com>	2014-06-17

    [layertree] Fix #10449 (auto-collapse layer if symbology has >= 10 items)

Martin Dobias <wonder.sk@gmail.com>	2014-06-17

    [layertree] QgsLayerTreeGroup doxymentation

Martin Dobias <wonder.sk@gmail.com>	2014-06-17

    [layertree] Update layer tree view when a tree node changes the expanded state

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    osgeo4w: fix postinstall-common.bat quoting (fixes #10131)

cdavila <cdavilam@orangecorreo.es>	2014-06-17

    Remove duplicated line

Juergen E. Fischer <jef@norbit.de>	2014-06-17

    fix typo

cdavila <cdavilam@orangecorreo.es>	2014-06-17

    Fix wrong reference to geometries in sintax

    Geometry a was repeated and geometry was missing

Even Rouault <even.rouault@mines-paris.org>	2014-06-16

    OGR provider: deal with wkbUnknown25D (wkbUnknown | wkb25DBit)

    This geometry type doesn't exist admitedly in the OGRwkbGeometryType
    enumeration but a few OGR drivers can expose layers of this type.
    Those layers should be dealt exactly like wkbUnknown layers, i.e.
    QGIS should analyze the content to see if there are points, lines,
    polygons and create derived layers.

    Also report the geometry type of wkbGeometryCollection25D layers in
    the U.I.

Even Rouault <even.rouault@mines-paris.org>	2014-06-16

    Fix crash when opening entity form from layer without attribute

    When right-clicking in the attribute table of a layer that has
    no attribute, no feature is selected. If selecting the 'Edit form'
    entry, we got a crash.

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-16

    assign WGS84 to output layer, save length and time information (fix #8696)

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-16

    restore export functionality in RoadGraph (fix #8695)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-16

    [composer] Ignore double clicks on mouse handle item (refs #10143)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-16

    [composer] Use the old line placement algorithm for arrows created in versions prior to 2.4 (fix #10457)

Martin Dobias <wonder.sk@gmail.com>	2014-06-16

    Fix waitForFinishedWithEventLoop() causing a freeze in composer

    Thanks Nyall for finding that out!

Martin Dobias <wonder.sk@gmail.com>	2014-06-16

    Inverted polygons fixes (crashes, geometry checking, memory consuption, CPU efficiency)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-16

    [composer] Neaten up some item widget panels

Sandro Santilli <strk@keybit.net>	2014-06-16

    Allow db_manager use of connections with no parameters

    Fixes 'Error: database "" does not exist' message.
    Closes bug #9037

Victor Olaya <volayaf@gmail.com>	2014-06-15

    [processing] added algs to set style of layer

Victor Olaya <volayaf@gmail.com>	2014-06-15

    [processing] indentation fix

Victor Olaya <volayaf@gmail.com>	2014-06-15

    [processing] added extension option to ParameterFile.py

Victor Olaya <volayaf@gmail.com>	2014-06-12

    [processing] If SAGA/OTB exist as bundled app, do not allow manual configuration

Victor Olaya <volayaf@gmail.com>	2014-06-12

    [processing] Prioritze bundled gdal over framework on OS X

Merge: 8005eab051 1613d840ce
Martin Dobias <wonder.sk@gmail.com>	2014-06-16

    Merge pull request #1455 from Oslandia/fix_inverted

    Inverted polygons: fix memory leaks

Merge: aa09c8cbe6 00dca4031b
Werner Macho <werner.macho@gmail.com>	2014-06-16

    Merge pull request #1454 from Cracert/i18n

    [TRANSUP] pl: varia, #10

Hugo Mercier <hugo.mercier@oslandia.com>	2014-06-16

    Restore _makeUnion

Martin Dobias <wonder.sk@gmail.com>	2014-06-16

    Fix #10392 (ellipsoid for measurement keep getting reset)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-16

    Fix another parameter check in server code

Hugo Mercier <hugo.mercier@oslandia.com>	2014-06-16

    Fix a small memory leak in singlesymbolrenderer widget

Hugo Mercier <hugo.mercier@oslandia.com>	2014-06-16

    Inverted polygons: fix memory leaks

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-16

    Fix layertitle string comparison

Juergen E. Fischer <jef@norbit.de>	2014-06-16

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-06-16

    fix build on precise

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-16

    [composer] Change remaining color push buttons into QgsColorButtons

Martin Dobias <wonder.sk@gmail.com>	2014-06-16

    Add missing license headers for new classes from MTR

Martin Dobias <wonder.sk@gmail.com>	2014-06-16

    Fix #10595 (symbol units not applied when loading symbol from library)

Martin Dobias <wonder.sk@gmail.com>	2014-06-16

    Enable render caching by default

Robert Szczepanek <robert@szczepanek.pl>	2014-06-15

    [TRANSUP] pl: varia, #10

Juergen E. Fischer <jef@norbit.de>	2014-06-15

    osgeo4w: x86 updated to GRASS 6.4.4RC1

Juergen E. Fischer <jef@norbit.de>	2014-06-15

    wfs provider: make wfs non-cached mode work (fixes #10413)
    TODO: refactoring

Juergen E. Fischer <jef@norbit.de>	2014-06-15

    debian packaging update

Martin Dobias <wonder.sk@gmail.com>	2014-06-16

    Fix #10271 (crash from race condition in SVG cache when using parallel rendering)

Merge: 9e3f921400 ea34befe7c
Martin Dobias <wonder.sk@gmail.com>	2014-06-15

    Merge pull request #1451 from ahuarte47/Issue_OffsetCurve_API

    Replace GEOS function calls by QgsGeometry class methods

Martin Dobias <wonder.sk@gmail.com>	2014-06-15

    Map rendering: allow waiting for job while handling events

Merge: 685d3e898b 703c3e7272
Martin Dobias <wonder.sk@gmail.com>	2014-06-15

    Merge remote-tracking branch 'edigonzales/master'

    Conflicts:
            src/core/symbology-ng/qgslinesymbollayerv2.cpp

Merge: 6c21262935 7bec7c2d49
Werner Macho <werner.macho@gmail.com>	2014-06-15

    Merge pull request #1453 from qgis-jp/pullreq_2_4

    update translation JA

yoichigmf <yoichi.kayama@gmail.com>	2014-06-15

    update translation JA

Merge: 637dca76e0 6c21262935
BJ Jang <qgis.tr.kr@gmail.com>	2014-06-15

    Merge pull request #2 from qgis/master

    Forked source update request

Salvatore Larosa <lrssvtml@gmail.com>	2014-06-14

    [pyqgis-console] APIs file update

edigonzales <edi.gonzales@gmail.com>	2014-06-14

    fixes an issue introduced with #1449

Juergen E. Fischer <jef@norbit.de>	2014-06-14

    vectorlayer: better matching of supported types (fixes #10564)

Juergen E. Fischer <jef@norbit.de>	2014-06-14

    raster layer properties: resync renderer settings after loading qml (fixes #10565)

Juergen E. Fischer <jef@norbit.de>	2014-06-14

    add some missing dialog titles

Juergen E. Fischer <jef@norbit.de>	2014-06-14

    edit types: fix saving of range and relation reference widget (fixes #10562)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-14

    [composer] Loading old templates should default to drawing map canvas items (fix #10581)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-14

    [composer] Scale changes while in atlas fixed scale mode are permanently applied (fix #9602)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-14

    [composer] Fix alignment of some gui controls

volaya <volayaf@gmail.com>	2014-06-14

    [processing] some cleaning in SAGA algs

    Removed algs that were not working or not useful, so as to have a more compact collection of alga

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-14

    Fix signal connection

Juergen E. Fischer <jef@norbit.de>	2014-06-14

    fix build error and update sips

Juergen E. Fischer <jef@norbit.de>	2014-06-14

    german translation update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-14

    Use expression widget for attribute table update bar

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-14

    Add isValid shortcut method for QgsExpression. Changes to field model and
    expression widget.

    - Extract valid and isExpression checks in expression widget

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-14

    Expression Widget: Return current text even if invalid index

ahuarte47 <ahuarte47@yahoo.es>	2014-06-14

    avoid memory leak

ahuarte47 <ahuarte47@yahoo.es>	2014-06-14

    no modify original geometry

Etienne Tourigny <etourigny.dev@gmail.com>	2014-06-13

    identify results dialog: use combo box instead of tabbed widget for view mode (rasters only) and add tooltips for identify mode and view mode (#10376)

Juergen E. Fischer <jef@norbit.de>	2014-06-13

    ogr: don't create spatial index for shapes after deletes. That was supposed to
    also run a repack and doesn't work without (fixes #10483, refs #8317, refs #8822)

Merge: b6d8331429 e257227050
Martin Dobias <wonder.sk@gmail.com>	2014-06-14

    Merge pull request #1286 from dakcarto/issue-3975_labeling-svg-as-text

    Fix for issue 3975, labeling svg as text

Larry Shaffer <larrys@dakotacarto.com>	2014-06-13

    Fix local test server response parsing and add debug output for url

Larry Shaffer <larrys@dakotacarto.com>	2014-06-13

    Initial fix for #3975, label engine vectorizing texts in SVG and PDF output

    - Add labeling engine option to render text-as-text
    - Default is still text-as-outlines (vectorized), due to differences between text (as text) and buffer (as outline) methods
    - Good output with printing to PDF (searchable, selectable text and embedded fonts)
    - OK output with SVG, but differences between text (as text) and buffer (as outline) methods

    Does not yet include unit tests or auto-setting of text-as-text for SVG output

Larry Shaffer <larrys@dakotacarto.com>	2014-03-31

    Note about PdfFormat and NativeFormat for QPrinter PDF output and embedding fonts

    - Unlike the Qt issues for NativeFormat on Mac, choosing to print, then Save as PDF, embeds fonts

Larry Shaffer <larrys@dakotacarto.com>	2014-03-31

    Add ability to define QImage format for render jobs via map settings

    - Defaults to QImage::Format_ARGB32_Premultiplied, as before
    - Update labeling unit tests to use defined format

Larry Shaffer <larrys@dakotacarto.com>	2014-03-31

    Add convenience functions to Python test utilities for rendering with map settings

    - Update labeling unit tests to use new functions
    - All labeling test classes render separately from QgsRenderChecker
    - Update labeling server test class to sync map settings to temp project

Juergen E. Fischer <jef@norbit.de>	2014-06-13

    fix windows build

rldhont <rldhont@gmail.com>	2014-06-13

    [BUGFIX][QGIS-Server] 10379 Flaky WFS GetFeature

    FIX return Feature collection when featureCount is 0

Juergen E. Fischer <jef@norbit.de>	2014-06-13

    attribute form: allow overwriting invalid source attribute values and skip empty edit commands (fixes #10360)

Juergen E. Fischer <jef@norbit.de>	2014-06-13

    don't show and raise identify results if attribute form pops up

Juergen E. Fischer <jef@norbit.de>	2014-06-13

    remove unused QgsPasteTransformations class

Juergen E. Fischer <jef@norbit.de>	2014-06-13

    don't show layername all the time

volaya <volayaf@gmail.com>	2014-06-13

    [processing] fixed #10575

volaya <volayaf@gmail.com>	2014-06-13

    [processing] changed how toolbox is updated after adding/removing provider

Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    [layertree] Fix last bit of #10384 (update on capitalization change)

Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    [layertree] Add sip/PyQt subclassing code for model and view

Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    [layertree] respect bold font settings for layer/group

Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    Fix expanded/collapsed state when loading layer tree from old project files

Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    Remove deprecated option "add new layers to the current group" (now always on)

Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    Fix #10560 (wrong feature count)

Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    Fix #10525 (zoom to the first layer not always working)

Merge: 03dfef8a29 637dca76e0
Werner Macho <werner.macho@gmail.com>	2014-06-13

    Merge pull request #1450 from Qgis-Tr-kr/master

    Korean transration completed

Alvaro Huarte <ahuarte47@yahoo.es>	2014-06-13

    fix indentation

Alvaro Huarte <ahuarte47@yahoo.es>	2014-06-13

    Replace GEOS function calls by QgsGeometry class methods

jangbi882 <jangbi882@gmail.com>	2014-06-13

    Korean transration completed

jangbi882 <jangbi882@gmail.com>	2014-06-13

    Korean transration completed

Merge: 95687a281a b2782ee7a1
Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    Merge pull request #1439 from Oslandia/fix_inverted

    Inverted polygons: bug fixes

Juergen E. Fischer <jef@norbit.de>	2014-06-13

    fix typos

Juergen E. Fischer <jef@norbit.de>	2014-06-13

    indentation update

jangbi882 <jangbi882@gmail.com>	2014-06-13

    1/5 

Merge: c49e38c39c 17a8e38108
Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    Merge pull request #1437 from ahuarte47/Issue_10195

    Fix bug #10195: Offset line symbology added to polygon layer leads to crash

Merge: ea0e1b11ad b3cbefc998
Martin Dobias <wonder.sk@gmail.com>	2014-06-13

    Merge pull request #1449 from edigonzales/master

    fixes #10520 (scale method for SVG) and #10509 (dash pattern)

Merge: c31b67306e ea0e1b11ad
Qgis-Tr-kr <qgis.tr.kr@gmail.com>	2014-06-13

    Merge pull request #1 from qgis/master

    Forked suouce update request

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-13

    [MSSQL] Fix loading of layers in browser and dialog.

    Add ODBC connection pooling

Juergen E. Fischer <jef@norbit.de>	2014-06-13

    german translation update

Werner Macho <werner.macho@gmail.com>	2014-06-12

    [TRANSUP] transifex update and overall strings update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-06-12

    db manager: fix import of geometryless files (fixes #8970)

Juergen E. Fischer <jef@norbit.de>	2014-06-12

    mssql provider: cleanup driver and service usage and copy password in feature iterator (fixes #10428)

Juergen E. Fischer <jef@norbit.de>	2014-06-12

    db_mananger: fix loading geometryless tables (fixes #10566)

Juergen E. Fischer <jef@norbit.de>	2014-06-12

    adapt tolerance to coordinate range when reshaping (fixes #9802)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-12

    Fix crash in GetLegendGraphic with scale parameter and plug memory leak

edigonzales <edi.gonzales@gmail.com>	2014-06-12

    fixes two symbology bugs

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-12

    bump Processing version to avoid masking by version from plugin site

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-12

    Update UI from saved symbol correctly

Juergen E. Fischer <jef@norbit.de>	2014-06-12

    debian packaging update (include pyspatialite also on quantal)

Merge: da99331d85 b3088e0331
Nathan Woodrow <madmanwoo@gmail.com>	2014-06-12

    Merge pull request #1315 from manisandro/populate_transparency_table

    Populate transparency table when loading qml style for raster layer - Fix #10565

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-27

    Fix color buttons disappearing in windows when alpha is set (fix #10187)

Merge: ef700000e7 81593edb2c
Nathan Woodrow <madmanwoo@gmail.com>	2014-06-12

    Merge pull request #1444 from avlisad/master

    Improve mouse logic for measure tool. Fix #4628 Fix #10029

Merge: 28145b4105 306b148bc0
volaya <volayaf@gmail.com>	2014-06-12

    Merge pull request #1448 from gioman/master

    small changes to processing "import into postgis" tool

gioman <giovanni.manghi@faunalia.pt>	2014-06-12

    small changes to import into postgis tool

Merge: fc8d07ee24 51c6c60f6e
Nathan Woodrow <madmanwoo@gmail.com>	2014-06-12

    Merge pull request #1443 from manisandro/qgsfieldmap

    Remove all traces of deprecated QgsFieldMap.

Martin Dobias <wonder.sk@gmail.com>	2014-06-12

    Fix #10475 (symmetrical difference behaves like difference)

Merge: fa88eb2503 2ef7dcf6b9
volaya <volayaf@gmail.com>	2014-06-12

    Merge pull request #1389 from radosuav/small_processing_fixes

    [processing] Small fixes

Merge: d43d3065e9 8e03f7f166
Werner Macho <werner.macho@gmail.com>	2014-06-12

    Merge pull request #1447 from Cracert/i18n

    [TRANSUP] pl: help - vector layer properties

Martin Dobias <wonder.sk@gmail.com>	2014-06-12

    Fix #10548 (crash using custom forms)

    When using a custom UI file, the widget is created beforehand,
    and the code was failing to initialize it.

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-12

    [composer] Move guidelines to correct position on page when paper size changes, fix lines drawing with incorrect width and height

Martin Dobias <wonder.sk@gmail.com>	2014-06-12

    Fix #10527 (put auto-generated layout into scroll area)

Robert Szczepanek <robert@szczepanek.pl>	2014-06-11

    [TRANSUP] pl: help - vector layer properties

Victor Olaya <volayaf@gmail.com>	2014-05-30

    [processing] some cleaning in saga algorithms

Juergen E. Fischer <jef@norbit.de>	2014-06-12

    avoid reloading fields when existing provider encoding is re-set (fixes #10340)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-11

    [composer] Don't round down scale for maps if < 1 (fix #9366)

Alvaro Huarte <ahuarte47@yahoo.es>	2014-06-10

    #10195: avoid calculate the GeometryType in offsetline

ahuarte47 <ahuarte47@yahoo.es>	2014-06-10

    #10195: Fix offsetline when the geometry is a polygon

    Use GEOSBuffer in offsetline when the geometry is a polygon

Juergen E. Fischer <jef@norbit.de>	2014-06-11

    don't reopen feature form when identify maptool is reactivated (fixes #10104)

Merge: dc9148c674 32d8c12508
Werner Macho <werner.macho@gmail.com>	2014-06-11

    Merge pull request #1445 from Cracert/i18n

    {TRANSUP] pl: context_help

Juergen E. Fischer <jef@norbit.de>	2014-06-11

    enhance error message when change/added attributes mismatch (refs #8481)

Robert Szczepanek <robert@szczepanek.pl>	2014-06-11

    {TRANSUP] pl: context_help

Merge: d20c5697cc 0d7204cd85
Jürgen Fischer <jef@norbit.de>	2014-06-11

    Merge pull request #1406 from m-kuhn/spatialite-fix

    [spatialite] Update layer statistics after adding new columns

Werner Macho <werner.macho@gmail.com>	2014-06-11

    [TRANSUP] add iceland translator

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

avlisad <avlisad2008@yahoo.com>	2014-06-11

    Improve mouse logic for measure tool. Fix for #4628, #10029

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-11

    [composer] Make atlas fixed and predefined scales options work correctly with geographic coordinate systems (fix #9839)

Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    Fix #10081 (problems with reprojection of layers)

Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    Avoid second transform of extent (in QgsMapRender) on change of dest CRS

Werner Macho <werner.macho@gmail.com>	2014-06-11

    [TRANSUP] transifex update on request

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-11

    [composer] Correctly set initial state of atlas filename expression button (fix #10499)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-11

    [composer] Bump max number of rows for attribute tables to 999

Sandro Mani <manisandro@gmail.com>	2014-06-11

    Remove all traces of deprecated QgsFieldMap. Funded by Sourcepole.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-11

    fix #10405: limit expression widget size

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-11

    Revert 150ffa3

    This reverts commit 150ffa37804501f5fd88fede51c4647bcdddd85c.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-11

    Call loadLabelSettings in initializeRender method and enable in sldparser

Larry Shaffer <larrys@dakotacarto.com>	2014-06-09

    Fix #10518, PAL engine settings no longer honored by qgis_mapserv

Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    [layertree] Fix possible crash when removing layers

Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    Fix move label tool with PostGIS (similar problem as #9148)

Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    Fix #9148 (data-defined label positions with postgis)

    A bit strangely, conversion of null variant with double type
    to a double value is considered ok by QVariant

Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    Labeling: use over centroid for polygon labeling by default

Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    pal labeling: do not try to register feature if GEOS geometry is empty

    This removes the debug noise from GEOS when it tries to compute contains() predicate

Merge: 7f434a0c7e 7e0ef8f93a
Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    Merge remote-tracking branch 'alvaro/Issue_10433'

ahuarte47 <ahuarte47@yahoo.es>	2014-06-11

    #10433: Fix simplification of invalid and empty multipolygons

Victor Olaya <volayaf@gmail.com>	2014-06-10

    [processing] more correct handling of nomodeler tag in scripts

Victor Olaya <volayaf@gmail.com>	2014-06-10

    [processing] fixed wrong imports

Victor Olaya <volayaf@gmail.com>	2014-06-10

    [processing] Do not throw exception if help file does not contain valid json

Victor Olaya <volayaf@gmail.com>	2014-06-08

    [processing] some file restructuring

Victor Olaya <volayaf@gmail.com>	2014-06-08

    [processing] made postprocessing code more pythonic

Etienne Tourigny <etourigny.dev@gmail.com>	2014-06-10

    fix GDalTools overviews when clean and no levels are defined (#10538)

Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    Fix #10535 (legend symbol items for graduated symbol renderer)

    The implementation used temporary symbols which are only valid
    between startRender()/stopRender() calls and was breaking
    also composer legend.

Merge: 3af01b345c b5452539d0
Werner Macho <werner.macho@gmail.com>	2014-06-10

    Merge pull request #1440 from Cracert/i18n

    [TRANSUP] pl: DateTimeEdit, others

Robert Szczepanek <robert@szczepanek.pl>	2014-06-10

    [TRANSUP] pl: DateTimeEdit, others

Martin Dobias <wonder.sk@gmail.com>	2014-06-11

    Fix #10524 (fix zoom to full)

Etienne Tourigny <etourigny.dev@gmail.com>	2014-06-10

    remove table and graph tabs only if there are no raster layers identified (#10376)

Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Fix #9733 (empty attribute table if showing just selected / visible features)

Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Fix #10514 (snapping marker visible even if not snapped to anything)

Hugo Mercier <hugo.mercier@oslandia.com>	2014-06-10

    Inverted polygons: use unary union

Hugo Mercier <hugo.mercier@oslandia.com>	2014-06-10

    Inverted polygons: avoid inplace geometry transformation

Hugo Mercier <hugo.mercier@oslandia.com>	2014-06-10

    Inverted polygons: fix feature count (call start render even without painter)

Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Fix #10202 (fix crash in graduated symbol renderer)

Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Fix #9951 (perimeter completely wrong with OTF on)

    With OTF on and computation on an ellipsoid, the coordinates
    were transformed twice(!) when measuring perimeter.

Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Build "multi" only when it's needed

Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Small renaming of typedef / member variable

Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Allow some mismatched pixels in inverted renderer test

    On my machine, there were ~200-800 mismatched pixels in each test image,
    but visually they look the same.

Merge: ae9048afb1 25346fe98f
Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Fix #10355 (crash) and #10338 (overlapping polygons) in inverted polygon renderer

    Conflicts:
            python/core/symbology-ng/qgsinvertedpolygonrenderer.sip
            src/core/symbology-ng/qgsinvertedpolygonrenderer.cpp
            src/core/symbology-ng/qgsinvertedpolygonrenderer.h
            src/gui/symbology-ng/qgsinvertedpolygonrendererwidget.cpp
            src/gui/symbology-ng/qgsinvertedpolygonrendererwidget.h

Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Fixed indentation

Werner Macho <werner.macho@gmail.com>	2014-06-09

    [TRANSUP] prepare move for el from github to transifex

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-06-10

    fix last commit (followup 2e2853a1f6e)

Juergen E. Fischer <jef@norbit.de>	2014-06-09

    fix zoom to layer extent crash (fixes #10516)

Merge: b5c652b6da b99a21ddbb
Werner Macho <werner.macho@gmail.com>	2014-06-09

    Merge pull request #1436 from thodorisvakkas/master

    [TRANSUP] greek translation 20140609

Merge: dc44747227 6a84160a9e
Werner Macho <werner.macho@gmail.com>	2014-06-09

    Merge pull request #1435 from Cracert/i18n

    [TRANSUP] pl: composer, datasymbol, others

Robert Szczepanek <robert@szczepanek.pl>	2014-06-09

    [TRANSUP] pl: composer, datasymbol, others

Juergen E. Fischer <jef@norbit.de>	2014-06-09

    editor widgets: restore initialization of null numeric values and dates in text edit widget (followup e605ad65; fixes #10326)

thodoris.vakkas <tvakkas@getmap.gr>	2014-06-09

    [TRANSUP] greek translation 20140609

    Signed-off-by: thodoris.vakkas <tvakkas@getmap.gr>

Martin Dobias <wonder.sk@gmail.com>	2014-06-10

    Fix #10512 (missing propagation of fields/scale to sub-symbols)

Juergen E. Fischer <jef@norbit.de>	2014-06-09

    datum transformation selection:
    * respect the 'auto enable otf' setting
    * don't ask if otf is off or for layers without geometry
    * ask when otf was switched on
    * show more information in selection dialog

Merge: 8d04adbe8f a55303d2c5
Werner Macho <werner.macho@gmail.com>	2014-06-09

    Merge pull request #1434 from Cracert/i18n

    [TRANSUP] pl: varia

Robert Szczepanek <robert@szczepanek.pl>	2014-06-09

    [TRANSUP] pl: varia

Juergen E. Fischer <jef@norbit.de>	2014-06-09

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-06-09

    editor widgets: restore handling of null values in textedit widget (fixes #10497)

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-09

    russian translation update

Juergen E. Fischer <jef@norbit.de>	2014-06-09

    value relation: save filter expression correctly and re-enable filter expression button (fixes #10503)

Juergen E. Fischer <jef@norbit.de>	2014-06-09

    field model: return alias as display role, but field name as edit role (fixes #10467)

Merge: a59b54eb08 1357c14f57
Nathan Woodrow <madmanwoo@gmail.com>	2014-06-09

    Merge pull request #1432 from gvellut/master

    Fix #9020

Juergen E. Fischer <jef@norbit.de>	2014-06-09

    re-add support for top labeled editor widgets in default forms (fixes #10431)

Juergen E. Fischer <jef@norbit.de>	2014-06-09

    identify results: hide highlights on deactivation and hide table/plot tab meant
    for rasters when there are only vector features (fixes #10376)

Werner Macho <werner.macho@gmail.com>	2014-06-09

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-06-09

    Fix #10365 (incorrectly escaped strings from QgsExpression)

Martin Dobias <wonder.sk@gmail.com>	2014-06-09

    Fix #651 (zoom to layer with one point does not work)

Martin Dobias <wonder.sk@gmail.com>	2014-06-09

    Fix #10212 (fail to handle relative paths to gzipped files)

Martin Dobias <wonder.sk@gmail.com>	2014-06-09

    Fix #10473 (raster preview icons in layer tree view)

Merge: afe6f2b94a 674cf07584
Werner Macho <werner.macho@gmail.com>	2014-06-08

    Merge pull request #1433 from Cracert/i18n

    [TRANSUP] pl: function_help

Robert Szczepanek <robert@szczepanek.pl>	2014-06-08

    [TRANSUP] pl: function_help

*_* <guilhem.vellut@gmail.com>	2014-06-09

    Fix for http://hub.qgis.org/issues/9020

Victor Olaya <volayaf@gmail.com>	2014-06-08

    [processing] removed debug lines introduced in last commit

Victor Olaya <volayaf@gmail.com>	2014-06-08

    [processing] added help files for algs in qgis group

    Most help files missing content

Victor Olaya <volayaf@gmail.com>	2014-06-08

    [processing] rst files are now the default for help files

Victor Olaya <volayaf@gmail.com>	2014-06-08

    [processing] removed geoserver algorithms and moved postgis ones to qgis agorithms group

Victor Olaya <volayaf@gmail.com>	2014-06-05

    [processing] catch error when local help files fail when trying to find version number of script

Victor Olaya <volayaf@gmail.com>	2014-06-05

    [processing] some minor cleaning

Victor Olaya <volayaf@gmail.com>	2014-06-05

    [processing] added gdal algs to simplified interface, replacing saga ones

Victor Olaya <volayaf@gmail.com>	2014-06-05

    [processing] some minor improvements in script algorithm

Victor Olaya <volayaf@gmail.com>	2014-06-05

    [processing] added 'nomodeler' option to scripts

Martin Dobias <wonder.sk@gmail.com>	2014-06-08

    Use QgsDebugMsg instead of qDebug

Juergen E. Fischer <jef@norbit.de>	2014-06-08

    fix browser crash (fixes #10461)

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-08

    russian and ukrainian translation update

Merge: db5ae6cef2 add1c925cc
Werner Macho <werner.macho@gmail.com>	2014-06-08

    Merge pull request #1431 from Cracert/i18n

    [TRANSUP] pl: function_help - colors

Robert Szczepanek <robert@szczepanek.pl>	2014-06-07

    [TRANSUP] pl: function_help - colors

borys <info@borysjurgiel.pl>	2014-06-07

    [TRANSUP] pl: typo

Juergen E. Fischer <jef@norbit.de>	2014-06-07

    add xsd schema to validate mapserver capabilities (might fix #10489)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-07

    [composer] Only consider frame width if a frame is set when drawing label text

Sandro Mani <manisandro@gmail.com>	2014-06-03

    Consider also font descent and baseline in QgsComposerLabel::adjustSizeToText. Funded by Sourcepole QGIS Enterprise.

Merge: 4750211bb0 b199dc7be1
Nyall Dawson <nyall.dawson@gmail.com>	2014-06-07

    Merge pull request #1423 from manisandro/python_addItemsFromXML

    QgsComposition::addItemsFromXML for python (without optional arguments)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-07

    Follow up 6b973e1c3e

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-07

    [composer] Correctly handle shape frame and backgrounds from pre 2.0 projects (fix #8597)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-07

    [composer] When opening pre 2.3 projects keep picture item placement at middle (fix #10458)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-07

    [composer] Check if attribute index is valid when reading attribute table fields from pre 2.4 projects (refs #10482)

Merge: b3179125e7 b4a38c2201
Werner Macho <werner.macho@gmail.com>	2014-06-06

    Merge pull request #1430 from Cracert/i18n

    [TRANSUP] pl: function_help

Paolo Cavallini <cavallini@faunalia.it>	2014-06-06

    Update gridcalculator.rst

Robert Szczepanek <robert@szczepanek.pl>	2014-06-06

    [TRANSUP] pl: function_help

Paolo Cavallini <cavallini@faunalia.it>	2014-06-06

    Update gridcalculator.rst

Paolo Cavallini <cavallini@faunalia.it>	2014-06-06

    Update gridcalculator.rst

    Added a conditional example

Merge: 485011105c bf8284864d
mhugent <marco.hugentobler@sourcepole.ch>	2014-06-06

    Merge pull request #1419 from marcel-dancak/master

    Mapserver's GetProjectSettings/GetFeatureInfo bug-fixes

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-06

    fix #10408: use today/now for date/time widget by default

Werner Macho <werner.macho@gmail.com>	2014-06-06

    update source translation for transifex

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: ced6a30968 150ffa3780
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-06

    Merge pull request #1428 from 3nids/fix10405

    fix #10405 and #10303 partially: removes the scroll area for the style page

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-06

    Label buffers not supported for dxf export

Werner Macho <werner.macho@gmail.com>	2014-06-06

    [TRANSUP] fi by kari

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-06

    Fix line break in dxf label export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-06

    Fix dxf label export

Paolo <cavallini@faunalia.it>	2014-06-06

    More coherence in IT GUI

Paolo <cavallini@faunalia.it>	2014-06-06

    Updated IT GUI

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-06

    Remove relations when a involved layer gets deleted

Merge: 5e8cda7803 7475454edc
Werner Macho <werner.macho@gmail.com>	2014-06-06

    Merge pull request #1420 from Cracert/i18n

    VectorLayer, SymbolsList, WidgetShapeburst, XML, parent

Merge: 69f7b65648 040cd6b2ed
Werner Macho <werner.macho@gmail.com>	2014-06-06

    Merge pull request #1425 from qgis-jp/pullreq_2_4

    GUI Translation update ja

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-06

    fix 10303: limit expression widget width in data defined properties

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-06

    remove useless argument

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-06

    FieldExpressionWidget: add tooltip if expression is larger than widget

Merge: 563f5211db 319694fc1b
Martin Dobias <wonder.sk@gmail.com>	2014-06-06

    Merge pull request #1429 from christianurich/QgsDatumTransformStore_transformation_0

    Fix crash when QgsDatumTransformStore::transformation returns 0

Merge: 8c513f99de e7056f6447
Martin Dobias <wonder.sk@gmail.com>	2014-06-06

    Merge pull request #1426 from simonsonc/qgsvaluemapconfigdlg-deprecated-api

    Replace deprecated QRexExp API

Christian Urich <christian.urich@gmail.com>	2014-06-06

    Fix crash when QgsDatumTransformStore::transformation returns 0

    Simply fix to prevent crash if QgsDatumTransformStore::transformation returns 0. Works for me but has not been further tested!

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-06

    fix #10405 and #10303 partially: removes the scroll area for the style page

Merge: ade4c7bd0b 60dfc79623
Martin Dobias <wonder.sk@gmail.com>	2014-06-06

    Merge pull request #1427 from simonsonc/qgscolorbutton-deprecated-api

    Replace deprecated API

Carl Simonson <simonsonc@gmail.com>	2014-06-05

    Replace deprecated API

Carl Simonson <simonsonc@gmail.com>	2014-06-05

    Replace deprecated QRexExp API

    Qt 4.6 saw QRegExp::numCaptures() change to QRegExp::captureCount().

yoichigmf <yoichi.kayama@gmail.com>	2014-06-06

    GUI Translation update ja

Juergen E. Fischer <jef@norbit.de>	2014-06-06

    german translation update

Merge: 2a80881e85 bcde66fd6a
mhugent <marco.hugentobler@sourcepole.ch>	2014-06-05

    Merge pull request #1403 from mdouchin/getmap_image_quality

    QGIS Server - new project option imageQuality used for JPEG images

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-05

    Fix outline color in simple marker dxf export

Michael Douchin <mdouchin@3liz.com>	2014-05-28

    QGIS Server - new project option imageQuality used for JPEG images

    * JPEG image quality parameter in OWS / WMS capabilities of the Project properties dialog
    * this parameter is only used for jpeg images
    * a new parameter IMAGE_QUALITY can be used in the getMap request and will override the project value

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-05

    Fix ellipse marker dxf export

Martin Dobias <wonder.sk@gmail.com>	2014-06-05

    Reintroduce datum transforms (were disabled during transition to MTR)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-06-05

    QgsFieldModel use attributeDisplayName (fix #10451)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-05

    Allow choice of files with non .html extension for HTML annotation

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-05

    Don't draw annotation text outside of painter's clip region (fix #10400)

Martin Dobias <wonder.sk@gmail.com>	2014-06-05

    Fix #10468 (WMS GetLegendGraphic support)

Martin Dobias <wonder.sk@gmail.com>	2014-06-05

    Fix #10469 (symbology not refreshed after drag'n'drop)

Martin Dobias <wonder.sk@gmail.com>	2014-06-05

    Fix crash when changing to paletted renderer (with no colors)

Martin Dobias <wonder.sk@gmail.com>	2014-06-05

    Fix a crash when un-setting raster band in raster layer properties

Werner Macho <werner.macho@gmail.com>	2014-06-04

    [TRANSUP] es by carlos with transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-06-04

    [TRANSUP] sv by Victor

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-06-04

    [layertree] Fix python issues with addLayer()

Martin Dobias <wonder.sk@gmail.com>	2014-06-04

    [layertree] Only add layers to layer tree if the client wanted that

Martin Dobias <wonder.sk@gmail.com>	2014-06-04

    [layertree] Do not start editing in tree view too easily

Werner Macho <werner.macho@gmail.com>	2014-06-04

    fixing some UI bugs in settings dialog

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-04

    Event layer function: catch various error cases for line offsets

Martin Dobias <wonder.sk@gmail.com>	2014-06-04

    Trying to fix #10164 (crash on zoom in/out)

    This happens due to infinite recursion when syncing extent between
    map canvas and map renderer. Not entirely sure why, seems to happen
    only on 32bit systems.

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-04

    [composer] Mark project dirty when additional composer related changes occur (fix #7470)

Sandro Mani <manisandro@gmail.com>	2014-06-03

    QgsComposition::addItemsFromXML for python (without optional arguments). Funded by Sourcepole QGIS Enterprise.

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-04

    [composer] Allow clicking-dragging to set size of labels, pictures, legends ands tables when adding them to a composition (fix #9821)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-04

    Fix LineEdit edit type conversion warning

    http://lists.osgeo.org/pipermail/qgis-developer/2014-June/032942.html

Alexander Bruy <alexander.bruy@gmail.com>	2014-06-04

    [processing] handle non-ASCII characters in modeller algorithm list

Martin Dobias <wonder.sk@gmail.com>	2014-06-04

    Fix #10412 (option whether to show newly added layers)

pcav <cavallini@faunalia.it>	2014-06-04

    Updated IT GUI translation

Werner Macho <werner.macho@gmail.com>	2014-06-03

    [TRANSUP] gl by Xan and hu by Zoltan

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-06-04

    [layertree] Preserve the order of layers when adding several layers at once

Martin Dobias <wonder.sk@gmail.com>	2014-06-04

    [layertree] update insertion point to layer tree when appropriate

Robert Szczepanek <robert@szczepanek.pl>	2014-06-03

    VectorLayer, SymbolsList, WidgetShapeburst, XML, parent

Martin Dobias <wonder.sk@gmail.com>	2014-06-03

    [layertree] Add Python bindings - part two (gui)

Martin Dobias <wonder.sk@gmail.com>	2014-06-03

    [layertree] Add python bindings - part one (core)

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-03

    [composer] Setting the composition for a composer view correctly creates item widgets and sets up connections for composer to composition (fix #10038)

Marcel Dancak <marcel.dancak@gista.sk>	2014-06-03

    mapserver: excluding of not allowed WMS feature attributes from GetFeatureInfo response in GML format

Marcel Dancak <marcel.dancak@gista.sk>	2014-06-03

    mapserver: added 'alias' property into feature attribute properties of GetProjectSettings response

Merge: 9053d46c20 9e14b32ad5
Marcel Dancak <marcel.dancak@gista.sk>	2014-06-03

    Merge remote-tracking branch 'upstream/master'

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-03

    Capitalization

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-03

    Add north arrow variants without text

Antonio Locandro <antoniolocandro@hotmail.com>	2014-05-26

    North_Arrows

    Additional arrows, including without Letter Marks and Surveying with
    Declination

Paolo <cavallini@faunalia.it>	2014-06-03

    Updated IT GUI translation

Merge: 309f5d5510 6209b9754a
Marcel Dancak <marcel.dancak@gista.sk>	2014-06-03

    Merge remote-tracking branch 'upstream/master'

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-03

    Add layer name to select by expression dialog title
    Fix #10422

Victor Olaya <volayaf@gmail.com>	2014-06-02

    [processing] first implementation of github-based resources manager

Victor Olaya <volayaf@gmail.com>	2014-05-31

    [processing] helpfiles for scripts/models are now stored as json

Victor Olaya <volayaf@gmail.com>	2014-06-02

    [processing] Use certain gdal algs in simplified mode instead of saga ones

Victor Olaya <volayaf@gmail.com>	2014-06-02

    [processing] all gdal algs now have the same icon

    Did some code cleaning in gdal package

Juergen E. Fischer <jef@norbit.de>	2014-06-02

    sip: remove enum constants

Juergen E. Fischer <jef@norbit.de>	2014-06-02

    fix some warnings

Juergen E. Fischer <jef@norbit.de>	2014-06-02

    fix layer tree translation support

Merge: 4d5d26a980 510831b587
Werner Macho <werner.macho@gmail.com>	2014-06-02

    Merge pull request #1418 from Cracert/i18n

    [TRANSUP] pl: WebView, WMS

Robert Szczepanek <robert@szczepanek.pl>	2014-06-02

    [TRANSUP] pl: WebView, WMS

Merge: 7f21918e77 8c67cdf083
Martin Dobias <wonder.sk@gmail.com>	2014-06-02

    Merge pull request #1399 from giohappy/fix_osm_initspatialmetadata

    Fix #9693 (Make OSM DB metadata initialization in transaction)

Merge: 4cf0486915 7f21918e77
Marcel Dancak <marcel.dancak@gista.sk>	2014-06-02

    Merge remote-tracking branch 'upstream/master'

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-06-02

    DnD forms: Make tabs scrollable
    Fix #10389

Martin Dobias <wonder.sk@gmail.com>	2014-06-02

    Use QgsDebugMsg for a debug message

Martin Dobias <wonder.sk@gmail.com>	2014-06-02

    Do not show layer extent in the status bar after the load (useless)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-02

    Clean up MS SQL iterator. Fix #10115 - Fix crash on join

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-02

    [composer] Don't show vector selections in composer map items (fix #7610)

Martin Dobias <wonder.sk@gmail.com>	2014-06-02

    Show busy indicator while rendering in map canvas

Martin Dobias <wonder.sk@gmail.com>	2014-05-30

    [layertree] minor consolidation of insert/remove functions

Merge: 108cbc3b0d c095fe925d
mhugent <marco.hugentobler@sourcepole.ch>	2014-06-02

    Merge pull request #1397 from manisandro/minmax_fixes

    Min-max improvements

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-06-01

    Remove legacy server filter classes

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-02

    [MSSQL] Convert uniqueidentifier to string

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-06-02

    Fix #10402 - Don't duplicate combo items on selection

Merge: 79edbc29f5 8438ef4c54
Werner Macho <werner.macho@gmail.com>	2014-06-01

    Merge pull request #1416 from Cracert/i18n

    [TRANSUP] pl: varia

Merge: 779bf5fb33 7b192fc737
volaya <volayaf@gmail.com>	2014-06-01

    Merge pull request #1415 from fsdias/fixe_dotlplot2

    [processing] Fix dotplot

Robert Szczepanek <robert@szczepanek.pl>	2014-06-01

    [TRANSUP] pl: varia

fsdias <fsdias@gmx.com>	2014-06-01

    Update Dotplot.rsx.help

fsdias <fsdias@gmx.com>	2014-06-01

    Update Dotplot.rsx

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    postgres: close connection when cursor can't be opened (fixes #10119)

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    fill ring: set attribute dialog to add mode (fixes #10363)

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    set feature form windows title

Merge: a516c36b91 183bfa5488
Werner Macho <werner.macho@gmail.com>	2014-06-01

    Merge pull request #1413 from qgis-jp/pullreq_2_4

    translate gui ja

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    nodetool: fix crash when deleting last vertex (fixes #10367)

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    re-introduce resetting of attribute values

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    don't show layer popup selection if there is only one item

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    db_manager: replace toPyObject() (old sip api; fixes #9991)

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    fix categorized renderer crash (fixes #10096)

yoichigmf <yoichi.kayama@gmail.com>	2014-06-01

    translate gui ja

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    german translation update

olivierdalang <olivier.dalang@gmail.com>	2014-06-01

    check validity of keys used by writeEntry and readEntry
    and print a message in the console in case of invalid key

    update of docstrings (obsolete note removed, note added)

Werner Macho <werner.macho@gmail.com>	2014-06-01

    [TRANSUP] transifex update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 166f8fc534 bf99a74600
Tim Sutton <tim@linfiniti.com>	2014-06-01

    Merge pull request #1412 from timlinux/master

    Added poster with icon

Tim Sutton <tim@linfiniti.com>	2014-06-01

    Added poster with icon

Nyall Dawson <nyall.dawson@gmail.com>	2014-06-01

    [composer] Small improvements to api docs

Sandro Mani <manisandro@gmail.com>	2014-05-28

    [composer] Composer item controls in GUI show position relative to page origin (also save page number and relative position to xml) (fix #9411)

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    debian packaging update (fixes #10120)

Juergen E. Fischer <jef@norbit.de>	2014-06-01

    postgres: also accept PGRES_TUPLES_OK as positive result for UPDATE/DELETE/INSERT (fixes #9738)

Juergen E. Fischer <jef@norbit.de>	2014-05-31

    reintroduced field validators on line edits

Juergen E. Fischer <jef@norbit.de>	2014-05-31

    fix crash in postgres layer creation (followup 3470b1d5c; fixes #10014)

Juergen E. Fischer <jef@norbit.de>	2014-05-31

    fix doxygen main page

Juergen E. Fischer <jef@norbit.de>	2014-05-31

    fix 016b03b5

Juergen E. Fischer <jef@norbit.de>	2014-05-31

    postgres: convert 4d geometries to 2d (fixes #9748)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-31

    Use bigger icon for field expression widget

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-31

    Fix #10405 - Don't resize expression area for label dialog.

Merge: 6dd4346c48 0b8469aeb0
Werner Macho <werner.macho@gmail.com>	2014-05-31

    Merge pull request #1411 from Cracert/i18n

    [TRANSUP] pl: varia

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-30

    [composer] Fix calculation of mouse action for position for mouse handles (refs #10143, tentative fix)

Robert Szczepanek <robert@szczepanek.pl>	2014-05-30

    [TRANSUP] pl: varia

Merge: ec79fa9a08 744a214ac9
Werner Macho <werner.macho@gmail.com>	2014-05-30

    Merge pull request #1410 from Cracert/i18n

    [TRANSUP] pl: IdentifyResults

Victor Olaya <volayaf@gmail.com>	2014-05-30

    [processing] added missing parameter definition string

Victor Olaya <volayaf@gmail.com>	2014-05-30

    [processing] allow blank spaces in script parameters definition

Victor Olaya <volayaf@gmail.com>	2014-05-29

    [processing] Added extent parameter to RasterLayerBoundsAlgorithm.py

Robert Szczepanek <robert@szczepanek.pl>	2014-05-30

    [TRANSUP] pl: IdentifyResults

Martin Dobias <wonder.sk@gmail.com>	2014-05-30

    [layertree] Rename childLayerIds() to findLayerIds()

Merge: ecdb6debb3 83eec4ac46
Martin Dobias <wonder.sk@gmail.com>	2014-05-30

    Merge remote-tracking branch 'alvaro/Simplification_MTR'

    Conflicts:
            python/core/qgsmapsettings.sip

Martin Dobias <wonder.sk@gmail.com>	2014-05-30

    [layertree] Add note about used custom properties

Martin Dobias <wonder.sk@gmail.com>	2014-05-29

    [layertree] More doxygen docs

Larry Shaffer <larrys@dakotacarto.com>	2014-05-29

    Bundle libminizip on Mac if used by osgdb_kml plugin of osgearth

Larry Shaffer <larrys@dakotacarto.com>	2014-05-29

    #9480: Move checkbox to within centroid frame in labeling gui

Merge: 34f337816f 6cb4cbb1cc
Larry Shaffer <larrys@dakotacarto.com>	2014-05-29

    Merge pull request #1238 from ahuarte47/Issue_9480

    Fix bug #9480: Labels for polygon centroids should always originate inside a polygon

Werner Macho <werner.macho@gmail.com>	2014-05-29

    [TRANSUP] es by Carlos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: c661119079 6c695cb3ca
Werner Macho <werner.macho@gmail.com>	2014-05-29

    Merge pull request #1408 from Cracert/i18n

    [TRANSUP] pl: composerPicture, DateTime

Robert Szczepanek <robert@szczepanek.pl>	2014-05-29

    [TRANSUP] pl: composerPicture, DateTime

Dan Baston <dbaston@maponics.com>	2014-05-29

    avoid overflow from casting oid result to integer, causing failure to find name of primary key column

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-29

    remove extra row between layers

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-29

    make table view non-editable (#10376)

Merge: e8d1af955f 0ae53aed65
Marcel Dancak <marcel.dancak@gista.sk>	2014-05-29

    Merge remote-tracking branch 'upstream/master'

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-29

    Fix warning

Sandro Mani <manisandro@gmail.com>	2014-04-06

    [composer] When searching snap targets, pick the closest one

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-29

    [composer] Remove use of runtime_error for providing feedback from atlas

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-29

    [composer] Always update filename when atlas feature changes, otherwise exporting to images when 'single file' checkbox is ticked results in no output

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-29

    [composer] Block signals from controls when loading atlas widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-29

    No contact information in service capabilities of wfs and wcs

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-29

    Fix capitalisation of strings

Merge: 872ed828de affc9a16e8
alexbruy <alexander.bruy@gmail.com>	2014-05-29

    Merge pull request #1404 from gioman/master

    [processing] add GRASS r.out.xyz

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-28

    Respect field editable state in attribute form

Merge: 5b61d1febb 0046a08693
Nathan Woodrow <madmanwoo@gmail.com>	2014-05-29

    Merge pull request #1401 from slarosa/identify_nogeometry

    [identify] skip layer with no geometry

Merge: 850a1eeebd d9b78bfa68
Nyall Dawson <nyall.dawson@gmail.com>	2014-05-29

    Merge pull request #1394 from Oslandia/fix_atlas_signals

    Fix atlas signal emitting

Juergen E. Fischer <jef@norbit.de>	2014-05-29

    fix doxygen warning

Juergen E. Fischer <jef@norbit.de>	2014-05-29

    fix warnings

Merge: c3ee668343 21ae813b9b
Nyall Dawson <nyall.dawson@gmail.com>	2014-05-29

    Merge pull request #1402 from manisandro/zoom_icon

    Improve composer mouse zoom action icon

giohappy <giohappy@gmail.com>	2014-05-28

    Check Sqlite version to switch metadata initialization parameter

Merge: 18e1bd05c7 5d465fc15a
Werner Macho <werner.macho@gmail.com>	2014-05-28

    Merge pull request #1405 from Cracert/i18n

    [TRANSUP] pl: composer

Robert Szczepanek <robert@szczepanek.pl>	2014-05-28

    [TRANSUP] pl: composer

gioman <giovanni.manghi@faunalia.pt>	2014-05-28

    add GRASS r.out.xyz

Martin Dobias <wonder.sk@gmail.com>	2014-05-28

    [layertree] Doxygen doc for QgsLayerTreeMapCanvasBridge

Radim Blazek <radim.blazek@gmail.com>	2014-05-28

    browser sorting fix

giohappy <giohappy@gmail.com>	2014-05-28

    Make OSM DB metadata initialization in transaction

Salvatore Larosa <lrssvtml@gmail.com>	2014-05-28

    [identify] skip layer with no geometry

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-28

    Fix offset in event layer function

Radim Blazek <radim.blazek@gmail.com>	2014-05-28

    prepare for GRASS 7 fata error

Werner Macho <werner.macho@gmail.com>	2014-05-28

    [TRANSUP] tr by Osman

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Sandro Mani <manisandro@gmail.com>	2014-05-28

    Improve composer mouse zoom action icon

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-28

    Fix for bug #10372 (QGIS Server WMS does not put SERVICE section in GetCapabilities anymore)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-28

    Fix tooltip for save button on symbol dialog
    Fix #10368

Salvatore Larosa <lrssvtml@gmail.com>	2014-05-28

    [processing] fixes extract by location alg (fixes #10241)

Juergen E. Fischer <jef@norbit.de>	2014-05-27

    fix sip sync merge

Juergen E. Fischer <jef@norbit.de>	2014-05-27

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-05-27

    sip sync

Merge: 37c1cad11a 80282f01b0
Werner Macho <werner.macho@gmail.com>	2014-05-27

    Merge pull request #1396 from Cracert/i18n

    [TRANSUP] pl: SelectionPanel, QObject, App, LayerTreeView

Robert Szczepanek <robert@szczepanek.pl>	2014-05-27

    [TRANSUP] pl: SelectionPanel, QObject, App, LayerTreeView

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-27

    Make sure a widget is initialized when creating a widget wrapper
    Fix #10357

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-27

    Fix add features dialog
    Fix #10362

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-27

    Better implementation of 20015e72
    Fix #10345

Martin Dobias <wonder.sk@gmail.com>	2014-05-27

    [layertree] Doxygen docs for QgsLayerTreeView

Martin Dobias <wonder.sk@gmail.com>	2014-05-27

    [layertree] Use writePath() for embedded groups (absolute vs relative path)

Martin Dobias <wonder.sk@gmail.com>	2014-05-27

    [layertree] Fix #10373 (embedded group not loaded if with relative path)

Martin Dobias <wonder.sk@gmail.com>	2014-05-27

    [layertree] Added QgsLayerTreeModel doxygen docs + minor API changes

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-27

    Fix atlas signal emitting

Martin Dobias <wonder.sk@gmail.com>	2014-05-27

    Fix #10366 (geometry functions not working in rule test)

ahuarte47 <ahuarte47@yahoo.es>	2014-05-24

    #9480: Add centroidInside to sip file

ahuarte47 <ahuarte47@yahoo.es>	2014-05-24

    #9480: Add GUI checkbox option in labeling

ahuarte47 <ahuarte47@yahoo.es>	2014-05-23

    #9480: Add /Factory/ to pointOnSurface() method

ahuarte47 <ahuarte47@yahoo.es>	2014-03-13

    #9480: Force label position inside of polygons in PAL labeling library

ahuarte47 <ahuarte47@yahoo.es>	2014-03-13

    #9480: New option for CentroidFillSymbolLayerV2 to force centroid inside of polygons

ahuarte47 <ahuarte47@yahoo.es>	2014-03-13

    #9480: New 'pointOnSurface' method for QgsGeometry

Alvaro Huarte <ahuarte47@yahoo.es>	2014-05-26

    Enable disabled simplification code after merge MTR (2-2)

    Enable AntialiasingSimplification

Alvaro Huarte <ahuarte47@yahoo.es>	2014-05-26

    Enable disabled simplification code after merge MTR (1-2)

    Disable simplification of geometries in composer by default

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-26

    Attribute table: Fix repaint on change
    Fix #10345

Martin Dobias <wonder.sk@gmail.com>	2014-05-27

    [layertree] Add docs to QgsLayerTreeUtils

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-27

    Inverted polygon renderer: update SIP

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-27

    Inverted polygon renderer: add test for projected and merged

Martin Dobias <wonder.sk@gmail.com>	2014-05-27

    [layertree] Fix #10347 - save also old <legend> tag

    QGIS server does not use QgsProject for loading of QGIS project.
    In order to allow reading of new projects, let's also write the original <legend> tag to the project.
    Ideally the server should be ported to new layer tree implementation, but that requires
    non-trivial changes to the server components.
    The <legend> tag is ignored by QGIS application in >= 2.4 and this way also the new project files
    can be opened in older versions of QGIS without loosing information about layer groups.

Martin Dobias <wonder.sk@gmail.com>	2014-05-27

    [layertree] do not allow drag'n'drop of internal embedded nodes

Victor Olaya <volayaf@gmail.com>	2014-05-27

    [processing] fixed #10364

borys <info@borysjurgiel.pl>	2014-05-26

    [Plugin Manager] Show all plugins in the All tab. Fixes #10334

Juergen E. Fischer <jef@norbit.de>	2014-05-26

    restore previous Qgs(App)LegendInterface behaviour

Merge: 78525dbb7b 8bbb2aadd8
Werner Macho <werner.macho@gmail.com>	2014-05-26

    Merge pull request #1390 from Cracert/i18n

    [TRANSUP] pl: MetaSearch

Robert Szczepanek <robert@szczepanek.pl>	2014-05-26

    [TRANSUP] pl: MetaSearch

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-26

    Inverted polygon renderer: fix rendering when projection is enabled

Werner Macho <werner.macho@gmail.com>	2014-05-26

    [TRANSUP] fi by Kari, sv by Victor

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Rado Guzinski <rmgu@dhi-gras.com>	2014-05-26

    [processing] Update Processing toolbox when a provider is added or removed

Rado Guzinski <rmgu@dhi-gras.com>	2014-05-26

    [processing] Make sure the log tab is visible before executing an algorithm

Rado Guzinski <rmgu@dhi-gras.com>	2014-05-26

    [processing] Fix problem with displaying R graphs

Rado Guzinski <rmgu@dhi-gras.com>	2014-05-26

    [processing] Add some missing algorithms

Rado Guzinski <rmgu@dhi-gras.com>	2014-05-26

    [processing] Allow algorithm providers to set the allowed output raster extensions if needed

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-26

    Inverted polygon renderer: make sure the each symbol category is always rendered in the same order

Rado Guzinski <rmgu@dhi-gras.com>	2014-05-26

    [processing] Search for description files also in the sub-directories of the script/model directory

Martin Dobias <wonder.sk@gmail.com>	2014-05-26

    [layertree] Use QgisApp implementation of remove layers

    That one also asks whether to 1. save changes to layers, 2. really remove

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-26

    Inverted polygon renderer: add an option to preprocess polygons using an union

Martin Dobias <wonder.sk@gmail.com>	2014-05-26

    [layertree] Fix broken signal connection

Martin Dobias <wonder.sk@gmail.com>	2014-05-26

    [layertree] Add expand/collapse all actions to legend menu

Martin Dobias <wonder.sk@gmail.com>	2014-05-26

    Promote rendererChanged() signal from raster+vector layer to base map layer

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-26

    try to remove spaces and quotes to get a fieldname from an expression

Sandro Mani <manisandro@gmail.com>	2014-05-26

    Improve map unit scale dialog title and add descriptive

Sandro Mani <manisandro@gmail.com>	2014-05-26

    Add tooltip to map unit scale edit button

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-26

    Pass distance area into field calc bar

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-26

    Fix #10350 - Run update on return in field calc bar

Radim Blazek <radim.blazek@gmail.com>	2014-05-26

    svg search path fix, fixes #8664

Merge: 5e240b895b 4243b0bb38
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-26

    Merge pull request #1387 from luca76/patch-1

    Fix a string

Luca M <luca76@users.noreply.github.com>	2014-05-26

    Fix a string

    Fixed a string with wrong character

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-26

    Inverted renderer: make sure it works when no painter is here (feature count)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-26

    Fix add feature dialog for attribute-less layers
    Fix #10351

Radim Blazek <radim.blazek@gmail.com>	2014-05-25

    mapserver QGIS_OPTIONS_PATH support, fixes #10327

Martin Dobias <wonder.sk@gmail.com>	2014-05-25

    Fix #10343 (legend crash with invalid layer)

    Fixed the crash itself in the context menu, but also changed the behavior
    to remove any invalid layers from project as currently there is no mechanism
    for postponing handling of invalid layers after project load

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-25

    Correctly load dnd relations in fields properties
    Fix #10065

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-25

    Fix widget to wrapper converter code
    Fixes #10337

Martin Dobias <wonder.sk@gmail.com>	2014-05-25

    Fix #10339 (crash when reordering layers)

    This was caused by the recent addition of currentNode handling in model.
    Changed to use persistent indices which are auto-updated when model changes.

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-25

    Use flat group box in options dialog to reduce nesting

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-25

    Reduce margins on delete field dialog, save geometry

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-25

    Set better default size for new field dialog

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-25

    Reduce margins on project selector dialog

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-25

    Restore dialog size for some dialogs

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-25

    Reduce margins on field calc bar

Merge: fc8f15a4e7 10fd65a010
volaya <volayaf@gmail.com>	2014-05-25

    Merge pull request #1385 from gioman/getshapeextent

    Fix SAGA GetShapeExtents

Radim Blazek <radim.blazek@gmail.com>	2014-05-25

    svg cache lookup fix, fixes #9959

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-25

    Fix add attribute dialog
    Fix #10337

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-25

    Revert "Fix #10337 - Allow attribute form on all features (new QgsFeatures are invalid)"

    This reverts commit 9bdc932e9648d885352da772dc13687562617d43.

Werner Macho <werner.macho@gmail.com>	2014-05-25

    [TRANSUP] es by carlos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-25

    Fix #10337 - Allow attribute form on all features (new QgsFeatures are invalid)

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-18

    [composer] Fix hang with enabling atlas on a map with a point coverage layer while preview is active

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-25

    [composer] Fix multiple refresh of items

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-18

    [composer] Clean up atlas code, move shape and page updating to shape and page items.

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-20

    [composer] Fix crash caused by map items with zero height/width

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-24

    fixes for gdal 2.0 to make sure that OGR drivers and not used as raster data sources

Juergen E. Fischer <jef@norbit.de>	2014-05-24

    sip sync and indentation update

Juergen E. Fischer <jef@norbit.de>	2014-05-24

    fix doxygen warnings

gioman <giovanni.manghi@faunalia.pt>	2014-05-24

    fix SAGA GetShapesExtents take2

gioman <giovanni.manghi@faunalia.pt>	2014-05-24

    fix SAGA GetShapesExtents

Salvatore Larosa <lrssvtml@gmail.com>	2014-05-24

    [processing] run "sed -i s/sextante/processing/g *.rst" over saga help directory

Werner Macho <werner.macho@gmail.com>	2014-05-24

    [TRANSUP] update languages from transifex

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-05-24

    Fix SIP bindings

Merge: 31bb269059 79061547d4
Martin Dobias <wonder.sk@gmail.com>	2014-05-24

    Merge pull request #1380 from Oslandia/mask_renderer

    [FEATURE] Inverted polygons renderer

Juergen E. Fischer <jef@norbit.de>	2014-05-24

    fix crash on identify with hidden attributes

Juergen E. Fischer <jef@norbit.de>	2014-05-24

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-05-24

    fix build on ubuntu precise (older geos)

Juergen E. Fischer <jef@norbit.de>	2014-05-24

    fix edit widget deprecation warnings and sync sip bindings

Merge: 42e480ac91 df1482f0fe
Werner Macho <werner.macho@gmail.com>	2014-05-23

    Merge pull request #1383 from Cracert/i18n

    [TRANSUP] pl: preview, connections

Robert Szczepanek <robert@szczepanek.pl>	2014-05-23

    [TRANSUP] pl: preview, connections

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-23

    Add unit tests for the inverted polygon renderer

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-23

    Inverted polygons renderer: add SIP

Juergen E. Fischer <jef@norbit.de>	2014-05-23

    german translation update

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-23

    Mask renderer: rename to inverted polygon renderer

Werner Macho <werner.macho@gmail.com>	2014-05-23

    [TRANSUP] fi by Kari

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-23

    Mask renderer: reuse existing renderer as embedded

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-23

    Mask renderer: make it work with on-the-fly reprojection

Larry Shaffer <larrys@dakotacarto.com>	2014-05-22

    Move label repeat option frame to after main placement options for lines

Merge: 59129c4f1e 4768a8fdb6
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-23

    Merge pull request #1344 from leyan/splitFeature

    Split line feature with a single point when snapped to a line

Werner Macho <werner.macho@gmail.com>	2014-05-23

    [TRANSUP] first string update for release translations

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-05-23

    [layertree] Use group icon like the one from old legend

Werner Macho <werner.macho@gmail.com>	2014-05-23

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: be706ed30c a3b9d6c131
mhugent <marco.hugentobler@sourcepole.ch>	2014-05-23

    Merge pull request #1338 from manisandro/line_multi_labeling

    Line multi labeling

Merge: 45d0a9cfca 82363f4fb1
Nyall Dawson <nyall.dawson@gmail.com>	2014-05-23

    Merge pull request #1382 from Oslandia/atlas_predefined_patch

    Atlas predefined scales: reload project scales before each preview action

Martin Dobias <wonder.sk@gmail.com>	2014-05-23

    Updated indentation

Martin Dobias <wonder.sk@gmail.com>	2014-05-23

    [layertree] move implementation of legend actions to QgsAppLayerTreeViewMenuProvider

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-21

    restore addLegendLayerAction and related functions after legend redesign

Paolo <cavallini@faunalia.it>	2014-05-23

    Updated IT GUI translation

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-23

    Mask renderer: do not store temporary features anymore

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-23

    Atlas predefined scales: reload project scales before each preview action

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-23

    Mask renderer: fix clone()

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-23

    [composer] Small improvements to API docs

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-19

    [FEATURE][composer] Add a 'predefined scales' mode to atlas maps, which sets an atlas maps' extent to the largest predefined scale which fits the atlas feature. Scales are taken from the project's predefined scales, or the global predefined scales.

Juergen E. Fischer <jef@norbit.de>	2014-05-23

    german translation update and a translation string fix

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-23

    Fix combo name in fielc calc bar

Juergen E. Fischer <jef@norbit.de>	2014-05-23

    fix windows build

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-23

    [FEATURE] Quick field field calc bar (like Excel) in attribute table

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-22

    Add GUI_EXPORT and warning fix

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-20

    [FEATURE] new edit type: date/time edit

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-05

    [FEATURE] Port editor widgets to new API

    Create a new widget for for attribute form

    fix #10281
    fix #7319
    fix #7013
    fix #9335
    fix #4417

Daniel Vaz <danielvaz@gmail.com>	2013-07-18

    Add new custom widgets (QgsSlider and QgsDial)
    Modified versions of QSlider and QDial which show the current value

    Fix #4417

Merge: fab44c70bd 40f6d6f0a6
Werner Macho <werner.macho@gmail.com>	2014-05-22

    Merge pull request #1381 from Cracert/i18n

    [TRANSUP] pl: wcs

Robert Szczepanek <robert@szczepanek.pl>	2014-05-22

    [TRANSUP] pl: wcs

Martin Dobias <wonder.sk@gmail.com>	2014-05-23

    [layertree] Do not show check box for nonspatial tables

Martin Dobias <wonder.sk@gmail.com>	2014-05-23

    [layertree] Implement more flags for LayerTreeModel (reorder nodes, rename nodes)

Merge: dac4cfc2f4 a4e974a338
Martin Dobias <wonder.sk@gmail.com>	2014-05-22

    Merge pull request #1215 from etiennesky/mtr_maxcpus

    [FEATURE] add option to set max thread count

Martin Dobias <wonder.sk@gmail.com>	2014-05-22

    Fix #10217 (misaligned markers in composer)

Radim Blazek <radim.blazek@gmail.com>	2014-05-22

    GRASS 7 raster provider

Juergen E. Fischer <jef@norbit.de>	2014-05-22

    remove duplicate translation strings

Juergen E. Fischer <jef@norbit.de>	2014-05-22

    add library dependencies to python bindings

Martin Dobias <wonder.sk@gmail.com>	2014-05-22

    [layertree] fix crash with symbology

Martin Dobias <wonder.sk@gmail.com>	2014-05-22

    [layertree] Fix crash on zoom to layer

Martin Dobias <wonder.sk@gmail.com>	2014-05-22

    [layertree] Underline current layer

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-22

    Save geometry for data defined dialog

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-22

    Keep state for expression widget splitter

Martin Dobias <wonder.sk@gmail.com>	2014-05-22

    [layertree] Show public source tooltip for layers

Martin Dobias <wonder.sk@gmail.com>	2014-05-22

    Indicate whether a layer is in editing mode and/or modified

Victor Olaya <volayaf@gmail.com>	2014-05-22

    [processing] added missing import

Victor Olaya <volayaf@gmail.com>	2014-05-22

    [processing] changed name of output in concave hull

Victor Olaya <volayaf@gmail.com>	2014-05-22

    [processing] updated compiled version of widgets

Victor Olaya <volayaf@gmail.com>	2014-05-22

    removed import of local httplib2

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-22

    Don't allow MoveAction when dragging colors from color buttons, allows dragging colors from QGIS and dropping them into GIMP/Inkscape

Juergen E. Fischer <jef@norbit.de>	2014-05-22

    support custom widgets in PYQT4_WRAP_UI

Hugo Mercier <hugo.mercier@oslandia.com>	2014-05-22

    Add missing .ui

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-22

    Save geometry of some dialogs

Juergen E. Fischer <jef@norbit.de>	2014-05-22

    fix windows build

Hugo Mercier <hugo.mercier@oslandia.com>	2014-04-15

    Add a new 'mask' feature renderer that can be used to invert polygon fills

Merge: d4b3993120 7c0a484719
Werner Macho <werner.macho@gmail.com>	2014-05-21

    Merge pull request #1378 from Cracert/i18n

    [TRANSUP] pl: WMS

Juergen E. Fischer <jef@norbit.de>	2014-05-21

    german translation update and fix uppercase otherwise duplicate translation strings

Juergen E. Fischer <jef@norbit.de>	2014-05-21

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2014-05-21

    hungarian translation: remove duplicate translation string

Juergen E. Fischer <jef@norbit.de>	2014-05-21

    indentation update

Salvatore Larosa <lrssvtml@gmail.com>	2014-05-21

    [processing] fixes cmake for lastools, removes the interface module and adds import iface module where lacking

Robert Szczepanek <robert@szczepanek.pl>	2014-05-21

    [TRANSUP] pl: WMS

Martin Dobias <wonder.sk@gmail.com>	2014-05-22

    Add the missing SIP stub file

Merge: 7f218c7295 0b072e6e83
Martin Dobias <wonder.sk@gmail.com>	2014-05-21

    [FEATURE] Merge of legend refactoring work

    This replaces the existing tree widget implementation with more modular approach. In summary:
    - tree hierarchy in CORE library: QgsLayerTreeNode, QgsLayerTreeLayer, QgsLayerTreeGroup
    - model/view based tree view: QgsLayerTreeModel, QgsLayerTreeView
    - tree synchronization with map layer registry: QgsLayerTreeRegistryBridge
    - controlling of map canvas: QgsLayerTreeCanvasBridge

    Conflicts:
            src/ui/qgisapp.ui

Martin Dobias <wonder.sk@gmail.com>	2014-05-21

    Added some doxygen documentation and minor code cleanups

Victor Olaya <volayaf@gmail.com>	2014-05-21

    [processing] fixes in modeler to make multiple inputs work correctly

Victor Olaya <volayaf@gmail.com>	2014-05-21

    [processing] fixed issue in modeler with hidden params

Victor Olaya <volayaf@gmail.com>	2014-05-21

    [processing] fixed OutputFile constructor

Victor Olaya <volayaf@gmail.com>	2014-05-20

    [processing] removed interface module

    now all access to the interface is done through qgis.utils.iface

Victor Olaya <volayaf@gmail.com>	2014-05-20

    [processing] added checkboxes to multiple input selector

Victor Olaya <volayaf@gmail.com>	2014-05-20

    [processing] rewrote saga raster calculator as individual algorithm

Victor Olaya <volayaf@gmail.com>	2014-05-19

    [processing] major overhaul of lastools algorithms

    Code contributed by Martin Isenburg

Victor Olaya <volayaf@gmail.com>	2014-05-19

    [processing] minor change in ParameterFile to handle None values

Victor Olaya <volayaf@gmail.com>	2014-05-19

    [processing] removed debug line

Victor Olaya <volayaf@gmail.com>	2014-05-19

    [processing] fixed issue when opening loaded layers in batch interface (#10277)

Victor Olaya <volayaf@gmail.com>	2014-05-19

    [processing] remove unnecessary print sentences

Victor Olaya <volayaf@gmail.com>	2014-05-19

    [processing] code cleaning. Removed debug sentences

Victor Olaya <volayaf@gmail.com>	2014-05-18

    [processing] simplified saga algorithms

    Now it assumes matching grid extents and does not perform resampling

Victor Olaya <volayaf@gmail.com>	2014-05-18

    [processing] changed dialog from critical to warning

Martin Dobias <wonder.sk@gmail.com>	2014-05-21

    Removed old legend implementation classes

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-22

    [FEATURE] Allow dragging and dropping colors from color buttons (also works with some other applications, eg dropping colors from GIMP or Gpick). Tweak color button context menu to remove extra options.

Merge: 3180dee4fa 8485b9ce6f
Martin Dobias <wonder.sk@gmail.com>	2014-05-21

    Merge remote-tracking branch 'denis/scalevisiblayers_newlegend' into legend-refactoring

Merge: 5417639285 5f12661d34
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-21

    Merge branch 'server_value_relation'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-21

    WMS server: Use ; as separator in case of multiple selection for value relations

Merge: af7af6c26a b87049e94c
mhugent <marco.hugentobler@sourcepole.ch>	2014-05-21

    Merge pull request #1377 from luca76/master

    WMS GetLegendGrapics: obtain legend graphics with no labels

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-21

    [FEATURE] Add option to use colour preview modes (grayscale, colour blindess) in map canvas (fix #9886)

Luca M <luca76@users.noreply.github.com>	2014-05-21

    GetLegendGraphics with no label

    Added two private variables mDrawLegendLayerLabel and mDrawLegendItemLabel

Luca M <luca76@users.noreply.github.com>	2014-05-21

    GetLegendGraphics with no label

    With this commit, you can call GetLegendGraphics with two parameters (LAYERTITLE=false / RULELABEL=false) to disable labels in the resulting legend.
    Useful for Qgis Web Client, LizMap-Web-Client and Qgis2Leaf.

Leyan <ouyang.leyan@hotmail.com>	2014-05-21

    Better snapping behavior

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-18

    Server: consider there can be multi selection mode in value relation

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-21

    set layer scale visibility for several layers

Leyan <ouyang.leyan@hotmail.com>	2014-05-21

    code cleanup

Martin Dobias <wonder.sk@gmail.com>	2014-05-21

    Handling of WMS legend graphic

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-21

    Fix joins and value relations in WMS server

Radim Blazek <radim.blazek@gmail.com>	2014-05-21

    added support for QGIS mapserver GetFeatureInfo GML flavour

Radim Blazek <radim.blazek@gmail.com>	2014-05-21

    WMS identify with format feature (GML) fixe, fixes #10306

Martin Dobias <wonder.sk@gmail.com>	2014-05-21

    Support for custom layer order for legacy projects

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-21

    [processing] fix out of bounds error in extract values scripts

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-21

    [processing] fix number input panel

Martin Dobias <wonder.sk@gmail.com>	2014-05-21

    Add usual file headers and update indentation

Martin Dobias <wonder.sk@gmail.com>	2014-05-20

    Fix collapse of layer nodes after double click

Martin Dobias <wonder.sk@gmail.com>	2014-05-20

    Allow changes of visibility from layer order widget

Martin Dobias <wonder.sk@gmail.com>	2014-05-20

    Loading and saving of custom layer order

Martin Dobias <wonder.sk@gmail.com>	2014-05-20

    Remove the legend from the application completely.

Martin Dobias <wonder.sk@gmail.com>	2014-05-20

    Use layer tree view in legend interface implementation

Martin Dobias <wonder.sk@gmail.com>	2014-05-20

    Further replacements of legend by layer tree within application

Martin Dobias <wonder.sk@gmail.com>	2014-05-19

    Loading of embedded groups and layer from project file

Martin Dobias <wonder.sk@gmail.com>	2014-05-19

    Convenience auto setup features when adding new layers

    On first layer: zoom to full extent, setup destination CRS and map units
    On first layer with different CRS: enable OTF reprojection

    This functionality is not triggered when opening an existing project.

Martin Dobias <wonder.sk@gmail.com>	2014-05-18

    Better behavior of drop onto a group

Martin Dobias <wonder.sk@gmail.com>	2014-05-18

    Forward the visibilityChanged() signal towards the parent node.

    Listening to the signal is simpler as it is enough to listen to the parent
    without having to connect to the whole tree and also follow the changes
    withing the tree

Martin Dobias <wonder.sk@gmail.com>	2014-05-17

    Propagate added/removed children signals to the root for easier manipulation

Martin Dobias <wonder.sk@gmail.com>	2014-05-17

    Use Qt::CheckState also for layer node visibility (for consistency)

Martin Dobias <wonder.sk@gmail.com>	2014-05-17

    Split subclasses of QgsLayerTreeNode into their own cpp/h files

Martin Dobias <wonder.sk@gmail.com>	2014-05-17

    Added helper namespace QgsLayerTree

Martin Dobias <wonder.sk@gmail.com>	2014-05-17

    Handle overview status changes properly.

    Added signal about changed custom properties.
    Changes to custom properties are propagated to the root node,
    so it is not necessary to connect to all children

Martin Dobias <wonder.sk@gmail.com>	2014-05-17

    Deactivate old legend. Improve insertion of new layers into layer tree.

Martin Dobias <wonder.sk@gmail.com>	2014-05-16

    Added layerTreeView() to QgisInterface, moved context menu provider to new file

Martin Dobias <wonder.sk@gmail.com>	2014-05-16

    More integration of layer tree view in QGIS app

Martin Dobias <wonder.sk@gmail.com>	2014-05-16

    Updates to QGIS app to use layer tree view instead of legend widget

Martin Dobias <wonder.sk@gmail.com>	2014-05-16

    Double-click handling, changed current layer handling

Martin Dobias <wonder.sk@gmail.com>	2014-05-16

    Moved some legend actions to QgisApp, added actions to layer tree view.

    Still need to adjust action implementations in QgisApp to use layer tree view

Martin Dobias <wonder.sk@gmail.com>	2014-05-15

    Added "Group selected" layer tree view action

Martin Dobias <wonder.sk@gmail.com>	2014-05-15

    Move to top-level action

Martin Dobias <wonder.sk@gmail.com>	2014-05-15

    Raster and plugin layer symbology, show feature count for vectors

Martin Dobias <wonder.sk@gmail.com>	2014-05-13

    Layer tree view interface for context menu configuration

Martin Dobias <wonder.sk@gmail.com>	2014-05-13

    Support for default actions in layer tree view

Martin Dobias <wonder.sk@gmail.com>	2014-05-11

    Add support for embedded layers and groups into layer tree

Martin Dobias <wonder.sk@gmail.com>	2014-05-10

    Use QgsLayerTreeView in QgsProjectLayerGroupDialog

    This also replaces routines for parsing of the project file

Martin Dobias <wonder.sk@gmail.com>	2014-05-07

    Handle active (current) layer in layer tree view

Martin Dobias <wonder.sk@gmail.com>	2014-05-07

    Add possibility to temporarily disable layer tree to registry bridge

    This is useful during the project load where the updates from
    map layer registry would make the layers appear twice in the tree

Martin Dobias <wonder.sk@gmail.com>	2014-05-05

    New dock in QGIS for layer tree view

Martin Dobias <wonder.sk@gmail.com>	2014-05-05

    Add layer tree support into QgsProject

Martin Dobias <wonder.sk@gmail.com>	2014-05-05

    Initial import of legend refactoring work

Merge: 6df9d1cb9a ec3da40d26
Jürgen Fischer <jef@norbit.de>	2014-05-21

    Merge pull request #1375 from nyalldawson/processing_postgis2

    Some postgresql provider and PostGIS-related processing improvements and fixes (v2)

Juergen E. Fischer <jef@norbit.de>	2014-05-21

    debian -packaging update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-21

    [MSSQL] Refactor provider for schema checks

Larry Shaffer <larrys@dakotacarto.com>	2014-05-20

    Refactor plugin staging to build dir and python script compiling

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-21

    Save dialog geometry on attribute form reject

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-21

    [MSSQL] Add toogle action to browser node to show non spatial tables

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-21

    [MSSQL] Fix refresh in browser node

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-21

    Fix #9139 - Don't crash on MSSQL relations

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-21

    [processing] Some fixes to handling of uppercase/lowercase geometry column names

Nyall <nyall.dawson@gmail.com>	2014-05-21

    Fix main window rearranging itself to front when opening composer manager or new composer dialog from a composition

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-21

    [processing] Add optional parameter for specifying the primary key field in Import to PostGIS algorithm

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-21

    [processing] Add option to Import into PostGIS algorithm to drop length constraints on character fields

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-21

    Make PostgreSQL lowercaseFieldNames option behave correctly with primary key field names

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-21

    Add option to postgres provider to drop length constraints on character fields

Werner Macho <werner.macho@gmail.com>	2014-05-20

    [TRANSUP] gl by Xan

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Leyan <ouyang.leyan@hotmail.com>	2014-05-20

    box of a more reasonable size for a single point

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-12

    [FEATURE] Add right click menu to color buttons, allowing copying and pasting colors. Pasting colors accepts clipboard text in a variety of common formats, including hex and css style rgb and rgba strings.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-04-30

    VLCache takes ownership of index

Merge: b385467679 9d838c93cf
Nyall Dawson <nyall.dawson@gmail.com>	2014-05-20

    Merge pull request #1362 from manisandro/composer_arrow_fill_bb

    Make composer arrow, with and without markers, better fill the bounding box area

Radim Blazek <radim.blazek@gmail.com>	2014-05-20

    project extent restore fix

Juergen E. Fischer <jef@norbit.de>	2014-05-20

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-05-20

    [FEATURE] toggle feature selection from identify results (implements #10308)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-20

    collapsible gpbox: scroll on expand property accessible

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-20

    Add new qgisapp Python context manager for creating QGIS apps

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-20

    Fix copy of extra python files

Merge: 978086badc 790b31ef80
Jürgen Fischer <jef@norbit.de>	2014-05-20

    Merge pull request #1373 from 3nids/package

    set custom widget lib default to false

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-20

    set custom widget lib default to false

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-20

    [MSSQL] Fix #9511 - Use QDate and QDateTime for date sql type

Larry Shaffer <larrys@dakotacarto.com>	2014-05-19

    Fix build error when using Qwt 6.1, followup to f283040

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-19

    only handle context menu event if showing tree widget

Merge: 592064b60a f69ed7d63e
Nathan Woodrow <madmanwoo@gmail.com>	2014-05-20

    Merge pull request #1371 from antoniolocandro/SVG-NORTH-ARROWS

    North Arrows SVG - Fix #8711

Juergen E. Fischer <jef@norbit.de>	2014-05-20

    identify tool: fix connection error

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-20

    [MSSQL] Use schema for key lookup

Juergen E. Fischer <jef@norbit.de>	2014-05-20

    german translation update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-20

    [MSSQL] Use schema name when getting columns

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-08

    fix rebase errors

Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-06

    add support for qwt6 for identify results graph

Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-06

    show legend on top of graph instead of right

Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-06

    use separate curves for each raster layer in identify result graph

Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-05

    add identify results graph for rasters using qwt5 (qwt6 not supported yet)

Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-05

    UI tweaks to identify results table view

Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-05

    implement simple identify results table view

Merge: f4705703f6 23ada03249
Werner Macho <werner.macho@gmail.com>	2014-05-19

    Merge pull request #1372 from Cracert/i18n

    [TRANSUP] pl: minor changes

Robert Szczepanek <robert@szczepanek.pl>	2014-05-19

    [TRANSUP] pl: minor changes

Antonio Locandro <antoniolocandro@hotmail.com>	2014-05-19

    North Arrows SVG

    Adds 3 additional SVG North Arrows symbols to expand the current limited
    selection

Radim Blazek <radim.blazek@gmail.com>	2014-05-19

    marker data defined anchor fix, fixes #9579

Juergen E. Fischer <jef@norbit.de>	2014-05-19

    debian packaging update

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-19

    debian package for custom widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-19

    uic widget-plugins: do not crash if QGIS not installed

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-19

    Create Python package for core, gui, analysis, networkanalysis

    Rename sip generated modules to _{name}

Juergen E. Fischer <jef@norbit.de>	2014-05-19

    fix customwidgets build on windows

Merge: aa7085194d 0d3e5e4b07
Giuseppe Sucameli <brush.tyler@gmail.com>	2014-05-19

    Merge pull request #1348 from imincik/db_manager_connection_holding

    db manager: fix connection holding - idle in transaction (QGIS bug #7162...

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-19

    custom widgets: added color and data defined buttons, missing SIP for scale range and fix flags for field combo / expression widget

Juergen E. Fischer <jef@norbit.de>	2014-05-19

    debian packaging fix

Merge: 2ff79d31c8 f9d7aef6ea
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-19

    Merge pull request #1325 from 3nids/qtdesignerplugin

    QGIS custom widgets plugins for Qt Designer

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-19

    create custom widgets by default

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-19

    Expand label wording in filter dialog

Werner Macho <werner.macho@gmail.com>	2014-05-18

    [TRANSUP] uk fixes #1366

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 07919309c4 0f2b92f941
volaya <volayaf@gmail.com>	2014-05-18

    Merge pull request #1365 from gioman/ogr2ogr

    fixes ogr2ogr.py

Juergen E. Fischer <jef@norbit.de>	2014-05-18

    stage python extension only for staged plugins

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-18

    Fix #8756 - Update function help for colour functions

Juergen E. Fischer <jef@norbit.de>	2014-05-18

    sync some sip bindings

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-18

    Fix #9785

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-18

    Add drag and drop for QLR files. Fix #10005

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-18

    Support multi layers in QLR files

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-18

    [FEATURE][composer] Add preview modes for composer, allows for previewing composition in grayscale, monochrome and color blindness simulation modes prior to printing (refs #9886)

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-18

    Add expression functions for bounding box (bounds), bounding box width & height (bounds_width/bounds_height), and min/max x/y coordinates (xmin/xmax/ymin/ymax)

Merge: 29de20016a e97347051f
Werner Macho <werner.macho@gmail.com>	2014-05-18

    Merge pull request #1364 from Cracert/i18n

    [TRANSUP] pl: qgisapp

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-05-18

    fixes ogr2ogr.py, take2

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2014-05-18

    fixes ogr2ogr.py

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-18

    Fix getLegendGraphic

Merge: bcfe0a8e10 90e4a5fd18
Jürgen Fischer <jef@norbit.de>	2014-05-17

    Merge pull request #1349 from imincik/db_manager_quoteid

    db manager: fixed quoting of table name when schema is empty string

Robert Szczepanek <robert@szczepanek.pl>	2014-05-17

    [TRANSUP] pl: qgisapp

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-17

    fix browser dock sorting - only files are sorted

Juergen E. Fischer <jef@norbit.de>	2014-05-17

    metasearch: ignore proxy settings != HttpProxy

Juergen E. Fischer <jef@norbit.de>	2014-05-17

    spelling fixes

Juergen E. Fischer <jef@norbit.de>	2014-05-17

    osgeo4w: don't include internal python libraries where packages are available

Juergen E. Fischer <jef@norbit.de>	2014-05-17

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2014-05-17

    exclude metasearch ts files from update_ts_files.sh run

Juergen E. Fischer <jef@norbit.de>	2014-05-17

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-05-17

    processing: remove adsense from otb descriptions

Juergen E. Fischer <jef@norbit.de>	2014-05-17

    move internal python extensions to common directory and fix metasearch install

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-17

    change qsettings in qgsoptions, not qgsapplication

Leyan <ouyang.leyan@hotmail.com>	2014-05-17

    restrict to node

Merge: 16cc66a48f c2effbfec5
Werner Macho <werner.macho@gmail.com>	2014-05-16

    Merge pull request #1363 from Cracert/i18n

    [TRANSUP] pl: composer

Robert Szczepanek <robert@szczepanek.pl>	2014-05-16

    [TRANSUP] pl: composer

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-16

    get/set max. thread count in QgsApplication

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-25

    add option to set max thread count

Merge: 240c128cb7 c7a4002a92
Tom Kralidis <tomkralidis@gmail.com>	2014-05-16

    Merge pull request #1350 from geopython/MetaSearch-0.2.0

    add MetaSearch 0.2.0 (https://github.com/geopython/MetaSearch/issues/53)

Sandro Mani <manisandro@gmail.com>	2014-05-16

    Make composer arrow, with and without markers, better fill the bounding box area

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-07

    another follow up for 5ad518afd2. Allow use of OutputDirectory in scripts

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-07

    follow up 5ad518afd2. Better handling of temporary directories

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-05

    [processing] write additional output(s) compatible withg Azimuth and Distance
    plugin

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-05

    [processing] add new output type - directory

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-05

    disable gap parameter as it is unclear if it useful

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-30

    [processing] new tool: points to path

    Work done for Faunalia funded by Prof. António Mira (University of Évora,
    Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-26

    [processing] new tool: random points along lines

    Work done for Faunalia funded by Prof. António Mira (University of Évora,
    Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-26

    init random generator before creating points

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-25

    [processing] new tool: random points in polygons (variable)

    Work done for Faunalia funded by Prof. António Mira (University of Évora,
    Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-25

     move common function to tools package

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-24

    [processing] new tool: random points within polygons

    Work done for Faunalia funded by Prof. António Mira (University of Évora,
    Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-24

    [processing] new tool: random points in layer bounds

    Work done for Faunalia funded by Prof. António Mira (University of Évora,
    Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-24

    [processing] new tool: random point in given extent

    Work done for Faunalia funded by Prof. António Mira (University of Évora,
    Portugal, Unidade de Biologia da Conservação) and Dr. Rosana Peixoto

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-16

    [composer] Small fixes to attribute table column model

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-16

    [composer] Fix crash with expression driven picture items

Merge: 0f0a0947ca d99dd8e0dd
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-16

    Merge pull request #1353 from leyan/snapping_intersection

    Check snapping tolerance of both layers before validating intersection snapping

Merge: 89cdfb982d 62ed007fd4
Jürgen Fischer <jef@norbit.de>	2014-05-16

    Merge pull request #1358 from manisandro/memcpy_overlapping

    Avoid memcpy on overlapping memory

Merge: 2d749be96f ea3be5c583
Jürgen Fischer <jef@norbit.de>	2014-05-16

    Merge pull request #1356 from manisandro/malloc_delete

    Fix malloc-ed memory freed by delete[]

Merge: f9e4e78d89 c0fdfcf371
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-16

    Merge pull request #1332 from leyan/deletePart

    Improve delete part feature for polygon

Merge: ccc819265a 42145082d8
Paolo Cavallini <cavallini@faunalia.it>	2014-05-16

    Merge pull request #1361 from lucalanteri/patch-2

    Update inversedistanceweighted.rst

lucalanteri <lucalanteri@users.noreply.github.com>	2014-05-16

    Update inversedistanceweighted.rst

Merge: 4ded6295f1 fbc161d727
Werner Macho <werner.macho@gmail.com>	2014-05-16

    Merge pull request #1359 from Cracert/i18n

    [TRANSUP] pl: issues 11,12

Robert Szczepanek <robert@szczepanek.pl>	2014-05-15

    [TRANSUP] pl: issues 11,12

Larry Shaffer <larrys@dakotacarto.com>	2014-05-15

    Remove old disabling of many rendering features on Mac (wow, what a difference)

Larry Shaffer <larrys@dakotacarto.com>	2014-05-15

    Fix getenv call build error

Sandro Mani <manisandro@gmail.com>	2014-05-15

    Avoid memcpy on overlapping memory

Merge: 6a6cc194d9 5554ab6179
Werner Macho <werner.macho@gmail.com>	2014-05-15

    Merge pull request #1357 from tomass/master

    Lithuanian translation update

Tomas <tomasstraupis@gmail.com>	2014-05-15

    Lithuanian translation update

Juergen E. Fischer <jef@norbit.de>	2014-05-15

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2014-05-15

    indentation update

Radim Blazek <radim.blazek@gmail.com>	2014-05-15

    GRASS fatal error longjmp

Juergen E. Fischer <jef@norbit.de>	2014-05-15

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-05-15

    labeling: when reprojecting on the fly don't modify the feature geometry, so that geometry based expressions don't get reprojected twice (eg. $x/$y)

Juergen E. Fischer <jef@norbit.de>	2014-05-15

    fix crash

Sandro Mani <manisandro@gmail.com>	2014-05-15

    Fix malloc-ed memory freed by delete[]

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-15

    Fix writing relative file path if project path contains . or .. (pull request #1278)

Werner Macho <werner.macho@gmail.com>	2014-05-15

    [TRANSUP] sv by Victor

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

D'Hont René-Luc <rldhont@gmail.com>	2014-01-10

    [RASTER][Feature] Applying scale and offset to raster data - funded
    Ifremer

    An issue has been opened 5 mounth ago
    [BUG] #8417 incorrect value loaded from netcdf file
    The data has not be loaded incorrectly, but QGIS doesn't apply scale
    and offset defined for each band.

    This commit will apply scale and offset to GDAL Provider BandStatistics
    and to RASTER block of data.

    It also adds bandScale and bandOffset method to QgsRasterDataProvider Python API.

Victor Olaya <volayaf@gmail.com>	2014-05-15

    [processing] extension can now be specified for OutputFile

Radim Blazek <radim.blazek@gmail.com>	2014-05-15

    sort browser list by name

Leyan <ouyang.leyan@hotmail.com>	2014-05-15

    always delete regardless of mouse position; use default rubberband color

Victor Olaya <volayaf@gmail.com>	2014-05-15

    [processing] removed margin from number input panel

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-15

    Restore OverrideCursor in field calculator on fail

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-15

    [composer] Show missing image graphic if picture item source is invalid

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-15

    Fix windows build

Sandro Mani <manisandro@gmail.com>	2014-04-07

    [composer] Don't consider removed items in z list

Merge: dc905accac f9dcc37138
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-15

    Merge pull request #1352 from 3nids/datadefined2

    use QgsFieldExpressionWidget in data defined properties

Leyan <ouyang.leyan@hotmail.com>	2014-05-13

    check snapping tolerance of both layers before validating intersection snapping

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-15

    use QgsFieldExpressionWidget in data defined properties

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-15

    [FEATURE][composer] Rework attribute tables to make tables more flexible.
    - Add support for reordering columns in a table (fix #5942)
    - Add support for expression based columns
    - Add support for setting column alignment (fix #2957)
    - Add support for setting column header alignment
    - Make sorting in tables correctly handle nulls, dates, times, locale aware string sorting
    This work also paves the way for future expansion of attribute tables to allow for setting column widths, column colors, etc.

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-15

    [FEATURE][composer] Add option for controlling placement of rendered images inside a picture item (eg, top left, bottom right, etc)

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-14

    save raster useSrcNoData option in project (#10236)

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-15

    [composer] Allow for finer control over text rendered with QgsComposerItem::drawText, fixes clipped text when using italic fonts in legend titles

Merge: 9804d17006 42203b775e
Radim Blazek <radim.blazek@gmail.com>	2014-05-14

    Merge pull request #1335 from manisandro/apply_settings_when_saving_style

    Apply settings before saving style, otherwise unapplied settings are not written to qml file

Larry Shaffer <larrys@dakotacarto.com>	2014-05-13

    Add SOSI support to OGR provider

Tom Kralidis <tomkralidis@gmail.com>	2014-05-13

    add MetaSearch 0.2.0 (https://github.com/geopython/MetaSearch/issues/53)

Merge: 436973dc03 8707cf2f37
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-13

    [FEATURE]: Server logging also in release mode

Merge: 1ed94d01f7 06738d4971
mhugent <marco.hugentobler@sourcepole.ch>	2014-05-13

    Merge pull request #1337 from Oslandia/test_qgis_mapserver

    fix #10198

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-13

    [FEATURE]: File log in server also if server executable is compiled in release mode

Ivan Mincik <ivan.mincik@gmail.com>	2014-05-13

    db manager: fixed quoting of table name when schema is empty string

Ivan Mincik <ivan.mincik@gmail.com>	2014-05-13

    db manager: fix connection holding - idle in transaction (QGIS bug #7162)

Radim Blazek <radim.blazek@gmail.com>	2014-05-12

    fixed simple marker, ellipse, svg anchor with data defined size, fixes #9579

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-12

    completely remove whatsthis and tooltips definitions

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-12

    fix CMakeLists

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-12

    redirect complete qgis.gui for pyuic

Salvatore Larosa <lrssvtml@gmail.com>	2014-05-12

    [pyqgis-console] adds PyQGIS-2.2.api

Salvatore Larosa <lrssvtml@gmail.com>	2014-05-12

    [pyqgis-console] revert PyQGIS-2.0.api file after 53ac675: the changes are for 2.4 release

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-12

    Delete provider registry actively
    Fixes a crash on exit

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-08

    fix ScaleRangeWidget: crash when setting canvas, order of the min/max widgets, denom/true scale, raster and rulebased dialogs, tooltip, alignement, etc.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-07

    use specific PyQt4/uic widget-plugins module for python compilation of widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-07

    QgsScaleRangeWidget: renamed from QgsScaleVisibilityWidget, do not use ui file

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-07

    remove whatsthis/tooltip from domXml

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-07

    rename QgsMapLayerComboBox::getFilters to filters

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-07

    fix CMakeLists

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-06

    fix ui header name

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-02

    redirect custom widget includes to qgis.gui

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-02

    better initial size for widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-02

    QgsMapLayerComboBox: allow setting filters within QtDesigner

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-02

    added QgsFieldComboBox, QgsFieldExpressionWidget and QgsMapLayerComboBox to custom widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-25

    custom widgets for Qt Designer, QgsScaleVisibilityGroupBox plugin

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-12

    fix field proxy model use

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-12

    use proxy model

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-12

    field combobox: properly emit signal when setField on the first displayed field

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-12

    field proxy model to filter fields on their type (also fix #10181)

Werner Macho <werner.macho@gmail.com>	2014-05-12

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-12

    rename filters in map layer proxy model

Juergen E. Fischer <jef@norbit.de>	2014-05-10

    network manager: fix authentication of private network manager instances and support system proxies with exclusions

Leyan <ouyang.leyan@hotmail.com>	2014-05-02

    Want to get split feature to work with a single point to split a line

volaya <volayaf@gmail.com>	2014-05-08

    [processing] minor fixes related to settings

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-09

    sort and cleanup gdal and ogr file filter list

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-09

    fix QgsOgrProvider::subLayers() to return only one sublayer when a specific layer id or name was requested in uri

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-09

    change filter name of SQLite driver to SQLite/SpatiaLite

Etienne Tourigny <etourigny.dev@gmail.com>	2014-05-09

    add GeoPackage support to ogr provider

Juergen E. Fischer <jef@norbit.de>	2014-05-09

    osgeo4w: don't register .qgs file extensions if release version is installed
    (fixes OSGeo4W#415)

Juergen E. Fischer <jef@norbit.de>	2014-05-07

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-05-09

    allow setting geometry empty in postgres and spatialite provider (applies PR#1343)

Merge: e138c2e94d e21d151b11
Paolo Cavallini <cavallini@faunalia.it>	2014-05-09

    Merge pull request #1341 from lucalanteri/patch-1

    Update convergenceindex.rst

Juergen E. Fischer <jef@norbit.de>	2014-05-09

    fix windows build

lucalanteri <lucalanteri@users.noreply.github.com>	2014-05-08

    Update convergenceindex.rst

Merge: add7040a2f 21249c3ce6
mhugent <marco.hugentobler@sourcepole.ch>	2014-05-08

    Merge pull request #1340 from manisandro/fix-10205

    Fix issue 10205: size of markers in marker line broken

Leyan <ouyang.leyan@hotmail.com>	2014-05-02

    Add rubberband on mouse press, code reorganisation and cleanup

Sandro Mani <manisandro@gmail.com>	2014-05-08

    Fix issue 10205: size of markers in marker line broken

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-08

    [composer] Fix smart page breaks not being applied to html items when first calculating new frames

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-07

    [composer] Allow user to set maximum distance for page breaking in html items.

Larry Shaffer <larrys@dakotacarto.com>	2014-05-07

    Move OpenFileGDB to alphabetical placement

Merge: 0c6056be5b 3f48ec9322
Jürgen Fischer <jef@norbit.de>	2014-05-07

    Merge pull request #1249 from Oslandia/expose_simplifier

    Expose QgsMapToPixelSimplifier to Python

Merge: 0a82f37e92 ddecf7e94e
Juergen E. Fischer <jef@norbit.de>	2014-05-07

    Manually merge PR #1290 (fixes #9861)

Juergen E. Fischer <jef@norbit.de>	2014-05-07

    sync symbology-ng sips with headers (scripts/sipdiff)

Juergen E. Fischer <jef@norbit.de>	2014-05-07

    identify results: show and raise dock

Juergen E. Fischer <jef@norbit.de>	2014-05-07

    fix windows build (missing CORE_EXPORT/GUI_EXPORT)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-07

    give focus to the combo so QgsFieldExpressionWidget can be used as a delegate (allow pressing expression dialog button)

Sandro Mani <manisandro@gmail.com>	2014-04-17

    Add repeat distance UI

Sandro Mani <manisandro@gmail.com>	2014-04-17

    Add line multi-labelling support to pal

Merge: 620220dd16 53ac67517a
mhugent <marco.hugentobler@sourcepole.ch>	2014-05-07

    Merge pull request #1320 from manisandro/minmax

    min-max map unit scale support

Sandro Mani <manisandro@gmail.com>	2014-04-06

    min-max map unit scale support

vmora <vincent.mora@oslandia.com>	2014-05-07

    fix #10198

Tom Kralidis <tomkralidis@gmail.com>	2014-05-07

    add myself to AUTHORS

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-07

    [FEATURE][composer] Add button to create new frame when using composer items in Use Existing Frames mode

Merge: 26e98f7f0a 2f2982f6e2
alexbruy <alexander.bruy@gmail.com>	2014-05-07

    Merge pull request #1328 from m-kuhn/httplib2

    [processing] Fallback to external httplib2 when internal is not available

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-07

    put description file in correct directory

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-07

    put description file in correct place

gioman <giovanni.manghi@faunalia.pt>	2014-04-17

    Add v.kernel module to GRASS64

gioman <giovanni.manghi@faunalia.pt>	2014-04-01

    add grass7 r.cost module with no need for stop points input

Markus Neteler <neteler@gmail.com>	2014-04-01

    Fixed some parameter names: dot is underscore

Merge: c64c89e7dd bb93600607
alexbruy <alexander.bruy@gmail.com>	2014-05-07

    Merge pull request #1333 from p0cisk/ConcaveHull

    [Processing][Feature] Add Concave Hull algorithm

Merge: 35516fd344 7689bf1977
mhugent <marco.hugentobler@sourcepole.ch>	2014-05-07

    Merge pull request #1155 from to-kr/master

    Fix for #8130 - WFS client: invalid columns after copy/paste.

Sandro Mani <manisandro@gmail.com>	2014-04-07

    Fix QgsDistanceArea returning an uninitialized and never set
     member variable instead of the actual source crs srsid

Werner Macho <werner.macho@gmail.com>	2014-05-07

    [TRANSUP] adding tagalog language

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-07

    Change symbol group text in symbol list

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-07

    Restore API for addSymbolToStyle()

Alvaro Huarte <ahuarte47@yahoo.es>	2014-04-02

    #9861: Fix offsetline-GEOSOffsetCurve for multigeometries

Sandro Mani <manisandro@gmail.com>	2014-05-06

    Apply settings before saving style, otherwise unapplied settings are not written to qml file

Juergen E. Fischer <jef@norbit.de>	2014-05-06

    assign network access manager to QWebPages (fixes #10189)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-06

    Q_PROPERTY to define dialog title in field expression widget

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-06

    field expression widget: better documentation

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-06

    map layer combo: emit signal before return

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-06

    map layer combo: emit signal on setLayer even if index is not changed

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-06

    expression widget: do not provide new expression at each keypress

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-06

    Show feature count in field calc

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-05-06

    Only enable update selection in field calc when we have a selection

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-05-06

    Fix sip compile problems

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-03-30

    Tweak UI for symbol builder and selector.

    - Move blend options to below symbol builder
    - Move Save symbol to under symbol stack
    - Move open Symbol manager to next to group dropdown

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-06

    Add tests for composer html multi frames using smart breaks

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-06

    Fix failing composer html tests

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-06

    Fix some failing tests

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-05

    [fix #10168] expression widget: grey out when disabled
    use const when possible

Juergen E. Fischer <jef@norbit.de>	2014-05-06

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2014-05-06

    postgres provider: retrieve srs from postgis

Juergen E. Fischer <jef@norbit.de>	2014-05-05

    layer selection identify: show 'all' layers only when there are multiple layers

Juergen E. Fischer <jef@norbit.de>	2014-05-05

    postgres provider: fix lookup of aliased columns

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-05-05

    Fix server debug log

Alexander Bruy <alexander.bruy@gmail.com>	2014-05-05

    [processing] fix error when editing script help

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-04

    Fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-04

    Fix svg fills losing fill and border color and border width settings when loading symbol dialog (fix #9945)

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-04

    Fix missing default unit types for SVG fills (fix #7699)

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-04

    Add SVG file filter to SVG fill pattern browse dialog (refs #6209)

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-04

    Fix invalid data defined parameters for SVG fill after loading project (fix #10156)

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-04

    [FEATURE] Add option for shifting markers in marker line style a set distance along the line. Supports delaying the start of markers placed at intervals, or placing markers a set distance before/after the first/last vertex (fix #9000)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-03

    remove old declaration

Piotr Pociask <opengis84@gmail.com>	2014-05-03

    [Processing]Concave Hull - dissolve bug is fixed so taking last feature
    is not necessary

Juergen E. Fischer <jef@norbit.de>	2014-05-03

    layer selection identify: show feature count and add an option to get features
    of all selected layers.

borys <info@borysjurgiel.pl>	2014-05-03

    [Plugin Manager] Fix voting stars

borys <info@borysjurgiel.pl>	2014-05-03

    [Plugin Manager] support multiline breaks in the about tag

Merge: a096cf45e4 1dc8dd5d58
Martin Dobias <wonder.sk@gmail.com>	2014-05-03

    Merge pull request #1334 from simonsonc/qrect-united

    Use QRect::united instead of unite

Larry Shaffer <larrys@dakotacarto.com>	2014-05-02

    Add OpenFileGDB read-only driver option to OGR directory drivers (available in gdal-1.11.0)

    - Works fine, though sometimes is assigned '-' for a CRS when CRS is unknown (unrelated to driver?)

Carl Simonson <simonsonc@gmail.com>	2014-05-02

    Use QRect::united instead of unite

    The unite() method has been deprecated in favor of united(). In Qt 4,
    united() just calls unite(); in Qt 5, it is completely removed.

Piotr Pociask <opengis84@gmail.com>	2014-05-02

    [Processing][Feature] Add Concave Hull algorithm

Juergen E. Fischer <jef@norbit.de>	2014-05-02

    identify results:
    * restore identify dock (implements #10152)
    * add clear button (implements #10149)
    * automatically set only item current
    * move controls to bottom

Juergen E. Fischer <jef@norbit.de>	2014-05-02

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-05-02

    identation update

Juergen E. Fischer <jef@norbit.de>	2014-05-02

    labeling: 'show' empty string instead of configured representation for NULL (party reverts e497a5c; refs #9998; fixes #10151)

Merge: 1f20630ec5 71727ac381
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-02

    Merge pull request #1318 from 3nids/fieldexpressionmodel

    field expression widget (with expression capability added to QgsFieldModel)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-02

    update sip

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-30

    graduated symbol: do not auto classify on field changed (prevent error dialog at each keypress)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-30

    add signal with expression validity

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-30

    typo in var name

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-30

    field model only works with vector layer, add convenience slots for QgsMapLayer in QgsFieldExpressionWidget and QgsFieldComboBox

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-29

    QgsFieldModel::layer() returns QgsVectorLayer

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-29

    remove protected slots in sip
    fix signal emitted twice
    handle null expression (fix empty row)
    coherent color (colored text, not background)
    fix wrong slot

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-23

    QgsFieldCombobBox do not allow expression
        editExpression protected, setLayer uses QgsVectorLayer
        make epxression widget editable

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-04

    expression button and expression capability added to the field model

Martin Dobias <wonder.sk@gmail.com>	2014-05-02

    Fix #9771 (fix rendering of layers with geographical CRS with OTF on)

Martin Dobias <wonder.sk@gmail.com>	2014-05-01

    Fix #10132 (wrong size of SVG markers in composer export)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-01

    update sip for query builder

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-05-01

    query builder: give focus to the SQL text area when shown

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-01

    [composer] Refresh view action now also reloads html items and refreshes attribute table features.

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-01

    [composer] Add refresh button to html items, to reload the html source from the url.

Nyall Dawson <nyall.dawson@gmail.com>	2014-05-01

    [composer] Make html items more aggresive in choosing page break locations

Merge: 6f1b875aec a66893d5da
Nyall Dawson <nyall.dawson@gmail.com>	2014-05-01

    Merge pull request #1312 from manisandro/composer_manager_nonmodal

    Make QgsComposerManager non-modal

Juergen E. Fischer <jef@norbit.de>	2014-04-30

    fix restoration of identify mode

Leyan <ouyang.leyan@hotmail.com>	2014-04-29

    Allow to delete ring by clicking inside the ring

Werner Macho <werner.macho@gmail.com>	2014-04-30

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Sandro Mani <manisandro@gmail.com>	2014-04-10

    Remove redundant check

Sandro Mani <manisandro@gmail.com>	2014-03-27

    Fix crash with empty attribute list

pcav <cavallini@faunalia.it>	2014-04-30

    IT translation fix and update

Sandro Mani <manisandro@gmail.com>	2014-04-30

    Add activate slot

Juergen E. Fischer <jef@norbit.de>	2014-04-30

    fix doxygen warnings

Sandro Mani <manisandro@gmail.com>	2014-04-29

    Add mac window menu integration

Leyan <ouyang.leyan@hotmail.com>	2014-02-19

    Improve delete part feature to allow deletion by clicking inside a polygon part

Juergen E. Fischer <jef@norbit.de>	2014-04-29

    debian packaging fix: python-qgis doesn't have pyspatialite on trusty anymore (followup 8120f308f)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-29

    [composer] Prevent hangs when using html multi frames with a very small first frame

Martin Dobias <wonder.sk@gmail.com>	2014-04-28

    Fix #10127 (crash on parallel rendering of spatialite layers)

    There was a run condition in connection pool singleton: at the beginning,
    the singleton got initialized twice. Now the singleton is handled
    as a static function variable which should be initialized in thread-safe way.

Merge: 7581370b35 02e46e89a4
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-28

    Merge pull request #1317 from 3nids/addtoolbar

    allow to add a QToolBar to QGisInterface

Salvatore Larosa <lrssvtml@gmail.com>	2014-04-28

    Fixes #9656 - allows to scroll per pixel vertically in the log messages tabs

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Add checkbox for controlling whether html items should use smart page breaking (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Don't draw repeated html contents if mode is UseExistingFrames and frame should be empty (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [FEATURE][composer] HTML frames no longer cut through lines of text when splitting over multiple pages (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Add method for overriding page break location in multi frame items (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Fix duplicate frames when multi frame is set to Repeat on Every Page (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Copy frame properties (outline, background, render settings) when creating new frames in a multi frame (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Add frameOutlineWidth property for composer items (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Manually removing a frame from a multi frame forces the multi frame to UseExistingFrames mode, otherwise the frame may not actually be removed. This changes makes the behaviour of multi frames a bit more predictable (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Allow choosing *.htm and *.* files for html item source (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Update number of pages in gui whenever number of pages is changed by multi frame items (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Update picture item header documentation and sip bindings (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Add tests for expression based picture source (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Refresh picture size if composition resolution changes (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Add signal for when composition print resolution changes (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Move code responsible for updating labels from atlas to QgsComposerLabel, fix potential crash when removing atlas coverage layer.

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Don't resize picture frame to invalid sizes (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [FEATURE][composer] Add expression support for picture source (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Add a featureChanged signal for when the current atlas feature changes (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Picture item header improvements (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Add tests for picture resize modes (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Move composer picture related tests into their own seperate test suite (sponsored by City of Uster, Switzerland)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [FEATURE][composer] Implement different resize modes for composer picture items, including zoom, stretch, clip, frame to image size (fix #7886). (Sponsored by City of Uster, Switzerland)

Juergen E. Fischer <jef@norbit.de>	2014-04-28

    german translation update

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Add more tests to attribute table test suite

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Some api documentation improvements and fix ups

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Add test for text table cell values

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Make getFeatureAttributes public for tables

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Start test suite for composer tables.

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-28

    [composer] Rename getHeaderLabels to headerLabels and make it public for composer text/attribute tables.

Merge: 73b2b86f6a dfb84e136d
Jürgen Fischer <jef@norbit.de>	2014-04-28

    Merge pull request #1326 from saberraz/master

    Changed the link to commercial support page default to EN.

Merge: 4c2819c99d dfc077b51f
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-28

    Merge pull request #1302 from manisandro/remove_layer_from_LayerSnappingList

    Re-write the snapping settings when removing a layer

Werner Macho <werner.macho@gmail.com>	2014-04-28

    [TRANSUP] fi by Kari

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Salvatore Larosa <lrssvtml@gmail.com>	2014-04-28

    [db manager] shows vertical scrollbar as needed and set focus to the query editor after clearing

Juergen E. Fischer <jef@norbit.de>	2014-04-27

    debian packaging: depend on python-pyspatialite on trusty

Martin Dobias <wonder.sk@gmail.com>	2014-04-27

    Fix crashes with parallel access to GRASS vectors

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-27

    [composer] Recalculate table size when margin or grid width changes

Merge: 23900ba55d ca75fedd4b
Werner Macho <werner.macho@gmail.com>	2014-04-27

    Merge pull request #1329 from Cracert/i18n

    [TRANSUP] pl: OptionsBase; iss 6,8,9,13 by Radek

Robert Szczepanek <robert@szczepanek.pl>	2014-04-26

    [TRANSUP] pl: OptionsBase; iss 6,8,9,13 by Radek

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-26

    follow up e4f410b58

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-04-26

    Fallback to external httplib2 when internal is not available

Martin Dobias <wonder.sk@gmail.com>	2014-04-25

    Fix extent computation in memory provider

Lutra <saber.razmjooei@lutraconsulting.co.uk>	2014-04-25

    Changed the link to commercial support page. the DE is in german, changed to EN.

Juergen E. Fischer <jef@norbit.de>	2014-04-25

    identify: fix form button icon & tooltip, remove close button

Juergen E. Fischer <jef@norbit.de>	2014-04-25

    QgsField::displayString() consider configurable NULL representation

Juergen E. Fischer <jef@norbit.de>	2014-04-25

    fix crash when maptool of a plugin is active on exit

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-25

    [processing] fix typo in GRASS 7 provider

Victor Olaya <volayaf@gmail.com>	2014-04-24

    [processing] fixed v.select description

    fixes #10113

Victor Olaya <volayaf@gmail.com>	2014-04-24

    [processing] added new example script

Victor Olaya <volayaf@gmail.com>	2014-04-24

    [processing] added Chainage algorithm as script

Victor Olaya <volayaf@gmail.com>	2014-04-24

    [processing]improved script editor dialog

Victor Olaya <volayaf@gmail.com>	2014-04-24

    [processing] some fixes in help system

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-24

    sip: add transfer

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-10

    allow to add a QToolBar to QGisInterface (will allow subclassing)

Werner Macho <werner.macho@gmail.com>	2014-04-24

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-24

    Fix capitalisation of string

Werner Macho <werner.macho@gmail.com>	2014-04-24

    [TRANSUP] pt_BR from transifex test

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Victor Olaya <volayaf@gmail.com>	2014-04-23

    [processing] store settings using QSettings instead of in a dedicated file

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-04-23

    Add node points for measure tool

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-04-23

    Add better default colour and width for measure tools. Fix #10029

Alexander Bruy <alexander.bruy@gmail.com>	2014-04-23

    [processing] fix help method in GeoAlgorithm class

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-04-23

    Remove identify mode and auto open from options from options from dialog

Merge: 5e0b5fe7d9 a4133cee2e
Werner Macho <werner.macho@gmail.com>	2014-04-23

    Merge pull request #1324 from thodorisvakkas/master

    [TRANSUP] greek translation 20140423

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-23

    Add .orig to gitignore

thodoris.vakkas <tvakkas@getmap.gr>	2014-04-23

    [TRANSUP] greek translation 20140423

    Signed-off-by: thodoris.vakkas <tvakkas@getmap.gr>

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-23

    [composer] Add a manual 'refresh' button to attribute tables, to refresh table if data has changed outside of QGIS

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-23

    [composer] Cache features for attribute table, to reduce excessive cpu use and multiple queries to layer provider

Werner Macho <werner.macho@gmail.com>	2014-04-22

    [TRANSUP] gl by Xan

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-04-22

    [TRANSUP] es by carlos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-04-22

    identify: clear rubberband after deleting the items

Juergen E. Fischer <jef@norbit.de>	2014-04-22

    cleanup: replace boolean comparison (x==true => x / x==false => x) (followup b40868c8)

Juergen E. Fischer <jef@norbit.de>	2014-04-22

    Add Marco Lechner to CONTRIBUTORS

Merge: 2f47bbace8 d6535a82ba
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-22

    Merge branch 'server_legend_url'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-22

    [FEATURE]: Add legend url to wms capabilities. Patch from mlechner

Larry Shaffer <larrys@dakotacarto.com>	2014-04-21

    Fix compiling error with some compilers on Mac

Juergen E. Fischer <jef@norbit.de>	2014-04-22

    missed a file in last commit

Juergen E. Fischer <jef@norbit.de>	2014-04-22

    always use identify dialog as dock (also fixes #9631)

Juergen E. Fischer <jef@norbit.de>	2014-04-21

    don't open feature form and identify results window (fixes reintroduced #9631)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-04-10

    [Identify] Move identify mode selection to dialog.  Add auto form checkbox

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-04-08

    [Identify] Expand first feature

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-04-08

    [Identify] Don't clear the identify results on single result

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-04-08

    [Identify] Show only layer name in identify results

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-04-13

    Show message bar for console python open error

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-21

    [FEATURE][composer] Add button to view current map item extent in main map canvas

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-21

    [composer] Correctly set background color for map items (fix #9775)

Juergen E. Fischer <jef@norbit.de>	2014-04-20

    more processing cmake fixes

volaya <volayaf@gmail.com>	2014-04-20

    [processing] added new tools to add scripts/models from files

volaya <volayaf@gmail.com>	2014-04-20

    [processing] fixed wrong import

Juergen E. Fischer <jef@norbit.de>	2014-04-20

    fix build error

Juergen E. Fischer <jef@norbit.de>	2014-04-20

    fix warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-20

    Remove legacy classes in server code

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-20

    Fix compile error after merge

Merge: 25676f3cf5 f132b4307b
mhugent <marco.hugentobler@sourcepole.ch>	2014-04-20

    Merge pull request #1296 from mhugent/server_cleanup

    Server config redesign

Victor Olaya <volayaf@gmail.com>	2014-04-20

    [processing] Adapted make files (they were not changed after refactoring folder structure)

Juergen E. Fischer <jef@norbit.de>	2014-04-19

    data defined symbol dialog: only remove quoting if there is one (fixes #9783)

Juergen E. Fischer <jef@norbit.de>	2014-04-19

    labeling: consider configure representation for NULL values (fixes #9998)

Juergen E. Fischer <jef@norbit.de>	2014-04-19

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-04-19

    identation update

Juergen E. Fischer <jef@norbit.de>	2014-04-19

    oracle provider:
    * retrieve comment of materialized views (implements #10063)
    * use detected srid (fixes #10091)
    * initialize mUseEstimatedMetadata (fixes #10092)
    * also consider username in temporary saved credentials (fixes #10093)

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing] recover changes introduced in b928d165206a0994e593903d149c875131bfd6c6, lost on refactoring and merging

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing] fixed wrong path to grass icon in grass7 provider

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing] prevent grass installation check returning None when folder not set under windows

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing] fixed wrong help url to Processing manual

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing] prevent grass7 config parameters from shadowing grass6 parameters

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing] fixed indentation issues

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing] added grass7 files (forgot to add them on refactoring)

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing] corrected wrong name of script help file

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing] improvements in help for algorithms

    Avoid creating temporary helpfiles
    Added basic converter to convert rst into html on the fly
    Added SAGA help files

Victor Olaya <volayaf@gmail.com>	2014-04-17

    [processing] refactoring to put all algorithm providers under a single module

Victor Olaya <volayaf@gmail.com>	2014-04-19

    [processing]correctly update toolbox after editing/creating/deleting models and scripts

Juergen E. Fischer <jef@norbit.de>	2014-04-19

    fix doxygen warnings

Juergen E. Fischer <jef@norbit.de>	2014-04-19

    add path of bscmake.exe

Juergen E. Fischer <jef@norbit.de>	2014-04-18

    osgeo4w: run builds using cmake --build

Juergen E. Fischer <jef@norbit.de>	2014-04-18

    GRASS:
    * don't include unistd on windows in browser
    * avoid warning when grass/version.h is not found at once

Juergen E. Fischer <jef@norbit.de>	2014-04-18

    fix doxygen warning

Werner Macho <werner.macho@gmail.com>	2014-04-18

    few updates in the translators file, more to come

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-04-18

    [TRANSUP] german translation update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-04-18

    typo and permission fix

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Larry Shaffer <larrys@dakotacarto.com>	2014-04-18

    Direct access to grass70, in lieu of grass.sh, for Processing on Mac

    - This just gets GRASS 7 useable in Processing. Vetting of all env vars has not been done.
    - Note: all GRASS scripts are now Python, so grass.sh is not available anyway.
    - Test for grass.sh remains, in case it is created for a custom packaging setup.

Radim Blazek <radim.blazek@gmail.com>	2014-04-17

    GRASS7 vector provider

Juergen E. Fischer <jef@norbit.de>	2014-04-17

    wms client: handle + encoding (image/svg+xml) in format parameter also for
    other requests (followup b118213d, refs #10060)

Werner Macho <werner.macho@gmail.com>	2014-04-17

    [TRANSUP] easter string update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-04-17

    Moved map layer's custom properties to a separate class

Victor Olaya <volayaf@gmail.com>	2014-04-15

    changed group name of example script

Victor Olaya <volayaf@gmail.com>	2014-04-14

    [processing] allow selection of open layers in batch interface

Victor Olaya <volayaf@gmail.com>	2014-04-13

    [processing] Removed wrong method definition in ParameterTable.py

Victor Olaya <volayaf@gmail.com>	2014-04-13

    Removed MultipleExternalInput parameter and made it a subtype of MultipleInput

Martin Dobias <wonder.sk@gmail.com>	2014-04-17

    Fixed a crash in QgsMapLayerModel (when opening a new project)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-17

    use correct signal

Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-16

    fix UI inconsistencies in raster min/max widget

Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-16

    fix raster cumulative cut for byte bands (#9793) and make sure values are rounded down/up for integer bands

Merge: a70a18d39b 7399789f85
Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-16

    Merge pull request #1213 from etiennesky/histogram_bars

    Histogram bars

Werner Macho <werner.macho@gmail.com>	2014-04-17

    rewrite tx config and add catalan from transifex

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 122034a07a 3461afc6b7
volaya <volayaf@gmail.com>	2014-04-16

    Merge pull request #1284 from gioman/r_cost

    add grass r.cost module with no need for stop points input

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-16

    Fix loading of embedded layers and groups in WMS server

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-16

    [composer] Some small fixes to svg layers export, naming improvements, additional comments

vmora <vincent.mora@oslandia.com>	2014-04-15

    [composer] add svg export with layers

Werner Macho <werner.macho@gmail.com>	2014-04-16

    [TRANSUP] ro from transifex test and en update

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 10f9f55886 a98df93a0d
mhugent <marco.hugentobler@sourcepole.ch>	2014-04-16

    Merge pull request #1266 from rldhont/provider_wfs_authorization

    [BUGFIX] 9234 - WFS client doesn't expose Header Authorization

Larry Shaffer <larrys@dakotacarto.com>	2014-04-15

    Bundle any externally linked libs for osgEarth on Mac

Larry Shaffer <larrys@dakotacarto.com>	2014-04-15

    Add QtScript to Mac app bundle (now used in WMS provider)

Martin Dobias <wonder.sk@gmail.com>	2014-04-15

    Fix #9532 (node tool crash on a layer with a feature without geometry)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-15

    Fix drawing order with embedded group

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-15

    [composer] Fix QgsComposerTextTable always blank

Sandro Mani <manisandro@gmail.com>	2014-04-07

    [composer] Correctly update extent when restoring composermap state, except when composer map is not yet visible after loading

Sandro Mani <manisandro@gmail.com>	2014-04-15

    Use deleteLater in QgisApp::deleteComposerManager

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-15

    [composer] Allow choice of non-geometry vector layers for attribute table, but disable controls which have no meaning for geometryless tables (fix #9944)

Sandro Mani <manisandro@gmail.com>	2014-04-14

    Don't open multiple composer manager windows, don't hide the composer manager when showing/duplicating a composer

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-14

    [composer] Use QgsMapLayerComboBox for attribute table layer selection

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-14

    [FEATURE][composer] Allow filtering rows in attribute tables

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-14

    [FEATURE][composer] Allow setting line join and cap style for scalebars

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-14

    [composer] Correctly handle cancelling shape, overview, grid and page style changes

Juergen E. Fischer <jef@norbit.de>	2014-04-14

    fix crash when triggering already destroyed map layer actions in identify
    (alternative fix for PR#1319)

Juergen E. Fischer <jef@norbit.de>	2014-04-14

    debian packaging: revert source format

Juergen E. Fischer <jef@norbit.de>	2014-04-14

    add download link to the api documentation

Juergen E. Fischer <jef@norbit.de>	2014-04-14

    wms: add support for svg getmap requests (implements #10060)

Juergen E. Fischer <jef@norbit.de>	2014-04-13

    debian packaging: missed some downstream changes in merge

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-13

    [composer] Add undo/redo support for item transparency and blend modes, symbol change for shapes, overviews and grid styles

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-13

    [composer] Fix undoing item rotation not applying when item originally had 0 rotation

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-13

    [composer] Correctly update non-position related item property controls after undo/redo

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-04-13

    Use message bar for old project message

Merge: e87a7b84fd e214741c62
Nyall Dawson <nyall.dawson@gmail.com>	2014-04-13

    Merge pull request #1300 from manisandro/fix_composer_arrow_bbox

    Improve print composer arrow bounding box logic

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-13

    [composer] Correctly save/restore legend title alignment

Sandro Mani <manisandro@gmail.com>	2014-04-06

    [composer] Ensure UI is syncronized with legend item state

Sandro Mani <manisandro@gmail.com>	2014-04-07

    [FEATURE][composer] Add support for specifying legend title horizontal alignment in composer

Sandro Mani <manisandro@gmail.com>	2014-04-07

    Initially set width and height spinboxes in composition paper setup to disabled (since initial format is A4)

Juergen E. Fischer <jef@norbit.de>	2014-04-12

    don't restart network timeout timer twice (followup a63de6d, partly reverts d7c29ae)

Werner Macho <werner.macho@gmail.com>	2014-04-11

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-11

    Update composer shape sip

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-11

    [composer] Follow up 2b3108f9ae, fix calculation of bounding rect after resizing composer shapes

Werner Macho <werner.macho@gmail.com>	2014-04-10

    adding function help for atlasid and atlasgeometry

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: a1f1b94af4 d2dce59cf0
Jürgen Fischer <jef@norbit.de>	2014-04-10

    Merge pull request #1314 from manisandro/network_timeout

    Restart timeout timer when data is received in QgsNetworkAccessManager

Merge: 5f19830d9e 25915d7891
mhugent <marco.hugentobler@sourcepole.ch>	2014-04-10

    Merge pull request #1305 from manisandro/save_on_new_from_template

    Ask whether to save existing project when creating a new project from a template

Sandro Mani <manisandro@gmail.com>	2014-04-09

    Log timeout URL to message log, only display short message in message bar

Sandro Mani <manisandro@gmail.com>	2014-04-09

    Use message bar instead of warning dialog

Sandro Mani <manisandro@gmail.com>	2014-04-06

    Populate transparency table when loading qml style for raster
     layer

Sandro Mani <manisandro@gmail.com>	2014-04-07

    Restart timeout timer when data is received in QgsNetworkAccessManager, show a message if timeout is reached.

Sandro Mani <manisandro@gmail.com>	2014-04-09

    Simplify test

Sandro Mani <manisandro@gmail.com>	2014-04-06

    Make QgsComposerManager non-modal, ensure consistency of composer manager composer list

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-09

    Revert "Make QgsComposer window WindowModal"

    This reverts commit a901ee119e4b5433765042d3d7b21f12d3ef6bfd.

Merge: bbf68bff2b a901ee119e
Nyall Dawson <nyall.dawson@gmail.com>	2014-04-09

    Merge pull request #1298 from manisandro/composer_window_modal

    Make QgsComposer window WindowModal

Juergen E. Fischer <jef@norbit.de>	2014-04-08

    fix warning

Martin Dobias <wonder.sk@gmail.com>	2014-04-08

    [FEATURE] Oracle: local cache of the list of tables

    Caching is done using SQLite database (could be shared also with other providers)

Sandro Mani <manisandro@gmail.com>	2014-04-06

    Ask whether to save existing project when creating a new
     project from a template.

Sandro Mani <manisandro@gmail.com>	2014-04-06

    Use a QDoubleSpinBox instead of a QLineEdit for the snapping
     tolerance, make the treeview columns adjust better to the size of the
     contents

Merge: 00b1f2c172 ff18324584
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-08

    Merge pull request #1260 from leyan/snapping_priority_2

    Snapping priority to vertex in QgsSnapper

Sandro Mani <manisandro@gmail.com>	2014-04-06

    Re-write the snapping settings when removing a layer

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-08

    Bring composition to front and automatically activate atlas preview when running the "set as atlas feature" action (sponsored by SIGE)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-08

    [composer] Allow setting the join style for composer item frames

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-08

    Fix some symbol properties reseting when symbol dialog opens, make dialog safer by always blocking signals before updating initial state of controls

Sandro Mani <manisandro@gmail.com>	2014-04-06

    Adjust the arrow points to fit inside the specified bounding
     box, as opposed to adjusting the bounding box for the arrow points (except
     when bounding box is too small)

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-08

    [composer] Default to miter style for shapes and page background

Sandro Mani <manisandro@gmail.com>	2014-04-06

    Make QgsComposer window WindowModal

Merge: d60e7dc4ff c108d029ac
Werner Macho <werner.macho@gmail.com>	2014-04-08

    Merge pull request #1295 from Cracert/i18n

    [TRANSUP] pl: legend context menu

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-08

    Consider number of layers in a project can be higher than 100 for caching

Robert Szczepanek <robert@szczepanek.pl>	2014-04-07

    [TRANSUP] pl: legend context menu

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-07

    Cleanup config cache

Merge: d60e7dc4ff 9de505d51d
Marcel Dancak <marcel.dancak@gista.sk>	2014-04-07

    Merge remote-tracking branch 'origin/master'

    Conflicts:
            src/mapserver/qgswmsserver.cpp

Merge: 3e4b5684eb 1399c6ed07
mhugent <marco.hugentobler@sourcepole.ch>	2014-04-07

    Merge pull request #1292 from anitagraser/master

    fixed SVG markers to work with anchor point=bottom

Werner Macho <werner.macho@gmail.com>	2014-04-06

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-06

    Re-enable reloading of changed project files

Juergen E. Fischer <jef@norbit.de>	2014-04-06

    fix crash when removing layers with highlighed features

Juergen E. Fischer <jef@norbit.de>	2014-04-06

    german translation update with some translation fixes

Juergen E. Fischer <jef@norbit.de>	2014-04-06

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-04-05

    debian packaging update: merge downstream debian changes

Juergen E. Fischer <jef@norbit.de>	2014-04-06

    fix warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-06

    Re-enable watermark items

Juergen E. Fischer <jef@norbit.de>	2014-04-05

    fix doxygen dot graph warning

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-05

    Re-enable embedded groups

anitagraser <anitagraser@gmx.at>	2014-04-05

    fixed SVG markersto work with anchor point=bottom

Larry Shaffer <larrys@dakotacarto.com>	2014-04-04

    Fix some logical-not-parentheses warnings thrown by clang 5.1

Juergen E. Fischer <jef@norbit.de>	2014-04-05

    fix windows build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-04

    Re-enable vector joins and value relations

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-04

    Re-enabled WCS server

Merge: a43bd626af a95fedbbf0
Martin Dobias <wonder.sk@gmail.com>	2014-04-04

    Merge remote-tracking branch 'denis/layerfieldmodel'

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-04

    test to fix checkboxes in combobox

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-04-04

    added missing roles in field model data

D'Hont René-Luc <rldhont@gmail.com>	2014-03-25

    [BUGFIX] 9234 - WFS client doesn't expose Header Authorization

    Like for the others OGC providers: WMS and WCS, the user can set the
    login and password to access to WFS protected data. But the QGIS WFS
    provider doen't expose header authorization. It doesn't use login and
    password.

    This patch set header authorization for all WFS connexion if login and
    password are set.
    And I think this patch has to be backported to release_2-2, because QGIS
    can't acces to protected WFS data.

Radim Blazek <radim.blazek@gmail.com>	2014-04-03

    fixed processing plugin customization (thanks to Martin Dobias), fixes #9134

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-24

    model/view for layer/field selectors

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-03

    [tests] Fix composer tests. Rebuild images following MTR rendering changes. Switch tests to use standard test font.

pcav <cavallini@faunalia.it>	2014-04-03

    Typo in Processing

Juergen E. Fischer <jef@norbit.de>	2014-04-03

    osgeo4w: try ALL_BUILD twice

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-17

    Expose outline join style as a parameter for simple fill symbol type

Merge: b9a539ece4 8679c6dd95
Martin Dobias <wonder.sk@gmail.com>	2014-04-03

    Merge pull request #1291 from simonsonc/qtgui-include

    Replace QtGui include with individual includes

Carl Simonson <simonsonc@gmail.com>	2014-04-02

    Replace QtGui include with individual includes

    Qt 5 splits QtGui into Gui and Widgets components. Including the
    individual includes will solve this problem.

Juergen E. Fischer <jef@norbit.de>	2014-04-02

    fix utf string

Juergen E. Fischer <jef@norbit.de>	2014-04-02

    limit alpha

Juergen E. Fischer <jef@norbit.de>	2014-04-02

    remove duplicate license

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-02

    Re-enable WFS Server

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-02

    Re-enable GetCapabilities in WFS server

Merge: bc40ab69c9 29c8bc5375
Martin Dobias <wonder.sk@gmail.com>	2014-04-02

    Merge pull request #1287 from simonsonc/reset-model

    Use begin/endResetModel instead of reset

Merge: 2b3108f9ae 6ebd9a8b10
Etienne Tourigny <etourigny.dev@gmail.com>	2014-04-01

    Merge pull request #1288 from simonsonc/qvariant-qcolor

    Use QColor instead of Qt::GlobalColor in item data

Carl Simonson <simonsonc@gmail.com>	2014-04-01

    Use QColor instead of Qt::GlobalColor in item data

    The QVariant constructor that takes a Qt::GlobalColor is removed in Qt 5.
    It is actually a kind of special case in Qt 4 anyway. Fix the uses of this
    by constructing a QColor and using that instead.

Carl Simonson <simonsonc@gmail.com>	2014-04-01

    Use begin/endResetModel instead of reset

    Qt 4.6 introduced a better way of resetting models with beginResetModel()/
    endResetModel(). Call beginResetModel() before resetting internal data
    structures, and then endResetModel() when finished. beginResetModel()
    followed by endResetModel() is the same as calling reset().

    Note: reset() is deprecated and is removed in Qt 5.

Nyall Dawson <nyall.dawson@gmail.com>	2014-04-02

    Fix high cpu usage with win32 builds when using shapes in composer (fix #9933, #9957, #9734)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-01

    Re-add wms based printing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-01

    Delete sld parser for sent sld after request

Merge: 9eb4bb6b5b 3b198d9000
Borys Jurgiel <info@borysjurgiel.pl>	2014-04-01

    Merge branch 'pluginmanager_votes'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-04-01

    [FEATURE:] Consider maptip in GetFeatureInfo

Borys Jurgiel <info@borysjurgiel.pl>	2014-04-01

    [FEATURE] [Plugin Manager] Voting for plugins from Plugin Manager

Borys Jurgiel <info@borysjurgiel.pl>	2014-03-27

    [Plugin Manager] Switch the plugin details browser from QTextBrowser to QWebView

Martin Dobias <wonder.sk@gmail.com>	2014-04-01

    Decoration grid: fix symbol sizes + default cross size

Martin Dobias <wonder.sk@gmail.com>	2014-04-01

    Do not render grid annotation if the lines/markers would be extremely dense

    Otherwise drawing of huge amount of lines/markers can lock GUI

Merge: b60794e0d1 d969fb385c
Martin Dobias <wonder.sk@gmail.com>	2014-04-01

    Merge pull request #1283 from simonsonc/rename-accept-hover-events

    Rename setAcceptsHoverEvents

gioman <giovanni.manghi@faunalia.pt>	2014-04-01

    add grass r.cost module with no need for stop points input

Carl Simonson <simonsonc@gmail.com>	2014-03-31

    Rename setAcceptsHoverEvents

    setAcceptsHoverEvents was obsoleted in place of setAcceptHoverEvent in
    Qt 4.4. They behave the same.

Martin Dobias <wonder.sk@gmail.com>	2014-03-31

    Fix #9923 (broken arrow symbol)

Merge: 6852f9e3c0 72457b331f
volaya <volayaf@gmail.com>	2014-03-31

    Merge pull request #1279 from pka/grass7

    [FEATURE] (Processing) Initial Grass 7 support

Victor Olaya <volayaf@gmail.com>	2014-03-31

    [processing] added new script example (contributed by Michael Douchin)

Victor Olaya <volayaf@gmail.com>	2014-03-31

    [processing] disable excesive info reporting from otb provider

Juergen E. Fischer <jef@norbit.de>	2014-03-31

    fix regression992 test

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-31

    [processing] handle same memory error in another algorithm

Merge: a191d5bcb6 9ef91a222c
alexbruy <alexander.bruy@gmail.com>	2014-03-31

    Merge pull request #1280 from anitagraser/patch-1

    [processing] added error handling for too big rasters

Merge: 3aedeff087 45ac9f9340
Werner Macho <werner.macho@gmail.com>	2014-03-31

    Merge pull request #1281 from marcelosoaressouza/translation_pt_BR

    New Translations to pt_BR

Merge: 04d7169e0e 3e3f30a304
Martin Dobias <wonder.sk@gmail.com>	2014-03-31

    Merge pull request #1277 from simonsonc/mime-format

    Replace deprecated provides() with hasFormat()

Marcelo Soares Souza <marcelo@juntadados.org>	2014-03-31

    New Translations to pt_BR

anitagraser <anitagraser@gmx.at>	2014-03-31

    added error handling for too big rasters

    I ran into memory problems with big rasters. Now the error message points the user to this potential error source.

Werner Macho <werner.macho@gmail.com>	2014-03-31

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 528d70fbc6 abc7b9b807
mhugent <marco.hugentobler@sourcepole.ch>	2014-03-31

    Merge pull request #1267 from mwa/fix_8298_crs_select

    Fix #8298 ignored first selection in projection selector

Juergen E. Fischer <jef@norbit.de>	2014-03-29

    globe: switch back to QgsMapRenderer

Markus Neteler <neteler@osgeo.org>	2014-03-30

    [FEATURE] (Processing) Initial Grass 7 support

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-30

    More changes to qgssldconfigparser.cpp/h

Juergen E. Fischer <jef@norbit.de>	2014-03-30

    fix debian packaging

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-30

    Add QgsSLDConfigParser and create calss QgsConfigParserUtils for parts which are common between project parser and sld parser

Werner Macho <werner.macho@gmail.com>	2014-03-29

    typo in assigning values, fixes #9597

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-03-29

    fix some tests crashes, fix some tests and some mtr updates

Juergen E. Fischer <jef@norbit.de>	2014-03-29

    remove QgsMapCanvas.useImageToRender in db_manager (fixes #9942)

Juergen E. Fischer <jef@norbit.de>	2014-03-29

    fix redirected wms capabilities requests

Carl Simonson <simonsonc@gmail.com>	2014-03-28

    Replace deprecated provides() with hasFormat()

    QDropEvent::provides() has been deprecated from the move from Qt 3 to Qt 4.
    Replace this instance with the hasFormat() method on the mimeData instance.

Martin Dobias <wonder.sk@gmail.com>	2014-03-28

    Added python bindings for QgsMapRendererJob + subclasses and QgsMapRendererCache

Martin Dobias <wonder.sk@gmail.com>	2014-03-28

    Fix #9918 (enable add symbol layer also when selection is not on symbol)

Radim Blazek <radim.blazek@gmail.com>	2014-03-28

    missing python plugins menu/actions objectName

Merge: c324895cc1 7b7ffb2784
Martin Dobias <wonder.sk@gmail.com>	2014-03-28

    Merge pull request #1276 from anitagraser/master

    new master splash from #viennacodesprint14

Merge: a82aeb030c 3d44c5934a
Jürgen Fischer <jef@norbit.de>	2014-03-28

    Merge pull request #1275 from sebastic/arm

    Support building QGIS on ARM (#9917)

Martin Dobias <wonder.sk@gmail.com>	2014-03-28

    Fix #9916 (inconsistent step size)

anitagraser <anitagraser@gmx.at>	2014-03-28

    new master splash from #viennacodesprint14

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-28

    [processing] don't close dialog if execution fails (fix #9893)

Merge: 2b458e8895 8dff030787
Martin Dobias <wonder.sk@gmail.com>	2014-03-28

    Merge pull request #1274 from simonsonc/explicit-link

    Be explicit with Qt link libraries

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-28

    [processing] show alforithm and help authors in Help tab (fix #8917)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-28

    fix error when copying gdalinfo output to clipboard (fix #9882)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-28

    add option to load result to canvas in Heatmap plugin (fix #6645)

Merge: 9bf96cbc3e 1bcd154709
Martin Dobias <wonder.sk@gmail.com>	2014-03-28

    Merge remote-tracking branch 'simonsonc/rename-subtract'

Bas Couwenberg <sebastic@xs4all.nl>	2014-03-28

    Disable features on ARM.

    Building QGIS on ARM produces the error:

    sip: qgis/python/core/qgsclipper.sip:44: \
    QgsClipper::trimFeature() unsupported function argument type - provide %MethodCode and a C++ signature

    For the Android builds this was fixed in commit 2cc684793ceb29d8600d71564fb38f92c998f588.

    This patch adapts the Android fix, by disabling the SIP features on all ARM systems.

    Bug-Debian: http://bugs.debian.org/737814

Bas Couwenberg <sebastic@xs4all.nl>	2014-03-28

    Fix qreal vs double.

    In qt4 on arm architectures qreal is defined as float while on other
    architectures it is defined as double. This can cause problems if qreal
    and double are carelessly mixed.

    In this particular case the problem is that qMin/qMax are templates defined
    to take two parameters of the same type. If two different types are passed
    in then C++ can't resolve what type the template parameter should be and
    bails out. The fix is simple, typecast one of the parameters so they
    match.

    Author: Peter Michael Green <plugwash@debian.org>
    Bug-Debian: http://bugs.debian.org/737814

Bas Couwenberg <sebastic@xs4all.nl>	2014-03-28

    On armel/armhf qreal is typedef'ed to float not double.

    This patch adds qreal versions of some functions on arm. It was originally
    writen by Konstantinos Margaritis and later fixed by Peter Michael Green.

    Bug-Debian: http://bugs.debian.org/691333

Carl Simonson <simonsonc@gmail.com>	2014-03-27

    Be explicit with Qt link libraries

    For the analysis tests, instead of linking with all the found
    QT_LIBRARIES, pick only the ones that are needed.

Carl Simonson <simonsonc@gmail.com>	2014-03-27

    Replace "subtract" with "subtracted"

    The QRegion::subtract method has been replaced with subtracted. The
    functionality is the same.

Carl Simonson <simonsonc@gmail.com>	2014-03-27

    Remove unused include

    This "QMenuItem" include is not used, and it's also a Qt 3 leftover.
    Remove it.

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-27

    refresh map canvas after pasting style (fix #9908)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-27

    [processing] skip invalid geometries when performing intersection (fix #9410)

Victor Olaya <volayaf@gmail.com>	2014-03-27

    [processing] fixed error when running script algorithm from script editor (fixes #9905)

Victor Olaya <volayaf@gmail.com>	2014-03-27

    [processing] modeler dialog now saves automatically the model before executing it

Victor Olaya <volayaf@gmail.com>	2014-03-27

    [processing] fixed exporting model to python (replaced 'Processing' reference with 'processing')

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-27

    Access to layer data of interpolator

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-26

    assign CRS to interpolation output (fix #3578)

Merge: 3dfacc77bc 77108827e9
Etienne Tourigny <etourigny.dev@gmail.com>	2014-03-27

    Merge pull request #1269 from etiennesky/rldhont-netcdf_generateBandName

    [Feature][RASTER] Generate band name with NetCDF EXTRA_DIM funded by Ifremer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-27

    Refactor configuration parsing and configuration cache

Radim Blazek <radim.blazek@gmail.com>	2014-03-27

    identify/highlight default constants

Victor Olaya <volayaf@gmail.com>	2014-03-27

    [processing] added support for multiline strings in scripts

Victor Olaya <volayaf@gmail.com>	2014-03-26

    [processing]added new example script (contributed by Michael Douchin)

Juergen E. Fischer <jef@norbit.de>	2014-03-27

    fix warnings

Radim Blazek <radim.blazek@gmail.com>	2014-03-27

    missing identify/highlight sip methods

Borys Jurgiel <info@borysjurgiel.pl>	2014-03-27

    [Plugin manager] Replace confirmation popup dialogs with an internal QgsMessageBar

Martin Dobias <wonder.sk@gmail.com>	2014-03-27

    Change also SIP files to use WindowFlags instead of WFlags

Carl Simonson <simonsonc@gmail.com>	2014-03-26

    Replace WFlags with WindowFlags

    It has long been in Qt 4 that the WFlags window flags argument has been
    renamed to WindowFlags. In fact, WFlags is just a typedef to WindowFlags.
    In Qt 5, this will go away, so we can change this now to make transition
    easier in the future.

    This should not have any affect on API or ABI, as the symbol names already
    have WindowFlags in them anyway.

    This change concentrates on the sources in the src directory. There are
    a few more places in the python directory that can be done later.

Juergen E. Fischer <jef@norbit.de>	2014-03-26

    avoid warning messages on composer arrows without markers

Merge: 48b9ccbc69 013f9e96a2
Jürgen Fischer <jef@norbit.de>	2014-03-27

    Merge pull request #1265 from nyalldawson/postgis_time

    Make PostGIS provider correctly create time and datetime formats

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-26

    [ftools] use int column for point count (fix #9432)

Merge: 3d6f17b067 9aab894f58
mhugent <marco.hugentobler@sourcepole.ch>	2014-03-26

    Merge pull request #1264 from olivierdalang/fix_9334

    fix #9334

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-26

    [processing] handle non-ASCII characters when running GRASS algorithms
    (addresses #5420)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-26

    [processing] move OTB output to INFO tab, fix deprecation warning

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-26

    [processing] enable temporary outputs in QGIS Field Calculator (fix #9401)

Radim Blazek <radim.blazek@gmail.com>	2014-03-26

    identify and other map tools changed to use search radius in mm

Martin Dobias <wonder.sk@gmail.com>	2014-03-26

    Fix symbol's size/width not being updated in GUI on load

Merge: 05ce12062c 6703126af0
Werner Macho <werner.macho@gmail.com>	2014-03-26

    Merge pull request #1268 from milenanv/qgis_trans_pl

    [TRANSUP] pl by milena

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-26

    [processing] show confirmation when closing modeler with unsaved model
    (fix #9889)

Merge: d0c93b94b2 690e7b096d
Martin Dobias <wonder.sk@gmail.com>	2014-03-26

    Merge pull request #1245 from simonsonc/remove-qtgui

    Remove include of QtGui in favor of individual includes

Merge: 9445c9af53 3e0e0edec7
Martin Dobias <wonder.sk@gmail.com>	2014-03-26

    Merge pull request #1244 from simonsonc/qt-no-deprecated

    Fix uses of deprecated Qt methods

Mathias Walker <mwa@sourcepole.ch>	2014-03-26

    Globe: anti-aliasing disabled by default

Mathias Walker <mwa@sourcepole.ch>	2014-03-26

    fix globe sync extent

Victor Olaya <volayaf@gmail.com>	2014-03-26

    [processing] improved algorithm filtering in toolbox

Victor Olaya <volayaf@gmail.com>	2014-03-26

    [processing] fixed display ad handling of optional table fields in parameters panel

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-26

    [processing] add Buffer option to Voronoi polygons tool (fix #7661)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-26

    [processing] fix handling of optional string arguments (fix #9109, 9120)

Victor Olaya <volayaf@gmail.com>	2014-03-26

    [processing] added drag&drop support in modeler

Mathias Walker <mwa@sourcepole.ch>	2014-03-26

    fix #8298 ignored first selection of recently used CRS in projection selector

Merge: a93bef43d3 be8ae5fbfb
volaya <volayaf@gmail.com>	2014-03-26

    Merge pull request #1235 from m-kuhn/httplib

    Add new CMake option: WITH_INTERNAL_HTTPLIB (default True)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-26

    [processing] remove shebangs from SAGA helpers (fix #9669)

Werner Macho <werner.macho@gmail.com>	2014-03-26

    [TRANSUP] gl by Xan

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Victor Olaya <volayaf@gmail.com>	2014-03-26

    [processing]do not rebuild thhe whole toolbox tree when filtering or updating

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-03-26

    [MSSQL] Close database and delete query on close

Merge: 20933dedd9 1911232361
Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-03-26

    Merge remote-tracking branch 'tamas/master'

Larry Shaffer <larrys@dakotacarto.com>	2014-03-25

    Add README.rst for labeling unit tests

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-26

    Make PostGIS provider correctly use time and datetime formats, instead of converting them to character

Radim Blazek <radim.blazek@gmail.com>	2014-03-25

    highlight fixes

Martin Dobias <wonder.sk@gmail.com>	2014-03-25

    Reintroduce $map and optional canvas refresh debug logs

Martin Dobias <wonder.sk@gmail.com>	2014-03-25

    Fix support for setCacheImage() to enforce refresh of a layer

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-25

    make menthod and variable naming consistent, some cleanup

Paolo Tormene <paolo.tormene@globalquakemodel.org>	2013-11-28

    New method to duplicate a vector layer in memory and optionally add it to the map registry

olivierdalang <olivier.dalang@gmail.com>	2014-03-25

    fix #9334

Tamas Szekeres <szekerest@gmail.com>	2014-03-25

    Rewrite the mssql driver to take care of the multithreded rendering

Radim Blazek <radim.blazek@gmail.com>	2014-03-25

    [FEATURE] Identify highlight options.
    - optional highlight color, line/outline buffer and minimum width
    - fixed symbol sizes (thanks to Martin Dobias)

Milena Nowotarska <do.milenki@gmail.com>	2014-03-25

    translation update pl

Merge: e2d01e2e15 7abca16d05
volaya <volayaf@gmail.com>	2014-03-25

    Merge pull request #1134 from CS-SI/otb_processing_update

    OTB processing update

Merge: ec0c820a81 90fa359fb7
volaya <volayaf@gmail.com>	2014-03-25

    Merge pull request #970 from snorfalorpagus/spatialjoin

    Ported "Join attributes by location" from fTools to Processing

Merge: 44a054dfa5 af55e98a45
volaya <volayaf@gmail.com>	2014-03-25

    Merge pull request #1052 from Oslandia/processing_gui_set_values

    [processing] set droplists if parameter values are already set

Merge: 839c3e7560 748d261d21
Jürgen Fischer <jef@norbit.de>	2014-03-25

    Merge pull request #1262 from nyalldawson/processing_postgis

    Improvements to processing "Import into PostGIS" algorithm

Merge: 33740957d4 cef3018cd6
Werner Macho <werner.macho@gmail.com>	2014-03-25

    Merge pull request #1263 from Qgis-Tr-kr/master

    [TRANSUP] kr

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-25

    [processing] make script editor, modeler and results viewer non modal
    (fix #9849)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-25

    [processing] restore Create new model tool in toolbox (fix #9847)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-25

    [processing] fix MMQGIS Extract by attribute (fix #9768)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-25

    [processing] add feature count to Statistics by categories output (fix #9871)

Merge: af9da1deb4 bb9c9893fd
alexbruy <alexander.bruy@gmail.com>	2014-03-25

    Merge pull request #1076 from snorfalorpagus/processing_intersection_fix

    [processing] fix QGIS Intersection tool

Martin Dobias <wonder.sk@gmail.com>	2014-03-25

    Invalid CRS instances should be equal

jangbi882 <jangbi882@gmail.com>	2014-03-25

    Korean translate completed

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-25

    [processing] fix Unique values tool (fix #9870)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-25

    [processing] fix output names for some SAGA algorithms (fix #9789)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-25

    Clean up code in qgis_map_serv.cpp

Merge: db235c896f 02822d4945
volaya <volayaf@gmail.com>	2014-03-25

    Merge pull request #1149 from p0cisk/master

    [processing]Fix "float division by zero" in polygonize algorithm if no

Merge: f29d44e759 bd50701361
volaya <volayaf@gmail.com>	2014-03-25

    Merge pull request #1239 from bstroebl/eliminateSmallest

    [FEATURE] (Processing) Eliminate with smallest polygon

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-25

    [processing] Add option for converting field names to lowercase for Import to PostGIS algorithm

Larry Shaffer <larrys@dakotacarto.com>	2014-03-24

    Add PDF composer output labeling tests setup

    - Only support for Poppler with Cairo (pdftocairo), since without Cairo a PDF's vectors are not always rendered properly

Larry Shaffer <larrys@dakotacarto.com>	2014-03-24

    Rebuild labeling tests control images with smaller size (420 x 280)

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-25

    [processing] Allow choice of geometry column name, change database connection name to combo box for Import into PostGIS algorithm

jangbi882 <jangbi882@gmail.com>	2014-03-25

    before QgsOptionBase

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-24

    Add QgsOWSServer class, move code from qgis_map_serv.cpp into exection() functions

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-24

    [ftools] increase maximum number of points for regular points tool

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-24

    remove extra spaces from message text (fix #7648)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-24

    [processing] better handling of non-ASCII characters in config dialog
    (addresses #9323)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-24

    [processing] fix old API calls in Extract by location tool (fix #9603)

Martin Dobias <wonder.sk@gmail.com>	2014-03-24

    Remove obsolete label from options dialog

Larry Shaffer <larrys@dakotacarto.com>	2014-03-22

    Fix labeling local server test class setup error

Larry Shaffer <larrys@dakotacarto.com>	2014-03-22

    Add render checker color tolerance to labeling tests

Larry Shaffer <larrys@dakotacarto.com>	2014-03-22

    Add render checker color tolerance to sip

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-24

    [processing] fix wrong tools description (fix #9852)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-24

    fix #9838

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-24

    [processing] fix Distance Matrix tool (fix #7618)

Milena Nowotarska <do.milenki@gmail.com>	2014-03-24

    updated translation pl

Werner Macho <werner.macho@gmail.com>	2014-03-24

    [TRANSUP] fi by Kari

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Milena Nowotarska <do.milenki@gmail.com>	2014-03-24

    updated translation pl

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-24

    apply brightness/contrast changes to all selected layers (fix #8176)

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-24

    use Shift modifier for bigger step when changing brightness/contrast
    (fix #8177)

Werner Macho <werner.macho@gmail.com>	2014-03-24

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-03-24

    [TRANSUP] String update on demand

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-03-22

    german translation update

Richard Duivenvoorde <richard@duif.net>	2014-03-23

    revert 637359a and manually merge pull request #1232

    Signed-off-by: Juergen E. Fischer <jef@norbit.de>

Merge: e392efab15 c44b091bc5
Jürgen Fischer <jef@norbit.de>	2014-03-22

    Merge pull request #1221 from luipir/spatialite-savestyle

    added saveStyle capability to Spatialite Provider - Developed for ARPA Piemonte (Dipartimento Tematico Geologia e Dissesto)

Merge: 10ede56e64 d25f85d289
Jürgen Fischer <jef@norbit.de>	2014-03-22

    Merge pull request #1138 from slarosa/hold_dialog_db_conn

    [GUI] add checkbox in db conn dialog in order to keep the window open after adding a table

Leyan <ouyang.leyan@hotmail.com>	2014-03-22

    modification of snapPoint

Werner Macho <werner.macho@gmail.com>	2014-03-22

    [TRANSUP] lt by Paulius

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 942d5da59b fed204bd84
Werner Macho <werner.macho@gmail.com>	2014-03-22

    Merge pull request #1259 from thodorisvakkas/master

    [TRANSUP] greek translation 20140322

thodoris.vakkas <tvakkas@getmap.gr>	2014-03-22

    [TRANSUP] greek translation 20140322

    Signed-off-by: thodoris.vakkas <tvakkas@getmap.gr>

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-22

    Add option to ignore interior polygon rings when calculating buffered shading for shapeburst fill mode (can be useful for eg ignoring islands when shading water bodies)

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-21

    Fix gradient fills using color ramps not respecting symbol transparency

Juergen E. Fischer <jef@norbit.de>	2014-03-21

    show python errors in monospace

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-21

    use single signal for messageEmitted

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-21

    better naming for messageEmitted/Discarded in maptools, followup 5bc5fdb 59a6663 and 6609ca8

Merge: 375e0d40ed 7805bc0555
Nyall Dawson <nyall.dawson@gmail.com>	2014-03-21

    Merge pull request #1255 from Oslandia/atlas_signals

    Atlas signals

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-21

    Limit resolution of symbol fills during composer previews to improve composer responsiveness

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-21

    Consider rasterScaleFactor during shapeburst fills

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-21

    Add a slider for setting the shapeburst fill blur amount

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-21

    Avoid multiple creation and destruction of arrays during calculation of distance transform in shapeburst fills

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-21

    More descriptive name for colour parameters in gradient and shapeburst fill data defined symbology dialog

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-21

    [FEATURE] Add 'shapeburst' fill style. Shapeburst fills implement a buffered gradient fill, where a gradient is drawn from the boundary of a polygon towards the polygon's centre. Configurable parameters include distance from the boundary to shade, use of color ramps or simple two color gradients, optional blurring of the fill and offsets.

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-21

    Remove invalid/unused anchor point expressions from simple fill data defined expression dialog

Larry Shaffer <larrys@dakotacarto.com>	2014-03-20

    Fix some map tool connections, followup to 59a6663 and 6609ca8

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-20

    Revert "WMS server: even more performant png8 conversion"

    This reverts commit 8990b66eed2f00253653e64c0ceb695c08a359b7.

Werner Macho <werner.macho@gmail.com>	2014-03-20

    [TRANSUP] el by Thodoris

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-03-19

    [TRANSUP] fix el

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-03-19

    [TRANSUP] nb by james

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 6609ca81d2 f9ee716926
Werner Macho <werner.macho@gmail.com>	2014-03-19

    Merge pull request #1256 from thodorisvakkas/master

    Strings Translation in Greek

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-19

    rename removeMessage to discardMessage, complete SIP

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-19

    rename displayMessage to emitMessage in QgsMapTool

Etienne Tourigny <etourigny.dev@gmail.com>	2014-03-18

    change output of QgsGdalProvider::generateBandName() and fix indentation

thodoris.vakkas <tvakkas@getmap.gr>	2014-03-18

    el_trans2014031802

Hugo Mercier <hugo.mercier@oslandia.com>	2014-03-18

    Add unit test for atlas signals

Hugo Mercier <hugo.mercier@oslandia.com>	2014-02-26

    Add signals to atlas generation

D'Hont René-Luc <rldhont@gmail.com>	2014-03-17

    [Feature][RASTER] Generate band name with NetCDF EXTRA_DIM funded by
    Ifremer

    The NetCDF provided extra dimensional information. This information provides metadata on each band. These metadat can be used to explain the name of each band.

    For example, the bands of a NetCDF file represents the temperature at a given depth. For the user, it is easier to select a band with depth information, rather than the number.

    If the GDAL version is equal or greater than 1.10.0, the band name is
    generated with the extra_dim information.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-18

    [joins] display if memory cache is used in layer properties dialog

Merge: ef3189e856 f61f250c5d
mhugent <marco.hugentobler@sourcepole.ch>	2014-03-18

    Merge pull request #1250 from giohappy/master

    Add ILIKE filter and % character to safe tokens

Merge: cbf755ff36 88c8ea2603
Werner Macho <werner.macho@gmail.com>	2014-03-18

    Merge pull request #1251 from simogeo/master

    translation and typo fixes

Merge: bd9bca97af a6067993a9
pcav <cavallini@faunalia.it>	2014-03-18

    Merge branch 'master' of github.com:qgis/QGIS

pcav <cavallini@faunalia.it>	2014-03-18

    Improving IT translation

simogeo <simon@linea21.com>	2014-03-18

    translation and typo fixes

Werner Macho <werner.macho@gmail.com>	2014-03-18

    [TRANSUP] sv by Victor

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

giohappy <giohappy@gmail.com>	2014-03-18

    Add ILIKE filter and % character to safe tokens

Merge: f337dd35c8 8467d9fba3
Werner Macho <werner.macho@gmail.com>	2014-03-18

    Merge pull request #1247 from Cracert/i18n

    [TRANSUP] pl by Robert

Hugo Mercier <hugo.mercier@oslandia.com>	2014-03-13

    Expose QgsMapToPixelSimplifier to Python

Robert Szczepanek <robert@szczepanek.pl>	2014-03-17

    [TRANSUP] pl by Robert: function_help

thodoris.vakkas <tvakkas@getmap.gr>	2014-03-18

    el_trans2014031801

Merge: 1a669dc024 f755781cff
alexbruy <alexander.bruy@gmail.com>	2014-03-17

    Merge pull request #1242 from p0cisk/roadgraph

    Fix displaying line layers in Road Graph settings (fix #9780)

Merge: 1c0d5e2f21 b7b1931ef6
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-17

    Merge pull request #1127 from 3nids/fix8873

    better message display in map edit tools (fix #8873)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-17

    remove unecessary message bar item

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-03

    already in QGisApp

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-29

    better message display in map edit tools (fix #8873) emit signal from map tool, display message in qgisapp

Carl Simonson <simonsonc@gmail.com>	2014-03-16

    Remove include of QtGui in favor of individual includes

    The reason for removing instances of "#include <QtGui>" is twofold:

    1) Including it will probably include more than is actually needed. Plus,
       it hide what is actually needed, especially if in a header

    2) Qt 5 splits Gui into Gui and Widgets, so being explict about what is
       needed gets around this problem

Carl Simonson <simonsonc@gmail.com>	2014-03-16

    Fix uses of deprecated Qt methods

    There are still a few leftovers from the Qt 3 to Qt 4 migration that can
    be found by defining QT_NO_DEPRECATED. Here is a summary of the changes:

    * QDir::convertSeparators was changed to QDir::toNativeSeparators with Qt 4

    * QRexExp::numCaptures was changed to captureCount with Qt 4

    * QTextIStream/QTextOStream was merged into QTextStream with Qt 4

    * QFileDialog::selectFilter/filters was changed to
      selectNameFilter/nameFilters with Qt 4.4

    * qVariantCanConvert/qVariantValue was changed to canConvert/value with Qt
      4

    Note that if a conversion to Qt 5 will happen someday, this will have to
    be done since Qt 5 removes these deprecations.

Juergen E. Fischer <jef@norbit.de>	2014-03-15

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2014-03-15

    fix deprecation annotation of QgsMapRenderer::mapRenderer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-03-14

    [spatialite] Update layer statistics after adding new columns
    Fix #8923

Piotr Pociask <opengis84@gmail.com>	2014-03-14

    Fix #9780 Display line layers in Road Graph settings

Larry Shaffer <larrys@dakotacarto.com>	2014-03-14

    Add composer svg export label unit tests

    - Fix composer composition setup to near identical output of canvas->image (finally, expect for symbology, which still seems to be double-antialiased)
    - Rebuild control images for composer->image output

Juergen E. Fischer <jef@norbit.de>	2014-03-14

    expression: dump binary operations with brackets to break precedence (fixes #9783)

Paolo <cavallini@faunalia.it>	2014-03-14

    More IT translation fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-14

    Fix sip binding for eventLayer function

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-14

    GeometryAnalyzer: cache geometries in eventLayer function for better performance with 2.x versions

Juergen E. Fischer <jef@norbit.de>	2014-03-14

    german translation fix

Juergen E. Fischer <jef@norbit.de>	2014-03-14

    atlas: don't crash the coverage layer is removed (refs #9779)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-14

    Add OSTN02 info to srs.db. Kindly provided by Nicholas Duggan

Werner Macho <werner.macho@gmail.com>	2014-03-14

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Paolo <cavallini@faunalia.it>	2014-03-14

    More IT translation fixes

Paolo <cavallini@faunalia.it>	2014-03-13

    Minor fix to IT translation

Bernhard Ströbl <bernhard.stroebl@jena.de>	2014-03-13

    [FEATURE] (Processing) Eliminate with smallest polygon

Paolo <cavallini@faunalia.it>	2014-03-13

    Minor fix to IT translation

Merge: e5597e26aa a3dc722e5a
Werner Macho <werner.macho@gmail.com>	2014-03-13

    Merge pull request #1237 from simogeo/master

    translation and typo fixes

Merge: 551648f3a6 ed5f7781ba
alexbruy <alexander.bruy@gmail.com>	2014-03-13

    Merge pull request #1236 from aharfoot/master

    fix identation in Processing Dissolve tool (fix #9764)
    add polylines support

Larry Shaffer <larrys@dakotacarto.com>	2014-03-12

    Fix pinned labels highlight causing forward transformation error by using QgsRubberBand instead

Larry Shaffer <larrys@dakotacarto.com>	2014-03-12

    Fix label map tool crashes and rotation point calc

Larry Shaffer <larrys@dakotacarto.com>	2014-03-12

    Fix pinned labels highlight updating by taking labeling results prior to render completion signal

simogeo <simon@linea21.com>	2014-03-12

    translation and typo fixes

Paolo <cavallini@faunalia.it>	2014-03-12

    Improved consistency in IT GUI translation

Paolo <cavallini@faunalia.it>	2014-03-12

    Improved consistency in IT GUI translation

unknown <ajph@UOS-204986.soton.ac.uk>	2014-03-12

    There is an indentation error in the Dissolve.py script that writes out the intermediate object on every merge with an input feature rather than just once at the end of the processing. This results in very large output file sizes.

    I have also edited the defineCharacteristics function to allow the tool input to accept polyline features as well as polygons, in line with the fTools UI.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-03-11

    Fix typo in options

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-03-11

    More LongLong fixes
    Fix #9761

Juergen E. Fischer <jef@norbit.de>	2014-03-11

    german translation update and translation string fixes

Juergen E. Fischer <jef@norbit.de>	2014-03-11

    german translation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-11

    [FEATURE]: Replace value relation strings in GetFeatureInfo output. Move adding layers for joins and relations to a central place

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-10

    [FEATURE]: Consider ValueMap in GetFeatureInfo

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-02-22

    Add new CMake option: WITH_INTERNAL_HTTPLIB (default True)

    If set to False, you have to make sure that the httplib2 package
    is available on the target platform

    Fix #9618

Werner Macho <werner.macho@gmail.com>	2014-03-10

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 60e1a9b721 073dbf1748
Larry Shaffer <larrys@dakotacarto.com>	2014-03-10

    Merge pull request #1230 from dakcarto/issue_9704_gdal-qsettings

    Fix #9704, GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type

ahuarte47 <ahuarte47@yahoo.es>	2014-03-02

    #9686: fix simplification of no-closed polygons

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-03-10

    Add missing Layer Definition in Layer menu

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-03-09

    Add load and saving a Layer Definition file. Fix #9688

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-09

    Transform bbox in gml feature info also if geometry is not requested

Marcel Dancak <marcel.dancak@gista.sk>	2014-03-06

    Mapserver: fixed inconsistencies int WMS GetFeatureInfo response

Merge: 637359aefc 10ddb027fd
Werner Macho <werner.macho@gmail.com>	2014-03-09

    Merge pull request #1231 from Cracert/i18n

    [TRANSUP] pl

Robert Szczepanek <robert@szczepanek.pl>	2014-03-08

    [TRANSUP] pl

Larry Shaffer <larrys@dakotacarto.com>	2014-03-08

    Fix #9704, GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type

Juergen E. Fischer <jef@norbit.de>	2014-03-08

    add menu option to reset to ui defaults (implements #9746)

Merge: a089cff5f7 04f702408e
Larry Shaffer <larrys@dakotacarto.com>	2014-03-07

    Merge pull request #1219 from ahuarte47/Issue_9655-1

    Fix bug #9655: some polygons not labelled when layer's simplification is on

Merge: 9745deae94 0e907298de
alexbruy <alexander.bruy@gmail.com>	2014-03-07

    Merge pull request #1217 from nirvn/ftool_random_points_fix

    [ftools] fix random points tool not recognizing memory layer integer column (fix #9695)

Juergen E. Fischer <jef@norbit.de>	2014-03-06

    INSTALL: add note about installation of devscripts to get dch

Larry Shaffer <larrys@dakotacarto.com>	2014-03-06

    Add allowable mismatch per group/test for labeling tests

Larry Shaffer <larrys@dakotacarto.com>	2014-03-06

    Add allowable mismatch to debug output for render checker

Larry Shaffer <larrys@dakotacarto.com>	2014-03-04

    Condense labeling test class inheritance and set up local server params from map settings

Larry Shaffer <larrys@dakotacarto.com>	2014-03-04

    Convert label unit tests to using only QgsMapSettings

    - Rebuild all control images

Larry Shaffer <larrys@dakotacarto.com>	2014-03-01

    Refactor composer label test to work with svg, pdf and multi-resolution classes

    - Initial (untested) svg and pdf render-to-image setup

Larry Shaffer <larrys@dakotacarto.com>	2014-03-01

    Update label tests to ensure setup happens only once and load/delete only layer to test

Larry Shaffer <larrys@dakotacarto.com>	2014-02-28

    Add some functions to Python unit test utilities

Larry Shaffer <larrys@dakotacarto.com>	2014-02-28

    PEP8 cleanups for some unit test modules

Juergen E. Fischer <jef@norbit.de>	2014-03-06

    postgres provider: improve value quoting

Marcel Dancak <marcel.dancak@gista.sk>	2014-03-06

    Mapserver: fixed inconsistencies int WMS GetFeatureInfo response

Alvaro Huarte <ahuarte47@yahoo.es>	2014-03-06

    #9655: check geometry polygon better

Larry Shaffer <larrys@dakotacarto.com>	2014-03-05

    Possible cross-platform fix for app startup unit test

Werner Macho <werner.macho@gmail.com>	2014-03-05

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Luigi Pirelli <luipir@gmail.com>	2014-02-28

    added saveStyle capability - Developed for ARPA Piemonte (Dipartimento Tematico Geologia e Dissesto)

    changed to use QgsSqliteHandle and added QMessageBox include

    reread value from style db managing utf8 decoding

    formatted with astyle.sh

Werner Macho <werner.macho@gmail.com>	2014-03-05

    [TRANSUP] sl by Joze

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 8a9cc23ead d59d191d39
Jürgen Fischer <jef@norbit.de>	2014-03-05

    Merge pull request #1225 from rduivenvoorde/docurlfix

    no html in the url anymore

Richard Duivenvoorde <richard@duif.net>	2014-03-05

    no html in the url anymore

Merge: 08965ed2f0 71c5396344
Paolo Cavallini <cavallini@faunalia.it>	2014-03-05

    Merge pull request #1224 from ghtmtt/master

    small changes in italian translations

ma7730 <matteo.ghetta@gmail.com>	2014-03-05

    small changes in italian translations

Merge: 837642b782 25241b865f
Nathan Woodrow <madmanwoo@gmail.com>	2014-03-05

    Merge pull request #1223 from nirvn/messagebar_auto_crs

    push a message bar informing user of crs applied to newly added layer missing a crs

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-03-05

    improve the message string and append friendly name (e.g. WGS84)

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-03-05

    push a message bar informing user of crs applied to newly added layer missing crs

Merge: 284685715b 99d030d675
Jürgen Fischer <jef@norbit.de>	2014-03-04

    Merge pull request #1222 from nyalldawson/wms_layer_speed

    Cache result of checking whether axis should be inverted for wms layers

Juergen E. Fischer <jef@norbit.de>	2014-03-04

    remove more msvc deprecation pragmas

Juergen E. Fischer <jef@norbit.de>	2014-03-04

    add GUI_EXPORT and sip bindings to QgsExtentGroupBox,
    fix sip binding of QgsRasterLayerSaveAsDialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-04

    [FEATURE]: Expressions in GetFeatureInfo output

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-04

    WMS Server: show native type in GetProjectSettings

Merge: 86ea4bf39a a7cb2b27b5
Nathan Woodrow <madmanwoo@gmail.com>	2014-03-05

    Merge pull request #1208 from nirvn/expression_wordwrap3

    [expression] implement a wordwrap function (fix #9412)

Martin Dobias <wonder.sk@gmail.com>	2014-03-04

    Fix #9698 (magnified SVG symbols with data-defined rotation)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-04

    More fixes to support embedded groups

Martin Dobias <wonder.sk@gmail.com>	2014-03-04

    Merged "save as" and "save selection as" actions - choice moved to the dialog

Martin Dobias <wonder.sk@gmail.com>	2014-03-04

    Use QgsExtentGroupBox also in raster Save as dialog

Martin Dobias <wonder.sk@gmail.com>	2014-03-03

    Fix #8898 (optional filter extent for vector save as)

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-04

    Cache result of checking whether axis should be inverted for wms layers. Greatly improves speed of connecting to wms layers when a wms server has many available layers.

ahuarte47 <ahuarte47@yahoo.es>	2014-03-03

    #9655: fix invalid polygons with buffer_0

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-03-03

    WMS server: fix groups from embedded files if embedded project uses custom drawing order

Juergen E. Fischer <jef@norbit.de>	2014-03-03

    followup aaf6b713: fix commit mixup!?

Juergen E. Fischer <jef@norbit.de>	2014-03-03

    wm(t)s json identify: allow geometryless feature info

Merge: 2f2d6ac95b 02c0d58243
Jürgen Fischer <jef@norbit.de>	2014-03-03

    Merge pull request #1199 from simonsonc/cmake-cleanup-dups

    Remove duplicate entries from CMake build files

Merge: bb7cd4053a 9c5c0650b1
Jürgen Fischer <jef@norbit.de>	2014-03-03

    Merge pull request #1120 from 3nids/pasteconvertgeom

    copy/paste: try to convert geometries (fixes #3604)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-03

    copy/paste: do not transform if layer has unknown geometry

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-03-03

    do not convert multiline to multipolygon if one of the part failed, also consider case of 3 vertices line with first and last vertex identical

Merge: 4a3ad4b997 540685a2f5
Martin Dobias <wonder.sk@gmail.com>	2014-03-03

    Merge pull request #1205 from ahuarte47/Issue_9485

    Fix #9456 #9485: Line Offset in symbology generates artifacts

Larry Shaffer <larrys@dakotacarto.com>	2014-03-01

    Update qgis/qt/osg plugin Mac-bundled search paths

    - Ensure Qt plugins path is set before Qt references a plugin, e.g. before splash screen
    - Strip old Mac-native 'find bundle path' code for simple 'if it is there, use it' code based off of QCoreApplication::applicationDirPath()

Juergen E. Fischer <jef@norbit.de>	2014-03-02

    automatic otfr:
    * notify on message bar when CRS and OTFR kicks in (refs #9644)
    * don't automatically change settings of loaded projects

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-03-02

    Populate attribute editor layout with default (Autogenerate)
    Fix #9668

Martin Dobias <wonder.sk@gmail.com>	2014-03-02

    Fix #9683 (crash in add feature map tool)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-03-02

    [attrtable] Update filter count when filter is reset
    Fix #9681

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-03-02

    [attrtable] Fetch only necessary columns for expression filter

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-02

    minor cleanup in pluigns CMakeLists.txt

Alexander Bruy <alexander.bruy@gmail.com>	2014-03-02

    allow to use custom QSettings for managing QgsOptionsDialog parameters.
    Useful for plugins and custom apps

Juergen E. Fischer <jef@norbit.de>	2014-03-02

    crssync: remove debugging output

Juergen E. Fischer <jef@norbit.de>	2014-03-02

    fix ab105599b

Juergen E. Fischer <jef@norbit.de>	2014-03-02

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-02-27

    wms provider:
    * support JSON for feature info
    * implement feature info for WMTS
    * cleanup metadata display

Nyall Dawson <nyall.dawson@gmail.com>	2014-03-01

    Ensure draw line only inside polygon works correctly with multipolygon rings (fix #9624)

Juergen E. Fischer <jef@norbit.de>	2014-02-28

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-02-28

    tests: make compareWkt more tolerant towards whitespaces

Werner Macho <werner.macho@gmail.com>	2014-02-28

    [TRANSUP] ko by BJ

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

D'Hont René-Luc <rldhont@gmail.com>	2014-02-28

    BUG #9674 WFS GetFeature Request does not return features

    The GetFeature Request does not return elements.

    The response of the request is valid but with a bbox : 0,0,0,0 and no features.
    The simple request :
    * SERVICE=WFS
    * VERSION=1.0.0
    * REQUEST=GeTFeature
    * TYPENAME=*
    * OUTPUTFORMAT=*
    return no features.

Martin Dobias <wonder.sk@gmail.com>	2014-02-28

    Vector save as dialog: use one column layout (like raster save as)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-02-28

    added test for QgsGeometry::convertToType

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-22

    copy/paste: try to convert geometries

Martin Dobias <wonder.sk@gmail.com>	2014-02-28

    Fix the issues with QTimer start/stop in different thread

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-28

    Added Denis Rouzaud to authors list

Martin Dobias <wonder.sk@gmail.com>	2014-02-28

    Fix #9658 (crash with diagrams)

Juergen E. Fischer <jef@norbit.de>	2014-02-27

    replace deprecation pragmas with macro (followup 5134ef9a)

Juergen E. Fischer <jef@norbit.de>	2014-02-27

    wms provider: fix feature info (fixes #9630)

Juergen E. Fischer <jef@norbit.de>	2014-02-27

    move timer noise from message log to debug output

Juergen E. Fischer <jef@norbit.de>	2014-02-27

    FindQGIS.cmake: delimitedtextplugin moved to core - look for spatialqueryplugin

Juergen E. Fischer <jef@norbit.de>	2014-02-27

    wmts: show common upper levels in item name (relates to #9492)

Larry Shaffer <larrys@dakotacarto.com>	2014-02-26

    Update base labeling unit test class to work with QgsMapSettings

Martin Dobias <wonder.sk@gmail.com>	2014-02-27

    Fix #9670 (respect map background color in composer)

ahuarte47 <ahuarte47@yahoo.es>	2014-02-27

    #9655: fix invalid simplified geometries

ahuarte47 <ahuarte47@yahoo.es>	2014-02-22

    #9485: OffsetLine uses GEOSOffsetCurve (#if-#else-#endif) option

ahuarte47 <ahuarte47@yahoo.es>	2014-02-21

    #9485: OffsetLine uses GEOSOffsetCurve

Juergen E. Fischer <jef@norbit.de>	2014-02-26

    wms: allow image/jpgpng (fixes #9622)

Juergen E. Fischer <jef@norbit.de>	2014-02-26

    expression: and put blank in front of WHEN too (followup 1844d91)

Juergen E. Fischer <jef@norbit.de>	2014-02-26

    expressions: put black in front of ELSE (fixes #9666)

Werner Macho <werner.macho@gmail.com>	2014-02-26

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-02-26

    Fix #9665 (in memory raster not supported in raster calculator)

Martin Dobias <wonder.sk@gmail.com>	2014-02-26

    Fix #9661 (labels in composer rendered with wrong size)

Juergen E. Fischer <jef@norbit.de>	2014-02-26

    postgres provider: consider TIN and POLYHEDRALSURFACE as MULTIPOLYGONM (instead of POLYGONM) (fixes #9651)

Martin Dobias <wonder.sk@gmail.com>	2014-02-26

    Make rendering related debug messages us QgsDebugMsg

Martin Dobias <wonder.sk@gmail.com>	2014-02-26

    Fix crash upon exit in QgsMapToolCapture

Radim Blazek <radim.blazek@gmail.com>	2014-02-26

    line fill angle and direction, fixes #9647

Martin Dobias <wonder.sk@gmail.com>	2014-02-26

    Fix #9648 (wrong scale in composer)

Merge: 2d21b674fa f66c4614c3
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-02-26

    Merge pull request #1172 from leyan/multiple_snapping

    replace list of snapping markers with a single marker

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-02-26

    [ftools] fix random points tool not recognizing memory layer integer column (fix #9695)

Larry Shaffer <larrys@dakotacarto.com>	2014-02-25

    Ensure local server tests can run on ubuntu, followup to 7b2640d

Larry Shaffer <larrys@dakotacarto.com>	2014-02-25

    Add debian-based setup for local test server

Larry Shaffer <larrys@dakotacarto.com>	2014-02-25

    Fix opening test results in browser on Ubuntu

Juergen E. Fischer <jef@norbit.de>	2014-02-26

    fix license display

Juergen E. Fischer <jef@norbit.de>	2014-02-25

    wms provider: fix WMTS bounding box calculation for crs with inverted axis

Juergen E. Fischer <jef@norbit.de>	2014-02-25

    wms provider: fix status messages from data items

Juergen E. Fischer <jef@norbit.de>	2014-02-25

    refine removeLayer() wording

Juergen E. Fischer <jef@norbit.de>	2014-02-25

    make confirmation on layer deletion optional (fixes #9094)

Juergen E. Fischer <jef@norbit.de>	2014-02-25

    creatensis.pl: check md5sums

Martin Dobias <wonder.sk@gmail.com>	2014-02-25

    Fix #9643 (overview extent broken)

Werner Macho <werner.macho@gmail.com>	2014-02-25

    [TRANSUP] adding pt_PT translator

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 48c1b57664 76c39984cd
Jürgen Fischer <jef@norbit.de>	2014-02-25

    Merge pull request #1216 from minorua/georef_bad_alloc

    [Georeferencer] fix bad allocation error

Martin Dobias <wonder.sk@gmail.com>	2014-02-25

    Do not refresh overview twice on a change

Martin Dobias <wonder.sk@gmail.com>	2014-02-25

    Fix #9642 (update overview even if map settings are not valid)

Martin Dobias <wonder.sk@gmail.com>	2014-02-25

    Fix #9396 (datum transform in save as dialog)

Minoru Akagi <akaginch@gmail.com>	2014-02-25

    [Georeferencer] fix bad allocation error

Martin Dobias <wonder.sk@gmail.com>	2014-02-25

    Fix #9641 (broken contrast enhancement)

Merge: 881b1cc0ca 9021b37f84
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-02-25

    Merge pull request #1128 from 3nids/removesnapsegment

    allow snapping to vertex and segment to remove part/ring

Martin Dobias <wonder.sk@gmail.com>	2014-02-25

    Added connection pool for SpatiaLite, improving rendering speed within one DB

    - refactored PostgreSQL connection pool into generic template classes
    - used the template classes for SpatiaLite connection pool
    - pooled SpatiaLite connections are opened with SQLITE3_OPEN_NOMUTEX flag to allow parallel access

William Kyngesburye <kyngchaos@kyngchaos.com>	2014-02-24

    update lib paths for phonon_backends

Larry Shaffer <larrys@dakotacarto.com>	2014-02-24

    Fix 'geos_c.h not found' build error on Mac

Juergen E. Fischer <jef@norbit.de>	2014-02-24

    use native file selection in new shapefile dialog (implements #9637)

Juergen E. Fischer <jef@norbit.de>	2014-02-24

    * remove deprecated overloads QgsRasterLayer::lastError() and QgsRasterLayer::lastErrorTitle()
    * deprecate QgsRasterLayer::previewAsPixmap() (doesn't work in background threads)
    * QImage::fill( QColor ) does not exists prior to Qt 4.8
    diff --git a/src/core/raster/qgsrasterlayerrenderer.h b/src/core/raster/qgsrasterlayerrenderer.h
    index 6ab4a49..40a27a2 100644
    --- a/src/core/raster/qgsrasterlayerrenderer.h
    +++ b/src/core/raster/qgsrasterlayerrenderer.h
    @@ -8,7 +8,7 @@ class QPainter;
     class QgsMapToPixel;
     class QgsRasterLayer;
     class QgsRasterPipe;
    -class QgsRasterViewPort;
    +struct QgsRasterViewPort;
     class QgsRenderContext;

     class QgsRasterLayerRenderer : public QgsMapLayerRenderer

Juergen E. Fischer <jef@norbit.de>	2014-02-24

    don't open the identify dialog beforehand if 'Open feature form, if a single feature is identified' is active and there is only one result (fixes #9631)

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-24

    add QgsRasterLayer::previewAsImage() for MTR rendering (see bug 9626)

Juergen E. Fischer <jef@norbit.de>	2014-02-24

    oracle provider: replace rownum=0 with 1=0 to retrieve columns (fixes #9633)

Merge: 91ecc5f31b f7a47d5274
Werner Macho <werner.macho@gmail.com>	2014-02-24

    Merge pull request #1214 from Cracert/i18n

    [TRANSUP] pl: help

Juergen E. Fischer <jef@norbit.de>	2014-02-24

    add 'warning' to the respective python message log tab

Juergen E. Fischer <jef@norbit.de>	2014-02-24

    include qgsmapsettings.h in install

Juergen E. Fischer <jef@norbit.de>	2014-02-24

    fix crash in network access manager (fixes #9626)

Juergen E. Fischer <jef@norbit.de>	2014-02-24

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-02-24

    fix some deprecation warnings

Juergen E. Fischer <jef@norbit.de>	2014-02-23

    network manager: restore proxy detection

Juergen E. Fischer <jef@norbit.de>	2014-02-23

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-02-23

    wms provider [hopefully fully adapted to merged threading]
    * store all given bounding boxes and if available choose the given bbox for the
      requested srid, otherwise pick one that transforms fin(it)e
    * remove unused mCoordinateTransform
    * wmts: show tile matrix size with warnings when the matrix is not large enough
      to cover the layer extents

Juergen E. Fischer <jef@norbit.de>	2014-02-23

    Include Giovanni in AUTHORS

Juergen E. Fischer <jef@norbit.de>	2014-02-22

    debian packaging fixes
    * enable globe on jessie
    * add dependency on libqt4-sql-sqlite to qgis-provider (fixes #8662)

Martin Dobias <wonder.sk@gmail.com>	2014-02-23

    Actual fix for the HAVE_TOUCH

Martin Dobias <wonder.sk@gmail.com>	2014-02-23

    Quick fix after MTR merge

Merge: 5a4f8d07a0 f9e0093ce7
Martin Dobias <wonder.sk@gmail.com>	2014-02-23

    Merge remote-tracking branch 'origin/master' into threading-revival

    Conflicts:
            src/core/qgspallabeling.cpp
            src/core/qgsrenderchecker.h
            src/core/qgsvectorlayer.cpp
            src/core/symbology-ng/qgslinesymbollayerv2.cpp
            src/core/symbology-ng/qgssymbollayerv2.cpp
            src/providers/wms/qgswmsdataitems.cpp
            tests/src/core/testqgsblendmodes.cpp

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-02-23

    [fTools] Spatial join aggregates: handle NULL values

Robert Szczepanek <robert@szczepanek.pl>	2014-02-22

    [TRANSUP] pl: help

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-22

    add files for raster histogram (Int16 and Float32)

Larry Shaffer <larrys@dakotacarto.com>	2014-02-22

    Define QGIS_MACAPP_BUNDLE in qgsconfig.h so resources can be found when QGIS_MACAPP_BUNDLE=0

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-22

    disable raster histogram test until rendering testing is improved (also this test depends on qwt version 5 vs. 6)

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-22

    browser dock search: add normal syntax (with wildcards at begin and end) and case insensitive search, both default (implements #9493)

Merge: 3f209281a9 a582a4da23
Werner Macho <werner.macho@gmail.com>	2014-02-22

    Merge pull request #1211 from SrNetoChan/master

    pt_PT GUI Translations

Merge: 0dc0483ca2 60bbc082f2
Werner Macho <werner.macho@gmail.com>	2014-02-22

    Merge pull request #1212 from Cracert/master

    [TRANSUP] pl: help

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-22

    disable 'Draw as lines' option when raster layer does not contain int bands'

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-12

    change histogram bar outline color from black to lightGray

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-12

    allow to plot histogram as boxes with qwt5, using HistogramItem

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-12

    implement updateLegend() in HistogramItem

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-12

    add HistogramItem from qwt5 examples for use by histogram widget

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-03

    draw histogram boxes for Int16/Int32 also

Etienne Tourigny <etourigny.dev@gmail.com>	2014-02-03

    let the raster provider/interface calculate histogram bin count, and make sure there are no more bins than actual range (max-min) for Int16/32 bands

Etienne Tourigny <etourigny.dev@gmail.com>	2014-01-30

    add option to draw value as boxes, not lines (currently only with qwt6 and Byte data)

Juergen E. Fischer <jef@norbit.de>	2014-02-10

    support wmts layers to browser (implements #9492)

Juergen E. Fischer <jef@norbit.de>	2014-02-22

    restore master spash screen

Juergen E. Fischer <jef@norbit.de>	2014-02-22

    avoid 'overwriting' readonly files (fixes #9617)

Juergen E. Fischer <jef@norbit.de>	2014-02-22

    fix Alvaro's email address (followup 14699030)

Juergen E. Fischer <jef@norbit.de>	2014-02-22

    include Alvaro Huarte in AUTHORS (and . => dot)

Juergen E. Fischer <jef@norbit.de>	2014-02-22

    Bump version to 2.3

Juergen E. Fischer <jef@norbit.de>	2014-02-22

    release script: tag release and include prefix in tar ball

Larry Shaffer <larrys@dakotacarto.com>	2014-02-21

    Fix #9393, impossible to select 'regular' font style for labels

    - While ostensibly fixes the issue, there is still a flaw with QFontDatabase.styleString() returning generic style names

Juergen E. Fischer <jef@norbit.de>	2014-02-22

    fix PyQgsBlendModes test (followup da1ebc269)

Larry Shaffer <larrys@dakotacarto.com>	2014-02-21

    Update labeling unit tests control image and PAL_SUITE test suite generation

Larry Shaffer <larrys@dakotacarto.com>	2014-02-21

    Add label svg background unit tests and control images

Larry Shaffer <larrys@dakotacarto.com>	2014-02-21

    Fix #9057, offset value misplaced when exporting composer to image

    - Add unit test and control images

Larry Shaffer <larrys@dakotacarto.com>	2014-02-21

    Add svgSymbolsPath to Python unit test utilities (for defining paths without app instance)

Juergen E. Fischer <jef@norbit.de>	2014-02-21

    osgeo4w: always do a clean build

Larry Shaffer <larrys@dakotacarto.com>	2014-02-21

    Add labeling composer unit tests and control images

    - Initial support for image output at 72 dpi
    - Comparison against canvas output has slight shift (needs fixed)

Larry Shaffer <larrys@dakotacarto.com>	2014-02-21

    Update labeling canvas and server unit tests and output new control images

Larry Shaffer <larrys@dakotacarto.com>	2014-02-21

    Fix typo in renderchecker output

Robert Szczepanek <robert@szczepanek.pl>	2014-02-21

    [TRANSUP] pl: help

SrNetoChan <senhor.neto@gmail.com>	2014-02-21

    pt_PT GUI Translations

Werner Macho <werner.macho@gmail.com>	2014-02-21

    [TRANSUP] fi by Kari

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 3f5e8835ec 7d8f151d28
Werner Macho <werner.macho@gmail.com>	2014-02-21

    Merge pull request #1209 from SrNetoChan/master

    pt_PT GUI translations by Nelson Silva

Merge: 98401dc066 ddc0f87f3e
mhugent <marco.hugentobler@sourcepole.ch>	2014-02-21

    Merge pull request #1210 from marcel-dancak/master

    Allow LIKE operator in QGIS mapserver's GetFeatureInfo FILTER parameter

Marcel Dancak <marcel.dancak@gista.sk>	2014-02-21

    Allow LIKE operator in QGIS mapserver's GetFeatureInfo search request (FILTER parameter)

Juergen E. Fischer <jef@norbit.de>	2014-02-21

    raster calculator: exit on error (fix #5075)

Alexander Bruy <alexander.bruy@gmail.com>	2014-02-21

    russian translation update

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-02-20

    [expression] check for maximum nb of arguments in wordwrap function

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-02-18

    [expression] fix function help following argument ordering shift

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-02-18

    [expression] made wordwrap delimiter string an optional 3rd argument

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-02-17

    [expression] rework the wordwrap to allow for maximum / minimum line length to wrap, fix test and add two more

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-02-17

    [expression] add wordwrap function help file

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-02-17

    [expression] more work on wordwrap function based on wonder-dk comments

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-02-16

    [expression] implement a wordwrap function (feature request #9412)

Martin Dobias <wonder.sk@gmail.com>	2014-02-21

    Change "added/deprecated in 2.1" notes to 2.4 for stuff related to threading

Werner Macho <werner.macho@gmail.com>	2014-02-21

    [TRANSUP] da by Bo

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Paolo <cavallini@faunalia.it>	2014-02-21

    Minor improvements to IT translation, for consistency

Merge: ba2b61cdb0 d6b009562f
Jürgen Fischer <jef@norbit.de>	2014-02-21

    Merge pull request #1203 from ahuarte47/Issue_9610

    Displacement point: tolerance not saved in project (fixes #9610)

Merge: da1ebc2693 27dccee80b
Werner Macho <werner.macho@gmail.com>	2014-02-21

    Merge pull request #1206 from Cracert/i18n

    [TRANSUP] pl

Martin Dobias <wonder.sk@gmail.com>	2014-02-21

    Comments and API improvements of simplification (no functional changes)

    - moved QgsVectorLayer::SimplifyHint enum to QgsVectorSimplifyMethod
    - use QFlags instead of int for hints
    - added few notes about simplification being added in 2.2

Robert Szczepanek <robert@szczepanek.pl>	2014-02-20

    [TRANSUP] pl

Larry Shaffer <larrys@dakotacarto.com>	2014-02-20

    Fix partial labels unit tests and generate new control images

Larry Shaffer <larrys@dakotacarto.com>	2014-02-20

    Add deleting server cache function to local test server

Larry Shaffer <larrys@dakotacarto.com>	2014-02-20

    Add timeout to GetMap for local test server

Werner Macho <werner.macho@gmail.com>	2014-02-21

    [TRANSUP] ko by BJ

Merge: a4d2767d49 7b11b76dbe
Werner Macho <werner.macho@gmail.com>	2014-02-21

    Merge pull request #1204 from Jean-Roc/traduction_ui

    clean&update translators

Jean-Roc Morreale <jr.morreale@enoreth.net>	2014-02-20

    update french translation

Jean-Roc Morreale <jr.morreale@enoreth.net>	2014-02-20

    clean&update translators

Juergen E. Fischer <jef@norbit.de>	2014-02-20

    update changelog, add 2.2 api doc to doxygen and merge news updated compiled by
    Tim

Alexandre Neto <senhor.neto@gmail.com>	2014-02-20

    pt_PT GUI translations by Nelson Silva

Alvaro Huarte <ahuarte47@yahoo.es>	2014-02-20

    #9610: save tolerance of displacement point

Martin Dobias <wonder.sk@gmail.com>	2014-02-20

    Show preview for "$area" in expr builder, make preview consistent with result

    Another partial fix for #9060

Werner Macho <werner.macho@gmail.com>	2014-02-20

    [TRANSUP] gl by Xan

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-02-20

    remove inactive translator

Werner Macho <werner.macho@gmail.com>	2014-02-20

    [TRANSUP]  fi by Kari

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-02-20

    add wms caching note to QgsRasterDataProvider::draw()

Juergen E. Fischer <jef@norbit.de>	2014-02-20

    vector layer: fix lazy extent calculation (fixes #9608; introduced in 500116bfe)

Martin Dobias <wonder.sk@gmail.com>	2014-02-20

    Added unit test to check correct outcome of axisInverted()

ahuarte47 <ahuarte47@yahoo.es>	2014-01-15

    #9060: fix bad ellipsoid selection from srs

Merge: 35791aacd6 325697dd4b
mhugent <marco.hugentobler@sourcepole.ch>	2014-02-20

    Merge pull request #1201 from marcel-dancak/master

    Fixed bug #9584

Marcel Dancak <marcel.dancak@gista.sk>	2014-02-20

    fixed occurrence of gml:featureMember elements in GetFeatureInfo response in application/vnd.ogc.gml format

ahuarte47 <ahuarte47@yahoo.es>	2014-01-04

    #9060: fix unmanaged selection for NauticalMiles units

Werner Macho <werner.macho@gmail.com>	2014-02-20

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-02-20

    [TRANSUP] lv by Peteris

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 448330021e 45a95b138f
Werner Macho <werner.macho@gmail.com>	2014-02-20

    Merge pull request #1200 from peterisb/master

    Latvian translation update

Merge: 469f79b0d0 448330021e
peterisb <peteris.bruns@gmail.com>	2014-02-20

    Merge remote-tracking branch 'upstream/master'

peterisb <peteris.bruns@gmail.com>	2014-02-20

    lv trans edits

Juergen E. Fischer <jef@norbit.de>	2014-02-20

    trim whitespaces in changelog

Carl Simonson <simonsonc@gmail.com>	2014-02-19

    Remove duplicate entries from CMake build files

Werner Macho <werner.macho@gmail.com>	2014-02-20

    [TRANSUP] da by Bo and es by carlos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 7d263be7aa 8155e38152
Werner Macho <werner.macho@gmail.com>	2014-02-20

    Merge pull request #1198 from Cracert/i18n

    [TRANSUP] pl

Larry Shaffer <larrys@dakotacarto.com>	2014-02-19

    Add missing .qml to local server test

Robert Szczepanek <robert@szczepanek.pl>	2014-02-19

    [TRANSUP] pl

Juergen E. Fischer <jef@norbit.de>	2014-02-20

    add release script

Juergen E. Fischer <jef@norbit.de>	2014-02-20

    indentation update

Larry Shaffer <larrys@dakotacarto.com>	2014-02-19

    Clean up local test server module and add more usage info

Larry Shaffer <larrys@dakotacarto.com>	2014-02-19

    Slightly larger default renderchecker image in html, and fix divide/0 issue if control image is missing

Larry Shaffer <larrys@dakotacarto.com>	2014-02-19

    Update tests to work with new test font functions in QgsFontUtils

    - Cleanup code style

Larry Shaffer <larrys@dakotacarto.com>	2014-02-19

    Add more standard test font functions to QgsFontUtils

Larry Shaffer <larrys@dakotacarto.com>	2014-02-19

    Move loading of test fonts to QgsFontUtils

    - Always add testdata.qrc to desktop and server, but only auto-load Roman and Bold if built in debug mode
    - Test fonts can now be loaded directly, after startup
    - Add sip binding and unit tests

Larry Shaffer <larrys@dakotacarto.com>	2014-02-19

    Add test-labeling master project and italic, bold-italic test fonts

Larry Shaffer <larrys@dakotacarto.com>	2014-02-18

    Update test font to Vera San and start workaround for Mac 10.9 font-loading bugs

    - Test font loading should be moved to QgsFontUtils

Larry Shaffer <larrys@dakotacarto.com>	2014-02-18

    Update existing tests to work with new test server

Larry Shaffer <larrys@dakotacarto.com>	2014-02-18

    Add getLocalServer and unit test for refactored local test server class

Larry Shaffer <larrys@dakotacarto.com>	2014-02-17

    Convert local test server over to controller of web and fcgi servers

    - Initially using lighttpd/spawn-fcgi

Radim Blazek <radim.blazek@gmail.com>	2014-02-19

    fixed composerrotationtest

Werner Macho <werner.macho@gmail.com>	2014-02-19

    [TRANSUP] da by Jacob

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-19

    Fix missing layers in GetCapabilities if only embedded groups are present

Martin Dobias <wonder.sk@gmail.com>	2014-02-19

    Fix incorrectly reported area in identify tool (partly fixes #9060)

    Occurred with projected layer CRS, non-projected map CRS, planimetric measuring.
    It was assumed that units of the measurement were in map CRS.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-19

    Fix layer order list in GetProjectSettings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-19

    Make a correct copy of QgsCoordinateTransform for labeling (hope it fixes #9600)

Salvatore Larosa <lrssvtml@gmail.com>	2014-02-19

    [pyqgis-console] prepared apis file update

Werner Macho <werner.macho@gmail.com>	2014-02-19

    [TRANSUP] fixes in german language

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: c277f461f8 63d84ec21b
Jürgen Fischer <jef@norbit.de>	2014-02-19

    Merge pull request #1195 from Oslandia/issue9599

    Fix windows path escaping for QGIS_PLUGINPATH

Werner Macho <werner.macho@gmail.com>	2014-02-19

    [TRANSUP] last string update

Paolo <cavallini@faunalia.it>	2014-02-19

    Minor fix to IT translation

Radim Blazek <radim.blazek@gmail.com>	2014-02-19

    fixed blendmodes test and added to report

Merge: 2b3e19d134 b8c6e01a5b
Werner Macho <werner.macho@gmail.com>	2014-02-19

    Merge pull request #1194 from marcelosoaressouza/translation_pt_BR

    Finalizing translation (pt_BR) of QgsOptionsBase

Radim Blazek <radim.blazek@gmail.com>	2014-02-19

    disabled composermaptest grid anotations

Radim Blazek <radim.blazek@gmail.com>	2014-02-19

    updated single symbol rendererstest

Merge: 406ff592d4 a1e23b1132
Werner Macho <werner.macho@gmail.com>	2014-02-19

    Merge pull request #1196 from qgis-jp/for_pull

    update translation ja

yoichigmf <yoichi.kayama@gmail.com>	2014-02-19

    update translation ja

Hugo Mercier <hugo.mercier@oslandia.com>	2014-02-19

    Fix windows path escaping for QGIS_PLUGINPATH

Marcelo Soares Souza <marcelo@juntadados.org>	2014-02-19

    Finalizing translation (pt_BR) of QgsOptionsBase

Merge: 7822abdc91 4e7fa3adf6
Werner Macho <werner.macho@gmail.com>	2014-02-19

    Merge pull request #1193 from qgis-jp/for_pull

    update Translation ja

yoichigmf <yoichi.kayama@gmail.com>	2014-02-19

    update Translation ja

Radim Blazek <radim.blazek@gmail.com>	2014-02-19

    composer legend items space, better fixes #9498

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-19

    Fix reverse layer order after embedding group

Merge: 58202d03d9 ab929a855c
peterisb <peteris.bruns@gmail.com>	2014-02-19

    lv trans edits

Martin Dobias <wonder.sk@gmail.com>	2014-02-19

    Fix debug messages

Martin Dobias <wonder.sk@gmail.com>	2014-02-19

    Fix #9360 (layer not rendered when simplify geometry is activated)

    Request's extent rectangle was being randomly overwritten as it was
    just reference to a temporary object!

Merge: 10ce9f9c69 94658bf6a8
pcav <cavallini@faunalia.it>	2014-02-19

    Merge branch 'master' of github.com:qgis/QGIS

pcav <cavallini@faunalia.it>	2014-02-19

    Minor edits to IT translation

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-02-19

    more coherent fill ring icon (thanks Robert)

Werner Macho <werner.macho@gmail.com>	2014-02-19

    [TRANSUP] es by carlos and small german fixes

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: d754479900 73d9784b3d
Werner Macho <werner.macho@gmail.com>	2014-02-19

    Merge pull request #1190 from Cracert/i18n

    [TRANSUP] pl: QObject

Robert Szczepanek <robert@szczepanek.pl>	2014-02-18

    [TRANSUP] pl: QObject

Merge: 56ff646e8e 0625dfa142
Werner Macho <werner.macho@gmail.com>	2014-02-19

    Merge pull request #1189 from tomass/master

    Lithuanian translation update

Tomas <tomasstraupis@gmail.com>	2014-02-18

    Lithuanian translation update

Radim Blazek <radim.blazek@gmail.com>	2014-02-18

    wcs test made to pass

Juergen E. Fischer <jef@norbit.de>	2014-02-18

    third attempt to fix a simple typo

Juergen E. Fischer <jef@norbit.de>	2014-02-18

    dbmanager versioning: use lower case 'sql' language (fixes #9434)

Juergen E. Fischer <jef@norbit.de>	2014-02-18

    network manager: include QGIS version in user-agent string (related to #7361)

Juergen E. Fischer <jef@norbit.de>	2014-02-18

    fix second occurrency too (followup 580f3dc80; fixes #9593)

Borys Jurgiel <info@borysjurgiel.pl>	2014-02-18

    [Plugin Installer] More robust xml parsing: fix lonely ampersands. Fixes #9524

Juergen E. Fischer <jef@norbit.de>	2014-02-18

    fix typo in french translation (fixes #9593)

Juergen E. Fischer <jef@norbit.de>	2014-02-18

    add scripts/dbdiff.sh to compare sqlite3 databases (defaults to srs.db)

Werner Macho <werner.macho@gmail.com>	2014-02-18

    [TRANSUP] Adding pt_BR translator

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-18

    Update srs.db with entries for BeTA2007.gsb (thanks to Robert Nuske)

Juergen E. Fischer <jef@norbit.de>	2014-02-18

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-02-18

    postgres provider: clear primary key for views (potentially fixes #9590)

Merge: 43af9eaf54 6364f1399c
pcav <cavallini@faunalia.it>	2014-02-18

    Merge branch 'master' of github.com:qgis/QGIS

pcav <cavallini@faunalia.it>	2014-02-18

    Minor improvements to IT translation

Merge: 5e21c55d2b 865ab28d0e
Martin Dobias <wonder.sk@gmail.com>	2014-02-18

    Merge pull request #1188 from 3nids/addpointleftclick

    only add point with left click

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-02-18

    only add point with left click

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-02-18

    [relations] Preview expression from relation reference field config dialog
    Fix #9538

Martin Dobias <wonder.sk@gmail.com>	2014-02-18

    Re-enable geometry simplification while rendering

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-02-18

    Faster listing of tables for MS SQL

Merge: d4b1bb47f4 4e3738a24f
Martin Dobias <wonder.sk@gmail.com>	2014-02-18

    Merge branch 'master' into threading-revival

    Some features are still disabled - will be fixed later

    Conflicts:
            python/core/composer/qgscomposition.sip
            python/core/diagram/qgsdiagram.sip
            python/core/diagram/qgshistogramdiagram.sip
            python/core/diagram/qgspiediagram.sip
            python/core/diagram/qgstextdiagram.sip
            python/core/qgsdiagramrendererv2.sip
            python/core/qgsfield.sip
            python/core/qgslabelsearchtree.sip
            python/core/qgsmaprenderer.sip
            python/core/qgsrenderchecker.sip
            python/core/symbology-ng/qgssymbollayerv2.sip
            python/gui/qgsmapcanvas.sip
            src/app/composer/qgscomposerlegendwidget.cpp
            src/app/qgisapp.cpp
            src/core/composer/qgsatlascomposition.cpp
            src/core/composer/qgscomposerattributetable.cpp
            src/core/composer/qgscomposermap.cpp
            src/core/composer/qgscomposition.cpp
            src/core/composer/qgscomposition.h
            src/core/diagram/qgsdiagram.h
            src/core/diagram/qgshistogramdiagram.cpp
            src/core/diagram/qgshistogramdiagram.h
            src/core/diagram/qgspiediagram.cpp
            src/core/diagram/qgspiediagram.h
            src/core/diagram/qgstextdiagram.cpp
            src/core/diagram/qgstextdiagram.h
            src/core/qgsdiagramrendererv2.cpp
            src/core/qgsdiagramrendererv2.h
            src/core/qgsmaprenderer.cpp
            src/core/qgsmaprenderer.h
            src/core/qgsnetworkaccessmanager.h
            src/core/qgspallabeling.cpp
            src/core/qgsrenderchecker.h
            src/core/qgsvectorlayer.cpp
            src/core/qgsvectorlayer.h
            src/core/qgsvectorlayerfeatureiterator.cpp
            src/core/qgsvectorlayerfeatureiterator.h
            src/core/raster/qgsrasterlayer.cpp
            src/core/symbology-ng/qgscategorizedsymbolrendererv2.cpp
            src/core/symbology-ng/qgsgraduatedsymbolrendererv2.cpp
            src/core/symbology-ng/qgsmarkersymbollayerv2.cpp
            src/core/symbology-ng/qgssinglesymbolrendererv2.cpp
            src/core/symbology-ng/qgssymbollayerv2.cpp
            src/core/symbology-ng/qgssymbollayerv2.h
            src/core/symbology-ng/qgssymbolv2.cpp
            src/gui/qgshighlight.cpp
            src/gui/qgsmapcanvas.cpp
            src/gui/qgsmapcanvas.h
            src/gui/qgsmapcanvasitem.cpp
            src/gui/qgsmaptoolidentify.cpp
            src/plugins/georeferencer/qgsgeorefplugingui.cpp
            src/providers/memory/qgsmemoryfeatureiterator.cpp
            src/providers/ogr/qgsogrfeatureiterator.cpp
            src/providers/ogr/qgsogrfeatureiterator.h
            src/providers/ogr/qgsogrprovider.cpp
            src/providers/oracle/qgsoraclefeatureiterator.cpp
            src/providers/oracle/qgsoracleprovider.cpp
            src/providers/postgres/qgspostgresconn.cpp
            src/providers/postgres/qgspostgresfeatureiterator.cpp
            src/providers/postgres/qgspostgresfeatureiterator.h
            src/providers/wfs/qgswfsfeatureiterator.cpp
            src/providers/wms/qgswmsprovider.cpp
            src/providers/wms/qgswmsprovider.h
            src/ui/qgsoptionsbase.ui
            tests/src/core/CMakeLists.txt
            tests/src/core/testqgscomposereffects.cpp
            tests/src/core/testqgscomposerhtml.cpp
            tests/src/core/testqgscomposerscalebar.cpp
            tests/src/core/testqgscomposershapes.cpp

Merge: 49fbfbadc9 f4f450f379
Martin Dobias <wonder.sk@gmail.com>	2014-02-18

    Merge pull request #1186 from ahuarte47/Issue_9360R2

    Bug #9360: Whole layer not rendered (when simplify geometry activated)

Merge: fcf1119a45 0f58a10757
Werner Macho <werner.macho@gmail.com>	2014-02-18

    Merge pull request #1187 from Cracert/i18n

    [TRANSUP] pl

Robert Szczepanek <robert@szczepanek.pl>	2014-02-17

    [TRANSUP] pl

Werner Macho <werner.macho@gmail.com>	2014-02-18

    [TRANSUP] es by Carlos, nl by Richard

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-02-18

    fixing typo in source

ahuarte47 <ahuarte47@yahoo.es>	2014-02-17

    #9360: More safely calculate the simplification transform factor

Juergen E. Fischer <jef@norbit.de>	2014-02-17

    geometry validation: don't consider touching lines as intersection (fixes #3851, fixes #7501, fixes #9580)

Juergen E. Fischer <jef@norbit.de>	2014-02-17

    network authentication: don't crash if a network request is closed while the credentials dialog is open (fixes #9379)

Juergen E. Fischer <jef@norbit.de>	2014-02-17

    osm: transform extents to EPSG:4326 (fixes #8709)

Merge: e6e0614641 45dc4a5cf1
Werner Macho <werner.macho@gmail.com>	2014-02-17

    Merge pull request #1184 from marcelosoaressouza/translation_pt_BR

    Some translations (pt_BR) for Monday...

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-17

    Fix crash if adding sublayers via plugin interface

Marcelo Soares Souza <marcelo@juntadados.org>	2014-02-17

    Some translations (pt_BR) for Monday...

Paolo <cavallini@faunalia.it>	2014-02-17

    IT translation completed

Werner Macho <werner.macho@gmail.com>	2014-02-17

    [TRANSUP] da by Jacob, fi by Kari, lv by Peteris

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-02-17

    [TRANSUP] nb by James

Werner Macho <werner.macho@gmail.com>	2014-02-17

    typo in description

Merge: d31b5950a0 d102a79aa9
Nathan Woodrow <madmanwoo@gmail.com>	2014-02-17

    Merge pull request #1180 from nirvn/legend_spacing_fix2

    [composer] fix vertical spacing of hidden layer title in legend items (fix #9498)

thomas <th.arnold@gmx.net>	2012-06-01

    5239_v1

Merge: 24b3ed171b 337792bf0c
Werner Macho <werner.macho@gmail.com>	2014-02-17

    Merge pull request #1183 from Cracert/i18n

    [TRANSUP] pl: QObject

Robert Szczepanek <robert@szczepanek.pl>	2014-02-16

    [TRANSUP] pl: QObject

Juergen E. Fischer <jef@norbit.de>	2014-02-17

    postgres provider: fix detection of character fields (related to #8481)

Merge: 26f8be9286 e0e5f71f77
Werner Macho <werner.macho@gmail.com>	2014-02-17

    Merge pull request #1182 from SrNetoChan/master

    [TRANSUP] pt_PT GUI Translations

Alexandre Neto <senhor.neto@gmail.com>	2014-02-06

    pt_PT GUI Translations

    PT_pt GUI Translation (QObject)

    PT_pt GUI Translations

Borys Jurgiel <info@borysjurgiel.pl>	2014-02-16

    [Plugin Manager] Fix window title update

Juergen E. Fischer <jef@norbit.de>	2014-02-16

    main: fix installation of qt translator

Juergen E. Fischer <jef@norbit.de>	2014-02-16

    network manager: support system proxy settings on windows (fixes #8600)

Martin Dobias <wonder.sk@gmail.com>	2014-02-16

    Fix #9520 (bbox filter doesn't work applied on a WFS datasource)

    Currently the bbox must have syntax bbox($geometry, geomFromWKT('...'))

Mathieu Pellerin (nirvn) <nirvn.asia@gmail.com>	2014-02-16

    [composer] fix vertical spacing of hidden layer title in legend items (fix #9498)

Werner Macho <werner.macho@gmail.com>	2014-02-16

    ²

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: e91580fc9f 9b651a5086
Werner Macho <werner.macho@gmail.com>	2014-02-16

    Merge pull request #1179 from asiersarasua/master

    Basque translation update

Merge: c809a8221a 60813ce782
Werner Macho <werner.macho@gmail.com>	2014-02-16

    Merge pull request #1178 from Cracert/i18n

    [TRANSUP] pl: QObject

Merge: 0d304a268d 2168cac11b
Werner Macho <werner.macho@gmail.com>	2014-02-16

    Merge pull request #1177 from marcelosoaressouza/translation_pt_BR

    Some translations (pt_BR) for the weekend.

Merge: be67e6a9ab f094cf9dad
Werner Macho <werner.macho@gmail.com>	2014-02-16

    Merge pull request #1176 from tomass/master

    Lithuanian translation update

Merge: 675746c2d7 0ccaafbe56
Gary Sherman <gsherman@geoapt.com>	2014-02-15

    Merge pull request #1174 from anitagraser/master

    added new splash for 2.2

asiersarasua <asier.sarasua@gmail.com>	2014-02-15

    Basque translation update

Robert Szczepanek <robert@szczepanek.pl>	2014-02-15

    [TRANSUP] pl: QObject

Juergen E. Fischer <jef@norbit.de>	2014-02-15

    wms: use titles in layer name (fixes #4002)

Juergen E. Fischer <jef@norbit.de>	2014-01-29

    wmts: use title instead of identifier (fixes #9391)

Marcelo Soares Souza <marcelo@juntadados.org>	2014-02-15

    Some translations (pt_BR) for the weekend.

Martin Dobias <wonder.sk@gmail.com>	2014-02-15

    Fix switched axes problem in WMS 1.3 with non-projected CRS

Tomas <tomasstraupis@gmail.com>	2014-02-15

    Lithuanian translation update

Alexander Bruy <alexander.bruy@gmail.com>	2014-02-15

    russian translation update

Werner Macho <werner.macho@gmail.com>	2014-02-15

    [TRANSUP] hr by Zoran

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-02-15

    [TRANSUP] es(Carlos),hu(Zoltan),sv(Victor)

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 366daa7e3b cd4c4f9bf7
Werner Macho <werner.macho@gmail.com>	2014-02-15

    Merge pull request #1175 from Cracert/i18n

    [TRANSUP] pl: QObject, Composer, GRASS, Memory

Robert Szczepanek <robert@szczepanek.pl>	2014-02-14

    [TRANSUP] pl: QObject, Composer, GRASS, Memory

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-15

    [composer] Fix loading atlas settings from pre 2.2 projects (fix #9567)

Juergen E. Fischer <jef@norbit.de>	2014-02-14

    fix warnings

anitagraser <anitagraser@gmx.at>	2014-02-15

    added new splash for 2.2

Larry Shaffer <larrys@dakotacarto.com>	2014-02-14

    Fix 'geos_c.h not found' build error on Mac

Martin Dobias <wonder.sk@gmail.com>	2014-02-14

    Color ramp combo box: do not show "random colors" if gradients-only is on

    + added option to query whether gradients-only option is enabled

Radim Blazek <radim.blazek@gmail.com>	2014-02-14

    fixed backslash validator in OWS connection names

Radim Blazek <radim.blazek@gmail.com>	2014-02-14

    Reintroduced Google Mercator 900913

    insert into tbl_srs (description, projection_acronym, ellipsoid_acronym, parameters, srid, auth_name, auth_id, is_geo, deprecated, noupdate) values ('Google Mercator','merc','WGS84','+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +over +no_defs',900913,'EPSG','900913',0,0,0);

Radim Blazek <radim.blazek@gmail.com>	2014-02-14

    WMS identify GML: clear bytearrya before encoding to utf8, fixes "invalid token"

Leyan <ouyang.leyan@hotmail.com>	2014-02-14

    replace list of snapping markers with a single marker

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-02-14

    VL properties/Fields: Remember folder of last used .ui

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-14

    Fix failing atlas test

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-14

    [composer] Better method of hiding atlas coverage layer (fix #9506)

Martin Dobias <wonder.sk@gmail.com>	2014-02-14

    Do not emit currentLayerChanged signal if the layer has not changed

Martin Dobias <wonder.sk@gmail.com>	2014-02-14

    Removed dead legend code

pcav <cavallini@faunalia.it>	2014-02-14

    IT translation almost finished

Merge: a81befc596 2bd75b6fed
pcav <cavallini@faunalia.it>	2014-02-14

    Merge branch 'master' of github.com:qgis/QGIS

Werner Macho <werner.macho@gmail.com>	2014-02-14

    [TRANSUP] big language update preparing release

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: a7c33a39d4 54c88a5fe4
Werner Macho <werner.macho@gmail.com>	2014-02-14

    Merge pull request #1170 from Cracert/i18n

    [TRANSUP] pl: Oracle, help

Robert Szczepanek <robert@szczepanek.pl>	2014-02-14

    [TRANSUP] pl: Oracle, help

Werner Macho <werner.macho@gmail.com>	2014-02-14

    [TRANSUP] fi by Kari

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-02-13

    geometry less features: update add feature tool in digitizing toolbar and icon in attribute table (fixes #8262)

Juergen E. Fischer <jef@norbit.de>	2014-02-13

    paste features: don't skip primary key fields, use default value if present,
    otherwise value of pasted feature (fixes #9489)

Juergen E. Fischer <jef@norbit.de>	2014-02-13

    merge attributes: new vector api can skip attributes - use default value for skipped field (fixes #5758)

Merge: 40b48849b5 8c95eb69cf
Werner Macho <werner.macho@gmail.com>	2014-02-13

    Merge pull request #1169 from marcelosoaressouza/translation_pt_BR

    More updates on pt_BR translation

Martin Dobias <wonder.sk@gmail.com>	2014-02-13

    Fix #9088 (Text Annotation Symbols size is wrong in map composer)

Marcelo Soares Souza <marcelo@juntadados.org>	2014-02-13

    More updates on pt_BR translation

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-13

    [composer] Set min number of pages for spin box, to prevent 0 page compositions

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-13

    [composer] Make zoom full action actually zoom to all items, not just page bounds

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-13

    [composer] Fix scrollbars in composer by correctly calculating scene bounds (fix #7691)

Radim Blazek <radim.blazek@gmail.com>	2014-02-13

    wms identify: report error if features types were guessed from GML but no features parsed

Martin Dobias <wonder.sk@gmail.com>	2014-02-13

    Fix #9551 (Impossible to see selection or current identify feature if using data defined colours)

Radim Blazek <radim.blazek@gmail.com>	2014-02-13

    identify results: use webview also for text/plain

Radim Blazek <radim.blazek@gmail.com>	2014-02-13

    show identify dialog before items are inserted so that they can adjust size according to dialog size also the first time dialog is opened

Martin Dobias <wonder.sk@gmail.com>	2014-02-13

    [processing] Fix Qt warnings when opening config dialog

Merge: 59b62e27b3 c060164bca
Martin Dobias <wonder.sk@gmail.com>	2014-02-13

    Merge remote-tracking branch 'slarosa/fix_9328'

Merge: 549f5bc285 f90b3edeb0
Werner Macho <werner.macho@gmail.com>	2014-02-13

    Merge pull request #1166 from marcelosoaressouza/master

    Updating the translation to Portuguese-Brazil (pt_BR)

Merge: 57dd8779ac 086f26befe
Werner Macho <werner.macho@gmail.com>	2014-02-13

    Merge pull request #1168 from Cracert/i18n

    [TRANSUP] pl: Oracle, Sponsors

Robert Szczepanek <robert@szczepanek.pl>	2014-02-12

    [TRANSUP] pl: Oracle, Sponsors

Juergen E. Fischer <jef@norbit.de>	2014-02-13

    dbmanager: fix 'load as new layer' (fixes #9548)

Radim Blazek <radim.blazek@gmail.com>	2014-02-12

    Fixed GML parsing of GetFeatureInfo from GeoServer, fixes part of #9377

Salvatore Larosa <lrssvtml@gmail.com>	2014-02-12

    [processing] fixes #9328:
    addressed: http://hub.qgis.org/issues/9328

Juergen E. Fischer <jef@norbit.de>	2014-02-12

    dxf export: add extension (fixes #9544)

Juergen E. Fischer <jef@norbit.de>	2014-02-12

    styles: explictly save symbol XML in UTF-8 (fixes #9045)

Juergen E. Fischer <jef@norbit.de>	2014-02-12

    german translation update

Radim Blazek <radim.blazek@gmail.com>	2014-02-12

    identify resutlts dialog: always keep minimum QgsIdentifyResultsWebView height

Juergen E. Fischer <jef@norbit.de>	2014-02-12

    ogr provider: write numeric data in C locale (fixes #8332)

Marcelo Soares Souza <marcelo@juntadados.org>	2014-02-12

    Updating the translation to Portuguese-Brazil (pt_BR)

pcav <cavallini@faunalia.it>	2014-02-12

    Minor edits to IT translation

Juergen E. Fischer <jef@norbit.de>	2014-02-12

    * speed up undo of attribute added with field calculator (fixes #9509)
    * also improves performance of FilterFid requests in edit mode

Martin Dobias <wonder.sk@gmail.com>	2014-02-12

    Fix #8758 (graduated classes on expression broken)

Merge: dc0894784d 33da84691d
Werner Macho <werner.macho@gmail.com>	2014-02-12

    Merge pull request #1164 from Cracert/i18n

    [TRANSUP] pl: CptCity, Split

Robert Szczepanek <robert@szczepanek.pl>	2014-02-11

    [TRANSUP] pl: CptCity, Split

Juergen E. Fischer <jef@norbit.de>	2014-02-12

    osgeo4w: run filetype registration with elevated rights

Juergen E. Fischer <jef@norbit.de>	2014-02-12

    vector layer: fix attributeAdded signal
    don't assume new attributes are added at end, because in case of joins
    they are added after the provider fields and before the joined fields.

    field calculator: prepare expression again after attribute was added
    (fixes #9320)

Juergen E. Fischer <jef@norbit.de>	2014-02-11

    oracle provider: improve date/time support

Werner Macho <werner.macho@gmail.com>	2014-02-12

    Update contributors.json

    added myself

Martin Dobias <wonder.sk@gmail.com>	2014-02-11

    Fix #9459 (layer fails to render when rule-based symbology make use of $atlasfeatureid)

Paolo <cavallini@faunalia.it>	2014-02-11

    IT translation update

peterisb <peteris.bruns@gmail.com>	2014-02-11

    lv translation

Merge: 7e1c1b928c 6b74feed5c
Martin Dobias <wonder.sk@gmail.com>	2014-02-11

    Fix #6995 (db manager's SQL window freezes with long query)

Martin Dobias <wonder.sk@gmail.com>	2014-02-11

    [db manager] Also removed completer.py file and its imports

Werner Macho <werner.macho@gmail.com>	2014-02-11

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Alexander Bruy <alexander.bruy@gmail.com>	2014-02-06

    [db manager] use QScintilla for SQL window

Martin Dobias <wonder.sk@gmail.com>	2014-02-11

    Fix #9290 (crashes in symbology on fields with special characters)

    Fixes several crashes and problems with backwards compatibility.
    Before expressions were allowed, field names were loaded and saved
    unquoted, e.g. x.y  - with introduction of expressions it was
    necessary to use properly quoted "x.y" name so that expression
    is correctly parsed. With these changes both options are possible
    and when possible, the unquoted field name is used for compatibility

Merge: 9fd19a696a 1a450038de
Werner Macho <werner.macho@gmail.com>	2014-02-11

    Merge pull request #1161 from Cracert/i18n

    [TRANSUP] pl: function_help, DlgNumber, QgisApp

Robert Szczepanek <robert@szczepanek.pl>	2014-02-10

    [TRANSUP] pl: function_help, DlgNumber, QgisApp

Merge: 85f6fb8b71 959b05a66b
Werner Macho <werner.macho@gmail.com>	2014-02-11

    Merge pull request #1160 from Jean-Roc/traduction_ui

    update fr ui

Juergen E. Fischer <jef@norbit.de>	2014-02-11

    postgres provider: convert M to Z geometries (fixes #9032)

Jean-Roc Morreale <jr.morreale@enoreth.net>	2014-02-10

    update french translation

Sylvain Maillard <contact@ecologeek.org>	2014-02-10

    update french translation

D'Hont René-Luc <rldhont@gmail.com>	2014-02-10

    [DEBUG] #8795 Potential WFS filtering issue

    OpenLayers can't decode GetFeature response because QGS_NAMESPACE was not well formed

Juergen E. Fischer <jef@norbit.de>	2014-02-10

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2014-02-10

    wfs: catch end of selected features (fixes #8979)

Merge: df0a443331 e67eb4a427
Werner Macho <werner.macho@gmail.com>	2014-02-10

    Merge branch 'master' of https://github.com/qgis/QGIS

Werner Macho <werner.macho@gmail.com>	2014-02-10

    [TRANSUP] da by Bo

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-10

    Fix crash in dxf export in no-symbology mode

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-10

    [composer] Ensure correct mouse cursor is set after releasing pan/zoom shortcut keys

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-10

    [composer] Improve logic for pan shortcuts (fix #8957)

Juergen E. Fischer <jef@norbit.de>	2014-02-10

    geometry: add some null pointer checks (fixes #8433)

Leyan <ouyang.leyan@hotmail.com>	2014-01-27

    store original proj4 representation of a CRS and use it to store a custom CRS

Werner Macho <werner.macho@gmail.com>	2014-02-10

    [TRANSUP] da by Bo

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-02-10

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Martin Dobias <wonder.sk@gmail.com>	2014-02-10

    Fix #8434 (join by spatial location locks up QGIS)

    By caching the features of the provider in the inner loop, there is
    a considerable speedup (compared to doing millions of queries)

Martin Dobias <wonder.sk@gmail.com>	2014-02-10

    Fix #9376 (crash when sorting attribute table with no attributes)

Martin Dobias <wonder.sk@gmail.com>	2014-02-10

    Code and warning cleanup

Merge: 928613c4e0 3a075a6b2e
Martin Dobias <wonder.sk@gmail.com>	2014-02-10

    Merge pull request #1157 from kiith-sa/master

    Fix #9213 ('bad_alloc' error at QGIS start)

Merge: 8c9d336834 7927c7ef83
Werner Macho <werner.macho@gmail.com>	2014-02-10

    Merge pull request #1158 from Cracert/i18n

    [TRANSUP] pl: function_help

Merge: 4aa8607edb f70e403b71
Martin Dobias <wonder.sk@gmail.com>	2014-02-10

    Merge pull request #1154 from slarosa/bbox_help_1

    add help for bbox function

Robert Szczepanek <robert@szczepanek.pl>	2014-02-09

    [TRANSUP] pl: function_help

Werner Macho <werner.macho@gmail.com>	2014-02-10

    [TRANSUP] sv by Victor

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: b05c93c3dd 67154d1b6f
Werner Macho <werner.macho@gmail.com>	2014-02-10

    Merge pull request #1156 from qgis-jp/for_pull

    update GUI translation ja

Kiith-Sa <kiith-sa@solydxk>	2014-02-10

    Fix #9213 ('bad_alloc' error at QGIS start)

yoichigmf <yoichi.kayama@gmail.com>	2014-02-10

    update GUI translation ja

Radim Blazek <radim.blazek@gmail.com>	2014-02-09

    highlight made transparent for other layers again

Sandro Santilli <strk@keybit.net>	2014-02-09

    Fix type of "face_seed" layer in TopoViewer

to-kr <tomas.krecmer@tmapy.cz>	2014-02-09

    Fix for #8130 - WFS client: invalid columns after copy/paste.

Salvatore Larosa <lrssvtml@gmail.com>	2014-02-09

    add help for bbox function

Radim Blazek <radim.blazek@gmail.com>	2014-02-09

    sqrt symbol size for ScaleArea before scale to context units, fixes #8887

Martin Dobias <wonder.sk@gmail.com>	2014-02-09

    Fix #8996 (Composer crashes QGIS when setComposition() method called)

Merge: f712a7911a ee590331d9
Werner Macho <werner.macho@gmail.com>	2014-02-09

    Merge pull request #1153 from tomass/master

    Lithuanian translation update

Tomas <tomasstraupis@gmail.com>	2014-02-09

    Lithuanian translation update

Juergen E. Fischer <jef@norbit.de>	2014-02-09

    german translation update

Merge: 3fdd180c28 155c769731
Werner Macho <werner.macho@gmail.com>	2014-02-09

    Merge pull request #1152 from qgis-jp/for_pull

    update GUI translation JA

Alexander Bruy <alexander.bruy@gmail.com>	2014-02-09

    russian translation update

Juergen E. Fischer <jef@norbit.de>	2014-02-09

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-02-09

    expressions: only quote when necessary (fixes tests; followup 915f5c1a)

Yoichi Kayama <yoichi.kayama@gmail.com>	2014-02-09

    update GUI translation JA

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-09

    [composer] Make sure attribute table updates correctly when used with an atlas driven map

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-09

    [composer] Fix calculation of world file parameters, make sure world file works correctly for atlas prints

Martin Dobias <wonder.sk@gmail.com>	2014-02-09

    Fix #8852 (crash when removing invalid postgres table from project)

Merge: 8d5862c8fd 41c49bdd0b
Werner Macho <werner.macho@gmail.com>	2014-02-09

    Merge pull request #1151 from Cracert/i18n

    [TRANSUP] pl: context_help

Robert Szczepanek <robert@szczepanek.pl>	2014-02-08

    [TRANSUP] pl: context_help

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-09

    [composer] Set printer page orientation when composition page orientation changes (fix #3530)

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-08

    [composer] Remove uuid from item properties ui (fix #9497)

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-08

    Use case insensitive check for image filename extension (fix #9482)

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    fix #9515

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    vector layer: save old attribute values where available to speedup undo (and rollback) (fixes #9509)
    field calculator & app: use wait cursor while calculating and committing or rolling back

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    identify results: fix value map updates (fixes #8818)
    dual view: avoid empty undo commands

vmora <vincent.mora@oslandia.com>	2014-02-08

    demonstrate bug in qgsexpression

Sandro Santilli <strk@keybit.net>	2014-02-08

    Pass extent of loaded views to the provider via URI

    Completes the speed up loading of view layers in TopoViewer.
    Finally and definitely fixes #9510.

    NOTE: the commit also adds a layer for face's MBR, which serves
    the purpose (among others) to allow for easy computing extent.

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    vector layer: don't crash on missing labels in invalid layers la(fix #9514)

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    expression: quote node column ref in dumps (fixes #9513)

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    vector layer: calculate extents lazily (fixes #9510)

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    map canvas: delay paint event 500ms on resize (fixes #2798)

Sandro Santilli <strk@keybit.net>	2014-02-08

    Pass wkbType and SRID of loaded views to the provider via URI

    Slighly speeds up loading of view layers in TopoViewer (#9510).
    Unfortunately there's no way to also pass in the Extent, so loading
    is still slow.

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    postgres provider: speedup loading of layers by not verifing srid and geometry if given in the uri (fixes #9510)

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    fix offset curve crash (fixes #9446)

Sandro Santilli <strk@keybit.net>	2014-02-08

    Fix loading of face layers after breaking it with 73b49867

    Fix #9510 again

Sandro Santilli <strk@keybit.net>	2014-02-08

    Update TopoViewer style templates to 2.2.0 version

    Fix #9512

Martin Dobias <wonder.sk@gmail.com>	2014-02-08

    Fix #9501 (expression crash when $geometry is used without a feature)

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    enable geometry changing polygon tools only when 'change geometry' capability is available.
    OGR's postgresql driver apparently doesn't support geometry updates (fixes #9468)

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    don't warn about missing translation for C locale

Sandro Santilli <strk@keybit.net>	2014-02-08

    Reword "Only look in the layer registries" option

    The wording was confusing in that real table scans can still be
    performed when the srid or type in the registries are found to
    be unconstrained. The real effect of the option is to _hide_
    layers which are not in the registries.

    Fix #8730

Sandro Santilli <strk@keybit.net>	2014-02-08

    Speed up topology loading

    When loading topology viewer on a PostGIS-2.0+ database, it includes
    type and srid typmod in the view layers, avoiding a full scan of
    the datasets.

    Fix #9510

Piotr Pociask <opengis84@gmail.com>	2014-02-08

    [processing]Fix "float division by zero" in polygonize algorithm if no
    polygons were created.
    For shapely 1.2.16+ and GEOS 3.2+ unary_union will be used for noding
    lines - union method sometimes failed to create properly noded polyline.

Merge: f06e72efcd 876e9853be
Werner Macho <werner.macho@gmail.com>	2014-02-08

    Merge pull request #1147 from Cracert/i18n

    [TRANSUP] pl: context_help

Robert Szczepanek <robert@szczepanek.pl>	2014-02-07

    [TRANSUP] pl: context_help

Juergen E. Fischer <jef@norbit.de>	2014-02-08

    debian packaging fix

Juergen E. Fischer <jef@norbit.de>	2014-02-07

    also update links in translation files

Juergen E. Fischer <jef@norbit.de>	2014-02-07

    update qgis.org links

Larry Shaffer <larrys@dakotacarto.com>	2014-02-07

    Fix compile error

Paolo <cavallini@faunalia.it>	2014-02-07

    IT translation

Martin Dobias <wonder.sk@gmail.com>	2014-02-08

    Fix #8584 (WFS requests with FILTER fails against Geoserver)

Martin Dobias <wonder.sk@gmail.com>	2014-02-07

    Fix #6146 (Offline editing tool broken)

    Adding of features back to remote database didn't work in case of primary keys
    being auto-generated. With the fix, if the user did not set any value (i.e. it is NULL),
    the value will be set to provider's default (and thus use the sequence generator)

Paolo <cavallini@faunalia.it>	2014-02-07

    Added an IT translator

Juergen E. Fischer <jef@norbit.de>	2014-02-07

    debian packaging update (trusty)

Alexander Bruy <alexander.bruy@gmail.com>	2014-02-07

    [processing] fix docstring

Alexander Bruy <alexander.bruy@gmail.com>	2014-02-07

    rearrange radiobuttons to avoid horizontal scrolling

Martin Dobias <wonder.sk@gmail.com>	2014-02-07

    Fix #9445 (crash during histogram diagram creation)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-02-07

    remove label from standard option dialog template

Merge: da8ca460aa 395fb5dcac
Werner Macho <werner.macho@gmail.com>	2014-02-07

    Merge pull request #1145 from Cracert/i18n

    [TRANSUP] pl: QgsOgr, context_help

D'Hont René-Luc <rldhont@gmail.com>	2014-02-07

    [QGIS-Server][WCS] Add RESPONSE_CRS param

Martin Dobias <wonder.sk@gmail.com>	2014-02-07

    Fix #8864 (Random selection with subsampling broken)

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-07

    [composer] Fix item selection after pasting items

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-07

    [composer] Keep relative position of items when pasting (fix #8598)

Martin Dobias <wonder.sk@gmail.com>	2014-02-07

    Fix #9396 (deactivate datum transform dialog by default)

    Added a checkbox in Options > CRS > Default datum transformations to re-enable the dialog when desired

Martin Dobias <wonder.sk@gmail.com>	2014-02-07

    Fix #8174 (overlaps when using 'avoid intersections' functionality) + test

    I am not entirely confident if it will work perfectly with older versions of GEOS (< 3.3)
    because of the lack of unary union (that is emulated by series of unions of two geometries)

Robert Szczepanek <robert@szczepanek.pl>	2014-02-06

    [TRANSUP] pl: QgsOgr, context_help

Werner Macho <werner.macho@gmail.com>	2014-02-06

    [TRANSUP] nl by Richard

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-02-06

    [TRANSUP] fix typos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: ffcbdabe4e 4bff0edee2
Werner Macho <werner.macho@gmail.com>	2014-02-06

    Merge pull request #1144 from Jean-Roc/traduction_ui

    update french translation

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-06

    [composer] Refresh control images following frame join stle change

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-06

    [composer] Fix stacking of items breaks after pasting items. Make sure pasted items are always placed in correct order on top of composition.

Merge: ddec6639be acf2c3f762
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2014-02-06

    Merge pull request #11 from olivierdalang/od_french

    Corrections de français

Merge: 267b96061c 84975bf05a
Werner Macho <werner.macho@gmail.com>	2014-02-06

    Merge pull request #1143 from Cracert/i18n

    [TRANSUP] pl: WMS

Robert Szczepanek <robert@szczepanek.pl>	2014-02-06

    [TRANSUP] pl: WMS

Juergen E. Fischer <jef@norbit.de>	2014-02-06

    fix doxygen warning

Juergen E. Fischer <jef@norbit.de>	2014-02-06

    memory provider: add more native types (fixes #9371)

Juergen E. Fischer <jef@norbit.de>	2014-02-06

    postgres provider: fix saving of multigeometries to tables without geometry_columns entry

Juergen E. Fischer <jef@norbit.de>	2014-02-05

    debian packaging update

Merge: 6178860d76 4b9e181e23
Giuseppe Sucameli <brush.tyler@gmail.com>	2014-02-05

    Merge pull request #1129 from etiennesky/gdaltools_fixes2

    gdaltools: use GDAL python bindings to get raster SRS and extent (fix #9460)

Werner Macho <werner.macho@gmail.com>	2014-02-05

    [TRANSUP] small fix in german translation

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

olivierdalang <olivier.dalang@gmail.com>	2014-02-05

    faute de majuscule

olivierdalang <olivier.dalang@gmail.com>	2014-02-01

    faute de grammaire

olivierdalang <olivier.dalang@gmail.com>	2013-01-22

    translation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-05

    Update srs.db

Werner Macho <werner.macho@gmail.com>	2014-02-05

    [TRANSUP] added telugu language on request

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-05

    [composer] Standardise capitalization on all controls

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-05

    [composer] Fix graphical corruption with map grid frames

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-05

    [composer] Fix qt disconnect warnings

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-05

    [composer] Use miter joins for item frames (partial fix for #9479)

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-05

    [composer] Follow up 78ecef6, fix setting line width in scalebars

Merge: 03f2ec93c9 48c91a457a
Werner Macho <werner.macho@gmail.com>	2014-02-05

    Merge pull request #1142 from Cracert/i18n

    [TRANSUP] pl: QgsOracle cont.

Alexander Bruy <alexander.bruy@gmail.com>	2014-02-05

    new icon for Fill Ring tool. Thanks, Robert!

Robert Szczepanek <robert@szczepanek.pl>	2014-02-05

    [TRANSUP] pl: QgsOracle cont.

Werner Macho <werner.macho@gmail.com>	2014-02-04

    [TRANSUP] es by Carlos

    Signed-off-by: Werner Macho <macho@mint>

Merge: 10947f796c b6f2a92280
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-02-04

    Merge pull request #1125 from ahuarte47/Issue_9454

    Fix bug #9454: MapNodeTool unnecessarily refresh the map

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-04

    [composer] Increase number of decimal places for grid intervals and offset (fix #8828)

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-04

    [composer] Draw mouse handles and item bounds outside of item's frames, so that snapping occurs to edge of item frame (fix #8943)

Merge: 9ddfdd8f77 f7116f6843
Werner Macho <werner.macho@gmail.com>	2014-02-03

    Merge pull request #1141 from Cracert/i18n

    [TRANSUP] pl: QgsOracle

Robert Szczepanek <robert@szczepanek.pl>	2014-02-04

    [TRANSUP] pl: QgsOracle

Merge: 97cd1206bf da4c429237
Paolo <cavallini@faunalia.it>	2014-02-03

    Merge branch 'master' of github.com:qgis/QGIS

Paolo <cavallini@faunalia.it>	2014-02-03

    Updated IT translation

Sandro Santilli <strk@keybit.net>	2014-02-03

    Fix query to detect postgis topology availability.

    Closes #9453

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-02-03

    Fix for dxf label export

Merge: f9861f8455 30f7c4f08a
Werner Macho <werner.macho@gmail.com>	2014-02-03

    Merge pull request #1139 from Cracert/i18n

    [TRANSUP] pl: DlgAutofill

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-02-03

    revert 7a9e682 and 983b1c9

Robert Szczepanek <robert@szczepanek.pl>	2014-02-02

    [TRANSUP] pl: DlgAutofill

Salvatore Larosa <lrssvtml@gmail.com>	2014-02-02

    add checkbox in db conn dialog in order to keep the window open after adding a table

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-02-02

    fix #9430 followup 7a9e682

Werner Macho <werner.macho@gmail.com>	2014-02-02

    [TRANSUP] sv by Victor

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Alexander Bruy <alexander.bruy@gmail.com>	2014-02-02

    russian translation update

Merge: 9ba28b386f c859938b8b
Werner Macho <werner.macho@gmail.com>	2014-02-02

    Merge pull request #1137 from Cracert/i18n

    [TRANSUP] pl: QObject, qgsDatum

Robert Szczepanek <robert@szczepanek.pl>	2014-02-02

    [TRANSUP] pl: QObject, qgsDatum

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-01

    [composer] Ensure url is correctly loaded for html items on project load (fix #9374)

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-01

    [composer] Set initial background colour on map items to canvas background color (fix #3811)

Merge: 041244d74d b6c19916e3
Werner Macho <werner.macho@gmail.com>	2014-02-01

    Merge pull request #1135 from Cracert/i18n

    [TRANSUP] pl

Nyall Dawson <nyall.dawson@gmail.com>	2014-02-01

    [composer] Disable snapping when item is rotated for now (not yet implemented)

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-30

    [composer] Fix snapping during item resize incorrectly snapping to mouse cursor rather then item boundary (fix #9443)

Robert Szczepanek <robert@szczepanek.pl>	2014-01-31

    [TRANSUP] pl

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-29

    #9454: avoid unnecessarily refresh the map

Werner Macho <werner.macho@gmail.com>	2014-01-31

    [TRANSUP] danish with new translator added

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Alexia Mondot <alexia.mondot@c-s.fr>	2014-01-31

    fixes bugs about processing evolution

Alexia Mondot <alexia.mondot@c-s.fr>	2014-01-17

    Update OTB processing modules

Alexia Mondot <alexia.mondot@c-s.fr>	2014-01-31

    import removed to fix bugs

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-31

    prevent snapping to non-geometric layers (was leading to multiple logs: Transform error caught inverse transform of ...)

Werner Macho <werner.macho@gmail.com>	2014-01-31

    delete viminfo from news

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Werner Macho <werner.macho@gmail.com>	2014-01-31

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-31

    Dxf export: fix linestyle export for simple line

Alexia Mondot <alexia.mondot@c-s.fr>	2014-01-17

    add ParameterMultipleExternalInput parameter type

Merge: d050b0a8f4 db1192f151
Jürgen Fischer <jef@norbit.de>	2014-01-31

    Merge pull request #1131 from ahuarte47/Issue_8725R-ST_SnapToGrid

    Fix bug #8725R: replace ST_Simplify by ST_SnapToGrid to avoid collapsed geometries by postgis

Merge: e4f410b589 414d59c597
Werner Macho <werner.macho@gmail.com>	2014-01-30

    Merge pull request #1132 from Cracert/i18n

    [TRANSUP] pl: qgsComposer

Robert Szczepanek <robert@szczepanek.pl>	2014-01-30

    [TRANSUP] pl: qgsComposer

ahuarte47 <ahuarte47@yahoo.es>	2014-01-31

    #8725R: Replace ST_Simplify by ST_SnapToGrid

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-30

    [ftools] S'part to M'part with non-string columns and NULL values
    Fix #8625

Werner Macho <werner.macho@gmail.com>	2014-01-30

    [TRANSUP] es by Carlos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-30

    [attrtable] No checks when the model is not based on a request
    Huge speedup
    Fix #9315

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-30

    [attrtable] Only update table at the end of an edit command
    Fix #9315

Juergen E. Fischer <jef@norbit.de>	2014-01-30

    fix QgsGeometry::moveVertex on polygon (fixes #9442)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-30

    Fix for hiding deprecated datum transforms

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-30

    Fix inversion of rotation parameters for epgs datum transformation method 9607

Etienne Tourigny <etourigny.dev@gmail.com>	2014-01-30

    use python API to get raster extent, instead of relying on gdalinfo

Etienne Tourigny <etourigny.dev@gmail.com>	2014-01-30

    use python API to get raster SRS, instead of relying on gdalinfo

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-30

    allow snapping to vertex and segment to remove part/ring

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-30

    Fix failing PyQgsBlendModes test

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-30

    [composer] Add some anomoly images for scale bar tests

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-30

    [composer] Fix incorrect calculation of map bounds when a map is switched to atlas control after atlas preview is enabled

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-30

    [composer] Set the expression context for labels created while atlas preview is enabled (fix #9457)

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-30

    [composer] Snap items to page edge, not page outlines or shadow (fix #9455)

Radim Blazek <radim.blazek@gmail.com>	2014-01-30

    set objectName on QMenu/QAction in C++ core plugins, fixes partially #9134

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-30

    Show NTv2 in datum transform dialog tooltip and do case insensitive filename compare on win

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-30

    Fix apply null grid shift for source projection string

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-30

    missing action for add part

Merge: 12256f1bc2 e150ab1611
Werner Macho <werner.macho@gmail.com>	2014-01-29

    Merge pull request #1126 from Cracert/i18n

    [TRANSUP] pl: qgsVectorLayer, QgsRelation

Robert Szczepanek <robert@szczepanek.pl>	2014-01-29

    [TRANSUP] pl: qgsVectorLayer, QgsRelation

Werner Macho <werner.macho@gmail.com>	2014-01-29

    [TRANSUP] greek by Thodoris

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-29

    [attrtable] Don't update sort column cache when unaffected
    Fix #9424

Juergen E. Fischer <jef@norbit.de>	2014-01-29

    * fix QgsGeometry::moveVertex for multipolygons()
    * add test for QgsGeometry::addPart()
    * remove expectedFailure decoration from PyQgsGeometry.testSimplifyIssue4189
    * modify move and translate tests by 1,1 to 1,2

Etienne Tourigny <etourigny.dev@gmail.com>	2014-01-29

    fix gdaltools getRasterSRS() and use gdalsrsinfo with gdal >= 1.9

Juergen E. Fischer <jef@norbit.de>	2014-01-29

    postgres provider: don't look for topology layers without topology support (fixes #9453)

Radim Blazek <radim.blazek@gmail.com>	2014-01-29

    identify reprojected raster: use 1x1 pixel context in layer crs to get reasonable search tolerance for WMS GetFeatureInfo, fixes #5896

Merge: 0b882d0190 8c47c0e8dc
Werner Macho <werner.macho@gmail.com>	2014-01-29

    Merge pull request #1122 from Cracert/i18n

    [TRANSUP] pl: WidgetGradient, QgsRel

Merge: ec7718b55e b1aa21d8b6
Werner Macho <werner.macho@gmail.com>	2014-01-29

    Merge pull request #1123 from Jean-Roc/traduction_ui

    update fr ui

MORREALE Jean-Roc <jr.morreale@enoreth.net>	2014-01-29

    update fr ui

Martin Dobias <wonder.sk@gmail.com>	2014-01-29

    Second part of fix for #9196 (WMTS)

    If WMTS capabilities do not include a bounding box, try to detect it from
    tileset matrix information (instead of using conservative assumption
    that the layer spans the whole world: -180,-90 - 180,90 in WGS84)

Martin Dobias <wonder.sk@gmail.com>	2014-01-29

    Partial fix for #9196 - better handling of bounding boxes of WMS layers

    Do not use WGS84 bounding box for all layers - instead use either bounding box
    as declared in capabilities document for requested CRS, or make best effort
    to get bounding box from WGS84 bounding box.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-29

    fix #9430: do not enable copy to layer if nothing to copy

Robert Szczepanek <robert@szczepanek.pl>	2014-01-28

    [TRANSUP] pl: WidgetGradient, QgsRel

Merge: 2dabba4530 6cd0fa165f
mhugent <marco.hugentobler@sourcepole.ch>	2014-01-28

    Merge pull request #1104 from leyan/projectCRS

    Consistent management of project CRS properties in project file

Etienne Tourigny <etourigny.dev@gmail.com>	2014-01-28

    gdaltools batch operations: only update progress when there are input files to process

Etienne Tourigny <etourigny.dev@gmail.com>	2014-01-28

    gdaltools warp: overwrite existing files when not in batch mode

Werner Macho <werner.macho@gmail.com>	2014-01-28

    [TRANSUP] filename change to bring it closer to webpage and documentation

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Radim Blazek <radim.blazek@gmail.com>	2014-01-28

    Add scale method to data defined size label, related to #8887

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-28

    #9441 add 1 segment line part to multiline layer

Merge: ff9c76af9c 8500e80022
Werner Macho <werner.macho@gmail.com>	2014-01-28

    Merge pull request #1121 from zjankovic/master

    Refreshed CRO translation

Zoran <zoran.jankovic@geokt.hr>	2014-01-28

    Refreshed CRO translation

Merge: 6c3f2ed8cc 7df74aeacd
Werner Macho <werner.macho@gmail.com>	2014-01-28

    Merge pull request #1119 from Cracert/i18n

    [TRANSUP] pl: ScriptEditor, SettingsDialogPython, Widget..

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-28

    [composer] Standardise capitalisation

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-27

    [composer] Update default toolbar positions

Robert Szczepanek <robert@szczepanek.pl>	2014-01-27

    [TRANSUP] pl: ScriptEditor, SettingsDialogPython, Widget..

Juergen E. Fischer <jef@norbit.de>	2014-01-28

    sip fixes

Juergen E. Fischer <jef@norbit.de>	2014-01-27

    german translation update and translation string fix

Paolo <cavallini@faunalia.it>	2014-01-27

    Update of IT GUI translation - thanks Stefano Campus

Merge: 7b21c727f3 a8463aa041
Werner Macho <werner.macho@gmail.com>	2014-01-27

    Merge pull request #1117 from asiersarasua/master

    Basque translation update

asiersarasua <asier.sarasua@gmail.com>	2014-01-27

    Basque translation update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-27

    Fix windows build

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-27

    Dump CASE correctly in QgsExpression::dump()

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-23

    Drop margins on expression builder

olivierdalang <olivier.dalang@gmail.com>	2014-01-26

    [composer] fixed composer legends inappropriately connected to the first composer map item on creation from XML

olivierdalang <olivier.dalang@gmail.com>	2014-01-26

    [composer] ComposerLegend update all now only applies to referenced map's layers (in case they are locked) (fix #7177)

Werner Macho <werner.macho@gmail.com>	2014-01-27

    Typo fix, thanx to Carlos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-01-27

    sip documentation fix

Juergen E. Fischer <jef@norbit.de>	2014-01-27

    update sip bindings II

Merge: af1bdf6694 41dd3d69c7
Werner Macho <werner.macho@gmail.com>	2014-01-26

    Merge pull request #1115 from Cracert/i18n

    [TRANSUP] pl

Robert Szczepanek <robert@szczepanek.pl>	2014-01-27

    [TRANSUP] pl

Merge: d4e369414b 624ef2f114
Nathan Woodrow <madmanwoo@gmail.com>	2014-01-26

    Merge pull request #1114 from ahuarte47/Issue_9429

    Fix bug #9429: no validate featureIds using all feature collection

ahuarte47 <ahuarte47@yahoo.es>	2014-01-27

    #9429: no validate featureIds using all feature collection

Juergen E. Fischer <jef@norbit.de>	2014-01-26

    update sip bindings

Radim Blazek <radim.blazek@gmail.com>	2014-01-26

    Fixed point pattern fill usedAttributes(), fixes #7736

Alexander Bruy <alexander.bruy@gmail.com>	2014-01-26

    russian translation update

Radim Blazek <radim.blazek@gmail.com>	2014-01-26

    render missing SVG symbol (?) if SVG file does not exist

Radim Blazek <radim.blazek@gmail.com>	2014-01-26

    Support SVG relative paths in SVG cache to enable relative data defined paths. Fixes #8883

Merge: 16773ae80a c27d499ff8
Werner Macho <werner.macho@gmail.com>	2014-01-26

    Merge pull request #1111 from Cracert/i18n

    [TRANSUP] pl: plugin manager, options

Werner Macho <werner.macho@gmail.com>	2014-01-26

    [TRANSUP] es by carlos, hu by Zoltan, nl by Raymond and Richard

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2014-01-25

    make sure the symbology-ng db can be copied in qgis_stylev2test

Juergen E. Fischer <jef@norbit.de>	2014-01-25

    debian packaging fix

Giuseppe Sucameli <brush.tyler@gmail.com>	2014-01-22

    remove leading dir separator from symbol path when it's relative,
    SLD: remove file schema from OnlineResource tag's path

Juergen E. Fischer <jef@norbit.de>	2014-01-25

    use qIsNaN to test for NaNs

Juergen E. Fischer <jef@norbit.de>	2014-01-25

    update CODING, regenerate t2t, include CODING.html

Juergen E. Fischer <jef@norbit.de>	2014-01-25

    fix doxygen warnings

Juergen E. Fischer <jef@norbit.de>	2014-01-25

    fix QgsGeometry::asMultiPoint() (followup 6bbd17c2; fixes #9423)

Robert Szczepanek <robert@szczepanek.pl>	2014-01-24

    [TRANSUP] pl: plugin manager, options

Larry Shaffer <larrys@dakotacarto.com>	2014-01-24

    Fix globe plugin crash at launch on Mac

Juergen E. Fischer <jef@norbit.de>	2014-01-25

    postgres provider: don't try to detect geometry type or srid, if it's already known (fixes #9421)

Juergen E. Fischer <jef@norbit.de>	2014-01-24

    fix windows build

Tim Sutton <tim@linfiniti.com>	2014-01-24

    Added jenkins run script

Radim Blazek <radim.blazek@gmail.com>	2014-01-24

    fixed horizontal and vertical marker line fill using maximum markers interval, fixes partially #8975

Merge: 95c3c6ff29 ef001fdc8b
mhugent <marco.hugentobler@sourcepole.ch>	2014-01-24

    Merge pull request #1110 from mwa/dev_labeling_from_sld

    Read labeling from SLD

Radim Blazek <radim.blazek@gmail.com>	2014-01-24

    removed color/width from line pattern fill symbol layer widget, fixes partially #8975

Mathias Walker <mwa@sourcepole.ch>	2014-01-24

    read labeling from SLD

Merge: 6ca57f9d90 37efe9198b
Jürgen Fischer <jef@norbit.de>	2014-01-24

    Merge pull request #1108 from Oslandia/remove_dead_code_in_qgssinglesymbolrendererv2

    remove dead code in qgssinglesymbolrendererv2

Werner Macho <werner.macho@gmail.com>	2014-01-24

    [TRANSUP] nb by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Radim Blazek <radim.blazek@gmail.com>	2014-01-24

    fix line pattern fill misalignements, fixes #8974

Juergen E. Fischer <jef@norbit.de>	2014-01-24

    fix duplicate translation in several translation files

Juergen E. Fischer <jef@norbit.de>	2014-01-24

    fix build with internal spatialite (followup 0d2c564cf; fixes #9417)

Juergen E. Fischer <jef@norbit.de>	2014-01-24

    fix deleteVertex for POLYGON and MULTILINESTRING

Merge: c3f4befa3b fb08949319
volaya <volayaf@gmail.com>	2014-01-24

    Merge pull request #992 from fsdias/master

    Fix Relative_distribution_(distance_covariate).rsx

Juergen E. Fischer <jef@norbit.de>	2014-01-24

    fix nightly build and cppcheck in qwtpolar-0.1 (followup 0d2c564c)

vmora <vincent.mora@oslandia.com>	2014-01-24

    remove dead code in qgssinglesymbolrendererv2

Werner Macho <werner.macho@gmail.com>	2014-01-24

    [TRANSUP] fr by JRM, gl by Xan and pl by Robert

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Merge: 524788b917 393071f2fd
Werner Macho <werner.macho@gmail.com>	2014-01-23

    Merge pull request #1103 from Jean-Roc/traduction_ui

    update french translation

Merge: a78a0035ac d5ef0c5d37
Werner Macho <werner.macho@gmail.com>	2014-01-23

    Merge pull request #1107 from Cracert/i18n

    [TRANSUP] pl

Robert Szczepanek <robert@szczepanek.pl>	2014-01-23

    [TRANSUP] pl

Juergen E. Fischer <jef@norbit.de>	2014-01-24

    fix windows build (fixes #9416)

Juergen E. Fischer <jef@norbit.de>	2014-01-23

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-01-23

    fix mersenne-twister warnings

Juergen E. Fischer <jef@norbit.de>	2014-01-23

    QgsGeometry refactoring:
    * rework wkb parsing using Qgs(Const)WkbPtr
     * replaces pointer dereferencing with memcpy
     * should work on platform that don't allow unaligned accesses
    * "fix" adjacentVertices() for invalid inputs
    * improved support for MULTIPOINT
    * fixes insertion of first vertex into linestrings
    * fixes inserting into multipolygons

Juergen E. Fischer <jef@norbit.de>	2014-01-23

    fix source path stripping in debug messages

Juergen E. Fischer <jef@norbit.de>	2014-01-21

    add QgsDistanceArea tests and enhance QgsGeometry tests a bit
    (in preparation for a QgsGeometry wkb update)

Juergen E. Fischer <jef@norbit.de>	2014-01-21

    implement more cppcheck suggestions

Juergen E. Fischer <jef@norbit.de>	2014-01-21

    fix QGis::featureType output

Merge: db7cddfc84 f9c5ee0c07
Larry Shaffer <larrys@dakotacarto.com>	2014-01-23

    Merge pull request #1091 from 3nids/uioptionbase2

    dialog base: separator and dialog title as argument to init/restore

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-23

    Dxf export: fix copy paste bug

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-11

    [FEATURE:] Add point sample class to analysis library

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-10

    Add qgstransectsample.sip

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-09

    [FEATURE]: class for random transect sampling in analysis lib

Merge: 0536cfa3d1 b0474d6f5b
Tim Sutton <tim@linfiniti.com>	2014-01-23

    Merge pull request #1102 from ahuarte47/Issue_8725R-ST_Simplify2

    Fix bug #8725R: no check simplification topology for point geometries in postgis provider

Merge: 810773a608 31c933330b
mhugent <marco.hugentobler@sourcepole.ch>	2014-01-23

    Merge pull request #1105 from mwa/fix_expression_from_ogc_filter

    Fix empty expression when reading from OGC filter

Mathias Walker <mwa@sourcepole.ch>	2014-01-23

    fix empty expression when reading from OGC filter

Leyan <ouyang.leyan@hotmail.com>	2014-01-23

    create the CRS project properties during the project creation

Leyan <ouyang.leyan@hotmail.com>	2014-01-23

    group CRS project property updates in the same place

Leyan <ouyang.leyan@hotmail.com>	2014-01-23

    update ProjectCrs property in the project file

MORREALE Jean-Roc <jr.morreale@enoreth.net>	2014-01-23

    update fr ui

    correct typos

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-23

    #8725R: no check simplification topology for point geometries

Merge: 5d0202091b d5ea0b088f
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2014-01-23

    Merge pull request #10 from mdouchin/traduction_mdouchin

    French translation update

Juergen E. Fischer <jef@norbit.de>	2014-01-23

    cleanup 3568fe7

Merge: 3568fe761e 80b44a7685
Jürgen Fischer <jef@norbit.de>	2014-01-23

    Merge pull request #1083 from Oslandia/fix_max_on_joined_fields

    fix bug in max value on joined fields

Merge: 467f9783b8 c7ccdc9ed0
Martin Dobias <wonder.sk@gmail.com>	2014-01-23

    Merge pull request #1075 from Oslandia/expressions_in_symbol_rotation_and_scale_for_pr

    [FEATURE] allow for expressions in symbol rotation and scale

Merge: 8b530012d1 7fca30b731
Werner Macho <werner.macho@gmail.com>	2014-01-22

    Merge pull request #1101 from Cracert/i18n

    [TRANSUP] pl: Globe, expr.editor

Merge: 49a807aba2 2baf40307a
Tim Sutton <tim@linfiniti.com>	2014-01-22

    Merge pull request #1099 from ahuarte47/Issue_8725R-ST_simplify

    Fix bug #8725R: fix collapsed geometries by ST_simplify function of postgis

Robert Szczepanek <robert@szczepanek.pl>	2014-01-23

    [TRANSUP] pl: Globe, expr.editor

Juergen E. Fischer <jef@norbit.de>	2014-01-23

    fix build with GDAL <=1.9

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-23

    [composer] Paste in place should put items in page which cursor is over (fix #9244)

Etienne Tourigny <etourigny.dev@gmail.com>	2014-01-22

    warn user when trying to add sqlite connection to browser and a connection with sae name already exists (#9404)

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-22

    #8725R: fix invalid LineStrings

Michael Douchin <mdouchin@3liz.com>	2014-01-22

    French translation update

Merge: 5c1fed5b2e 4077084ff0
Werner Macho <werner.macho@gmail.com>	2014-01-22

    Merge pull request #1100 from jonnyforestGIS/master

    [TRANSUP] pt_PT

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-22

    Add saving of recent expressions. Fix #6091

João Gaspar <joao.f.r.gaspar@gmail.com>	2014-01-22

    [TRANSUP] pt_PT

    adding some translations

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-22

    #8725R: fix collapsed polygons by ST_simplify in postgis

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-22

    #87525R: refactoring and minor changes

Merge: f2d0100d5d f79dfa1551
Jürgen Fischer <jef@norbit.de>	2014-01-22

    Merge pull request #1087 from ahuarte47/Issue_9360R

    Fix bug #9360-revival: fix whole layer not rendered (when simplify geometry activated; followup 3305a6c; fixes #9360)

Merge: 52d114fba4 031596c4e4
Tim Sutton <tim@linfiniti.com>	2014-01-22

    Merge pull request #1094 from ahuarte47/Issue_8725R-maxscale

    Feature #8725R: support for maximum scale at which the layer should be simplified

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-22

    [composer] Use better cross hairs cursor

Merge: e2b1e33af1 d61e6da488
Werner Macho <werner.macho@gmail.com>	2014-01-21

    Merge pull request #1097 from Cracert/i18n

    [TRANSUP] pl: Composer, DXF, previous mistake (tnx Werner)

Werner Macho <werner.macho@gmail.com>	2014-01-22

    [TRANSUP] nl by Richard

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-22

    [composer] Don't default to showing grid when opening 2.0 projects

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-22

    [composer] Switch to select tool after pasting items (fix #8958)

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-22

    [composer] Always evaluate label expressions (fix #9342)

Robert Szczepanek <robert@szczepanek.pl>	2014-01-21

    [TRANSUP] pl: Composer, DXF, previous mistake (tnx Werner)

Merge: 1cd307c9e1 ebae947147
Werner Macho <werner.macho@gmail.com>	2014-01-21

    Merge pull request #1095 from Cracert/i18n

    [TRANSUP] pl: Atlas, Composer

Merge: 061dcceeeb 03d1e2b529
Paolo <cavallini@faunalia.it>	2014-01-21

    Merge branch 'master' of github.com:qgis/QGIS

Paolo <cavallini@faunalia.it>	2014-01-21

    First update of IT GUI translation

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-21

    [composer] Use crosshairs cursor when drawing new items

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-21

    #9360R: enable ogr simplification for GDAL-OGR >= 1.11

Werner Macho <werner.macho@gmail.com>	2014-01-21

    [TRANSUP] es by carlos

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-21

    Consider scale based visibility in dxf export. Const correctness for maplayer accessors

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-20

    [FEATURE] Add option for simple line symbols to be drawn only inside a
    polygon. Allows for creation of "national geographic" style borders on
    maps where a thick border does not overlap into neighbouring polygons.

Larry Shaffer <larrys@dakotacarto.com>	2014-01-20

    Ensure binaries run through install_name_tool are user-writable during bundling on Mac

Robert Szczepanek <robert@szczepanek.pl>	2014-01-20

    [TRANSUP] pl: Atlas, Composer

ahuarte47 <ahuarte47@yahoo.es>	2014-01-21

    #8725R: define simplifyDrawingCanbeApplied better

ahuarte47 <ahuarte47@yahoo.es>	2014-01-21

    #8725R: add maximum scale at which the layer should be simplified

Merge: 7cb79c497b b440367f65
Tim Sutton <tim@linfiniti.com>	2014-01-20

    Merge pull request #1093 from ahuarte47/Issue_8725R-UIpoints

    Feature #8725R: hide simplification rendering tab for point layers

ahuarte47 <ahuarte47@yahoo.es>	2014-01-20

    #8725R: remove rendering panel for points layer

Juergen E. Fischer <jef@norbit.de>	2014-01-20

    debian packaging update

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-20

    feature action: fix crash at launch

Juergen E. Fischer <jef@norbit.de>	2014-01-20

    wms provider: also include SCALE parameter for UMN mapserver (followup 7e17a841)

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-20

    #9360R: disable ogr simplification while OGR_G_SetPoints does not exist

Martin Dobias <wonder.sk@gmail.com>	2014-01-20

    Reintroduce geometry caching while rendering (used esp. for snapping)

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-19

    Add QgsMapLayerAction and QgsMapLayerActionRegistry, which can be
    used as a generic api for registering actions which can apply to
    a specific map layer or layer type.

    Create a QgsMapLayerAction for setting features as the current
    atlas feature for compositions.

    This work was kindly sponsored by SIGE (www.sige.ch).

Werner Macho <werner.macho@gmail.com>	2014-01-20

    [TRANSUP] no by james and dk by Jacob

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-20

    dialog base: separator and dialog title as argument to init/restore

Martin Dobias <wonder.sk@gmail.com>	2014-01-20

    Server adjustments (allow usage from build dir, new API)

Merge: 9209ef6ed6 5162889c8c
Werner Macho <werner.macho@gmail.com>	2014-01-19

    Merge pull request #1090 from Cracert/i18n

    [TRANSUP] pl

Robert Szczepanek <robert@szczepanek.pl>	2014-01-19

    [TRANSUP] pl

Borys Jurgiel <info@borysjurgiel.pl>	2014-01-20

    [Plugin Manager] Fix ui layout

Borys Jurgiel <info@borysjurgiel.pl>	2014-01-20

    [Plugin Manager] Fix window title issues after recent changes in QgsOptionsDialogBase

ahuarte47 <ahuarte47@yahoo.es>	2014-01-19

    #9360R: enable ogr simplification on provider side only cpp

ahuarte47 <ahuarte47@yahoo.es>	2014-01-19

    #9360R: mix CPP/C code - experimental

Alexander Bruy <alexander.bruy@gmail.com>	2014-01-18

    add myself to translators, russian translation update

Merge: 06b1fbcb26 1eaefaa0cb
Werner Macho <werner.macho@gmail.com>	2014-01-19

    Merge pull request #1088 from Cracert/i18n

    [TRANSUP] pl: simple update

Robert Szczepanek <robert@szczepanek.pl>	2014-01-18

    [TRANSUP] pl: simple update

ahuarte47 <ahuarte47@yahoo.es>	2014-01-19

    #9360R: remove ogr_geometry.h

ahuarte47 <ahuarte47@yahoo.es>	2014-01-19

    #9360R: fix bad ogr simplification

Juergen E. Fischer <jef@norbit.de>	2014-01-18

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-01-18

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2014-01-18

    update sip some bindings

Juergen E. Fischer <jef@norbit.de>	2014-01-18

    fix typos, indentation and some warnings

Merge: bf814c20d1 b7612f27e9
Larry Shaffer <larrys@dakotacarto.com>	2014-01-18

    Merge pull request #1082 from 3nids/uioptionbase

    UI: dialog base: add current category to dialog title if in icon only mode

Juergen E. Fischer <jef@norbit.de>	2014-01-18

    indentation update

Juergen E. Fischer <jef@norbit.de>	2014-01-18

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2014-01-18

    ogr geometry simplifier:
    - stick to C API
    - enable simplification only with GDAL >=1.9

Juergen E. Fischer <jef@norbit.de>	2014-01-18

    debian packaging update: reenable globe plugin on debian unstable

Larry Shaffer <larrys@dakotacarto.com>	2014-01-17

    Fix FindQScintilla module for non-standard install locations

Juergen E. Fischer <jef@norbit.de>	2014-01-17

    wms-c: don't crash if tile matrix set isn't available anymore (fixes #9361)

Radim Blazek <radim.blazek@gmail.com>	2014-01-17

    use line pattern fill symbol layer line symbol for fill instead of for outline

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-17

    Use new unit conversion function to calculate dxf line width

Juergen E. Fischer <jef@norbit.de>	2014-01-17

    german translation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-17

    Dxf export: fix order in multiline labels

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-17

    Fix dxf label size calculation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-17

    Split multiline labels for dxf export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-15

    Set text color and show label boxes for debugging

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-14

    Export labels to dxf

Merge: 8c9f41cfa1 47d253e0a8
mhugent <marco.hugentobler@sourcepole.ch>	2014-01-17

    Merge pull request #1056 from ahuarte47/Issue_9060_B

    [Feature]: Centralize conversion units in one unique function

Merge: 71360c3cf7 cc13f9d002
Jürgen Fischer <jef@norbit.de>	2014-01-17

    Merge pull request #1086 from ahuarte47/Issue_9360

    fix bug whole layer not rendered (when simplify geometry activated; fixes #9360)

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-17

    #9360: fix bug simplification when transform is activated

Werner Macho <werner.macho@gmail.com>	2014-01-17

    [TRANSUP] Prepare ts files for new Release

Juergen E. Fischer <jef@norbit.de>	2014-01-17

    followup f33c4904d3b: add Q_DECL_DEPRECATED and sip annotation to hasCrsTransformEnabled signal

Martin Dobias <wonder.sk@gmail.com>	2014-01-17

    Oracle provider: added featureSource() support

Martin Dobias <wonder.sk@gmail.com>	2014-01-17

    Allow Qt to search for Qt plugins (e.g. sqldrivers) in our plugin directory

    Without this it is necessary to explicitly provide QT_PLUGIN_PATH environment
    variable for Qt plugins we build (e.g. Oracle DB sql driver)

Merge: 2e9d3a8c4e f4315d7fbd
Werner Macho <werner.macho@gmail.com>	2014-01-17

    Merge pull request #1085 from tomass/master

    Lithuanian translation update

Juergen E. Fischer <jef@norbit.de>	2014-01-17

    CRS axis inversion retrieval update:
    - back to OGRGetAxis() as OSREPSGTreatsAsNorthingEasting() was introduced with
      GDAL 1.10 (fixes builds with earlier GDALs; related to #9345)
    - keep using OSRImportFromEPSGA() as that's what retrieves the axis orientation
      (but only for EPSG codes)

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-16

    UI: dialog base: add current category to dialog title

Tomas <tomasstraupis@gmail.com>	2014-01-17

    Lithuanian translation update

Merge: 2db44a599e 2af29d18a7
Jürgen Fischer <jef@norbit.de>	2014-01-16

    Merge pull request #1081 from ahuarte47/Issue_9345

    Bug #9345: fix calculation of axis ordering of CRS

Radim Blazek <radim.blazek@gmail.com>	2014-01-16

    identified features highlight clip on zoom out fix

Radim Blazek <radim.blazek@gmail.com>	2014-01-16

    signal hasCrsTransformEnabled() renamed to hasCrsTransformEnabledChanged()

vmora <vincent.mora@oslandia.com>	2014-01-16

    fix bug in max value on joined fields

Martin Dobias <wonder.sk@gmail.com>	2014-01-16

    WCS provider: use a download handler (like WMS)

vmora <vincent.mora@oslandia.com>	2014-01-16

    fixed toSld() & replaced "" by QString

Martin Dobias <wonder.sk@gmail.com>	2014-01-16

    Resolved handling of WMS requests in worker threads

Merge: 5310040add 03a7125bcd
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    Merge pull request #1079 from 3nids/uioptionbase

    UI: remove top labels, use collapsible groupboxes, and other small improvements

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    UI: remove top labels, use collapsible groupboxes, and other small improvements

Juergen E. Fischer <jef@norbit.de>	2014-01-16

    add header installation of simplify methods

ahuarte47 <ahuarte47@yahoo.es>	2014-01-16

    #9345: fix axis invert calculation

vmora <vincent.mora@oslandia.com>	2014-01-16

    fixed bug in rotation & removed xml encode/decode

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-16

    Fix warning

Radim Blazek <radim.blazek@gmail.com>	2014-01-15

    Set raster no data color back to 0,0,0,0 and overwrite that in raster drawer only for PDF output. Fixes #9101 and #9343

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-15

    Bugfixes for dxf export

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    DB Manager: remove text under icons

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    followup 4502592: use QgsCollapsibleGroupBox

Martin Dobias <wonder.sk@gmail.com>	2014-01-15

    Moved WMS capabilities, URI parsing out of provider class.

    With this change, all WMS capabilities are kept within one class.
    When the provider is cloned, the existing capabilities object is
    passed to new provider, thus not requiring new provider download
    capabilities again.

    Data items and GUI dialog do not have to create a dummy provider
    just in order to get capabilities.

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    make icons more consistent in relation editor widget

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-15

    Fix warnings

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-15

    #8725-R: minor changes

ahuarte47 <ahuarte47@yahoo.es>	2014-01-15

    #8725-R: minor changes and UI update

    + add comment about 'prepareSimplification' in constructor
    + fix comment in 'providerCanSimplify'
    + improve UI messages

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-14

    #8275-R: simplification on a per-iterator basis

ahuarte47 <ahuarte47@yahoo.es>	2014-01-13

    #8725-R: no check geometry pointer twice

ahuarte47 <ahuarte47@yahoo.es>	2014-01-13

    #8725-R: no check 0-pointers to delete

ahuarte47 <ahuarte47@yahoo.es>	2014-01-11

    #8725-R: simplify edited geometries in QgsVectorLayerFeatureIterator

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-08

    #8725-R: refactoring of simplification API in FeatureIterators

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-07

    #8725-R: fix old API in other test cpp files

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-07

    #8725-R: fix old API in testqgsblendmodes.cpp

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-07

    #8725-R: add "Advanced settings" panel

ahuarte47 <ahuarte47@yahoo.es>	2014-01-06

    #8725-R: include qgsvectorsimplifymethod.sip

ahuarte47 <ahuarte47@yahoo.es>	2013-12-28

    #8725-R: never simplifying the first two or last two vertices in a line

    This ensure that the angles at the line start and end are the same after
    simplification

ahuarte47 <ahuarte47@yahoo.es>	2013-12-28

    #8725-R: no simplify point layers in postgres provider

ahuarte47 <ahuarte47@yahoo.es>	2013-12-28

    #8725-R: New vector provider capability for topological simplification

Alvaro Huarte <ahuarte47@yahoo.es>	2013-12-27

    #8725-R: PostgresProvider simplifies on provider side

    PostgresFeatureIterator implements simplification on provider side

ahuarte47 <ahuarte47@yahoo.es>	2013-12-27

    #8725-R: OgrProvider simplifies on provider side

    OgrFeatureIterator implements simplification on provider side

ahuarte47 <ahuarte47@yahoo.es>	2013-12-27

    #8725-R: FeatureIterator and other minor changes

ahuarte47 <ahuarte47@yahoo.es>	2013-12-24

    #8725-R: move VectorSimplifyMethod to other file

ahuarte47 <ahuarte47@yahoo.es>	2013-12-24

    #8725-R: FeatureIterator use SimplifyMethod

    AbstractFeatureIterator use SimplifyMethod to simplify locally the
    geometries fetched from data source (provider)

ahuarte47 <ahuarte47@yahoo.es>	2013-12-24

    #8725-R: VectorLayer use SimplifyMethod

    VectorLayer define QgsVectorSimplifyMethod to configure the new
    QgsSimplifyMethod member of QgsFeatureRequest

ahuarte47 <ahuarte47@yahoo.es>	2013-12-24

    #8725-R: define QgsSimplifyMethod

    Define QgsSimplifyMethod to use as optional parameter in
    QgsFeatureRequest

Alvaro Huarte <ahuarte47@yahoo.es>	2013-12-20

    #8725-R: simplifier execute in rendering loop

Alvaro Huarte <ahuarte47@yahoo.es>	2013-12-18

    #8725-R: show map2pixel threshold in panels

ahuarte47 <ahuarte47@yahoo.es>	2013-12-18

    #8725-R: define UseRenderingOptimization

    Redefine RenderingPrintComposition to UseRenderingOptimization

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    credentials: give focus to password if a user is given

Merge: 4502592bcf 34809e1efa
Nyall Dawson <nyall.dawson@gmail.com>	2014-01-15

    Merge pull request #1078 from 3nids/uiatlas

    lighter UI for atlas composer

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    UI: splitter for the query builder dialog

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    remove outline of items in list widget when they have focus

Merge: 89a774a391 0f8a99e550
Jürgen Fischer <jef@norbit.de>	2014-01-15

    Merge pull request #1049 from lynxlynxlynx/master

    Two build fixes for Arch

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    lighter UI for atlas composer

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    add splitters to raster calc dialog, use QgsCollapsibleGroupBox to save collpased state

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-15

    fix warning

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-15

    Fix hue/saturation changes for rasters causing debug noise when raster contains transparent pixels

Joshua Arnott <josh@snorfalorpagus.net>	2014-01-14

    Fixed bug in the processing toolbox qgis:intersection tool, preventing
    attempts at writing the wrong geometry type to a shapefile.

Tomas <tomasstraupis@gmail.com>	2014-01-14

    Lithuanian translation update

ahuarte47 <ahuarte47@yahoo.es>	2014-01-05

    #9060: Enable degrees as valid DisplayUnit in QgsOptions dialog

ahuarte47 <ahuarte47@yahoo.es>	2014-01-05

    #9060: use QGis::fromUnitToUnitFactor in QgsGrassGisLib

ahuarte47 <ahuarte47@yahoo.es>	2014-01-05

    #9060: use QGis::fromUnitToUnitFactor in QgsDecorationScaleBar

ahuarte47 <ahuarte47@yahoo.es>	2014-01-04

    #9060: use QGis::fromUnitToUnitFactor in QgsComposerScaleBar

ahuarte47 <ahuarte47@yahoo.es>	2014-01-04

    #9060: use QGis::fromUnitToUnitFactor in QgsDistanceArea

     in

ahuarte47 <ahuarte47@yahoo.es>	2014-01-04

    #9060: use QGis::fromUnitToUnitFactor in QgsDxfExport

     in

ahuarte47 <ahuarte47@yahoo.es>	2014-01-04

    #9060: use QGis::fromUnitToUnitFactor in QgsWmsProvider

     in

ahuarte47 <ahuarte47@yahoo.es>	2014-01-04

    #9060: define global unit conversor

vmora <vincent.mora@oslandia.com>	2014-01-14

    changed std::auto_ptr for QScopedPointer

vmora <vincent.mora@oslandia.com>	2014-01-14

    allow for expressions in symbol rotation and scale
    the single, graduated and categorised symbol renderers have been
    refactored to avoid use of raw pointers (auto_ptr are used instead, they
    are deprecated in c++11 but the change for unique_ptr is an easy one and
    they clearly state the design intend: exclusive ownership)

    2 general use function to quote and unquote strings for/from xml have
    been added to qgis.h

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-14

    fix warning

Tim Sutton <tim@linfiniti.com>	2014-01-14

    CODING

    Small typo fix in coding doc

Merge: 27f5b8d049 8edd6a4936
Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-14

    Merge pull request #1073 from 3nids/expressiondialogsplitter

    expression builder: add splitters and change buttons

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-14

    expression builder: add splitters and change buttons

    respect HIG

Merge: 2cdc89654b 6bb9dfec00
Nyall Dawson <nyall.dawson@gmail.com>	2014-01-14

    Merge pull request #1072 from nyalldawson/atlas_multimap3

    [FEATURE][composer] Allow for more than one atlas controlled map in comp...

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-14

    [FEATURE][composer] Allow for more than one atlas controlled map in compositions (or none), by moving some atlas properties to map items (fix #9248) (fix #6484)

Martin Dobias <wonder.sk@gmail.com>	2014-01-14

    Make insertVertex/moveVertex/deleteVertex work without cache

Werner Macho <werner.macho@gmail.com>	2014-01-14

    [TRANSUP] Arabic by Hosham, added new translator

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-13

    Simplified 173e1d7

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-13

    Fix warning

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-13

    [attrtable] Force default selection color (regardless of window focus)
    Fix #8205

Martin Dobias <wonder.sk@gmail.com>	2014-01-13

    Fixed point displacement renderer (and made it faster)

Tim Sutton <tim@linfiniti.com>	2014-01-13

    Further tweak to pull request docs.

Martin Dobias <wonder.sk@gmail.com>	2014-01-13

    delimitedtext: add support for featureSource()

Tim Sutton <tim@linfiniti.com>	2014-01-13

    Added a little more debug info so show which projects were found and which default was used.

Tim Sutton <tim@linfiniti.com>	2014-01-13

    Added notes on merging pull requests based on Matthias's message in mailing list.

Juergen E. Fischer <jef@norbit.de>	2014-01-13

    german translation update

Martin Dobias <wonder.sk@gmail.com>	2014-01-13

    Fix issue with combination of edit buffer + vector join

Martin Dobias <wonder.sk@gmail.com>	2014-01-13

    delimitedtext: move methods specific to feature iterator from provider to FI

Radim Blazek <radim.blazek@gmail.com>	2014-01-12

    highlight identified feature using real feature shape

Juergen E. Fischer <jef@norbit.de>	2014-01-12

    avoid saving OGR layer to the very same OGR layer (fixes #9221)

Juergen E. Fischer <jef@norbit.de>	2014-01-12

    fix warnings

Merge: 8990b66eed 183dd8eed6
Nyall Dawson <nyall.dawson@gmail.com>	2014-01-12

    Merge pull request #1046 from ahuarte47/Issue_9254

    Bug #9254: fix point-style with "outline width" = 0 still show the outline

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-12

    WMS server: even more performant png8 conversion

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-12

    wms server: call getStyles from getStyle

elpaso <apasotti@gmail.com>	2014-01-09

    GetStyles: changed layers list from mapLayerFromTypeName to mapLayerFomStyle

elpaso <apasotti@gmail.com>	2014-01-09

    Fix #9314

Martin Dobias <wonder.sk@gmail.com>	2014-01-11

    GPX: added support for featureSource()

Martin Dobias <wonder.sk@gmail.com>	2014-01-11

    GRASS provider updated to support featureSource()

Martin Dobias <wonder.sk@gmail.com>	2014-01-09

    GRASS raster: remove superfluous QProcess instances

Martin Dobias <wonder.sk@gmail.com>	2014-01-09

    WCS: quick and dirty way to get it working

Martin Dobias <wonder.sk@gmail.com>	2014-01-08

    WFS: added featureSource() - now it is possible to do rendering

Martin Dobias <wonder.sk@gmail.com>	2014-01-08

    WMS provider fixes for multi-threading

    This is still far from working nicely or being finished:
    - cloned provider does not get capabilities copied over, so they are requested again (for each redraw!)
    - legend graphic download is disabled for now, was causing crashes while resizing window / manipulating docks
    - tiled requests probably do not work

Martin Dobias <wonder.sk@gmail.com>	2014-01-06

    Change the expiration timeout to one minute.

Martin Dobias <wonder.sk@gmail.com>	2014-01-06

    Added connection pool for postgres

Martin Dobias <wonder.sk@gmail.com>	2014-01-06

    Cleanup rendering jobs in the main thread (fixes a crash in sequential job)

vmora <vincent.mora@oslandia.com>	2014-01-03

    set droplists if parameter values are already set
    as a result you can set some parameters in
    checkBeforeOpeningParametersDialog and they will be the default in the
    interface. This is especially usefull when your algo as a lot of
    parameters that you can gues (eg from layer names)

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2014-01-02

    PyQt4Macros.cmake: also check for a prefixed version of pyuic4

    fixes the lookup on Arch, which has python pointing to python3

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2014-01-02

    cmake: also look for qwtpolar in the qwt include dir

ahuarte47 <ahuarte47@yahoo.es>	2014-01-01

    #9254: define overloaded wellKnownMarkerFromSld function in sip
     in sip

ahuarte47 <ahuarte47@yahoo.es>	2013-12-30

    #9254: use Q_DECL_DEPRECATED in wellKnownMarkerXXX functions
    XXX

ahuarte47 <ahuarte47@yahoo.es>	2013-12-30

    #9254: avoid break compatibility with the 2.0 api

ahuarte47 <ahuarte47@yahoo.es>	2013-12-30

    #9254: prevent compiler warnings

ahuarte47 <ahuarte47@yahoo.es>	2013-12-30

    #9254: Support for OutlineStyle in SLD files

ahuarte47 <ahuarte47@yahoo.es>	2013-12-30

    #9254: QgsSimpleMarkerSymbolLayerV2 use OutlineStyle

ahuarte47 <ahuarte47@yahoo.es>	2013-12-30

    #9254: QgsEllipseSymbolLayerV2 use OutlineStyle

Martin Dobias <wonder.sk@gmail.com>	2013-12-11

    Optionally draw little rendering stats (switch on/off with S key)

Martin Dobias <wonder.sk@gmail.com>	2013-12-11

    User-configurable update interval

Martin Dobias <wonder.sk@gmail.com>	2013-12-11

    Fix unit tests

    - QgsFeature owns QgsFields (otherwise the assigned QgsFields may get deleted)
    - updated QgsRenderChecker to use map settings + map renderer job
    - fixed DPI issue in map renderer to map settings conversion
    - fixed vector layer cache (failing file operations)

    There are still few tests that keep failing compared to master branch,
    but the reason for failure are tiny pixel diffs and we should probably just
    update the expected images.

Martin Dobias <wonder.sk@gmail.com>	2013-12-10

    Update to qgis_bench: use renderer job, allow parallel mode, print other time

Martin Dobias <wonder.sk@gmail.com>	2013-12-10

    Invalidate cached image when layer's data or appearance is modified

Martin Dobias <wonder.sk@gmail.com>	2013-12-09

    Options: remove legacy rendering options, add parallel rendering

Martin Dobias <wonder.sk@gmail.com>	2013-12-09

    Bring back render caching

Martin Dobias <wonder.sk@gmail.com>	2013-12-06

    Sync works now between QgsMapRenderer and QgsMapCanvas

Martin Dobias <wonder.sk@gmail.com>	2013-12-06

    Various fixes to make it compile on Windows

Martin Dobias <wonder.sk@gmail.com>	2013-12-05

    Enable Python in background threads. Fixed drawing of plugin layers.

Martin Dobias <wonder.sk@gmail.com>	2013-12-05

    Update Python bindings to match changes in core/gui libraries.

Martin Dobias <wonder.sk@gmail.com>	2013-12-05

    Added sync between QgsMapCanvas settings and (legacy) QgsMapRenderer (untested)

Martin Dobias <wonder.sk@gmail.com>	2013-12-04

    Restored reading/writing of canvas map settings

Martin Dobias <wonder.sk@gmail.com>	2013-12-04

    Draw labeling also in parallel map renderer job

Martin Dobias <wonder.sk@gmail.com>	2013-12-03

    Updated memory provider to support feature source (untested yet)

Martin Dobias <wonder.sk@gmail.com>	2013-12-03

    Made QgsSpatialIndex implicitly shared class.

    As a bonus, spatial index is a bit faster (10%) as we do not use random eviction buffer
    anymore (which makes sense only when using disk storage manager).

    Added basic tests for spatial index

Martin Dobias <wonder.sk@gmail.com>	2013-12-03

    Introduction of concept of feature sources for vector data.

    Feature sources of providers/layers should act as immutable
    snapshots of the state of provider or layer, not being affected
    by any concurrent changes to provider or layer while the source is in use.

    Currently working just with OGR, Postgres, SpatiaLite providers.

Martin Dobias <wonder.sk@gmail.com>	2013-11-27

    Do not block functionality when canvas is drawing, respect frozen/render on flag.

    Because the rendering is asynchronous, it is not necessary to block user input anymore

Martin Dobias <wonder.sk@gmail.com>	2013-11-27

    Remove processEvents() calls that are not necessary anymore

Martin Dobias <wonder.sk@gmail.com>	2013-11-26

    Fixed handling of map updates

    Previously there was a problem that if user panned too quickly,
    the map item could get completely out of the view of the graphics
    view and no new paint events would be created for some time.

Martin Dobias <wonder.sk@gmail.com>	2013-11-26

    Reporting of rendering errors, safer isActive() for custom painter job

Martin Dobias <wonder.sk@gmail.com>	2013-11-25

    Implementation of parallel rendering job (work in progress)

    More changes:
    - few improvements to map renderer job API
    - added basic unit test for map renderer job
    - map canvas uses P key to switch parallel/sequential rendering

Martin Dobias <wonder.sk@gmail.com>	2013-11-22

    Initial support for rendering of rasters

Martin Dobias <wonder.sk@gmail.com>	2013-11-20

    Revived labeling and diagrams for vector layers

Martin Dobias <wonder.sk@gmail.com>	2013-11-20

    Do not keep pointer to vector layer in vector layer feature iterator.

    This will make the iterator safe to changes in vector layer while
    the iterator is still active.

Martin Dobias <wonder.sk@gmail.com>	2013-11-20

    Do the rendering of map layers within special classes

    This is an important change: new class (QgsMapLayerRenderer) is introduced
    and it keeps all information from layer which is necessary for rendering.
    Thanks to that, any changes to map layer will have no impact on rendering that
    may be currently underway: if the user changes renderer, rendering will
    not crash because it is using a different instance.

    Work in progress: only vector layers, no labeling, no diagrams, iterator
    still uses some bits from QgsVectorLayer.

    Another change: QgsFeatureRendererV2, QgsSymbolV2 do not get access
    to QgsVectorLayer - only to fields they need. Point displacement renderer
    did more extensive use of QgsVectorLayer - currently it is not functional.

fsdias <fsdias@gmx.com>	2013-11-19

    Create Advanced_raster_histogram.rsx

Martin Dobias <wonder.sk@gmail.com>	2013-11-18

    Stop using QgsMapLayer's setCacheImage()

    That caching mechanism is too coarse - it is expected that there is only one map renderer.
    Instead, caching would need to be done on higher level, e.g. in QgsMapCanvas

Martin Dobias <wonder.sk@gmail.com>	2013-11-18

    Allow cancellation of PAL labeling computation

Martin Dobias <wonder.sk@gmail.com>	2013-11-15

    Do map rendering inside of QgsMapCanvas

    QgsMapCanvasMap is now just a simple map canvas item storing an image,
    all rendering logic has been moved to QgsMapCanvas.
    Restored functionality of map decorations and cancellation of rendering.
    When map is going to be refreshed, the old rendered map stays visible
    for a small amount of time (scaled) and then it is replaced by the new map.

Martin Dobias <wonder.sk@gmail.com>	2013-11-14

    Refactoring of QgsPalLabeling

    The idea was not to expose the labeling engine instance used for rendering
    to other parts of the application and keep it as an implementation
    detail within renderer jobs.

    Resulting placement is kept in a newly created class QgsLabelingResults
    which is passed from the renderer job's labeling engine to map canvas
    where it is available for map tools.

    Global labeling settings are now kept only in QgsProject (there is
    no instance of QgsPalLabeling which would stay alive all the time).

Martin Dobias <wonder.sk@gmail.com>	2013-11-14

    Restore advanced layer effects, labeling in composer.

    Also fixes DpiY setting in composer + workaround for QPicture DPI issues

Martin Dobias <wonder.sk@gmail.com>	2013-11-13

    Removed use of QgsMapRenderer::rendererContext()

    Deprecated QImage/QPixmap switch in QgsMapCanvas

Martin Dobias <wonder.sk@gmail.com>	2013-11-13

    Introduce flags for boolean settings in map settings.

    Also revived drawEditingInformation setting in render context

Martin Dobias <wonder.sk@gmail.com>	2013-11-13

    Simplified map rendering configuration.

    - scene and painter DPI are always the same
    - raster scale factor is always 1
    - scale factor always means pixels per milimeter
    - no need to force of custom-computed scale
    - no "output units" - map settings always use pixels as units

    The logic used previously was getting too complex:
    - scene DPI vs painter DPI
    - enforcing custom scale in composer
    - unclear logic behind scale factor and raster scale factor settings

    This is resolved by doing composer-specific tweaks inside composer:
    - set map cache image's DPI (to get correct scale)
    - scale printer's painter to switch from mm to pixels (dots)

Martin Dobias <wonder.sk@gmail.com>	2013-11-13

    Conversion of composer to use map renderer job

fsdias <fsdias@gmx.com>	2013-11-12

    Update Relative_distribution_(distance_covariate).rsx

Martin Dobias <wonder.sk@gmail.com>	2013-11-11

    Made labeling working without QgsMapRenderer (using QgsMapSettings)

Martin Dobias <wonder.sk@gmail.com>	2013-11-11

    More changes to use QgsMapSettings instead of QgsMapRenderer

Martin Dobias <wonder.sk@gmail.com>	2013-11-11

    Update QgsTolerance to use QgsMapSettings instead of QgsMapRenderer

Martin Dobias <wonder.sk@gmail.com>	2013-11-11

    Deprecated several map canvas signals related to rendering

Martin Dobias <wonder.sk@gmail.com>	2013-11-11

    Removed stop rendering button, deprecated QgsMapTool::renderComplete

Martin Dobias <wonder.sk@gmail.com>	2013-11-11

    Handling of selection color in QgsMapSettings

Martin Dobias <wonder.sk@gmail.com>	2013-11-06

    Map canvas uses renderer to QImage, fix for jumping image after pan

Martin Dobias <wonder.sk@gmail.com>	2013-11-06

    Updated overview to use rendering jobs, fixed cancellation

Martin Dobias <wonder.sk@gmail.com>	2013-11-06

    Implementation of sequential rendering to QImage

Martin Dobias <wonder.sk@gmail.com>	2013-11-01

    Remove mDrawing from canvas - it is now transparent to the user

Martin Dobias <wonder.sk@gmail.com>	2013-11-01

    Moving canvas away from QgsMapRenderer, now with OTF projections working

Martin Dobias <wonder.sk@gmail.com>	2013-11-01

    Marked few drawing progress reporting signals as deprecated

Martin Dobias <wonder.sk@gmail.com>	2013-11-01

    Map canvas has its QgsMapSettings, moving away from QgsMapRenderer

Martin Dobias <wonder.sk@gmail.com>	2013-10-31

    Added utility functions to QgsMapSettings

Martin Dobias <wonder.sk@gmail.com>	2013-10-31

    Removed QgsMapRendererV2 again in favour of using jobs directly

Martin Dobias <wonder.sk@gmail.com>	2013-10-21

    More work in progress

Martin Dobias <wonder.sk@gmail.com>	2013-09-30

    Threading - WIP

Joshua Arnott <josh@snorfalorpagus.net>	2013-10-26

    'Join by location' now creates multipart features in the same way as SinglePartsToMultiparts.

Joshua Arnott <josh@snorfalorpagus.net>	2013-10-22

    'Join by location' can now use the geometry from the joined layer as output.

Joshua Arnott <josh@snorfalorpagus.net>	2013-10-22

    Ported 'Join by location' from fTools to Processing

Nyall Dawson <nyall.dawson@gmail.com>	2013-01-12

    [composer] Add method for hiding background and frame groups from item properties

Nyall Dawson <nyall.dawson@gmail.com>	2013-01-12

    [FEATURE][composer] Add styling support for composer shapes

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-12

    [composer] Allow data defined symbol expressions using atlas feature properties for page background

Merge: d04239d70b 4fbf244ce7
Werner Macho <werner.macho@gmail.com>	2014-01-11

    Merge pull request #1065 from tomass/master

    Lithuanian translation update

Tomas <tomasstraupis@gmail.com>	2014-01-11

    Lithuanian translation update

Salvatore Larosa <lrssvtml@gmail.com>	2014-01-11

    [processing] small fix for non-ascii string (fixes #9175)

Werner Macho <werner.macho@gmail.com>	2014-01-10

    [TRANSUP] norway by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-10

    Fix vectorlayercache test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-10

    Cleaner handling of dxf symbology and linestyles

Stéphane Brunner <stephane.brunner@camptocamp.com>	2014-01-08

    Add missing git ignore

Stéphane Brunner <stephane.brunner@camptocamp.com>	2013-12-05

    [diagram] Add expression for diagram attributes and size

D'Hont René-Luc <rldhont@gmail.com>	2014-01-10

    [BUG][QGIS-Server] Project Properties WCS Layers Row Count

    I have forgotten to set the row count of the WCS Layers table in the
    projetc properties.

D'Hont René-Luc <rldhont@gmail.com>	2014-01-08

    [Processing] Headless scriptability little enhanced

Juergen E. Fischer <jef@norbit.de>	2014-01-10

    reduce debugging noise in attribute table (fixes #9315)

Radim Blazek <radim.blazek@gmail.com>	2014-01-09

    missing QgsDistanceArea.setSourceCrs() in SIP

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-09

    Categorized renderer: fix memory leak

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-09

    indentation

Merge: 129bd987d5 17e8813aeb
Etienne Tourigny <etourigny.dev@gmail.com>	2014-01-09

    Merge pull request #1059 from etiennesky/coloramps-inverted

    add checkbox to invert color ramps in graduated and categorized symbology

Juergen E. Fischer <jef@norbit.de>	2014-01-09

    indentation update

Merge: 9b0652f0fe 1f9c378c77
mhugent <marco.hugentobler@sourcepole.ch>	2014-01-09

    Merge pull request #1058 from elpaso/master

    GetStyles split from GetStyle

Salvatore Larosa <lrssvtml@gmail.com>	2014-01-08

    [pyqgis-console] APIs file update (pyqgis.pap)

Salvatore Larosa <lrssvtml@gmail.com>	2014-01-07

    Fix about dialog (followup 740024c)

Salvatore Larosa <lrssvtml@gmail.com>	2014-01-07

    [pyqgis-console] fixes save as action in editor

Juergen E. Fischer <jef@norbit.de>	2014-01-08

    creatensis.pl: default arch to x86_64

Juergen E. Fischer <jef@norbit.de>	2014-01-08

    fix windows build (also syncs QgsComposition sip binding)

jtornero <jtorlistas@gmail.com>	2013-11-15

    [composer] Add nautical miles support to scalebar, more rational default scale

Merge: eaf1f38137 2155dd8c3d
Jürgen Fischer <jef@norbit.de>	2014-01-07

    Merge pull request #1060 from ahuarte47/Issue_9308

    Bug #9308: fix impossible to remove a group in the legend

Larry Shaffer <larrys@dakotacarto.com>	2014-01-07

    Fix Mac build

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-08

    Change to darker background for side bar. No Frame for list widget

ahuarte47 <ahuarte47@yahoo.es>	2014-01-08

    #9308: enable remove groups in the legend

Radim Blazek <radim.blazek@gmail.com>	2014-01-07

    check if feature has geometry in memory provider iterator, fixes #9309

elpaso <apasotti@gmail.com>	2014-01-07

    Fix #8727

Etienne Tourigny <etourigny.dev@gmail.com>	2014-01-07

    add checkbox to invert color ramps in graduated and categorized symbology

Merge: 6eb72c718b f8247fabda
elpaso <apasotti@gmail.com>	2014-01-07

    GetStyles implementation

Merge: 0b1049880e 6eb72c718b
Jürgen Fischer <jef@norbit.de>	2014-01-07

    Merge pull request #1057 from elpaso/master

    Fix #9306

elpaso <apasotti@gmail.com>	2014-01-07

    Fix #9306

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2014-01-07

    Dxf export: more precision for doubles

elpaso <apasotti@gmail.com>	2014-01-07

    Fix for segfault

elpaso <apasotti@gmail.com>	2014-01-07

    Fix #9306 and getStyles

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-07

    Always emit signal when attribute values change
    Fix #9268

      * Remove QgsVectorLayer::blockSignals() calls from QgsFieldCalculator
      * Deprecate emitSignal parameter from QgsVectorLayer::changeAttributeValue( fid, field, value, emitSignal )
      * Code cleanup to update calls to the new emitSignal-less method

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-07

    [composer] Don't update atlas filter until editing finished, prevented, prevents errors while creating filter expression

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-07

    [composer] Tweak interface for atlas previews, fix occasional wrong extent in atlas previews.

Juergen E. Fischer <jef@norbit.de>	2014-01-07

    fix crash in mapserver (introduced with 1215d0b01)

D'Hont René-Luc <rldhont@gmail.com>	2014-01-06

    [QGIS-Server] Update UI for WCS configuration

    In the project properties OWS tab, the user can select the layers he
    would like to publish in a Web Coverage Service.

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-07

    Fix side bar colour issue on Linux

Juergen E. Fischer <jef@norbit.de>	2014-01-07

    german translation fix

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-03

    Update to new style side bar style for dialogs.

            - New blue-grey with white text style dialog
            - Side panel runs top to bottom
            - Icon size is read from settings
            - Option to disable in options dialog

elpaso <apasotti@gmail.com>	2014-01-06

    Initial GetStyles implementation, still segfaults

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-06

    [composer] Make sure atlas navigation controls are disabled if no matching atlas features are found

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-06

    [composer] Tweak appearance of compositions so that it's still possible to see page edges when using a transparent paper style

Alexander Bruy <alexander.bruy@gmail.com>	2014-01-06

    [processing] some refactoring as suggested by Nathan Woodrow

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-23

    [processing] port QGIS native field calculator

Denis Rouzaud <denis.rouzaud@gmail.com>	2014-01-06

    [composer] update icons for atlas toolbar

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-06

    Fix warnings

Juergen E. Fischer <jef@norbit.de>	2014-01-05

    rephrase support (fixes #9294)

Juergen E. Fischer <jef@norbit.de>	2014-01-05

    german translation update

Juergen E. Fischer <jef@norbit.de>	2014-01-03

    fix most cppcheck warnings and implement suggestions
    also update and sync some sip interfaces

Juergen E. Fischer <jef@norbit.de>	2014-01-05

    debian packaging update: also disable globe in sid-oracle

D'Hont René-Luc <rldhont@gmail.com>	2014-01-05

    [Project-OWS-Tab] Doen't add null CRS to list

    It was possible to add null CRS in the OWS Tab CRS list. To avoid it, I
    add a test on return 0 as CRS Id and to set a default CRS with the last
    in the OWS Tab CRS list.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2014-01-05

    Change debug message level of CRS debug messages to keep the compiler warnings clean.

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-05

    Implement $map variable, which returns the current composer map item id where the map is being drawn, or 'canvas' if the map is being drawn in the main QGIS window. Partly implements #9288.

Salvatore Larosa <lrssvtml@gmail.com>	2014-01-04

    [decoration grid] [fixes #9286] fix typo

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-04

    Fix bad tests in composerview (fix #9285)

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-04

    [tests] Add test for composer paper styles

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-04

    [tests] Update composition based tests now that 1px bad row bug is fixed

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-04

    [composer] Make sure entire page symbol border is included when exporting compositions. Previously half the page border would be cropped out. Also fix nIRV's infamous 1px bad row at bottom of composer exports bug.

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-04

    Add method for estimating the maximum amount a symbol bleeds out of the drawn polygon. Eg, half of the border width is actually drawn outside of a rectangle. Calculated values are an estimate only since the symbology may be affected by data defined parameters.

Juergen E. Fischer <jef@norbit.de>	2014-01-03

    postgres provider:
    - fix connection cleanup from threads
    - fix disconnection of style functions

    fixes #9280 (adapted PR#1051)

Juergen E. Fischer <jef@norbit.de>	2014-01-03

    fix msvc warnings

Tim Sutton <tim@linfiniti.com>	2014-01-03

    Updated coding guide to include some info on pull requests

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-03

    Fix typo

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-02

    Filter params and output before use. Use Enurmerate to count rows

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-01

    Use count function

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-01

    Use set for getFields

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-03

    Reduce margins on processing toolbox

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-03

    Fix #9271 - Decrease step for symbol properties

Salvatore Larosa <lrssvtml@gmail.com>	2014-01-01

    [processing] set window flags for modeler dialog

Salvatore Larosa <lrssvtml@gmail.com>	2014-01-01

    [processing] API v2 update fix: returns str obj instead of QVariant one, it occurs when running Processing headless

Merge: 9ef3f86e47 373adbd586
Nathan Woodrow <madmanwoo@gmail.com>	2014-01-02

    Merge pull request #1048 from ahuarte47/Issue_9094-revival

    #9094-R: Use ',' and '.' keys similar to '<' and '>' keys in QgsMapToolNodeTool

Alvaro Huarte <ahuarte47@yahoo.es>	2014-01-02

    #9094-R: Use ',' and '.' keys similar to '<' and '>' keys

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2014-01-02

    Fix build error

Juergen E. Fischer <jef@norbit.de>	2014-01-01

    datum transformations:
    - copy descriptions, preference and deprecation from GDAL
    - remember position of dialog
    - allow hiding of deprecated transformations

    SQL:
    ALTER TABLE tbl_datum_transform ADD remarks varchar;
    ALTER TABLE tbl_datum_transform ADD scope varchar;
    ALTER TABLE tbl_datum_transform ADD preferred boolean;
    ALTER TABLE tbl_datum_transform ADD deprecated boolean;
    ALTER TABLE tbl_datum_transform ADD area_of_use_code varchar;

Juergen E. Fischer <jef@norbit.de>	2014-01-01

    postgres provider changes:
    - ignore infinite filter rectangles
    - also disconnect selection connection if no supported layers were found

Tim Sutton <tim@linfiniti.com>	2014-01-01

    Contributors map update

Merge: 12eb44e7a0 213b9820a7
Nyall Dawson <nyall.dawson@gmail.com>	2014-01-01

    Merge pull request #1036 from nyalldawson/composer_render_speed

    [composer] Allow render optimisations when in preview mode

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-16

    [composer] Refresh main map canvas when atlas preview feature changes, allows for easier customisation of maps styled using $atlasfeatureid expressions

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-16

    [composer] Add shortcut to atlas settings to atlas toolbar and menu. Designed to make atlas features more discoverable for beginners

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-16

    [composer] Make sure scalebars are updated during atlas previews

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-16

    [composer] Make sure $feature has the same value in composer labels as it does when used in filename expressions

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-16

    [composer] Also re-evaluate current features filename so that filename expressions take effect immediately

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    [composer] Update atlas filename expression when the expression actually changes

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    [FEATURE] Add seperate controls for printing/exporting whole of atlas composition. Allows single features from an atlas to be printed/exported.

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    [composer] Add atlas preview actions to new Atlas menu

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    [composer] Update features if atlas preview enabled and coverage filter/sort changes.
    Protect against atlas with no matching features

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    [composer] Show status bar text with current atlas feature

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    [composer] Recenter overview when checkbox enabled

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    [composer] Make sure signals for overview extent changing are reconnected after loading composition

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    [composer] Correctly shift overview frame when moving map item content

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-07

    [FEATURE] Add atlas preview toggle. Allows for navigating through atlas features and previewing the composition for each feature. Atlas maps can have their extent temporarily tweaked for each atlas feature.

Nyall Dawson <nyall.dawson@gmail.com>	2014-01-01

    [tests] Update all expected images based on composer tests. Prior to c3ec3b2d75 composer exports had a 1 pixel slightly-gray row at the bottom of images. After c3ec3b2d75 this bottom row is now a slightly transparent white row. The underlying issue causing this row still needs to be fixed, but in the meantime this gets composer tests passing again.

Juergen E. Fischer <jef@norbit.de>	2013-12-31

    fix build error on precise

Merge: f73779a49b 8a80e0edbc
Nathan Woodrow <madmanwoo@gmail.com>	2013-12-30

    Merge pull request #1047 from ahuarte47/Issue_9273

    #9273: Fix shortcuts commented in issue #9273. Change full screen to F11

ahuarte47 <ahuarte47@yahoo.es>	2013-12-31

    #9273: Shortcut changes

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    Fix compiler warnings

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-18

    [composer] Only disable render optimisations by simplification when a composer is being outputed. Allows composer previews to benefit from layer simplification optimisations

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Allow exporting compositions with transparent backgrounds

Nyall Dawson <nyall.dawson@gmail.com>	2013-09-26

    [FEATURE] Allow setting composer page background style (fix #7846)

Tim Sutton <tim@linfiniti.com>	2013-12-30

    Code foramtting cleanups only

Merge: f1aead4ca9 e3e01fc78f
Tim Sutton <tim@linfiniti.com>	2013-12-30

    Merge branch 'Issue_9094' of https://github.com/ahuarte47/QGIS

nyalldawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Fix failing rotation tests

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Fix labels truncating text

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Fix resizing of item groups with rotated items

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Fix item rotation so that rotation occurs around item center

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Partially fix rotated item scaling

nyalldawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Add tests for item rotation

nyalldawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Fix picture rotation, optimise scaling of rotated pictures to fit in item bounding box

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Begin tests for composer item rotation

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    [FEATURE] [composer] Replace custom item rotation with QGraphicsItem rotation, support rotation for all types of composer items (fix #7933, fix #4884)

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Move item rotation control to item widget panel

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-30

    [composer] Clean up item rotation api, seperate item rotation (for shapes, labels) from map rotation and picture rotation.
    Maintain compatibility with 2.0 api, deprecate ambiguous rotation/setRotation methods

Merge: 77fb9a5492 377c13b96b
Tim Sutton <tim@linfiniti.com>	2013-12-29

    Merge pull request #1029 from nyalldawson/composer_dialog_fixes

    Save as Image dialog fixes and improvements

Alexander Bruy <alexander.bruy@gmail.com>	2013-12-29

    [processing] refactored some helpre functions (contributed by Nathan Woodrow)

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    Fix warnings

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    [composer] Add action for showing/hiding rulers

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    [composer] Prevent overlap of vertical ruler markings

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    [composer] Make sure ruler size is based off font size (fix #7476).
    Only do ruler calculations once, not on every paint event.

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    [composer] Make sure rulers are updated when paper size changes

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    [composer] Improve appearance of rulers, add small tick marks to ruler (fix #5656)

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    [composer] Make sure that zooming in/out of composer with mouse wheel always results in an exact change in zoom.

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    [FEATURE][composer] Add zoom actual size action to composer, zoom indicator and combobox to status bar

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Add some more anomaly images

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Fix failing composerhtml tests, by forcing test html to use a set font size in pixels.

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Fix python compositionchecker to derive from render checker, fix most python composer tests (fix #9117)

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Fix failing gradient tests

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Update atlas tests, add exceptions

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Fix failing diagram and blend modes tests

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Update composer scalebar tests, fix exception causing test to fail

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Update composer html tests

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Update composer effect tests

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [FEATURE][composer] Add controls for changing zebra frame colors and line thickness, fix output of zebra style grids (fix #8767)

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Update composer map tests, add anomoly images

nyalldawson <nyall.dawson@gmail.com>	2013-12-29

    [tests] Update composer shape tests

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-29

    Rework composition checker to derive from render checker, so that composition tests can have anomoly images

Juergen E. Fischer <jef@norbit.de>	2013-12-28

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-12-28

    Fix typos (fixes #9261)

Merge: 36d9d4bfa1 aee4696252
Werner Macho <werner.macho@gmail.com>	2013-12-28

    Merge pull request #1045 from Jean-Roc/traduction_ui

    update fr ui

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-28

    Add attribute dialog: Hide Length/Precision labels when unavailable
    Fix #9259

Merge: 4b9edc77dd 720871c154
volaya <volayaf@gmail.com>	2013-12-28

    Merge pull request #1043 from anitagraser/master

    [processing] allow float values in densify interval input field

anitagraser <anitagraser@gmx.at>	2013-12-28

    undid changes to densify geometries

Merge: b40e3c0a34 e0e65ba739
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2013-12-28

    Merge pull request #9 from Ecologeek/traduction_ui

    update french translation

anitagraser <anitagraser@gmx.at>	2013-12-27

    allow float values in densify interval input field

Merge: 8dd31ff9e8 7050265f38
Tim Sutton <tim@linfiniti.com>	2013-12-27

    Merge pull request #1042 from ErunamoJAZZ/master

    Patch for issue 8920.

C. Daniel Sanchez R <cdsanchezr@unal.edu.co>	2013-12-27

    Patch for issue 8920.

Salvatore Larosa <lrssvtml@gmail.com>	2013-12-27

    [georeferencer] reset world file checkbox when transformation differ from Linear (Fixes #9251)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-26

    Safety checks for classification algorithms (Fix #9252)

Sylvain Maillard <contact@ecologeek.org>	2013-12-26

    update french translation

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-22

    [composer] Ensure that extent of new map items is centered on current centre of map

Victor Olaya <volayaf@gmail.com>	2013-12-20

    [processing] minor cosmetic change

Merge: 0ad5cc9548 a09892f1bb
volaya <volayaf@gmail.com>	2013-12-20

    Merge pull request #1031 from rldhont/headless_processing

    Some changes to allow Processing to be run headless

    It replaces legendInterface with QgsMapLayerRegistry, which is a better option

ahuarte47 <ahuarte47@yahoo.es>	2013-12-19

    #9094: fix incorrect header class

D'Hont René-Luc <rldhont@gmail.com>	2013-12-16

    [Feature][Processing] Headless

    To use QGIS Processing in python scripts out of QGIS.
    The changes made concern the dependence to legendInterface. In cases
    where the interface.iface is null (None) QGIS Processing uses the
    QgsMapLayerRegistry instance.

Werner Macho <werner.macho@gmail.com>	2013-12-19

    [TRANSUP] no by James

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-19

    Fix circle position in dxf export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-19

    Export more simple markers to dxf

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-19

    Remove drawEllipse from dxf paint engine (default implementation calls drawPolygon)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-19

    Remove legacy code

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-19

    Improve dxf export for svg symbols

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-18

    Better conversion of QPainterPath to dxf

Merge: f7e55881d0 889f65f765
Denis Rouzaud <denis.rouzaud@gmail.com>	2013-12-18

    Merge pull request #1024 from ahuarte47/Issue_9181

    Bug #9181: fix crash trying to resume node editing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-18

    Dxf: store export map extent option

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-18

    Dxf: another small improvement in symbology export

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-12-18

    phonon needs backends

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-18

    Fix bugs in dxf symbology export

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-18

    [relations] Fix autogenerated feature forms

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-18

    [relations] No crash when clicking remove with no selection
    Fix #9224

ahuarte47 <ahuarte47@yahoo.es>	2013-12-09

    #9181: fix crash trying to resume node editing

    Clears temporal objects to avoid crash trying to resume node editing and
    disconnects signals to avoid repetitive connects

Juergen E. Fischer <jef@norbit.de>	2013-12-18

    german translation update

ahuarte47 <ahuarte47@yahoo.es>	2013-12-09

    #9094: Use backspace in other similar code

ahuarte47 <ahuarte47@yahoo.es>	2013-12-08

    #9094: AttributeTableDialog use del/backspace
     use

ahuarte47 <ahuarte47@yahoo.es>	2013-12-08

    #9094: Show info messages about deleting features

ahuarte47 <ahuarte47@yahoo.es>	2013-12-05

    #9094: keyPressed can be overrided in MapTool

    KeyPressed event of MapCanvas can be overrided in current MapTool. It
    enables to use 'Delete/Backspace' key as default shortcut to delete
    selected features, but it can be overrided in current maptool.

ahuarte47 <ahuarte47@yahoo.es>	2013-12-03

    #9094: '+' and '-' keys work as selector nodes

    '+' and '-' select next and previous to current active node
    respectively.
    This commit is for demo proposes.

ahuarte47 <ahuarte47@yahoo.es>	2013-12-03

    #9094: Auto-select adjacent last-removed node

    Automatically selects the adjacent vertex to last removed selected node

ahuarte47 <ahuarte47@yahoo.es>	2013-12-02

    #9094: fix invalid file

ahuarte47 <ahuarte47@yahoo.es>	2013-12-02

    #9094: implements user/dev advices

ahuarte47 <ahuarte47@yahoo.es>	2013-11-29

    #9094: fix invalid file

ahuarte47 <ahuarte47@yahoo.es>	2013-11-28

    #9094: Add Ctrl+D and D support for remove layers

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-28

    #9094: Other shortcut changes

ahuarte47 <ahuarte47@yahoo.es>	2013-11-25

    #9094: Del-key perfom 'delete selected features'

Juergen E. Fischer <jef@norbit.de>	2013-12-18

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2013-12-17

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2013-12-17

    indentation update

Merge: accd06dcb9 32d4af2dc5
Jürgen Fischer <jef@norbit.de>	2013-12-17

    Merge pull request #1028 from ahuarte47/Issue_9191

    Bug #9191-#9190: fix enable/disable issues of buttons

Merge: 17cd09a8a7 4a75a95a36
Jürgen Fischer <jef@norbit.de>	2013-12-17

    Merge pull request #1032 from etiennesky/vsifile-relative

    fix project saving and reading of vsizip paths (fixes #6369)

Merge: 052b2ebcb9 91953562bb
mhugent <marco.hugentobler@sourcepole.ch>	2013-12-17

    Merge pull request #980 from ahuarte47/Issue_8725-OGR

    Feature #8725: Fast rendering of geometries

Merge: ba9936e001 dbb48f2d14
Denis Rouzaud <denis.rouzaud@gmail.com>	2013-12-17

    Merge pull request #1030 from alexbruy/fill-ring

    [FEATURE] fill ring digitinzing tool

Alexander Bruy <alexander.bruy@gmail.com>	2013-12-10

    [FEATURE] fill ring digitinzing tool
    Used to cut holes in polygons and automatically fill them with new
    features. Attributes taken from parent feature. Feature form opens
    by default. Hold Ctrl key to suppress it.

Merge: bda114b725 566e5bd184
Alvaro Huarte <ahuarte47@yahoo.es>	2013-12-17

    Merge branch 'Issue_8725-OGR' of https://github.com/ahuarte47/QGIS into Issue_8725-OGR

    Conflicts:
            src/app/qgsoptions.cpp
            src/app/qgsoptions.h
            src/core/symbology-ng/qgssymbollayerv2.cpp

ahuarte47 <ahuarte47@yahoo.es>	2013-12-12

    #8725: fix texts

ahuarte47 <ahuarte47@yahoo.es>	2013-12-12

    #8725: AA-disabling only for simplify factor>1

    AA-disabling only is executed for '1-pixel' geometries when the
    configuration slider is greater than minimum value. The rendering speed
    up is lower (http://hub.qgis.org/issues/8725#note-59), but with higher
    quality result

Alvaro Huarte <ahuarte47@yahoo.es>	2013-12-12

    #8725: Refactoring to simplifier classes

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-22

    #8725: Improvements in strings

ahuarte47 <ahuarte47@yahoo.es>	2013-11-22

    #8725: use default drawing config

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-21

    #8725: drawRect faster drawConvexPolygon

ahuarte47 <ahuarte47@yahoo.es>	2013-11-20

    #8725: Improvements in strings

ahuarte47 <ahuarte47@yahoo.es>	2013-11-20

    #8725: Show warning label for big simplify factor

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-13

    #8725: Replace malloc by OGRMalloc

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-05

    Feature #8725: Simplification is assigned by flag

    The drawing simplification can be configured using flags that indicates
    what simplification type can be executed (Point, BBOX and AA)

ahuarte47 <ahuarte47@yahoo.es>	2013-11-05

    Feature #8725: fix merge changes

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-04

    Feature #8725: Disable simplification in composer

    Disable the simplification of geometries when the render request comes
    from a print composition to avoid rendering quality issues

ahuarte47 <ahuarte47@yahoo.es>	2013-11-04

    Feature #8725: 'AA' disabling uses layer cfg

    'AA' disabling for '1-pixel geometries' uses the layer simplification
    configuration

ahuarte47 <ahuarte47@yahoo.es>	2013-10-28

    Feature #8725: Disable simplify in editmode

    Disable the drawing simplification when the editmode is enabled, the
    geometries are cached for snapping

ahuarte47 <ahuarte47@yahoo.es>	2013-10-28

    Feature #8725: Replace '*foo=bar' by 'memcpy'

ahuarte47 <ahuarte47@yahoo.es>	2013-10-27

    Feature #8725: drawConvexPolygon() can be faster

    On some platforms (e.g. X11), the drawConvexPolygon() function can be
    faster than the drawPolygon() function.

    https://qt-project.org/doc/qt-4.8/qpainter.html#drawConvexPolygon

ahuarte47 <ahuarte47@yahoo.es>	2013-10-26

    Feature #8725: Increment 2x the factor in slider

ahuarte47 <ahuarte47@yahoo.es>	2013-10-26

    Feature  #8725: Show configuration option

    Shows a new rendering tab in the layer options form for configure the
    drawing simplification.

ahuarte47 <ahuarte47@yahoo.es>	2013-10-24

    Feature #8725: Remove unnecesary setPen()

ahuarte47 <ahuarte47@yahoo.es>	2013-10-24

    Feature #8725: Minor improvement

ahuarte47 <ahuarte47@yahoo.es>	2013-10-24

    Feature #8725: Fix dpi bug

Alvaro Huarte <ahuarte47@yahoo.es>	2013-10-23

    Feature #8725: check QgsFeatureRequest::NoGeometry

Alvaro Huarte <ahuarte47@yahoo.es>	2013-10-23

    Feature #8725: simplification configurable

    The simplification is configurable by layer, also this commit contains
    reording of code.

    I have pending show in the properties form of layer a check for
    enable/disable the simplification

Alvaro Huarte <ahuarte47@yahoo.es>	2013-10-22

    Feature #8725: Fast rendering of geometries

    Fix compile errors: include "std::limits"

ahuarte47 <ahuarte47@yahoo.es>	2013-10-21

    Feature #8725: FastRendering of geometries

    Implements fast rendering of LineStrings and Polygons pre-applying a
    view threshold filter to the geometries to render in qgis. Also disable
    'Antialiasing' when it is possible.

    View Table of test results in 'http://hub.qgis.org/issues/8725'

Alvaro Huarte <ahuarte47@yahoo.es>	2013-10-18

    Feature #8725: Fast rendering of geom (v-OGR)

    Implements fast rendering of LineStrings and Polygons pre-applying a
    view threshold filter to the geometries to render in qgis. Also disable
    'Antialiasing' when it is possible.

    View Table of test results in 'http://hub.qgis.org/issues/8725'

    (This version of branch implements the improvement in vector-providers)

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-12-17

    always bundle QtDbus, just in case

Etienne Tourigny <etourigny.dev@gmail.com>	2013-12-16

    fix project saving and reading of vsizip paths (fixes #6369)

Werner Macho <werner.macho@gmail.com>	2013-12-16

    [TRANSUP] Hindi by Harish

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Alvaro Huarte <ahuarte47@yahoo.es>	2013-12-16

    #9191: More fixes

Merge: b192f642d1 2573cc2f3d
mhugent <marco.hugentobler@sourcepole.ch>	2013-12-16

    Merge pull request #1025 from rldhont/wcs

    [FEATURE][QGIS-Server] Add Web Coverage Service support : funded Ifremer

ahuarte47 <ahuarte47@yahoo.es>	2013-12-16

    #9191: fix enable/disable issues of buttons

    At the http connection dialog, the 'Name' and 'Url' text boxes must be
    filled to enable 'ok' button.
    Also disable connect-edit-delete buttons when there is not any
    connection defined.

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    Add default file name parameter for getSaveAsImageName dialog

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-15

    Use native file dialog for save as image under linux

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-16

    [composer] Make map rectangle preview text a bit more subtle

Merge: 27bea19978 d13245190d
volaya <volayaf@gmail.com>	2013-12-15

    Merge pull request #1026 from anitagraser/working

    attempt to fix http://hub.qgis.org/issues/9184

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-16

    [composer] Fix overview extent not being drawn on composer outputs if map is set to Rectangle preview mode

Juergen E. Fischer <jef@norbit.de>	2013-12-15

    german translation update and one translation string fix

Juergen E. Fischer <jef@norbit.de>	2013-12-15

    fix warnings

Radim Blazek <radim.blazek@gmail.com>	2013-12-14

    convert GDAL no data value to a value representable by data type, fixes #3840

anitagraser <anitagraser@gmx.at>	2013-12-13

    attempt to fix http://hub.qgis.org/issues/9184

Werner Macho <werner.macho@gmail.com>	2013-12-13

    translation update: no with new translator added

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

ahuarte47 <ahuarte47@yahoo.es>	2013-12-12

    #8725: fix texts

ahuarte47 <ahuarte47@yahoo.es>	2013-12-12

    #8725: AA-disabling only for simplify factor>1

    AA-disabling only is executed for '1-pixel' geometries when the
    configuration slider is greater than minimum value. The rendering speed
    up is lower (http://hub.qgis.org/issues/8725#note-59), but with higher
    quality result

Alvaro Huarte <ahuarte47@yahoo.es>	2013-12-12

    #8725: Refactoring to simplifier classes

Juergen E. Fischer <jef@norbit.de>	2013-12-12

    debian packaging update

D'Hont René-Luc <rldhont@gmail.com>	2013-12-10

    [FEATURE][QGIS-Server] Add Web Coverage Service support : funded Ifremer

    QGIS-Server already supports standards : Web Map Service (WMS version 1.3.0
    and 1.1.1) and Web Feature Service (WFS version 1.0.0) and Web Feature
    Service with Transaction (WFS-T).
    The French Research Institute, Ifremer, would like that QGIS-Server supports
    all the OGC standards.
    We (3Liz) are implementing the Web Coverage Service (WCS version 1.0.0)
    support in QGIS-Server.

Juergen E. Fischer <jef@norbit.de>	2013-12-11

    WMS: try to interpret response to map requests always as image (fixes #9197)

Juergen E. Fischer <jef@norbit.de>	2013-12-11

    fix warning

Juergen E. Fischer <jef@norbit.de>	2013-12-11

    a unit to network cache size label (fixes #9189)

Merge: 36c2f7f3a8 bce3588d2a
mhugent <marco.hugentobler@sourcepole.ch>	2013-12-11

    Merge pull request #1019 from nyalldawson/random_colors

    Tweak random color ramp for nicer colors

Juergen E. Fischer <jef@norbit.de>	2013-12-11

    WMS/OWS:
    - add service type to window title (implements #9192)
    - always fill dpi combobox (fixes #9194)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-11

    Dxf export: modify layer name to be a valid dxf layer name

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-10

    Dxf: possibility to export only the features overlapping the map extent

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-10

    Add license header for dxfexportdialog

Merge: c21c90a076 f848396a58
mhugent <marco.hugentobler@sourcepole.ch>	2013-12-10

    Merge pull request #1023 from 3nids/dxfgeomlayer

    [DXF] do not list layer without geometry

Merge: fc247672b0 3f37d24979
mhugent <marco.hugentobler@sourcepole.ch>	2013-12-10

    Merge pull request #1022 from 3nids/dxfunselectall

    [DXF] add (un)select all buttons

Merge: 221263db95 fdc3ba79f5
Giuseppe Sucameli <brush.tyler@gmail.com>	2013-12-09

    Merge pull request #1021 from etiennesky/gdal_merge

    fix gdal merge nodata value and UI improvements

Yauhen Kharuzhy <jekhor@gmail.com>	2013-12-08

    Properly reserve place for arrays in line and polygon clipping routines

    A QVector::clear() method completely reinitializes the object. Calling
    a QVector::reserve() before clear() is useless and causes big overhead at
    array append operations.

    Give ~6% perfomance gain.

    Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>

Yauhen Kharuzhy <jekhor@gmail.com>	2013-12-08

    Eliminate creating of unused QString objects in transformCoords

    Every call of transformCoords() Qstring dir object is created. It uses
    only for output information about errors, so move its creation to error
    handling block.

    Perfomance gain is ~7%.

    Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>

Yauhen Kharuzhy <jekhor@gmail.com>	2013-12-08

    Optimize simple marker rendering perfomance

    expression( "..." ) call create QString object at every invocation. For
    layers with simple markers this overhead take upto 10% of rendering time.

    Move expression finding to startRender() method.

    Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>

Etienne Tourigny <etourigny.dev@gmail.com>	2013-12-09

    gdal merge tool: make sure -a_nodata is only added with gdal>=1.9

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-09

    Road graph: don't show 25D data as valid input layers

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-09

    Road graph plugin: don't crash with 25D input layers
    Fix #9174

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-12-09

    [DXF] do not list layer without geometry

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-12-09

    [DXF] add (un)select all buttons

Tim Sutton <tim@linfiniti.com>	2013-12-08

    Applied patch from Hans-Peter Jansen <hpj [at] urpla.net> to address build issues with python-sip 4.15 and fix srs.db update issue when srs table has no noupdate column.

Werner Macho <werner.macho@gmail.com>	2013-12-08

    translation update by Xan

    Signed-off-by: Werner Macho <werner.macho@gmail.com>

Juergen E. Fischer <jef@norbit.de>	2013-12-07

    different fix for 5a1bcf3

Juergen E. Fischer <jef@norbit.de>	2013-12-06

    also fix building of tests (followup 5a1bcf38)

Juergen E. Fischer <jef@norbit.de>	2013-12-06

    fix build error on windows and some warnings

Juergen E. Fischer <jef@norbit.de>	2013-12-06

    add script to list github pull request (assignments)

Merge: ba76c99037 0239b4d6c7
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-06

    [FEATURE]: merge dxf_export branch

Etienne Tourigny <etourigny.dev@gmail.com>	2013-12-06

    use collapsible group box for creation options in gdal merge widget

Etienne Tourigny <etourigny.dev@gmail.com>	2013-12-06

    fix destination nodata value in gdal merge

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-06

    Dxf export for ellipse symbol layer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-06

    [ogr] Only call repack when closing a data provider
    Fix #8822

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-06

    Write dxf circle

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-06

    Attribute edit widgets LongLong support
    Fix #9145

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-06

    Show success / failure of dxf export in message bar

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-06

    Draw default point symbol if dxf export not supported by marker symbol

Juergen E. Fischer <jef@norbit.de>	2013-12-06

    fix warning

Juergen E. Fischer <jef@norbit.de>	2013-12-05

    german translation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-05

    Add copy constructor and assignment operator for QgsDxfExport

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-05

    Fix rotation for svg markers exported to dxf

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-05

    Linestyles for Qt pen styles

Nyall Dawson <nyall.dawson@gmail.com>	2013-12-06

    Tweak random color ramp for nicer colors

Radim Blazek <radim.blazek@gmail.com>	2013-12-05

    raster projector improved, also fixes #9101

Juergen E. Fischer <jef@norbit.de>	2013-12-05

    Disable filter if search checkbox is unticked in database selection dialogs (fixes #9168)

Merge: 4df00a8f0f 63c62adf21
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: f428c869a9 57d124b9c0
mhugent <marco.hugentobler@sourcepole.ch>	2013-12-05

    Merge pull request #1014 from 3nids/issue9138

    fix #9138

Merge: 813459da48 f428c869a9
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-05

    Safety check when joining before accessing fields
    Fix #9166

Merge: f2fbb2f816 4260a239af
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-05

    Merge branch 'symbology_copy_paste'

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-12-05

    Cleanup methods for providers (implemented for GDAL and OGR)
    Fix #8932

Alexander Bruy <alexander.bruy@gmail.com>	2013-12-05

    run InitSpatialMetadata(1) on SpatiaLite >= 4.1 also in Offline Editing
    plugin (addresses #9157)

Merge: 6c0e9af263 0f52163f67
Tim Sutton <tim@linfiniti.com>	2013-12-05

    Merge pull request #983 from matthias-kuhn/cmake-warning-fix

    [cmake] Fix warnings.

Merge: e1186f164d 2c4018b66e
mhugent <marco.hugentobler@sourcepole.ch>	2013-12-05

    Merge pull request #1017 from matthias-kuhn/dattrans

    Be less verbose in datum transformation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-21

    Be less verbose in datum transformation

Alexander Bruy <alexander.bruy@gmail.com>	2013-12-05

    [processing] explicitly set window flags for script editor

Radim Blazek <radim.blazek@gmail.com>	2013-12-04

    give objectName to plugin menus to allow customization

Merge: f533d53fe0 d39f44782a
Werner Macho <werner.macho@gmail.com>	2013-12-03

    Merge pull request #1016 from thodorisvakkas/el_GR_Translation

    translation update_ gr by theodoris

Juergen E. Fischer <jef@norbit.de>	2013-12-03

    ouch - fix bc825b4b4

Juergen E. Fischer <jef@norbit.de>	2013-12-03

    fix lpad/rpad (fixes #9158)

Radim Blazek <radim.blazek@gmail.com>	2013-12-03

    Convert WMS GetFeatureInfo GML to UTF-8 supported by Expat, fixes #9082

thodoris.vakkas <tvakkas@getmap.gr>	2013-12-03

    Commit20131203

Juergen E. Fischer <jef@norbit.de>	2013-12-03

    dbmanager: include materialized views (implements #9127)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-03

    [FEATURE]: Add a color ramp class which generates random colors on-the-fly

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-29

    [relations] When loading invalid relations from a project, tag them as such

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-28

    AttributeForm: Create a dummy button box for intercepting ok clicks
    when the ok button is hidden and the accept was actually triggered
    by something else. This allows to continue using custom validation
    logic without changes.
    Fixes #8885

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-28

    [relations] Support for .ui file dialogs

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-03

    Some updates for ntv2 entries in tbl_datum_transform

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-03

    Fix printing for curved labels

Merge: f21562c86f a3f1f7e9ae
Richard Duivenvoorde <richard@duif.net>	2013-12-02

    Merge pull request #1012 from ahuarte47/Issue_9085-qbrowser

    Feature #9085: Set refresh to F5 key in qbrowser

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-12-02

    [FEATURE]: possibility to copy/paste entries in renderer widgets (using ctrl+c/ctrl+v)

Salvatore Larosa <lrssvtml@gmail.com>	2013-12-01

    [pyqgis-console] fixes #9097 (thanks to Minoru Akagi)

Salvatore Larosa <lrssvtml@gmail.com>	2013-12-01

    [pyqgis-console] avoid processEvents for stderr output

Salvatore Larosa <lrssvtml@gmail.com>	2013-12-01

    [pyqgis-console] prepared API file update

Salvatore Larosa <lrssvtml@gmail.com>	2013-12-01

    [ftools] avoid trivial error for Random selection tool

Salvatore Larosa <lrssvtml@gmail.com>	2013-12-01

    [spatialquery] shows the warning in message bar when no layer is loaded in canvas

Salvatore Larosa <lrssvtml@gmail.com>	2013-11-30

    fix warning when parsing stylesheet in qgsmessagebar:
    avoid log message: "Could not parse stylesheet of widget .."

Werner Macho <werner.macho@gmail.com>	2013-11-30

    translation update: BA by Almir

Radim Blazek <radim.blazek@gmail.com>	2013-11-30

    use white color for raster nodata

Juergen E. Fischer <jef@norbit.de>	2013-11-30

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2013-11-30

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-11-30

    set minimum Qt version to 4.7 and remove #ifdef code depending on prior versions

Juergen E. Fischer <jef@norbit.de>	2013-11-30

    fix warning

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-29

    Export layers to dxf in drawing order

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-29

    Data defined size / color / rotation for marker export

Radim Blazek <radim.blazek@gmail.com>	2013-11-29

    give objectName to fTools menus and actions to allow customisation, see #9134

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-11-29

    fix #9138

Werner Macho <werner.macho@gmail.com>	2013-11-28

    translation update: bosnia by Almir

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-28

    Fix label size for painting main map with higher dpi

Merge: f624792255 688952d56a
Denis Rouzaud <denis.rouzaud@gmail.com>	2013-11-27

    Merge pull request #1013 from tomass/master

    Fix function example explanation

Tomas <tomasstraupis@gmail.com>	2013-11-27

    Fix function example explanation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-27

    Add epsg_nr to datum transform table

Juergen E. Fischer <jef@norbit.de>	2013-11-27

    don't allow slashes in http connection names (fixes #9131)

Merge: ea47e6f8a2 eedab4f4ca
volaya <volayaf@gmail.com>	2013-11-27

    Merge pull request #1003 from rduivenvoorde/processingtweaks

    gui tweak: adding margin around processing dialogs

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-27

    #9085: Set refresh to F5 key in qbrowser

    Set refresh to F5 key in qbrowser equally to qapp

    http://hub.qgis.org/projects/quantum-gis/repository/revisions/32b05836d50b36f443517ef6a76ac26d49b19b89

Merge: 5ac587d639 f870a38172
Werner Macho <werner.macho@gmail.com>	2013-11-26

    Merge pull request #1011 from tomass/master

    Lithuanian translation update

thodoris.vakkas <tvakkas@getmap.gr>	2013-11-27

    Commit20131127

Tomas <tomasstraupis@gmail.com>	2013-11-26

    Lithuanian translation update

Merge: 55f860638d c8c2ba2801
Jürgen Fischer <jef@norbit.de>	2013-11-26

    Merge pull request #1000 from matthias-kuhn/filewriter

    Visual candy for the "Save as" GUI

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-26

    Change symbol layer dxf method signature and make first test with a data defined property

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-26

    [globe] Add vertical scale (Requires osgEarth >= 2.5)

Werner Macho <werner.macho@gmail.com>	2013-11-26

    updating Layers translation in indonesian language to layer (skip lapisan)

Merge: 32b05836d5 fdeaee83e6
Werner Macho <werner.macho@gmail.com>	2013-11-25

    Merge pull request #1009 from Jean-Roc/traduction_ui

    update fr ui

Juergen E. Fischer <jef@norbit.de>	2013-11-25

    change default refresh key to F5 (implements #9085)

Merge: 5228e69a16 f0d25b1035
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2013-11-25

    Merge pull request #7 from Ecologeek/translation_ui

    update french translation

Juergen E. Fischer <jef@norbit.de>	2013-11-25

    wmts: add a default style entry if the server doesn't provide any (fixes #8401)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-25

    Datum transform dialog: show tooltip with transform code and src/dest CRS description

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-25

    Change epsg datum transform 9607 to 9606 by switching the sign of the rotation parameters

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-25

    More sqlite3_finalize

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-25

    Fix finalize statement and close srs.db

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-25

    Don't crash when iterating cached features

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-25

    Implement write lines in dxf engine

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-25

    API documentation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-25

    Cleanup code structure, move code to central functions

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-25

    Close CachedFeatureWriterIterator when requested

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-25

    Ellipse marker support for color expressions (Fix #9114)

Sylvain Maillard <contact@ecologeek.org>	2013-11-25

    update french translation

Juergen E. Fischer <jef@norbit.de>	2013-11-24

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-11-24

    german translation update

Sylvain Maillard <contact@ecologeek.org>	2013-11-24

    update french translation

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-11-23

    Add $atlasfeatureid and $atlasgeometry

Merge: 94c66577d3 1a88acbb30
Nyall Dawson <nyall.dawson@gmail.com>	2013-11-23

    Merge pull request #999 from nyalldawson/composer_pos

    [composer] Change to pos() for item position

Merge: c5cb0bae8d 836fa7388d
Werner Macho <werner.macho@gmail.com>	2013-11-23

    Merge pull request #1004 from tomass/master

    Lithuanian translation update

Merge: a9d92cdcf4 34e1bd2377
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-23

    Merge branch 'dxf_export' of github.com:mhugent/Quantum-GIS into dxf_export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-23

    Convert painterpath to polygons for dxf

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-23

    Move QgsDxfExport into dxf subdirectory

Tomas <tomasstraupis@gmail.com>	2013-11-23

    Lithuanian translation update

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-11-22

    fetch new strings for french translation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-22

    Fixup:e9a37e9

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-22

    Fix translation error

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-22

    Don't crash when iterating empty cache

Richard Duivenvoorde <richard@duif.net>	2013-11-22

    gui tweak: adding margin around processing dialogs

Werner Macho <werner.macho@gmail.com>	2013-11-22

    translation update: lt, adding new translator

Merge: d8637156a7 abcfe7b904
Werner Macho <werner.macho@gmail.com>	2013-11-22

    Merge pull request #1002 from Jean-Roc/traduction_ui

    update french translation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-22

    Start implementation of QgsDxfPaintDevice / Engine to export svg markers to dxf

Merge: 80e625fc90 f893863084
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2013-11-22

    Merge pull request #6 from Ecologeek/translation_ui

    update french translation

Sylvain Maillard <contact@ecologeek.org>	2013-11-22

    update french translation

Sylvain Maillard <contact@ecologeek.org>	2013-11-22

    update french translation

Sylvain Maillard <contact@ecologeek.org>	2013-11-22

    update french translation

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-22

    #8725: Improvements in strings

ahuarte47 <ahuarte47@yahoo.es>	2013-11-22

    #8725: use default drawing config

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-21

    #8725: drawRect faster drawConvexPolygon

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-21

    apply the IAU2000 sql file to srs.db

Adam Licht <alicht@ser.asu.edu>	2013-10-31

    adding a file of inserts for IAU2000 ellipsoids and srs

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-21

    Add pt grid shift entries to srs.db (provided by Giovanni)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-21

    Implement diamond simple marker

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-21

    QgsRectangle API comment fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-21

    Implement simple marker rect / square

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-21

    Clean up dxf export sources

Juergen E. Fischer <jef@norbit.de>	2013-11-21

    merge INSTALL changes to doc/INSTALL.t2t, update INSTALL.html link and rerun txt2tags

Werner Macho <werner.macho@gmail.com>	2013-11-21

    [saveas] changes to default sqlite/spatialite values

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-19

    [saveas] Hide senseless options for sqlite

Werner Macho <werner.macho@gmail.com>	2013-11-19

    [saveas] UI changes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-16

    [saveas] Cleanup for Save As GUI

    Add options to aliased vectorfilewriter drivers

Werner Macho <werner.macho@gmail.com>	2013-10-24

    [saveas] updates to default values

    updates to ui and help

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-15

    [saveas] Template for the driver options

Nyall Dawson <nyall.dawson@gmail.com>	2013-11-19

    [composer] Change to pos() for item position, free up transform for future use

ahuarte47 <ahuarte47@yahoo.es>	2013-11-20

    #8725: Improvements in strings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-20

    Heavier use of feature caching for fully populated caches
    When a feature cache is set to "FullCache" mode, it will answer
    requests from this cache instead of querying the backend.

    Some more documentation for writing custom feature iterators
    based on QgsAbstractFeatureIterator

    Fix #9099

Merge: 039a4f5a33 298a0522de
Paolo Cavallini <cavallini@faunalia.it>	2013-11-20

    Merge pull request #998 from ghtmtt/master

    some small changes

ma7730 <ma7730@debian.matteo>	2013-11-20

    some small changes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-20

    Write blocks for point symbols

ahuarte47 <ahuarte47@yahoo.es>	2013-11-20

    #8725: Show warning label for big simplify factor

Merge: 944755af6a 8f7b4c1f0d
Nyall Dawson <nyall.dawson@gmail.com>	2013-11-19

    Merge pull request #981 from nyalldawson/composer_settings3

    Add composer settings to QGIS options

nyalldawson <nyall.dawson@gmail.com>	2013-10-31

    Add default grid and guide settings to composer options page

nyalldawson <nyall.dawson@gmail.com>	2013-10-21

    Add public method for displaying options dialog and switching to a specific page
    Add shortcut to composer options to composer menu

nyalldawson <nyall.dawson@gmail.com>	2013-10-21

    Move composer grid style settings to options dialog

nyalldawson <nyall.dawson@gmail.com>	2013-10-21

    [FEATURE] Add composer settings panel, with option to set default font for compositions

Merge: 80e625fc90 ee566a09db
Werner Macho <werner.macho@gmail.com>	2013-11-18

    Merge pull request #997 from yjacolin/englishTypoInUi

    English typo in ui

Yves Jacolin <yves.jacolin@camptocamp.com>	2013-11-18

    Typo in the en sentence

Yves Jacolin <yves.jacolin@camptocamp.com>	2013-11-18

    Typo in the en sentence

Paolo <cavallini@faunalia.it>	2013-11-18

    More typos in IT GUI translation

Paolo <cavallini@faunalia.it>	2013-11-18

    Several typos and improvements to IT GUI translation

pcav <cavallini@faunalia.it>	2013-11-18

    Increased number of decimaps for GDAL Contour

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-18

    Fix #9070

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-18

    Fix proj string manipulation for reverse datum transformations

Juergen E. Fischer <jef@norbit.de>	2013-11-18

    postgres: use st_estimatedextent with postgis >= 2.1 (fixes #9011)

Juergen E. Fischer <jef@norbit.de>	2013-11-17

    WMS: improve support for legend graphics

Juergen E. Fischer <jef@norbit.de>	2013-11-17

    fix warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-16

    Possibility to add / remove default transformations in options tab

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-16

    Also consider inverted direct datum transformations

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-16

    Consider datum transform in raster projector

Merge: dc078b8122 836e1a8636
ahuarte47 <ahuarte47@yahoo.es>	2013-11-15

    Merge remote-tracking branch 'upstream/master' into Issue_8725-OGR

Juergen E. Fischer <jef@norbit.de>	2013-11-15

    WMS:
    - don't let failing (optional) GetLegendGraphic request block every following
      request
    - don't refresh legend symbology everytime the extent changes
      (ie. don't GetLegendGraphic again and again)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-15

    [attrtable] Minimize feature requests on load (Fix #8851)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-15

    Fix crash when showing form with definition for deleted widget
    (Fix #9064)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    [globe] Cache for osgearth < 2.2

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    [globe] Use 4-digits for year in the date picker widget

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    [globe] Add SkyNode configuration options

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    Print error message, when syncDatumTransform sqlite query fails

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-14

    Apply Larrys fix for datum transform sync

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    [attrtable] Be less verbose by default in debug mode

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-14

    Use AC1009 only

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    [composer] Fix python bindings for composer attribute table

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    Fix warnings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    [globe] Enable caching

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    [globe] Base layer configuration option (TMS only)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-14

    [spatialite] Don't crash with NULL geometries (Fix #8739)

Merge: d02e47339b 7c359d2a78
Werner Macho <werner.macho@gmail.com>	2013-11-14

    Merge pull request #993 from Jean-Roc/master

    update french translation

Juergen E. Fischer <jef@norbit.de>	2013-11-14

    report found Qt version on build

Merge: c26fecf095 af73f30c27
ahuarte47 <ahuarte47@yahoo.es>	2013-11-14

    Merge remote-tracking branch 'upstream/master' into Issue_8725-OGR

ahuarte47 <ahuarte47@yahoo.es>	2013-11-14

    #9062 (FIX): Unmerge, already fixed in master

    http://hub.qgis.org/projects/quantum-gis/repository/revisions/af73f30c27b5ee4860842d79eb59ad3b584e0965

Juergen E. Fischer <jef@norbit.de>	2013-11-14

    ogr provider: actually only use relevant fields in feature iterator (fixes #9062)

Juergen E. Fischer <jef@norbit.de>	2013-11-12

    spatialite: update more infinite where clauses (followup 371f9ba17)

Merge: 2f35a7b404 d3cd331c44
ahuarte47 <ahuarte47@yahoo.es>	2013-11-14

    Merge remote-tracking branch 'origin/Issue_9062' into Issue_8725-OGR

ahuarte47 <ahuarte47@yahoo.es>	2013-11-14

    #9062 (FIX): Set relevant fields to related layer

    Fix the #9062 issue to avoid that OgrFeatureIterator always fetchs all
    feature attributes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-13

    First attempt to write AC1018

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-13

    #8725: Replace malloc by OGRMalloc

Merge: e890e14938 7dfa21c9ef
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2013-11-13

    Merge pull request #5 from MarieSilvestre/master

    fr: some updates on translation

MarieSilvestre <marie.silvestre@gmail.com>	2013-11-13

    fr: some updates on translation

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-11-13

    Return expression string from QgsExpression::expression(). Don't use ::dump()

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-13

    Move dxf dash writing into separated function

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-11-13

    add missing actionFeatureAction() to gui and sip

Werner Macho <werner.macho@gmail.com>	2013-11-13

    fix in name of translator

Werner Macho <werner.macho@gmail.com>	2013-11-12

    translation update: hindi new maintainer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-12

    In case PROJ_LIB is set, disable grid shifts if .gsb file are not there

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-12

    [globe] Re-Enable sync extent button and disable home button
    The home button was a duplicate of the globe in the center of the
    navigation arrows

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-12

    Fix bug in datum transform sync

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-12

    Add missing license headers

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-26

    [globe] Fix extent synchronisation

Juergen E. Fischer <jef@norbit.de>	2013-11-12

    [FEATURE] leave backup when saving projects

Merge: 3d0b28649e 761314197c
volaya <volayaf@gmail.com>	2013-11-12

    Merge pull request #986 from p0cisk/processing_crs

    [processing] Add crs selection panel to scripts

Larry Shaffer <larrys@dakotacarto.com>	2013-11-11

    [globe] Make OSG_PLUGINS_PATH CMake option functional on Mac

Salvatore Larosa <lrssvtml@gmail.com>	2013-11-11

    [georeferencer] change add raster icon to be consistent with the main app theme

Salvatore Larosa <lrssvtml@gmail.com>	2013-11-11

    [georeferencer] does not ask for output file when word file checkbox is checked
    - restore settings for word file checkbox

Victor Olaya <volayaf@gmail.com>	2013-11-11

    [processing] R improvements

    This commit:

    Deletes Example scripts

    Replaces Example scripts with more up to date versions

    Adds general categories for r scripts: Basic statistics, Vector processing, Raster processing and Point pattern analysis

    adds help files to all r scripts

    Adds a groups of r scripts entitled Home range analysis, that includes Kernel href, LSCV Kernel, Minimum convex polygon, single linkage cluster analysis and characteristic hull method, using adehabitatHR()

    Adds the following R scripts contributed by Yury Ryabov ( riabovvv(at)gmail.com ): Advanced raster histogram, Monte carlo spatial randomness, Relative distribution (distance covariate), Relative distribution (raster covariate),

Merge: f2ca9a194a 371f9ba17e
ahuarte47 <ahuarte47@yahoo.es>	2013-11-11

    Merge remote-tracking branch 'upstream/master' into Issue_8725-OGR

Juergen E. Fischer <jef@norbit.de>	2013-11-11

    don't use infinite in spatialite where clauses

Juergen E. Fischer <jef@norbit.de>	2013-11-11

    fix moc warning

Juergen E. Fischer <jef@norbit.de>	2013-11-11

    don't crash when transforming between the same CRSes and update map renderer sip bindings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-11

    Fix bug in linestyle export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-11

    Option to remember selected datum transformations

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-11

    [composer] Fix crash when removing item group

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-10

    [globe] Set a more appropriate home viewpoint

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-11

    Add NZGD49<->NZGD2000 to srs.db

Werner Macho <werner.macho@gmail.com>	2013-11-10

    translation update: ht_HR

Merge: b21adc1c9c 6aa4d95302
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-08

    [FEATURE] selection of datum transformation for otf-reprojection

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-08

    Bugfix datum transformation

Paolo <cavallini@faunalia.it>	2013-11-08

    Better formatting for D&D designer dialog

Paolo <cavallini@faunalia.it>	2013-11-08

    Fixes to IT GUI translation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-08

    Change tr() to transformation() and add python binding. Make datum_shift db update in a transaction

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-08

    Write linetypes for simple line with custom dash pattern

Merge: bff6fe5913 e66bd8039e
Werner Macho <werner.macho@gmail.com>	2013-11-08

    Merge pull request #990 from rduivenvoorde/cppdocfix

    Cppdocfix

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-08

    Use linetype 1 for polygons, check if iodevice is already open

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-08

    Set higher coord_op values for ntv2 to separate them from the entries coming from datum_transform.csv

Merge: 2cfe27b8f9 bff6fe5913
ahuarte47 <ahuarte47@yahoo.es>	2013-11-08

    Merge remote-tracking branch 'upstream/master' into Issue_8725-OGR

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-07

    Use defined datum transform also in server and fix datum transform related bugs

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-11-07

    Set currentfeature expression variable for Atlas printing. Fix #8766

Merge: e63e92e7e3 866cee4f22
Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-07

    Merge remote-tracking branch 'upstream/master' into Issue_8725-OGR

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-07

    Highlight: get transformation object from maprenderer and added some consts

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-07

    Set legend drawing order if creating a new project

Merge: b6f7525467 c7a23b4ce0
Werner Macho <werner.macho@gmail.com>	2013-11-06

    Merge pull request #988 from tomass/master

    Lithuanian translation update

Juergen E. Fischer <jef@norbit.de>	2013-11-07

    only show dpi mode label in connection dialog for wms (fixes #9021)

root <root@kompas.rygveda.lt>	2013-11-06

    Lithuanian translation update

Richard Duivenvoorde <richard@duif.net>	2013-11-06

    forgot one link

Richard Duivenvoorde <richard@duif.net>	2013-11-06

    fixing the api url's for the template

giohappy <giohappy@gmail.com>	2013-11-04

    fixed MMQGIS Extract by attributes

Victor Olaya <volayaf@gmail.com>	2013-11-06

    [processing] allow geometry types to be specified when defining inputs in scripts

Victor Olaya <volayaf@gmail.com>	2013-11-06

    simplified features method in vector tools

Piotr Pociask <opengis84@gmail.com>	2013-11-06

    [processing] Add crs selection panel to scripts

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-06

    Implement line width and symbol level support

Juergen E. Fischer <jef@norbit.de>	2013-11-06

    fix warning

Alexander Bruy <alexander.bruy@gmail.com>	2013-11-06

    restore retry variable, removed in 4f937ae667

Juergen E. Fischer <jef@norbit.de>	2013-11-05

    use title as default name for WMTS layers (implements #8984)

Juergen E. Fischer <jef@norbit.de>	2013-11-05

    oracle provider: optionally use extents from metadata table (implements #8850)

Merge: e18dcbf751 872e500679
mhugent <marco.hugentobler@sourcepole.ch>	2013-11-05

    Merge pull request #984 from BioEcoForests/master

    Use the layer type when adding a part to a featureless entry. Fix #8459

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-05

    Add dxf export gui and menu entry in qgisapp

Merge: eb6ca1e098 2bf0b2e901
mhugent <marco.hugentobler@sourcepole.ch>	2013-11-05

    Merge pull request #640 from mhugent/labeling_performance

    Labeling performance

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-05

    Feature #8725: Simplification is assigned by flag

    The drawing simplification can be configured using flags that indicates
    what simplification type can be executed (Point, BBOX and AA)

ahuarte47 <ahuarte47@yahoo.es>	2013-11-05

    Feature #8725: fix merge changes

Merge: 5441a1ebff eb6ca1e098
ahuarte47 <ahuarte47@yahoo.es>	2013-11-04

    Merge remote-tracking branch 'upstream/master' into Issue_8725-OGR

Alvaro Huarte <ahuarte47@yahoo.es>	2013-11-04

    Feature #8725: Disable simplification in composer

    Disable the simplification of geometries when the render request comes
    from a print composition to avoid rendering quality issues

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-04

    [globe] Add Anti-Aliasing option (Enabled by default)

Laurent Defert <laurent.defert@bioecoforests.com>	2013-11-04

    Use the layer type when adding a part to a featureless entry. Fix #8459

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-04

    Support multilines / polygons / multipolygons (as closed linestrings for now)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-11-04

    [cmake] Fix warnings.
    See http://www.cmake.org/Bug/view.php?id=14441

Radim Blazek <radim.blazek@gmail.com>	2013-11-04

    Load raster category names fix

ahuarte47 <ahuarte47@yahoo.es>	2013-11-04

    Feature #8725: 'AA' disabling uses layer cfg

    'AA' disabling for '1-pixel geometries' uses the layer simplification
    configuration

Juergen E. Fischer <jef@norbit.de>	2013-11-04

    add link to 2.0 api documentation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-03

    Try to find closest color in dxf palette

Salvatore Larosa <lrssvtml@gmail.com>	2013-11-03

    [Fixes #8926, #8987] add alpha channel for rubber band in extentSelector

Salvatore Larosa <lrssvtml@gmail.com>	2013-11-03

    [ftools] fixes #8988

Salvatore Larosa <lrssvtml@gmail.com>	2013-11-03

    [ftools] disable add to canvas checkbox ìf out file is not selected

nyalldawson <nyall.dawson@gmail.com>	2013-11-03

    Better default values for gradient fills

nyalldawson <nyall.dawson@gmail.com>	2013-11-03

    [FEATURE] allow starting/ending a gradient at a features centroid

Radim Blazek <radim.blazek@gmail.com>	2013-11-03

    Load raster category names by GDAL provider, fixes #8886

nyalldawson <nyall.dawson@gmail.com>	2013-11-03

    [composer] add some more navigation shortcuts - ctrl + scroll wheel = fine zoom, middle button click = recenter composition

Salvatore Larosa <lrssvtml@gmail.com>	2013-11-02

    [pyqgis-console] add save button to history dialog, minor fixes for c38b8cb

Salvatore Larosa <lrssvtml@gmail.com>	2013-11-02

    [Fixes #8982] adds python bindings for actionZoomNext method
    update to autocompletion file

Salvatore Larosa <lrssvtml@gmail.com>	2013-11-02

    [Fixes #8972] allows to drop PostGIS Raster layers into main app

Salvatore Larosa <lrssvtml@gmail.com>	2013-10-24

    [pyqgis-console] fixes some translation string

Salvatore Larosa <lrssvtml@gmail.com>	2013-10-24

    [pyqgis-console] allows to remove entries from command history dialog

Radim Blazek <radim.blazek@gmail.com>	2013-11-02

    GDALGetCategoryNames TODO note

Radim Blazek <radim.blazek@gmail.com>	2013-11-02

    [FEATURE] labels support in QgsPalettedRasterRenderer, fixes #8886

Radim Blazek <radim.blazek@gmail.com>	2013-11-02

    introduced qgssize in rasters instead of size_t to typedef it easily in SIP

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-11-01

    Add null grid transformation if necessary

Juergen E. Fischer <jef@norbit.de>	2013-10-31

    debian packaging: disable globe plugin while libopenscenegraph-dev is uninstallable(followup 78be54c8c; see debian #728318)

nyalldawson <nyall.dawson@gmail.com>	2013-11-01

    Consolidate all composer tools/add item actions to same toolbar, make this toolbar display on left of compositions by default

Merge: ad27dfe1c6 864df0fe37
Nyall Dawson <nyall.dawson@gmail.com>	2013-10-31

    Merge pull request #923 from nyalldawson/gradient_fill2

    [FEATURE] Add support for gradient fills for polygons

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-31

    Add export macro

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-31

    Ask datum transformation if vector layer is saved in another CRS

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-31

    [Expression] redirect duplicate QString expression() to QString dump()

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-31

    Remove debug code

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-31

    Add expression constructor to QgsFeatureRequest

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-31

    More debug messages

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-31

    Add debug informations

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-31

    Don't remove layer coordinate transform info if layer is no longer present (layer could be switched off but still present)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-31

    Dxf color palette

Larry Shaffer <larrys@dakotacarto.com>	2013-10-31

    Increase number of allowed open files on Mac

    - Increase from default 256 to 4096-to-8192 range, or OPEN_MAX for process
    - From code provided by Larry Biehl, Purdue University, USA, from 'MultiSpec' project

nyalldawson <nyall.dawson@gmail.com>	2013-10-31

    Remove redundant composer selection tolerance setting

nyalldawson <nyall.dawson@gmail.com>	2013-10-31

    Switch composer select/move icon to more appropriate icon

Juergen E. Fischer <jef@norbit.de>	2013-10-31

    optionally use base url for WMTS GetTile requests (implements #8595)

nyalldawson <nyall.dawson@gmail.com>	2013-10-31

    Add shortcuts for raise/lower/bring to front/back for composer, fix some other composer shortcuts

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-10-30

    Save precision correctly for composer map. Fix #8963

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-29

    Fix TABLE sections

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-29

    [processing] bump version to 2.0

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-29

    [processing] fix issue wil multiple selection

Merge: 9832ed9927 ab1766c179
mhugent <marco.hugentobler@sourcepole.ch>	2013-10-29

    Merge pull request #976 from nyalldawson/composer_zoom_marquee2

    Composer zoom improvements v2

Merge: ac0c5d1bd2 d47e128948
mhugent <marco.hugentobler@sourcepole.ch>	2013-10-29

    Merge pull request #978 from nyalldawson/composer_statusbar

    Status bar for composer

Nyall Dawson <nyall.dawson@gmail.com>	2013-10-24

    Add sip bindings for guide controls

Nyall Dawson <nyall.dawson@gmail.com>	2013-10-24

    [FEATURE] Add clear guides action to composer view menu

Nyall Dawson <nyall.dawson@gmail.com>	2013-10-24

    Fix composer snap lines disappearing when new lines added

Nyall Dawson <nyall.dawson@gmail.com>	2013-10-24

    [FEATURE] Move option to snap to guides to composer view menu, add indepenant toggles for showing guides and for enabling smart guides

nyalldawson <nyall.dawson@gmail.com>	2013-10-22

    [FEATURE] Move option to snap to grid to composer view menu, add independant option to show/hide grid

nyalldawson <nyall.dawson@gmail.com>	2013-10-17

    [FEATURE] Make sure composer grids are always drawn on top of composition

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-10-29

    rubberband: respect enum order, add new icon type in SIP

Leyan <ouyang.leyan@hotmail.com>	2013-10-22

    Replace manual square by creation of a ICON_FULL_BOX icon type for
    rubber band

Martin Dobias <wonder.sk@gmail.com>	2013-10-29

    Plugin layers: added support for legend symbology items

Juergen E. Fischer <jef@norbit.de>	2013-10-29

    translation string fix and german translation update

Merge: e6d1093386 d90801a7d2
Werner Macho <werner.macho@gmail.com>	2013-10-28

    Merge pull request #979 from Jean-Roc/master

    update french translation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-28

    [globe] Fix clipping problems when close to the ground

Martin Dobias <wonder.sk@gmail.com>	2013-10-28

    Message bar: do not add menu with "close all" if there is just one message

Merge: 1d87841f8a e96dee6027
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2013-10-28

    Merge pull request #4 from Ecologeek/master

    update french translation

Werner Macho <werner.macho@gmail.com>	2013-10-28

    translation update: finished finish by Kari

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-28

    Added swiss ntv2 transformations

Werner Macho <werner.macho@gmail.com>	2013-10-28

    translation update: fi by Kari

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-10-28

    Followup d4027bb fix multiple results

Sylvain Maillard <sylvain.maillard@gmail.com>	2013-10-28

    update french translation

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-10-28

    move LayerSelection identification to gui

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-10-28

    add LayerSelection idetinfy mode in SIP

Merge: 5aac8bbfe0 990a25a3a3
Denis Rouzaud <denis.rouzaud@gmail.com>	2013-10-28

    Merge pull request #974 from leyan/topology_bug

    correct bug in topology rubberband when OTF is enabled

nyalldawson <nyall.dawson@gmail.com>	2013-10-28

    Ensure map is centered when updating map extent (fix #6988)

Merge: 7508fcc1ed 2689f99703
Denis Rouzaud <denis.rouzaud@gmail.com>	2013-10-27

    Merge pull request #975 from leyan/topology_bug_2

    Correct topology rubber band bug for first and last vertexes

ahuarte47 <ahuarte47@yahoo.es>	2013-10-28

    Feature #8725: Disable simplify in editmode

    Disable the drawing simplification when the editmode is enabled, the
    geometries are cached for snapping

Sylvain Maillard <sylvain.maillard@gmail.com>	2013-10-28

    update french translation

ahuarte47 <ahuarte47@yahoo.es>	2013-10-28

    Feature #8725: Replace '*foo=bar' by 'memcpy'

ahuarte47 <ahuarte47@yahoo.es>	2013-10-27

    Feature #8725: drawConvexPolygon() can be faster

    On some platforms (e.g. X11), the drawConvexPolygon() function can be
    faster than the drawPolygon() function.

    https://qt-project.org/doc/qt-4.8/qpainter.html#drawConvexPolygon

ahuarte47 <ahuarte47@yahoo.es>	2013-10-26

    Feature #8725: Increment 2x the factor in slider

ahuarte47 <ahuarte47@yahoo.es>	2013-10-26

    Feature  #8725: Show configuration option

    Shows a new rendering tab in the layer options form for configure the
    drawing simplification.

nyalldawson <nyall.dawson@gmail.com>	2013-10-26

    [FEATURE] Ctrl+space temporarily switches composer to marquee zoom mode, Ctrl+Shift+Space temporarily switches to zoom out mode

Leyan <ouyang.leyan@hotmail.com>	2013-10-26

    Correct topology rubber band bug for first and last vertexes

Leyan <ouyang.leyan@hotmail.com>	2013-10-26

    correct bug in topology rubberband when OTF is enabled

nyalldawson <nyall.dawson@gmail.com>	2013-10-25

    [FEATURE] Add composer zoom tool for marquee based zoom into a specific composer region

nyalldawson <nyall.dawson@gmail.com>	2013-10-27

    [FEATURE] Add status bar to composer window which shows current cursor position, details about selection resize/move

nyalldawson <nyall.dawson@gmail.com>	2013-10-27

    Remove button bar from composer

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-10-26

    Add switch for handling pasting WKT from clipboard

Juergen E. Fischer <jef@norbit.de>	2013-10-26

    fix build error

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-10-25

    Read WKT from system clipboard and create geometry on paste

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-10-24

    dbmanager: be sure to close db cursors (fix #7679)

Marco Bernasocchi <marco@opengis.ch>	2013-09-28

    Force compilers to generate vtable for QgsRendererV2Metadata
    Fix #8646
    Fix #5170
    Explanation see: http://trac.osgeo.org/geos/ticket/535#comment:11

Juergen E. Fischer <jef@norbit.de>	2013-10-24

    fix crash in legend

Juergen E. Fischer <jef@norbit.de>	2013-10-24

    indentation update and a few fixed typos

Merge: fc74f6674c f6a6a0c017
Jürgen Fischer <jef@norbit.de>	2013-10-24

    Merge pull request #966 from luipir/SITA3-WmsGetLegendGraphicManagement

    WMS getLegendGraphic management in QgsLegend and QgsComposer - Developed with funding from Regione Toscana-SITA

ahuarte47 <ahuarte47@yahoo.es>	2013-10-24

    Feature #8725: Remove unnecesary setPen()

ahuarte47 <ahuarte47@yahoo.es>	2013-10-24

    Feature #8725: Minor improvement

ahuarte47 <ahuarte47@yahoo.es>	2013-10-24

    Feature #8725: Fix dpi bug

Paolo <cavallini@faunalia.it>	2013-10-23

    Comment on the IT GUI translation

Juergen E. Fischer <jef@norbit.de>	2013-10-23

    [FEATURE] add option to make layer with identified features active

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-23

    Fix crash if saving raster with low resolution

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-23

    Add layer name to datum transform dialog title

Alvaro Huarte <ahuarte47@yahoo.es>	2013-10-23

    Feature #8725: check QgsFeatureRequest::NoGeometry

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-23

    Show datum transform parameters in datum transform selection dialog

Alvaro Huarte <ahuarte47@yahoo.es>	2013-10-23

    Feature #8725: simplification configurable

    The simplification is configurable by layer, also this commit contains
    reording of code.

    I have pending show in the properties form of layer a check for
    enable/disable the simplification

Juergen E. Fischer <jef@norbit.de>	2013-10-22

    [FEATURE]
    - make wms dpi mode configurable (fixes #8929)
    - enum for tile request attributes
    - allow setting of User-Agent (fixes #7361)
    - show error messages on WMS GetCapabilities

Juergen E. Fischer <jef@norbit.de>	2013-10-22

    spatialite provider: fix requests with attribute subsets

Alvaro Huarte <ahuarte47@yahoo.es>	2013-10-22

    Feature #8725: Fast rendering of geometries

    Fix compile errors: include "std::limits"

Juergen E. Fischer <jef@norbit.de>	2013-10-21

    osgeo4w: fix packaging scripts for 32bit systems

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-03

    [processing] use list widget in Multiple selection dialog

Werner Macho <werner.macho@gmail.com>	2013-10-21

    translation update: no by james

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-21

    Fix loading of datum transformation from project

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-21

    Add Dialog to select datum transformation

nyalldawson <nyall.dawson@gmail.com>	2013-10-21

    Fix precision problems with composer marquee select by using a QRectF instead of a QRect for marquee bounds

Merge: 0f82df1ef2 91c8a3cd22
mhugent <marco.hugentobler@sourcepole.ch>	2013-10-20

    Merge pull request #901 from sbrunner/legend-rule

    [qgis server] Add RULE parameter support in GetLegendGraphic

ahuarte47 <ahuarte47@yahoo.es>	2013-10-21

    Feature #8725: FastRendering of geometries

    Implements fast rendering of LineStrings and Polygons pre-applying a
    view threshold filter to the geometries to render in qgis. Also disable
    'Antialiasing' when it is possible.

    View Table of test results in 'http://hub.qgis.org/issues/8725'

Juergen E. Fischer <jef@norbit.de>	2013-10-20

    ILIKE function help fix and german translation update

Juergen E. Fischer <jef@norbit.de>	2013-10-20

    osgeo4w: fix creatensis.pl

Merge: 2b99414c9e 6aecb098a0
Werner Macho <werner.macho@gmail.com>	2013-10-20

    Merge pull request #968 from Jean-Roc/traduction_ui

    update fr ui

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-10-20

    update french translation

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-10-20

    fetch new strings for french translation

Victor Olaya <volayaf@gmail.com>	2013-10-20

    [processing] fixed typo in nviz

Victor Olaya <volayaf@gmail.com>	2013-10-20

    [processing] fixed wrong indentation

Victor Olaya <volayaf@gmail.com>	2013-10-13

    [processing] corrected string

Merge: 16ac256311 64068356b6
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #945 from gioman/grassrasterexport

    [processing] fixes GRASS raster export in order to cope with r.horizon and r.composite

Merge: f0c9efbf01 84b682d46e
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #949 from gioman/sagarasterimportexport

    [processing] fixes SAGA import and export rasters

Merge: 26702abe0d 4c80a076a5
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #954 from gioman/grassnvizcolor

    [processing] add COLOR parameter to nviz to allow draping rasters over the digital elevation model

Merge: 54c576f711 0bb3b2385a
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #953 from gioman/grasssagacomposite

    [processing] fixes SAGA RGBComposite and GRASS r.composite

Merge: b7cdf5fd81 c645342c06
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #950 from gioman/sagaresampling

    [processing] suggests to use different parameters with resampling in SAGA and to use the highest resolution when using SAGA raster calculator

Merge: f724efd76c c5d6f70b1c
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #948 from gioman/r_kappa

    [processing] no need to escape parameters in r.kappa as processing does it by default

Merge: a9fea57cd9 1038cd42fb
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #947 from gioman/escapegrassparameters

    [processing] GRASS parameters values needs always to be escaped

Merge: eb2200ec30 b9f7c74a0f
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #946 from gioman/r_horizon

    [processing] fixes GRASS r.horizon and adds r.horizon.height

Merge: fbfafb9e2c 4db8bba253
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #952 from gioman/sagaresamplingdescription

    [processing] better parameters descriptions for SAGA resampling tool

Merge: 5386b28aa7 fd8cb1fcba
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #955 from gioman/v_select

    [processing] adds v.select

Merge: 99ecb03a85 78bc437da4
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #957 from gioman/sagapointstatsforpoly

    [processing] Fix SAGA points stats for polygons

Merge: 8a11a82c6d fecccda364
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #960 from gioman/sagakriging

    [processing] fixes Ordinary Kriging for both SAGA 2.10 and 2.0.8

Merge: ac88d9f38b 10312cc5ab
volaya <volayaf@gmail.com>	2013-10-20

    Merge pull request #961 from gioman/grassvectorexport

    [processing] fixes ticket #8814

Merge: a7bf496d28 d09eb56b74
Werner Macho <werner.macho@gmail.com>	2013-10-20

    Merge pull request #967 from tomass/master

    Lithuanian translation update

Tomas <tomasstraupis@gmail.com>	2013-10-20

    Lithuanian translation update

Juergen E. Fischer <jef@norbit.de>	2013-10-20

    osgeo4w: merge 32 and 64 bit packaging scripts

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-20

    [spatialite] Field length and precision cannot be specified
    Partial fix for #8481

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-20

    [spatialite] Fix LongLong type for SpatiaLite 4

Juergen E. Fischer <jef@norbit.de>	2013-10-19

    make QgsMapToolTouch::gestureEvent() public

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-19

    fix scalecombobox test

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-19

    use localized representation of scales in scale combobox, improved patch
    from Alvaro Huarte (fix #8733)

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-15

    Add missing test.

    Witout this the scaleFactor in MM becomes 0.
    Than we enter in a loop. For example on a GetLegendGraphic with a
    line style as Steps

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-15

    Fix GetLegendGraphic with scale on non scale limited rule

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-15

    Fix GetLegendGraphic with scale on Categorized or Graduated symbol

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-15

    Don't needed anymore

    Without this the marker symbol is centered on the symbol place.

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-15

    Get the right rule in Categorized and Graduated

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-15

    Fix method signature for non rule based symbol

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-19

    add message about processing completion (fix #8916)

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-15

    Fix symbole size

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-14

    Add RULE parameter support in GetLegendGraphic

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-18

    [processing] add warning before clearing log

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-18

    Catch datum transform request signal in QgsMapCanvas

pcav <cavallini@faunalia.it>	2013-10-18

    IT GUI translation

Merge: 7612e12702 ba524fc268
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-18

    Store relation between layer and coordinate transform in maprenderer class

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-17

    Store relation between layer and coordinate transform in maprenderer class

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-12

    [FEATURE] add Nautical miles to measure units (fix #4017). Initial patch
    by Jorge Tornero with improvements

Luigi Pirelli <luipir@gmail.com>	2013-09-30

    Added managing of WMS legends (getLegendGraphic) in the addLegend of QgsComposer.
    Added parameters to interactively modify wms legends scale.
    Add WMS getLegendGraphic draw in composer and add it's size parameters in composer window.

    Developed with funding from Regione Toscana-SITA

Luigi Pirelli <luipir@gmail.com>	2013-09-30

    Added a resolution parameter in option->Canvas&Legend to instruct WMS getLegendGraphic
    to get WMS legend with a good resolution for printing.
    Set value to 0 to get default pixmap resolution.

    Drawback in case of big resolution of the legend, it becames too big to be
    correctly shown as PopUp in the QgsLegend interface.

    Developed with funding from Regione Toscana-SITA

Luigi Pirelli <luipir@gmail.com>	2013-09-26

    added wms getLegendGraphic management in case of rasterLayerSymbology - Developed with funding from Regione Toscana-SITA
    This commit add the getLegendGraphic pixmap as legend in the QgsLegend.
    Due to architectural QgsLegend limitation pixmap is shown of the same dimension of every single legend element (too little)

    managing of getLegendGraphic popup and refresh - Developed with funding from Regione Toscana-SITA
    Due the fact that WMS pixmap is too little, has been added a popup to show WMS legend in the original size
    Has been added feature to refresh getLegendGraphics to every scale change due to extend modification. In this way
    getLagendGraphic can be updated basing on scale and in the future also basing on viewport.

    Modified QPixmap to QImage to be device independent

    set absolute position due to popup is not referred to legendInterface (avoid hiding of the legend)

Luigi Pirelli <luipir@gmail.com>	2013-09-16

    added getLegendGrafic feature to WmsDataProvider - Developed with funding from Regione Toscana-SITA

    better scale management to avoid call getLegendGraphics everytime + some defaults + added code example to manage LegendURL when it will be correctly parsed - Developed with funding from Regione Toscana-SITA

Alvaro Huarte <ahuarte47@yahoo.es>	2013-10-18

    Feature #8725: Fast rendering of geom (v-OGR)

    Implements fast rendering of LineStrings and Polygons pre-applying a
    view threshold filter to the geometries to render in qgis. Also disable
    'Antialiasing' when it is possible.

    View Table of test results in 'http://hub.qgis.org/issues/8725'

    (This version of branch implements the improvement in vector-providers)

Juergen E. Fischer <jef@norbit.de>	2013-10-18

    postgres provider: support materialized view (implements #8791)

nyalldawson <nyall.dawson@gmail.com>	2013-10-14

    [FEATURE] Marquee select for composer items

nyalldawson <nyall.dawson@gmail.com>	2013-10-13

    [FEATURE] Zoom compositions with mouse wheel

nyalldawson <nyall.dawson@gmail.com>	2013-10-13

     [FEATURE] Add keyboard shortcuts for composer zoom in/out/full, group… …

Merge: 591d9dfb58 9290d7a8b1
mhugent <marco.hugentobler@sourcepole.ch>	2013-10-17

    Merge pull request #930 from nyalldawson/pan_composer3

    Panning controls and shortcuts for composer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-17

    Fix warning

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-17

    use static locals instead of global pointers for some singletons
    (proably more valgrind happyness; followup 572bda85)

Merge: 087b52b734 d7db4a53cb
mhugent <marco.hugentobler@sourcepole.ch>	2013-10-17

    Merge pull request #916 from nyalldawson/composer_grid2

    Composer grid fixes

Merge: d7c29ae32b 8eb6c91cc9
Jürgen Fischer <jef@norbit.de>	2013-10-17

    Merge pull request #965 from luipir/SITA2-WmsTileRetry

    Added disclaimer to WMS TileRetry feature - Development funded from Regione Toscana - SITA
    (followup a563f2a and 3e27811)

Luigi Pirelli <luipir@gmail.com>	2013-10-17

    added disclaimer - Development funded from Regione Toscana - SITA

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-17

    Update timeout of network request, if data is transferred
    Up to now, any network connection was killed after a max amount of
    /qgis/networkAndProxy/networkTimeout milliseconds. This led to problems
    for large or otherwise slow downloads.
    This patch circumvents timeouts for as long as data is being
    transferred.

Larry Shaffer <larrys@dakotacarto.com>	2013-10-17

    Fix for #8847, blank entries (menu separators) in Customization dialog tree

    - Do not add separator actions to menu action tree; separators could not be toggled on/off with customization anyways

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-17

    Store relation between layer and coordinate transform in maprenderer class

gioman <giovanni.manghi@faunalia.pt>	2013-10-17

    fixes ticket #8814:

gioman <giovanni.manghi@faunalia.pt>	2013-10-17

    Fixes Ordinary Kriging for both SAGA 2.10 and 2.0.8

Radim Blazek <radim.blazek@gmail.com>	2013-10-17

    Propagate WMS identify GML schema error and show it in results, fixes part of #8724

nyalldawson <nyall.dawson@gmail.com>	2013-10-17

    Fix loading composer item frame thickness (fix #8866)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-17

    API documentation for QgisInterface

Borys Jurgiel <info@borysjurgiel.pl>	2013-10-17

    [Plugin installer] fix #8876

nyalldawson <nyall.dawson@gmail.com>	2013-10-17

    Don't draw mouse handles in composition outputs (fix #8879)

Radim Blazek <radim.blazek@gmail.com>	2013-10-17

    fix set image no data, fixes #8773

gioman <giovanni.manghi@faunalia.pt>	2013-10-17

    SAGA Points Statistics for Polygons can work just in SAGA 2.10

gioman <giovanni.manghi@faunalia.pt>	2013-10-17

    SAGA Points Statistics for Polygons can work just in SAGA 2.10

Larry Shaffer <larrys@dakotacarto.com>	2013-10-16

    Fix for #8874, right-clicking on message in message bar shows black background for context menu

Larry Shaffer <larrys@dakotacarto.com>	2013-10-16

    Fix for #8860, (followup 65200e3)

    - Hide background of tool button's menu button on Ubuntu

Larry Shaffer <larrys@dakotacarto.com>	2013-10-16

    Fix for #8860, overlap of Close drop-down menu button on message bar

    - Make tool button menu pop indicator a separate single-click button

Larry Shaffer <larrys@dakotacarto.com>	2013-10-16

    [tests] Fix OSM unit test on Mac

Radim Blazek <radim.blazek@gmail.com>	2013-10-16

    Default OTF modes made radio buttons

Radim Blazek <radim.blazek@gmail.com>	2013-10-16

    Calculate better context (extent,size) if not given in WMS, WCS identify. Fixes #8724

Martin Dobias <wonder.sk@gmail.com>	2013-10-17

    [osm] Fix missing nodes with 64-bit ID (#8865)

pcav <cavallini@faunalia.it>	2013-10-16

    Fixes to IT translation

pcav <cavallini@faunalia.it>	2013-10-16

    Fixes to IT translation

gioman <giovanni.manghi@faunalia.pt>	2013-10-16

    the logic for SAGA raster import was not right

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-16

    Add source/dest datum transform as member to coordinate transform and change cache options accordingly

gioman <giovanni.manghi@faunalia.pt>	2013-10-16

    adds v.select

gioman <giovanni.manghi@faunalia.pt>	2013-10-16

    add COLOR parameter to nviz to allow draping rasters over the digital elevation model

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-16

    Editor widget configuration: Only show one config dialog at a time

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-16

    sip: expose QgsEditorWidgetWrapper.initWidget to python

gioman <giovanni.manghi@faunalia.pt>	2013-10-15

    fixes SAGA RGBComposite and GRASS r.composite

Merge: bad4b7798f 67ac0939fe
Werner Macho <werner.macho@gmail.com>	2013-10-15

    Merge pull request #951 from tomass/master

    Lithuanian translation update

gioman <giovanni.manghi@faunalia.pt>	2013-10-15

    better parameters descriptions for SAGA resampling tool

Tomas <tomasstraupis@gmail.com>	2013-10-15

    Lithuanian translation update

gioman <giovanni.manghi@faunalia.pt>	2013-10-15

    suggests to use different parameters with resampling in SAGA and to use the highest resolution when using SAGA raster calculator

gioman <giovanni.manghi@faunalia.pt>	2013-10-15

    fixes SAGA import and export rasters

gioman <giovanni.manghi@faunalia.pt>	2013-10-15

    no need to escape parameters in r.kappa as processing does it by default

gioman <giovanni.manghi@faunalia.pt>	2013-10-15

    GRASS parameters values needs always to be escaped

gioman <giovanni.manghi@faunalia.pt>	2013-10-15

    fixes GRASS r.horizon and adds r.horizon.height

gioman <giovanni.manghi@faunalia.pt>	2013-10-15

    fixes GRASS raster export in order to cope with r.horizon and r.composite outputs

Werner Macho <werner.macho@gmail.com>	2013-10-15

    adding indian flag for mr

Merge: 125decfc21 23af7f7e16
Juergen E. Fischer <jef@norbit.de>	2013-10-15

    Merge https://github.com/luipir/Quantum-GIS

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-15

    [processing] update ui for number input dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-15

    Initialise coordinate transform with datum transform ids

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-15

    Add method to lookup datum transformations in srs.db

Merge: e04b426f00 4f4ac8120f
Werner Macho <werner.macho@gmail.com>	2013-10-14

    Merge pull request #934 from Jean-Roc/traduction_ui

    update fr ui

Merge: e04b426f00 fc9c43bb27
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2013-10-14

    Merge pull request #3 from Ecologeek/traduction_ui

    update french translation

Sylvain Maillard <sylvain.maillard@gmail.com>	2013-10-14

    update french translation

Juergen E. Fischer <jef@norbit.de>	2013-10-13

    spatialite: run InitSpatialMetadata(1) on SL >= 4.1 (fixes #8340)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal interpolation (data metrics) algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal interpolation (nearest) algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal interpolation (average) algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal interpolation (invdist) algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal color-relief algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal roughness algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal TPI algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal TRI algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal aspect algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal slope algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] add gdal hillshade algorithm (addresses #7201)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] use default icon for fillnodata

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-13

    [processing] remove unused GDAL icons

nyalldawson <nyall.dawson@gmail.com>	2013-10-13

    Remove outdated TODO

nyalldawson <nyall.dawson@gmail.com>	2013-10-13

    Fix graphical corruption during item resize

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-13

    [spatialite] Improve field-type handling when changing attributes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-13

    [spatialite] Add proper support for NULL values

Juergen E. Fischer <jef@norbit.de>	2013-10-12

    use static locals instead of global pointers for some ^Cngletons (proably more valgrind happyness; followup 572bda85)

Juergen E. Fischer <jef@norbit.de>	2013-10-12

    spit: use qt templates

Juergen E. Fischer <jef@norbit.de>	2013-10-12

    python's expanduser doesn't necessarily returns utf-8 (followup 4cb37b1a)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-12

    [spatialite] Several fixes for provider (Fix #8636)
    And fixes the NoGeometry behavior

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-12

    Create hash method for QgsPoint (Fix #8775)

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-09

    [processing] homogenize widgets used for ParameterNumber (fix 8807)

Victor Olaya <volayaf@gmail.com>	2013-10-12

    [processing] fixed breaklines in script help

Merge: f4e0c83c6e a15cbebe06
Werner Macho <werner.macho@gmail.com>	2013-10-12

    Merge pull request #931 from tomass/master

    Lithuanian translatio update

Tomas <tomasstraupis@gmail.com>	2013-10-12

    Lithuanian translatio update

Merge: 572bda85ab 860a2382b2
Werner Macho <werner.macho@gmail.com>	2013-10-11

    Merge pull request #926 from ahuarte47/Issue_8769

    Fix #8769 - Missing flags for 3 locales

Juergen E. Fischer <jef@norbit.de>	2013-10-11

    use static local instead of pointer/global to make windows and possibly valgrind happy (followup 9e6e62d9c)

Juergen E. Fischer <jef@norbit.de>	2013-10-11

    fix instant crash on windows again (followup dc3b56a1 and 9d8d3178)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-11

    [relations] Save relation name from add dialog.
    And some smaller leftover cleanup

Werner Macho <werner.macho@gmail.com>	2013-10-11

    translation update: fi by Kari

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-11

    Ignore geometry-less features when calculating layer extent (Fix #8805)

Juergen E. Fischer <jef@norbit.de>	2013-10-10

    support for python plugin directory with accents in username (fixes #2512 again)

Juergen E. Fischer <jef@norbit.de>	2013-10-10

    remove unused QgsMapLayer::mTransparencyLevel

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-10

    Fix warnings

Victor Olaya <volayaf@gmail.com>	2013-10-10

    [processing] fixed wrong signal connection

nyalldawson <nyall.dawson@gmail.com>	2013-10-10

    [FEATURE] Allow panning of composer by holding space key

nyalldawson <nyall.dawson@gmail.com>	2013-10-10

    [FEATURE] Allow panning compositions by dragging with middle mouse button

nyalldawson <nyall.dawson@gmail.com>	2013-10-10

    [FEATURE] Add composer pan action

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-10

    [spatialite] Fix crash with a subset of attributes request for joined field

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-10

    Add join field to provider request also when requesting a subset of attributes
    Fixes #8757

nyalldawson <nyall.dawson@gmail.com>	2013-10-10

    Add method for preventing composer items from changing mouse cursor and workaround for qt bug 3732

ahuarte47 <ahuarte47@yahoo.es>	2013-10-08

    Fix #8776

    Set the canvas color in 'qgsprojectproperties::apply()' before refresh

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-10

    Add option to insert a NULL value in a value map when loaded from layer

Merge: 6242025318 1261d04484
Werner Macho <werner.macho@gmail.com>	2013-10-09

    Merge pull request #929 from tomass/master

    Lithuanian translation update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-10-10

    Add uuid function for expression engine

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-10-10

    Use const pointer for QgsExpression:replaceExpressionText()

Tomas <tomasstraupis@gmail.com>	2013-10-09

    Lithuanian translation update

Juergen E. Fischer <jef@norbit.de>	2013-10-09

    fix build with Qt <4.7 (eg. Debian Lucid)

Juergen E. Fischer <jef@norbit.de>	2013-10-03

    creatensis: build installed.db for osgeo4w-setup

Juergen E. Fischer <jef@norbit.de>	2013-10-08

    fix link errors on windows

Martin Dobias <wonder.sk@gmail.com>	2013-10-08

    Allow listing all available plugin layers

ahuarte47 <ahuarte47@yahoo.es>	2013-10-08

    Fix #8769 - Missing flags for 3 locales

    Fixed the images related to servian translations, ignore the 'en'
    translation (overrided for 'en_US') in the load of the QsgOptions
    dialog.

Victor Olaya <volayaf@gmail.com>	2013-10-07

    [processing] added extract algorithm as alternative to selection algorithms that can be used in the modeler

Victor Olaya <volayaf@gmail.com>	2013-10-07

    [processing] minor bug fixes

Victor Olaya <volayaf@gmail.com>	2013-10-07

    [processing] removed unused algorithm icons

Sandro Santilli <strk@keybit.net>	2013-10-07

    Replace AlArabiya font family with Sans, more likely to be found

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-07

    Fix more headers

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-07

    Fix header

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-07

    Add relation unit test

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-04

    Add relations capabilites and widgets

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-04

    Move addFeature, startEditing and stopEditing vector layer actions
    to an abstract base class QgsVectorLayerTools in the gui library,
    so these can be reimplemented for a custom app, but can also be used
    from plugins or in the gui library.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-04

    [attrtable] Selection model and request filter
    * With a selection model, the way the attribute table handles selections
      can be customized. E.g. synchronized to layer selection or used to pick
      features.
    * With request filters, the visible features on an attribute table can be
      limited. This will effectively reduce the subset of features the attribute
      table works on. Additional filters by means of a proxy model can of course
      further reduce the visible subset subsequently.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-02

    QgsFeatureRequest::NoGeometry is optional for non-geometry-layers

nyalldawson <nyall.dawson@gmail.com>	2013-09-08

    [FEATURE] Add support for gradient fills for polygons

Juergen E. Fischer <jef@norbit.de>	2013-10-07

    osgeo4w: move o4w_env.bat call to top (starts with clean path now)

Juergen E. Fischer <jef@norbit.de>	2013-10-07

    fix warnings

Werner Macho <werner.macho@gmail.com>	2013-10-06

    translation update: lt by tomass

Victor Olaya <volayaf@gmail.com>	2013-10-06

    [processing] fixed #8770 (error in batch processign interface)

Victor Olaya <volayaf@gmail.com>	2013-10-06

    [processing] fixed commandline names in gdal algorithms

Victor Olaya <volayaf@gmail.com>	2013-09-27

    [processing] some refactoring. Removed old-style signals connection

Victor Olaya <volayaf@gmail.com>	2013-09-27

    made algorithms that require open layers (not just file paths) not to appear in modeler ant batch processign interface

Merge: 4072e39227 442b236ac9
volaya <volayaf@gmail.com>	2013-10-06

    Merge pull request #921 from gioman/master

    add the -r parameter to r.external (used now to create grass inputs for ...

Giovanni Manghi <giovanni@sibirica.(none)>	2013-10-06

    Export 3d vectors as such

Giovanni Manghi <giovanni@sibirica.(none)>	2013-10-06

    New take on v.surf.bspline in processing toolbox, Fixes #5943

Giovanni Manghi <giovanni@sibirica.(none)>	2013-10-05

    add the -r parameter to r.external (used now to create grass inputs for processing, replacing r.in.gdal) and so fixes grass modules like r.reclass.area and probably many others

Merge: 6d5cf6fd98 934e4855ec
Chris Crook <ccrook@linz.govt.nz>	2013-10-04

    Merge pull request #917 from matthias-kuhn/csv_test_fix

    Fix CSV test to support python NULL value

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-04

    More cont'ness for QgsDistanceArea

nyalldawson <nyall.dawson@gmail.com>	2013-10-04

    [FEATURE] Holding ctrl while dragging a composer selection temporarily turns off snapping

Hugo Mercier <hugo.mercier@oslandia.com>	2013-09-09

    Emit a signal when layer symbology changes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-04

    Remove outdated SIP version requirements from INSTALL

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-04

    Fix renderer items in legend (#8651)

nyalldawson <nyall.dawson@gmail.com>	2013-10-04

    Fix selection handles showing incorrectly on new compositions

Juergen E. Fischer <jef@norbit.de>	2013-10-03

    postgres provider: fix limit on geometry type detection with estimated meta data enabled

Juergen E. Fischer <jef@norbit.de>	2013-10-03

    fix typo

Juergen E. Fischer <jef@norbit.de>	2013-10-03

    osgeo4w: move system directories to end of PATH (fixes #8629)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-10-03

    Read available datum transformations from gdal file

nyalldawson <nyall.dawson@gmail.com>	2013-10-03

    [FEATURE] Pressing shift while moving composer items constrains movement to horizontal/vertical axis

nyalldawson <nyall.dawson@gmail.com>	2013-10-03

    [FEATURE] Shift-resizing composer items maintains their aspect ratio, ctrl-resizing resizes from item center

Salvatore Larosa <lrssvtml@gmail.com>	2013-10-03

    [pyqgis-console] added API file for 2.0 version

Salvatore Larosa <lrssvtml@gmail.com>	2013-10-03

    [pyqgis-console] autocompletion file update

Salvatore Larosa <lrssvtml@gmail.com>	2013-10-03

    [pyqgis-console] Sets minimum height for input area based of font metric

nyalldawson <nyall.dawson@gmail.com>	2013-10-03

    Fix position lock not preventing moving or resizing composer items

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-03

    [processing] add QtDesigner .ui file for Number input dialog

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-02

    [processing] use QtDesigner .ui for Autofill dialog

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-02

    [processing] use QtDesigner .ui for Multiple selection dialog

Radim Blazek <radim.blazek@gmail.com>	2013-10-02

    Requirements SIP >= 4.12, PyQt >= 4.8.3
     SIP >= 4.12 for keyword_arguments Module argument
     PyQt >= 4.8.3 for QSettings with type argument

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-02

    [processing] use QtDesigner ui file for Edit rendering styles dialog

Alexander Bruy <alexander.bruy@gmail.com>	2013-10-01

    [processing] code formatting, make sources more pep8 compliant

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-10-02

    Fix CSV test to support python NULL value

Werner Macho <werner.macho@gmail.com>	2013-10-02

    added hindi language to GUI on request

Nyall Dawson <nyall.dawson@gmail.com>	2013-09-17

    [FEATURE] Allow multi item drag and resize in composer (fix #7918)
    [FEATURE] Always draw selection handles on top of composition, add dashed border for selected items (fix #7793)
    Move responsibility for drawing selection mouse handles and mouse interaction with selection to new class

Merge: dd914b81e2 96bd7e7f2e
pcav <cavallini@faunalia.it>	2013-10-01

    Merge branch 'master' of github.com:qgis/QGIS

pcav <cavallini@faunalia.it>	2013-10-01

    Improvements to IT GUI translation

Radim Blazek <radim.blazek@gmail.com>	2013-10-01

    give correct layer to QgsHighlight in QgsIdentifyResultsDialog, fixes #8724

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-30

    [processing] add gdal2xyz tool (fix #8723)

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-30

    [processing] handle non-ASCII characters in layer name when exporting (fix #8673)

Merge: 814ae4c781 7004a05934
volaya <volayaf@gmail.com>	2013-09-30

    Merge pull request #915 from gioman/master

    Makes SAGA supervised classification work also with SAGA 2.0.8, fixes #8715. Add schema selection to GUI of "Import into PostGIS" tool (fixes #8513). Fixes export of GRASS vectors (fix #8515)

Juergen E. Fischer <jef@norbit.de>	2013-09-30

    fix data retrieval in attribute table from geometryless spatialite tables

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2013-09-29

    Update GrassAlgorithm.py

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2013-09-29

    Update ImportIntoPostGIS.py

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2013-09-29

    Update supervisedclassification.py

Giovanni Manghi <giovanni.manghi@faunalia.pt>	2013-09-29

    Update supervisedclassification.py

Merge: cfa34641b0 40d41cace3
Werner Macho <werner.macho@gmail.com>	2013-09-29

    Merge pull request #914 from tomass/master

    Lithuanian translation update

Tomas <tomasstraupis@gmail.com>	2013-09-29

    Lithuanian translation update

Merge: a95f07cb62 3e382dac77
Larry Shaffer <larrys@dakotacarto.com>	2013-09-28

    Merge pull request #905 from yellow-sky/show_partial_labels

    Show partials labels

Merge: 121d76e2a7 315e7e2156
Werner Macho <werner.macho@gmail.com>	2013-09-28

    Merge pull request #913 from tomass/master

    Lithuanian translation update

Larry Shaffer <larrys@dakotacarto.com>	2013-09-27

    Fix for #8705, duplication of composer should inherit custom paper size

root <root@kompas.rygveda.lt>	2013-09-27

    Lithuanian translation update

Merge: 94d73893df 9d8d317842
pcav <cavallini@faunalia.it>	2013-09-27

    Merge branch 'master' of github.com:qgis/QGIS

pcav <cavallini@faunalia.it>	2013-09-27

    Fix to IT GUI translation

Juergen E. Fischer <jef@norbit.de>	2013-09-27

    fix instant crash on windows

Merge: b6ca15192e a5ee91a331
volaya <volayaf@gmail.com>	2013-09-26

    Merge pull request #912 from bstroebl/selectByAttribute

    [processing] Make select by attribute work

Merge: 7a720c2166 e5a72107eb
volaya <volayaf@gmail.com>	2013-09-26

    Merge pull request #911 from bstroebl/testEliminate

    [processing] select features to eliminate in algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-26

    [processing] sync GDAL algorithm names with Raster menu

Merge: 012e8b18b4 c222c67aed
pcav <cavallini@faunalia.it>	2013-09-26

    Merge branch 'master' of github.com:qgis/QGIS

pcav <cavallini@faunalia.it>	2013-09-26

    Fix #8697

Juergen E. Fischer <jef@norbit.de>	2013-09-26

    fix #8697 (git grep clickx.*clickx is your friend)

yellow-sky <nikulin.e@gmail.com>	2013-09-26

    Unit tests for ShowingPartialsLabels reorganized

Merge: b9b4119879 770e52b0e5
pcav <cavallini@faunalia.it>	2013-09-26

    Merge branch 'master' of github.com:qgis/QGIS

pcav <cavallini@faunalia.it>	2013-09-26

    Fix to IT GUI translation

yellow-sky <nikulin.e@gmail.com>	2013-09-26

    Fix pal settings dialog title

Bernhard Ströbl <bernhard.stroebl@jena.de>	2013-09-26

    [processing] Make select by attribute work

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-12

    Modularize editor widgets

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-26

    [processing] add option to keep resolution when clipping raster

Bernhard Ströbl <bernhard.stroebl@jena.de>	2013-09-26

    [processing] select features to eliminate in algorithm

pcav <cavallini@faunalia.it>	2013-09-26

    Fix to IT GUI translation

pcav <cavallini@faunalia.it>	2013-09-26

    Fix #8668

Nyall Dawson <nyall.dawson@gmail.com>	2013-09-25

    Add option for grid snap tolerance, move selection tolerance spin box to new section (fix #8214)

Larry Shaffer <larrys@dakotacarto.com>	2013-09-25

    Fix sip API reseting to version 1 (fixes PyQgs* tests currently failing due to reset)

Juergen E. Fischer <jef@norbit.de>	2013-09-25

    fix PyQgsAtlasComposition and PyQgsComposerLabel test

Juergen E. Fischer <jef@norbit.de>	2013-09-25

    osgeo4w: ignore rmdir result

pcav <cavallini@faunalia.it>	2013-09-25

    Typos in IT GUI translation

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-25

    [processing] fix lidar provider broken in 1ad2334dbe

Nyall Dawson <nyall.dawson@gmail.com>	2013-09-24

    Improve visual appearance of composer grid by making sure it is always drawn using a 1 pixel width cosmetic pen
    Remove options for composer pen width

Victor Olaya <volayaf@gmail.com>	2013-09-24

    [processing] enabled create new script action

Victor Olaya <volayaf@gmail.com>	2013-09-24

    [processing] improved saga/grass/otb installation checks

Victor Olaya <volayaf@gmail.com>	2013-09-24

    [processing] minor fixes

Victor Olaya <volayaf@gmail.com>	2013-09-24

    [processing] renmed setting group from ProcessingQGIS to Processing

Victor Olaya <volayaf@gmail.com>	2013-09-24

    [processing] improved lidar provider (contributed by Martin Isenburg)

Victor Olaya <volayaf@gmail.com>	2013-09-24

    [processing] changed ordinary kriging description (adapted to 2.1)

Victor Olaya <volayaf@gmail.com>	2013-09-24

    Fixed issue when using multiple vector inputs

Larry Shaffer <larrys@dakotacarto.com>	2013-09-24

    Add unit test for PYQGIS_STARTUP environment variable

    - Make PyQgsAppStartup test more general and PEP8 compliant

Larry Shaffer <larrys@dakotacarto.com>	2013-09-24

    Add support for PYTHONSTARTUP-like environment variable, PYQGIS_STARTUP

    - Different than user's 'startup.py,' since it is loaded just after Py_Initialize, specifically from env variable
    - Useful for cleaning sys.path, e.g. isolating/loading the initial environ without requiring a virt env, like homebrew or MacPorts installs on Mac

Larry Shaffer <larrys@dakotacarto.com>	2013-09-24

    Add extra CXXFLAGS flags set by user; can be -D CXX_EXTRA_FLAGS or environment variable

    - Command line -D option overrides environment variable
    - Useful for suppressing transient upstream warnings in dependencies, like Qt

Juergen E. Fischer <jef@norbit.de>	2013-09-24

    some more syncs with release-2_0

Juergen E. Fischer <jef@norbit.de>	2013-09-21

    osgeo4w: more 'improvements'
     * package(64).cmd:
      * remove apps/%PACKAGENAME% before install (ie. don't repackage old cruft)
      * context_help, function_help, qgis_help.db, delimitedtextplugin.dll and diagramoverlay.dll removed in 2.0
     * package64.cmd: cmake is in PROGRAMFILES(X86)
     * nsis: installer don't use 64bit settings when installing 32bit package on 64bit OS

Juergen Fischer <jef@norbit.de>	2013-09-23

    fix gui bindings with SIP 4.15

Juergen Fischer <jef@norbit.de>	2013-09-24

    revert change of doxygen DOT_GRAPH_MAX_NODES

Dražen Odobašić <dodobasic@gmail.com>	2013-09-22

    apply #8601

Juergen E. Fischer <jef@norbit.de>	2013-09-22

    debian packaging: add saucy and jessie support
    also add note about tests and result uploads to INSTALL.t2t

Victor Olaya <volayaf@gmail.com>	2013-09-23

    [processing] added -TRANSFORM parameter in SAGA

Merge: 6c2fa21992 ae5c68b18d
Otto Dassau <dassau@gbd-consult.de>	2013-09-23

    Merge pull request #908 from eykamp/patch-1

    Grammar

eykamp <chris@eykamp.com>	2013-09-23

    Grammar

Merge: f7585979b0 1bc397d3ac
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-23

    Merge branch 'info_layer_selection'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-23

    Revert "[FEATURE] Pan composer with middle mouse button"

    This reverts commit 9bc8c805f115d5f1c9067e61899827961a856e40.

Merge: 9bc8c805f1 186b6bd51a
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-23

    [Feature]: Add anchor point setting for marker symbol layers

nyalldawson <nyall.dawson@gmail.com>	2013-05-27

    [FEATURE] Pan composer with middle mouse button
    Zoom in and out on composer using mouse scroll wheel

Victor Olaya <volayaf@gmail.com>	2013-09-23

    [processing] better error handling and some minor fixes
    solved issue with trailing characters when calling mkdir
    solved issue with non-ascii characters in help files

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-23

    Add __geo_interface__ to QgsFeature and QgsGeometry

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-23

    Make Anchor points usable from ellipse symbol layer too

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-21

    fix qml file for directed edge layer in topoviewer plugin

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-22

    [processing] if min and max values not set use redefined ones

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-22

    [processing] consider min and max values for int values

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-22

    [processing] add toolbar to modeler dialog

Tim Sutton <tim@linfiniti.com>	2013-09-21

    Added some red and blue point markers.

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-21

    fixes new touch icon

Juergen E. Fischer <jef@norbit.de>	2013-09-21

    osgeo4w: remove package directory before installing

Victor Olaya <volayaf@gmail.com>	2013-09-21

    [processing] some code cleaning

Victor Olaya <volayaf@gmail.com>	2013-09-21

    [processing] saga fixes. "2.0.8 is now default target version

Victor Olaya <volayaf@gmail.com>	2013-09-21

    [processing] changed log and config filenames

Victor Olaya <volayaf@gmail.com>	2013-09-21

    [processing] modeler now warns before closing if there are changes

Victor Olaya <volayaf@gmail.com>	2013-09-21

    test models and scripts are now hidden

Victor Olaya <volayaf@gmail.com>	2013-09-20

    [processing] corrected parameter definition in Eliminate

Victor Olaya <volayaf@gmail.com>	2013-09-20

    Added "eliminate sliver polygons" algorithm skeleton(still a draft first version)

Victor Olaya <volayaf@gmail.com>	2013-09-20

    [processing]modified v.overlay description

Victor Olaya <volayaf@gmail.com>	2013-09-20

    [processing]code cleaning

Victor Olaya <volayaf@gmail.com>	2013-09-20

    [processing] fixes issue in saga with multiple inputs

Merge: 6f638a5ac8 9dbd8fa3b1
Werner Macho <werner.macho@gmail.com>	2013-09-21

    Merge pull request #904 from ndamiens/tradfr

    update french translation
    With OK from JR I'll merge this into master for now ..

Tim Sutton <tim@linfiniti.com>	2013-09-21

    updates to contributors map

Nyall Dawson <nyall.dawson@gmail.com>	2013-05-20

    [feature] Add select next item above and below commands to composer edit menu

nyalldawson <nyall.dawson@gmail.com>	2013-05-20

    [feature] CTRL-click in composer to select items below other items (fix #4358)

Etienne Tourigny <etourigny.dev@gmail.com>	2013-09-20

    add etiennesky to contributors maps

Etienne Tourigny <etourigny.dev@gmail.com>	2013-09-20

    cpt-city: show all ramps by default when opening dialog and changing view types, unless a ramp has been selected

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-20

    Fix data defined label help

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-20

    More data defined anchor points

Nicolas Damiens <nicolas@damiens.info>	2013-09-20

    update french translation

Nicolas Damiens <nicolas@damiens.info>	2013-09-20

    add non-breaking spaces

yellow-sky <nikulin.e@gmail.com>	2013-09-20

    Added unit-tests for ShowingPartialsLabels

Juergen E. Fischer <jef@norbit.de>	2013-09-20

    osgeo4w: cpt-city-qgis-min was just moved to resouces

nicolas <nicolas@damiens.info>	2013-09-20

    update french translation

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-09-20

    added 3nids to contrib maps

Tim Sutton <tim@linfiniti.com>	2013-09-20

    Updates to contributors document

Tim Sutton <tim@linfiniti.com>	2013-09-19

    New android touch icon

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-20

    allows to enable the field calculator toolbar icon even for point layers if editable

yellow-sky <nikulin.e@gmail.com>	2013-09-20

    Added python binding for ShowingPartialsLabels

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-19

    Anchor points for font marker

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-19

    adds myself to contributors json file

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-19

    [pyqgis-console] added more settings for fonts color

Tim Sutton <tim@linfiniti.com>	2013-09-19

    Updates to downloads stats spreadsheet

Tim Sutton <tim@linfiniti.com>	2013-09-19

    Contributors list added

Juergen E. Fischer <jef@norbit.de>	2013-09-19

    add support for FilterFids to oracle provider (followup 0c90f320)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-18

    Add featureiterator tests

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-20

    QgsFeatureRequest: New filters FilterExpression and FilterFids

Juergen E. Fischer <jef@norbit.de>	2013-09-18

    more URL updates (followup 8c479db7)

Merge: 27ee738830 a781e1e2fb
Nathan Woodrow <madmanwoo@gmail.com>	2013-09-18

    Merge pull request #786 from minorua/gdaltools_of2

    GdalTools: apply selected name filter to -of parameter (fix #8408)

Merge: 718f556199 8c479db7fe
Nathan Woodrow <madmanwoo@gmail.com>	2013-09-17

    Merge pull request #900 from simonokeefe/patch-1

    Update GitHub URL

Simon O'Keefe <simon.okeefe@groundtruth.com.au>	2013-09-18

    Update URL

Tim Sutton <tim@linfiniti.com>	2013-09-17

    New splash from Anita

Juergen E. Fischer <jef@norbit.de>	2013-09-17

    update welcome image for standalone installer (fixes #8623)

nyalldawson <nyall.dawson@gmail.com>	2013-09-16

    Select previously locked items after running Unlock All

nyalldawson <nyall.dawson@gmail.com>	2013-09-15

    Make composer history track lock/unlock state
    Move unlock/lock functions from QgsComposerView to QgsComposition
    Add keyboard shortcuts to lock item/unlock all

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-17

    Apply anchor point in svg marker symbollayer and widget

Juergen E. Fischer <jef@norbit.de>	2013-09-17

    indentation update (note to self: always run scripts/prepare-commit.sh before committing)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-17

    Implement anchor point shift and expose in simple marker dialog

nyalldawson <nyall.dawson@gmail.com>	2013-09-16

    [FEATURE] Setting for corner radius for composer rectangle shapes, allows creation of rounded rectangles in composers
    Add tests for composer shapes

Larry Shaffer <larrys@dakotacarto.com>	2013-09-16

    Fix crash on launch of bundled Mac app

Larry Shaffer <larrys@dakotacarto.com>	2013-09-16

    [gui] Fix color button where initially set color is same as default, but does not set background of button

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-17

    [pyqgis-console] reject changes in settings if they are not applied

Larry Shaffer <larrys@dakotacarto.com>	2013-09-16

    [gui] Fix excessive height on resize of About dialog on Mac

Juergen E. Fischer <jef@norbit.de>	2013-09-16

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2013-09-15

    move creation of gdal_pam to createDB (fixes #8613)

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-16

    [processing] several fixes in config dialog

yellow-sky <nikulin.e@gmail.com>	2013-09-16

    Mapserver read ShowingPartialsLabels configurations from project file now and added default init value to QgsPalLabeling

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-16

    Consider scale for data defined symbology properties

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-16

    Prepare color palette matching for dxf

Juergen E. Fischer <jef@norbit.de>	2013-09-16

    sqrt with an integer ambiguous on MSVC

Werner Macho <werner.macho@gmail.com>	2013-09-16

    translation update: pt_BR by Arthur

Merge: 68d12b45b1 8fb9816c67
Tim Sutton <tim@linfiniti.com>	2013-09-15

    Merge pull request #898 from dakcarto/test_appstartup_1

    [tests] Make app startup test work on Mac

Larry Shaffer <larrys@dakotacarto.com>	2013-09-15

    [tests] Make app startup test work on Mac

    - Handle bundled app path on Mac
    - Move test writes to temporary, instead of source, directory
    - Add Mac code for options.ini parent directory
    - Add Mac options.ini file for plugin path test
    - Clean up imports

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-15

    [pyqgis-console] autocompletion file update

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-15

    [pyqgis-console] added some typing setting:
    - auto insertion "import" string
    - auto insertion "):" for classes and methods

yellow-sky <nikulin.e@gmail.com>	2013-09-15

    Added user interface for changing ShowPartialsLabels setting value

Tim Sutton <tim@linfiniti.com>	2013-09-15

    Nicer icons for QGIS in debian packages

Juergen E. Fischer <jef@norbit.de>	2013-09-15

    german translation update and some function help fixes

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-15

    [processing] improve some gdal algoruthms
    update resources_rc.py

Victor Olaya <volayaf@gmail.com>	2013-09-15

    [processing] small fix in modeler dialog

Victor Olaya <volayaf@gmail.com>	2013-09-15

    [processing] fixed issue with saga optimizations

Victor Olaya <volayaf@gmail.com>	2013-09-15

    [processing] corrected fix introduced in 7fc592989f26c346e72465e43a5ed790d67968ac

Victor Olaya <volayaf@gmail.com>	2013-09-15

    [processing] fixed issue with non-visible outputs in batch processign interface

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-15

    fix typo

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-15

    More symbology updates for dxf

Merge: 5d60b2840c 1670a27423
Werner Macho <werner.macho@gmail.com>	2013-09-15

    Merge pull request #897 from astroidex/master

    new help texts for operators

astroidex <astrid_emde@osgeo.org>	2013-09-15

    new help texts for operators

Juergen E. Fischer <jef@norbit.de>	2013-09-15

    cleanup on e50f042

Juergen E. Fischer <jef@norbit.de>	2013-09-15

    rename QgsVectorLayer::listAllFeatureIds() to allFeatureIds() (followup dd48cd3)

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-09-09

    added listAllFeatureIds and check that features exist when setting selection

Juergen E. Fischer <jef@norbit.de>	2013-09-15

    fix warnings

Hugo Mercier <hugo.mercier@oslandia.com>	2013-09-09

    Remove st_force2d from postgres provider

Hien TRAN-QUANG <hien.tranquang@gmail.com>	2013-08-29

    Fix Blocker issue 8487
    Custom CRS are saved if cannot find an existing one with same parameters
    (except datum which may be optionnal, as GDAL seems to have drop it)

Hugo Mercier <hugo.mercier@oslandia.com>	2013-08-20

    Add support for 3D types in the PostGIS provider

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-15

    [processing] attempt to fix proximity algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-15

    [processing] fix fTools Clip algorithm (fix #7281)

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-15

    [processing] restore Polygonize algorithm functionality (fix #8252)

Merge: a0ff6d5c7c 6ec9e75ca1
Werner Macho <werner.macho@gmail.com>	2013-09-15

    Merge pull request #896 from astroidex/master

    added new help files for geometry functions

astroidex <astrid_emde@osgeo.org>	2013-09-15

    added help for confexHull function

astroidex <astrid_emde@osgeo.org>	2013-09-15

    added new help files for geometry functions

astroidex <astrid_emde@osgeo.org>	2013-09-15

    added new help files for geometry functions

astroidex <astrid_emde@osgeo.org>	2013-09-15

    added new help files for geometry functions

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-15

    Add expression to graduated renderer

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-15

    Add expression to categorized renderer

Borys Jurgiel <info@borysjurgiel.pl>	2013-09-15

    [Plugin Manager] Simplify the filter behaviour: always search in names + descriptions + authors + tags. Additionally, a tag: prefix to search in tags only

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-15

    follow up 702445960f

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-15

    remove obsolete import

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-13

    [FEATURE] save Processing model as image (fix #5926)

Borys Jurgiel <info@borysjurgiel.pl>	2013-09-15

    translation update: pl

Borys Jurgiel <info@borysjurgiel.pl>	2013-09-15

    [Plugin Manager] New tab for all plugins. New class QgsPluginItemDelegate

Juergen E. Fischer <jef@norbit.de>	2013-09-15

    fix 56ba1d74d

Victor Olaya <volayaf@gmail.com>	2013-09-15

    [processing] saga import/export optimization

Victor Olaya <volayaf@gmail.com>	2013-09-15

    [processing] cleaned up options (threaded execution and table-like parameters dialog

Victor Olaya <volayaf@gmail.com>	2013-09-14

    [processing] Reduced number of conversion operation when running saga algorithms

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-15

    fix rebase conflicts

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-14

    add compiled .ui file

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-14

    use default style for R code

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-03

    fix rebase issues

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-17

    [processing] start work on R lexer

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-08

    [FEATURE] new Scintilla-based script editor for Processing

Merge: 64c947b2f0 617fa68722
mhugent <marco.hugentobler@sourcepole.ch>	2013-09-15

    Merge pull request #893 from sbrunner/scalehint

    Fix Scales in qgis server

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-15

    Dxf: add more header fields, min/max extent and a test linestyle

Merge: 503d32b3a3 a8b9d439e4
Tim Sutton <tim@linfiniti.com>	2013-09-15

    Merge pull request #749 from Oslandia/issue8045b

    Unit tests for command line arguments

Merge: 7e171ef7b0 9494365b32
mhugent <marco.hugentobler@sourcepole.ch>	2013-09-15

    Merge pull request #894 from sbrunner/legend-scale

    Use scale parameter to display concerned class

Merge: a1a95c179f 6e312456f4
Tim Sutton <tim@linfiniti.com>	2013-09-15

    Merge pull request #720 from Oslandia/issue6483

    Fix #6483 - Thanks Vincent!

yellow-sky <nikulin.e@gmail.com>	2013-09-15

    Added settings to PAL for enable/disable partial shown labels

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-14

    Write additional header field and table section

Larry Shaffer <larrys@dakotacarto.com>	2013-09-14

    [globe] Fix crashes occurring after globe is unloaded

Larry Shaffer <larrys@dakotacarto.com>	2013-09-11

    [globe] Fix Mac dependencies so plugin can run from app bundle

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-14

    [processing] add GDAL rasterize algorithm (fix #5854)

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-14

    [processing] fix passing distunits parameter for GDAL proximity (fix #8247)

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-14

    [processing] fix parsing of selection options in scripts

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-14

    [processing] add Extract projection algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-14

    [processing] impove Build Pyramids algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-14

    [processing] add GDAL Contour algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-14

    [processing] add Clip By Mask algorithm

Victor Olaya <volayaf@gmail.com>	2013-09-14

    [processing] some code cleaning

Victor Olaya <volayaf@gmail.com>	2013-09-14

    [processing]fixed issue with temporal filename

    (was previously solved but reverted)

Victor Olaya <volayaf@gmail.com>	2013-09-14

    Revert "[processing]fixed bug with wrong characters in output filenames" (caused circular import)

    This reverts commit ff5e1ee3a8745ae44db85b1a9511a5f81f6a85fd.

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-14

    Fix class name

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-13

    Use scale parameter to display concerned class

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-14

    [pyqgis-console] allows to set font color in python lexer

Victor Olaya <volayaf@gmail.com>	2013-09-11

    [processing] adapted algorithm to function refactoring

    Also set threaded execution to false by default, since it was behaving strangely

Victor Olaya <volayaf@gmail.com>	2013-09-13

    [processing]fixed bug with wrong characters in output filenames

    refactored to reuse string cleaning function

Victor Olaya <volayaf@gmail.com>	2013-09-13

    [processing] added some in-code docs and comments

Victor Olaya <volayaf@gmail.com>	2013-09-13

    [processing] fixed minor saga file issue

Victor Olaya <volayaf@gmail.com>	2013-09-13

    `processing]improved doc of example algorithm

Victor Olaya <volayaf@gmail.com>	2013-09-13

    [processing]fixes in saga filename handling
    fixed saga buffer description

Victor Olaya <volayaf@gmail.com>	2013-09-12

    [processing] improved non-threaded execution

Victor Olaya <volayaf@gmail.com>	2013-09-12

    [processing] added progress display in qgsMessageBar

Victor Olaya <volayaf@gmail.com>	2013-09-12

    [processing] Added schema parameter to ImportIntoPostGIS.py

Victor Olaya <volayaf@gmail.com>	2013-09-12

    [processing] refactoring to move common functions to tools package

Victor Olaya <volayaf@gmail.com>	2013-09-11

    [Processing] added GRASS m.cogo

Victor Olaya <volayaf@gmail.com>	2013-09-11

    move ftools utils to tools utils module

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-14

    Add delete keyboard action for rules

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-14

    Rule copy and paste shortcut keys

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-13

    By default use the reference OGC dpi

    Calculate from the OGC reference pixel size

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-13

    Fix scale informations in the WMS GetCapabilities

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-14

    Server: option to set the maximum cached layers in environment variable MAX_CACHE_LAYERS

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-14

    Paste rule at the bottom if no selection

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-14

    Fix crash in rule paste

Juergen E. Fischer <jef@norbit.de>	2013-09-13

    fix retrieval of PYTHON_SITE_PACKAGES_DIR - broke debian builds

Merge: b14e13388e 2b4e13930d
mhugent <marco.hugentobler@sourcepole.ch>	2013-09-13

    Merge pull request #889 from sbrunner/string

    More general string value. …

Merge: e7956a5ca1 ccda1c46f7
mhugent <marco.hugentobler@sourcepole.ch>	2013-09-13

    Merge pull request #887 from sbrunner/environ_mapfile

    Add QGIS_PROJECT_FILE environement option

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-13

    Allow rotation +-360 degrees in ellipse marker widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-13

    First implementation of dxf feature writing (but it does not work yet)

vmora <vincent.mora@oslandia.com>	2013-09-13

    - improved wraning msg, removed useless test

Borys Jurgiel <info@borysjurgiel.pl>	2013-09-13

    [Plugin Installer] Better error handling for parsing metadata

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-13

    Write dxf header and eof

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-10

    [processing] add two Extract values models (for CSV and shape)

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-10

    [processing] add Extract raster values to shapefile algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-09

    [processing] add Extract raster values to CSV algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-03

    [processing] add Points from vector algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-27

    fix rebase conflicts

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-13

    [processing] add Points from lines algorithm (still needs some improvements)

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-09

    [processing] add Points from polygons algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-06

    [processing] add zonal statistics algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-06

    [processing] update points displacement alg to new ParameterVector syntax

Alexander Bruy <alexander.bruy@gmail.com>	2013-07-30

    [processing] add points displacement algorithm

Radim Blazek <radim.blazek@gmail.com>	2013-09-13

    GRASS topology layers - display internal topo info

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-13

    [FEATURE]: Start implementation of native dxf export

Borys Jurgiel <info@borysjurgiel.pl>	2013-09-13

    [Plugin Installer] Make version compare behaviour unified with the repository app

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-05

    [FEATURE] Model-View based config dialog for Processing (fix #5427)

Merge: 9ce316dbd3 6d5df7cb25
Borys Jurgiel <info@borysjurgiel.pl>	2013-09-13

    Merge pull request #892 from alexbruy/deprecated_plugins

    Deprecated plugins support for plugin manager

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-11

    [FEATURE] add option to show/hide deprecated plugins in plugin manager

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-11

    [FEATURE] clearly mark deprecated plugins in plugin manager

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-12

    [processing] add Clip raster by extent algorithm (fix #8602)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-13

    Move updating of else rules list out of render feature

Borys Jurgiel <info@borysjurgiel.pl>	2013-09-12

    [Plugin Installer] More uniform behaviour when comparing versions: always exclude any non-numeric parts

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-08

    Add GML format in GetFeatureInfo requests

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-08

    Copy things from WFS server to WMS server

Nyall Dawson <nyall.dawson@gmail.com>	2013-05-22

    [FEATURE] Add select all, select none and invert selection to composer edit menu

Nyall Dawson <nyall.dawson@gmail.com>	2013-05-20

    [FEATURE] New edit menu for composer
    Change cut/copy/paste functions to actions and add to edit menu
    Move undo/redo/delete to edit menu
    Rearrange layout menu to logical order

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-12

    Add French translation

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-12

    Run scripts/update_ts_files.sh

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-12

    More general string value.

    This option is used for GetFeature and GetfeatureInfo
    And for WKT and GML format

Merge: 885c8b495a 8a50ddb93f
alexbruy <alexander.bruy@gmail.com>	2013-09-12

    Merge pull request #731 from ddanielvaz/bugfix-6063

    Preserve attributes in Convex Hull (fix #6063)

Stéphane Brunner <courriel@stephane-brunner.ch>	2013-09-12

    Add QGIS_PROJECT_FILE environement option

    To be able to configure the project file in apache configuration
    like:
    SetEnv QGIS_PROJECT_FILE  <path to project file>.qgs

Merge: e72088cddb 272b6e1858
alexbruy <alexander.bruy@gmail.com>	2013-09-12

    Merge pull request #799 from slarosa/warning_simplifyTool

    [ftools] add warning for simplify tool when no one layer has been selected

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-12

    [fTools] homogenize UI (contributed by Salvatore Larosa)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-12

    Fix #8590 - Copy and paste for rules

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-12

    Add ELSE to rule based renderer

Larry Shaffer <larrys@dakotacarto.com>	2013-09-11

    [globe] Add path to gui images when running from build directory

Merge: 4200046d8c ba4e438c05
Luigi Pirelli <luipir@gmail.com>	2013-09-11

    Merge remote-tracking branch 'upstream/master'

Tim Sutton <tim@linfiniti.com>	2013-09-11

    Fix from Salvatore to fix project macros

Tim Sutton <tim@linfiniti.com>	2013-09-11

    Fix missing 1.8 heading in news (thanks Leyan)

Tim Sutton <tim@linfiniti.com>	2013-09-11

    Added small note about 2.0.1 in news

Juergen E. Fischer <jef@norbit.de>	2013-09-10

    install qbrowser manpage

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-10

    [Feature]: anchor points for marker symbols

Tim Sutton <tim@linfiniti.com>	2013-09-10

    Tweaked BUGS documentation

Tim Sutton <tim@linfiniti.com>	2013-09-10

    Updated install doc

Tim Sutton <tim@linfiniti.com>	2013-09-10

    Regenerate changelog

Tim Sutton <tim@linfiniti.com>	2013-09-10

    Added script to create changelog from http://binarystatic.wordpress.com/2010/02/18/how-to-convert-git-log-to-changelog/

Tim Sutton <tim@linfiniti.com>	2013-09-10

    Put GPL version to 2 instead of 3 in the readme

Tim Sutton <tim@linfiniti.com>	2013-09-10

    Updated news

Merge: 641359d3cb f361e11c2a
Denis Rouzaud <denis.rouzaud@gmail.com>	2013-09-10

    Merge pull request #741 from 3nids/splitpart

    [Feature] split part of multi-geometry

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-09-10

    return the proper error code

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-04-22

    split part of multi-geometry

nyalldawson <nyall.dawson@gmail.com>	2013-05-27

    [FEATURE] Pan composer with middle mouse button
    Zoom in and out on composer using mouse scroll wheel

Christian Urich <christian.urich@gmail.com>	2013-09-10

    fix #8507

    made void connectNotify( const char * signal ) protected instead of private
    made bool eventFilter( QObject *obj, QEvent *event ) protected instead of private
    made void showEvent( QShowEvent * ) and void hideEvent( QHideEvent * ) instead of private

Merge: 5f61dd12fe b61b5b0f83
Larry Shaffer <larrys@dakotacarto.com>	2013-09-09

    Merge pull request #881 from mbernasocchi/android

    Various android updates from mbernasocchi

Marco Bernasocchi <marco@opengis.ch>	2013-09-10

    make honoring -DPYTHON_LIBRARY more solid.
    as cmake --help-module FindPythonLibs states
    If you'd like to specify the installation of Python to use, you should modify the following cache variables:

             PYTHON_LIBRARY             - path to the python library
             PYTHON_INCLUDE_PATH         - path to where Python.h is found

    (please note it is PYTHON_INCLUDE_PATH  (deprecated) and not PYTHON_INCLUDE_DIR (new in 2.8) since we require cmake >= 2.6.2)

Marco Bernasocchi <marco@opengis.ch>	2013-09-10

    set correct prefixPath()

Marco Bernasocchi <marco@opengis.ch>	2013-09-09

    added confirm quit for android

Marco Bernasocchi <marco@opengis.ch>	2013-09-08

    Removed tooltip that shows how many messages are logged on android.
    This tooltip was rendered as a fullscreen yellow widget in android.

Larry Shaffer <larrys@dakotacarto.com>	2013-06-26

    [Android] Fix for Qt Ministro hiding app's menubar in favor of native Android menus

    - Brings back composer window menu bar

Larry Shaffer <larrys@dakotacarto.com>	2013-06-24

    [Android] Fix for Qt Ministro hiding app's menubar in favor of native Android menus

    - Brings back main window menu bar

Larry Shaffer <larrys@dakotacarto.com>	2013-06-23

    [Android] Update library path

Larry Shaffer <larrys@dakotacarto.com>	2013-06-23

    [Android] Change order of finding QtMobility package so Qt isn't 'found' twice

Marco Bernasocchi <marco@opengis.ch>	2013-05-19

    worcarounds to make sip generation work on android

Marco Bernasocchi <marco@opengis.ch>	2013-05-19

    less invasive workaround for #7859

Marco Bernasocchi <marco@opengis.ch>	2013-05-18

    workaround for issue #7859

Marco Bernasocchi <marco@opengis.ch>	2013-05-03

    sip generation issue fix        #7752 for android

Larry Shaffer <larrys@dakotacarto.com>	2013-09-09

    Fix #8587, show/hide labels tool throws Qt warning

Merge: 3216390017 c705034977
Luigi Pirelli <luipir@gmail.com>	2013-09-09

    Merge remote-tracking branch 'upstream/master'

nyalldawson <nyall.dawson@gmail.com>	2013-09-06

    [FEATURE] Add "Lock Selected Items" and "Unlock All" to composer layout menu and toolbar

Tamas TEVESZ <ice@extreme.hu>	2013-09-09

    fix gdb backtrace on FreeBSD

Tim Sutton <tim@linfiniti.com>	2013-09-09

    Bumped version number on splash screen

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-09

    [pyqgis-console] fix undo/redo actions when autocompletion bracket is enabled

Tim Sutton <tim@linfiniti.com>	2013-09-09

    Added current sponsor logos to about screen

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-08

    [pyqgis-console] fix autocompletion in editor after 6e19748

Juergen E. Fischer <jef@norbit.de>	2013-09-08

    don't use own message handler on android

Juergen E. Fischer <jef@norbit.de>	2013-09-08

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-09-07

    fix another bunch of warnings

Merge: feb79a81f1 5d093f4e43
Luigi Pirelli <luipir@gmail.com>	2013-09-08

    Merge remote-tracking branch 'upstream/master'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-09-08

    Intendention update

Hugo Mercier <hugo.mercier@oslandia.com>	2013-07-11

    Fix number precision in world file generation

Hugo Mercier <hugo.mercier@oslandia.com>	2013-06-24

    Fiw world file generation (wrong line ordering)

Hugo Mercier <hugo.mercier@oslandia.com>	2013-06-14

    Change computeWorldFileParameters signature and fix Python unit test

Hugo Mercier <hugo.mercier@oslandia.com>	2013-06-12

    Add unit test for world file generation

Hugo Mercier <hugo.mercier@oslandia.com>	2013-06-12

     Add world file generation option. Work funded by Tuscany Region - SITA. Contract Support to the use of GFOSS \(Geographic Free and Open Source Software\) Desktop tools \(CIG Z3B06FA6D7\)

Merge: 6b2fa67442 f66f9aaa3e
Luigi Pirelli <luipir@gmail.com>	2013-09-07

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Larry Shaffer <larrys@dakotacarto.com>	2013-09-06

    Fix build error, add missing enum to sip file

Larry Shaffer <larrys@dakotacarto.com>	2013-09-06

    Followup to 3b6d4ef, add sip bindings and update console auto-complete file

Larry Shaffer <larrys@dakotacarto.com>	2013-09-06

    Fix Mac error when building qgis_app

Tim Sutton <tim@linfiniti.com>	2013-09-07

    Applied android fix from Marco B.

Juergen E. Fischer <jef@norbit.de>	2013-09-06

    make qgis_app a shared library and fix some more stl warnings with msvc

Merge: 609bd69bbc 3896c73884
Tim Sutton <tim@linfiniti.com>	2013-09-06

    Merge pull request #871 from slarosa/fix_crash_core_plugins

    Fix crash in core plugins

Merge: 721fe279ed c2d98e7dc3
Tim Sutton <tim@linfiniti.com>	2013-09-06

    Merge pull request #870 from etiennesky/browsericons

    use svg icons in browser dock for uI consistency

Juergen E. Fischer <jef@norbit.de>	2013-09-06

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-09-06

    fix more warnings (followup 1c9d6ebce)

Juergen E. Fischer <jef@norbit.de>	2013-09-06

    fix size_t vs. int warnings

Juergen E. Fischer <jef@norbit.de>	2013-09-06

    german translation fix (fixes #8580)

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-05

    [processing] write table header only when necessary
    adopt Point distance alg to use OutputTable

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-05

    [processing] fix Statistics by categories algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-09-05

    [processing] use csv module for table writer

Victor Olaya <volayaf@gmail.com>	2013-09-06

    fixed saga installation checking

Werner Macho <werner.macho@gmail.com>	2013-09-06

    translation update: nl by richard and es by carlos

Larry Shaffer <larrys@dakotacarto.com>	2013-09-05

    [FEATURE] Add 'Suppress attribute form pop-up after feature creation' option to vector layers; overrides application-wide option

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-06

    fix crash in Compass plugin

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-06

    fix crash in GRASS plugin

Radim Blazek <radim.blazek@gmail.com>	2013-09-05

    add OS X specific lib to app tests, hopefully fixes #8577

Sandro Santilli <strk@keybit.net>	2013-07-29

    Use ST_Force2D for PostGIS 2.1+

Sandro Santilli <strk@keybit.net>	2013-05-31

    Add field name in layers from postgis relation with multiple spatial fields

    NOTE: only works with browser, not with "Add PostGIS Layer" dialog

pcav <cavallini@faunalia.it>	2013-09-05

    MInor fixes to IT GUI translation

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-06-24

    listActions() method for attribute action

Nyall Dawson <nyall.dawson@gmail.com>	2013-05-22

    [FEATURE] holding shift while pressing cursor keys results in large movements in composer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-30

    Fix spatialite provider for Null QVariant instead of Invalid QVariant

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-02

    Add setSourceCrs( QgsCoordinateReferenceSystem )

Nyall Dawson <nyall.dawson@gmail.com>	2013-05-22

    [FEATURE] Shift-clicking a selected composer item should deselect it

Radim Blazek <radim.blazek@gmail.com>	2013-09-05

    qgis_app lib link deps, fixes partialy #8575

pcav <cavallini@faunalia.it>	2013-09-05

    Typo in IT GUI translation

Juergen E. Fischer <jef@norbit.de>	2013-09-05

    temporary fix for #8575 (building app as DLL is more involved and requires a CORE/GUI/APP_EXPORT macro dance...)

Juergen E. Fischer <jef@norbit.de>	2013-09-05

    fix atlas composition warnings with msvc 64bit

Merge: 1aa5dafdf0 00041e6d1d
Paolo Cavallini <cavallini@faunalia.it>	2013-09-05

    Merge pull request #665 from Oslandia/overview_centering

    [2.1] Overview centering

Juergen E. Fischer <jef@norbit.de>	2013-09-05

    german translation update

Werner Macho <werner.macho@gmail.com>	2013-09-05

    translation update: fi by Kari

Radim Blazek <radim.blazek@gmail.com>	2013-07-05

    added date type support

Radim Blazek <radim.blazek@gmail.com>	2013-07-05

    set field typeName in gml xsd parser

Radim Blazek <radim.blazek@gmail.com>	2013-07-04

    added change signal to clipboard

Radim Blazek <radim.blazek@gmail.com>	2013-07-03

    copy/paste as test unit

Radim Blazek <radim.blazek@gmail.com>	2013-07-03

    Paste as - new memory layer name dialog
    Save as dialog collapsible OGR options

Radim Blazek <radim.blazek@gmail.com>	2013-07-02

    [FEATURE] Paste features as new vector layer

Juergen E. Fischer <jef@norbit.de>	2013-09-05

    osgeo4w: fix shortcut removal

Merge: dcc9b2a159 cf6ad67743
Jürgen Fischer <jef@norbit.de>	2013-09-04

    Merge pull request #873 from Cracert/i18n

    [function help] In strpos() needle is string, not number

Merge: 7030b1ad46 51f42dd36d
Werner Macho <werner.macho@gmail.com>	2013-09-04

    Merge pull request #872 from Cracert/tr

    Polish translation update

Robert Szczepanek <robert@szczepanek.pl>	2013-09-05

    [function help] In strpos() needle is string, not number

Robert Szczepanek <robert@szczepanek.pl>	2013-09-04

    pl translation update

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-05

    fix crash in Georeferencer plugin

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-05

    fix crash in Dxf2Shp plugin

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-05

    fix crash in SpatialQuery plugin

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-05

    fix crash in GPS Importer plugin

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-05

    fix crash in SPIT plugin

Juergen E. Fischer <jef@norbit.de>	2013-09-04

    fix crash in coordinate capture plugin

Merge: 7fc8ad8e2a f6e0bbc24e
Jürgen Fischer <jef@norbit.de>	2013-09-04

    Merge pull request #852 from borysiasty/installer_v2

    [Plugin Installer] Remove hardcoded 2.0 v in order to use the native 2.0

Juergen E. Fischer <jef@norbit.de>	2013-09-04

    debian packaging: update version to 2.1

Tim Sutton <tim@linfiniti.com>	2013-09-04

    Bumped master version to 2.1.0

Juergen E. Fischer <jef@norbit.de>	2013-09-04

    fix warnings

Etienne Tourigny <etourigny.dev@gmail.com>	2013-09-04

    use svg icons in browser dock for uI consistency

Merge: e6a4f2f808 3d3f81debd
Borys Jurgiel <info@borysjurgiel.pl>	2013-09-04

    Merge pull request #869 from Cracert/master

    Polish translation update

Robert Szczepanek <robert@szczepanek.pl>	2013-09-04

    pl translation update: small fix

Juergen E. Fischer <jef@norbit.de>	2013-09-04

    sort embedded layer by drawing order (fixes #7673)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-04

    Update about icon, and 16x16 icon

pcav <cavallini@faunalia.it>	2013-09-04

    Minor edit to IT GUI

D'Hont René-Luc <rldhont@gmail.com>	2013-09-04

    QGIS Server: Exclude composers in OWS tab does not work

    In the current QGIS server, if one uses a list of "Exclude composers" in the OWS tab, QGIS server lists only the excluded composers and not the composers the map author actually wants. So it acts as a white list and not as a black list.

Juergen E. Fischer <jef@norbit.de>	2013-09-04

    update TRANSLATORS file

Merge: d4e8e1ff16 4bd91f2d97
Werner Macho <werner.macho@gmail.com>	2013-09-04

    Merge pull request #868 from artfwo/master

    translation update: ru

Artem Popov <artfwo@gmail.com>	2013-09-04

    translation update: ru

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-04

    [dual view] Propagate sort order to feature view (e.g. selected on top)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-04

    [dualview] Fix crash when removing features

Werner Macho <werner.macho@gmail.com>	2013-09-04

    translation update: nl by diethard

Merge: 14f639d568 164d2fe393
Werner Macho <werner.macho@gmail.com>	2013-09-03

    Merge pull request #866 from Cracert/master

    Polish translation update

Robert Szczepanek <robert@szczepanek.pl>	2013-09-03

    pl translation update; function_help cont.

Tim Sutton <tim@linfiniti.com>	2013-09-04

    Added South African north orientated CRS definitions for #8487

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-04

    load SLD properly if fill style polygon is defined: followup 4bc1beb

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-09-04

    sld: fix #8567

Juergen E. Fischer <jef@norbit.de>	2013-09-04

    osgeo4w: use nircmd also on 32bit

Juergen E. Fischer <jef@norbit.de>	2013-09-04

    nsis: add 64 support

Juergen E. Fischer <jef@norbit.de>	2013-09-03

    creatensis.pl: update to support 32 and 64bit packages

Juergen E. Fischer <jef@norbit.de>	2013-09-03

    indentation update

Martin Dobias <wonder.sk@gmail.com>	2013-09-03

    Updated QgsFields docs, moved some code into .cpp

Juergen E. Fischer <jef@norbit.de>	2013-09-03

    german translation update

Merge: b0664f473f cf0b7b0dfd
Werner Macho <werner.macho@gmail.com>	2013-09-03

    Merge pull request #864 from Jean-Roc/traduction_ui

    update fr translation

Merge: e7a321559b c331f1e76f
Werner Macho <werner.macho@gmail.com>	2013-09-03

    Merge pull request #865 from yoichigmf/forpullreq

    update TRANSLATION ja

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-09-03

    update fr translation

yoichigmf <yoichi.kayama@gmail.com>	2013-09-04

    update TRANSLATION ja

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-03

    fixes "Add to Overview" action, also removes shortcut

pcav <cavallini@faunalia.it>	2013-09-03

    Upadated list of IT translators

pcav <cavallini@faunalia.it>	2013-09-03

    IT GUI translation almost finished

Merge: 70841a84f3 eb114799d7
Nathan Woodrow <madmanwoo@gmail.com>	2013-09-03

    Merge pull request #804 from nyalldawson/bug_8311

    Fix some bugs relating to display fields for new vector layers (fixes #8311)

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-09-03

    [postgres] do not update feature count if it was not set before

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-09-03

    Fix #8561 - Handle change layer in node tool

vmora <vincent.mora@oslandia.com>	2013-07-30

    - fix #7441
    - reset unit settings to original ones when deactivating OTF projection

    - added OTF status (on/off) to mesuredialog title

    - resets prefered units and selected srs
    - when OTF transfo is deselected, this resets the units value to the
      original ones

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-03

    [diagram] Workaround floating point errors leading to diagram distortion
    Fix #8554

Merge: 9014d5cf63 5be180706d
Werner Macho <werner.macho@gmail.com>	2013-09-02

    Merge pull request #862 from Cracert/master

    Polish translation update

Robert Szczepanek <robert@szczepanek.pl>	2013-09-02

    pl translation update; function_help

Werner Macho <werner.macho@gmail.com>	2013-09-03

    translation update: es by Carlos

Merge: a3397025ab f5d41d5ddc
Werner Macho <werner.macho@gmail.com>	2013-09-02

    Merge pull request #861 from Jean-Roc/traduction_ui

    update french translation

Larry Shaffer <larrys@dakotacarto.com>	2013-09-02

    [gui] Address situation where applying style enables deprecated labels

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-09-02

    update french translation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-02

    [dualview] Remove unrequired connect()

Merge: 91b9c11b09 8ff0f02294
Werner Macho <werner.macho@gmail.com>	2013-09-02

    Merge pull request #860 from Cracert/master

    Polish translation update

Robert Szczepanek <robert@szczepanek.pl>	2013-09-02

    pl translation update; topology, style manager, SVG, WFS, WCS, WMS, checkDock

Victor Olaya <volayaf@gmail.com>	2013-09-02

    [processing] fixed bug when editing help of example models

Victor Olaya <volayaf@gmail.com>	2013-09-02

    added scintilla based editor to R scripts editor

Victor Olaya <volayaf@gmail.com>	2013-09-02

    [processing] improved handling of output files and file naming

Victor Olaya <volayaf@gmail.com>	2013-09-01

    [processing] modified saga ids description and fixed example script bug

Victor Olaya <volayaf@gmail.com>	2013-09-01

    [processing] added extent as output type and made it available in modeler

Victor Olaya <volayaf@gmail.com>	2013-09-01

    [processing] improved script edit dialog

Victor Olaya <volayaf@gmail.com>	2013-09-01

    [processing] modified saga checking to support 2.0.8

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-02

    [dualview] Default preview text shows also up for NULL values

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-02

    [dualview] Fix add/delete crash and fieldcalc behavior of feature form

Larry Shaffer <larrys@dakotacarto.com>	2013-09-02

    [tests] Add preconfigured project to test local server connection

Werner Macho <werner.macho@gmail.com>	2013-09-02

    translation update: chinese with adding new translator

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-09-02

    [dualview] Fix crash when adding columns with feature form open

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-02

    [pyqgis-console] update pyqgis.pap file after 2d63dcf

Merge: a2a2d7ac54 87e2ad7315
Werner Macho <werner.macho@gmail.com>	2013-09-02

    Merge pull request #859 from Jean-Roc/traduction_ui

    update french translation

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-09-02

    update french translation

Larry Shaffer <larrys@dakotacarto.com>	2013-09-02

    [gui] Fix crash when loading a vector layer style, due to lack of checks for removed deprecated labels tab

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-09-02

    fix missing sip methods for rubber bands

Werner Macho <werner.macho@gmail.com>	2013-09-02

    translation update: sv by Victor

Merge: d8b05c241a 868974e4ea
Werner Macho <werner.macho@gmail.com>	2013-09-02

    Merge pull request #857 from artfwo/master

    Russian translation update.

Artem Popov <artfwo@gmail.com>	2013-09-02

    Russian translation update.

Larry Shaffer <larrys@dakotacarto.com>	2013-08-25

    [tests] Add support for locally spawned fcgi process

    - No building of spawn-fcgi or managing of spawned process, yet

pcav <cavallini@faunalia.it>	2013-09-02

    More IT GUI translation

Merge: f4b2c16e49 514e899608
Werner Macho <werner.macho@gmail.com>	2013-09-01

    Merge pull request #855 from asiersarasua/master

    Basque translation update

Werner Macho <werner.macho@gmail.com>	2013-09-02

    translation update: id by Trias and ko_KR by BJ

Merge: c48243cbe5 33fe3c8193
Werner Macho <werner.macho@gmail.com>	2013-09-01

    Merge pull request #856 from Cracert/master

    Polish translation update

Larry Shaffer <larrys@dakotacarto.com>	2013-09-01

    [gui] Update Mac icons with latest vectorized logo

    - Add qml and mldata (memory layer) to file extension mappings

Robert Szczepanek <robert@szczepanek.pl>	2013-09-02

    pl translation update; PostgreSQL, SpatiaLite

asiersarasua <asier.sarasua@gmail.com>	2013-09-01

    Basque translation update

Borys Jurgiel <info@borysjurgiel.pl>	2013-09-01

    [Plugin Manager] Fix #8542

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-01

    [pyqgis-console] add prefix OSGeo_ to GEOS API file

Werner Macho <werner.macho@gmail.com>	2013-09-01

    translation update: gl and zh_CN

Merge: cae08e4215 d87656051a
Werner Macho <werner.macho@gmail.com>	2013-09-01

    Merge pull request #854 from Jean-Roc/traduction_ui

    update french translation

Larry Shaffer <larrys@dakotacarto.com>	2013-08-31

    [gui] Remove deprecated labeling properties tab for new projects or older ones that don't use them

    - Deprecated tab remains active for older projects, if any layer uses them
    - Deprecated tab an be disabled/enabled via console commands for project entry, e.g.:
      QgsProject.instance().writeEntry('DeprecatedLabels', '/Enabled', bool) or
      QgsProject.instance().removeEntry('DeprecatedLabels', '/')

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-01

    Fix untranslatable strings: does not break translation
    with a different language from english the plugin menus are
    not removed. this commit fixes the problem.

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-09-01

    update french translation

Werner Macho <werner.macho@gmail.com>	2013-09-01

    translation update: german

Werner Macho <werner.macho@gmail.com>	2013-09-01

    make alg work in modeller

Werner Macho <werner.macho@gmail.com>	2013-09-01

    translation update: danish by jacob

Merge: 3ac0759b04 7c726eebd5
Werner Macho <werner.macho@gmail.com>	2013-09-01

    Merge pull request #853 from gioman/master

    pt_PT translators list updated

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-01

    [dbmanager] Replace DropRasterTable func (deprecated) with DROP TABLE: fixes #8521

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-01

    [pyqgis-console] add GEOS API file for autocompletion:
    - add GDAL-1.10.0, QScintilla-2.7.2 api files

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-01

    [dbmanager] another small fix for italian translation: fixes #8489

Giovanni Manghi <giovanni@sibirica.(none)>	2013-09-01

    pt_PT translators list updated

Werner Macho <werner.macho@gmail.com>	2013-09-01

    translation update: es gl and ja

Merge: 74b60c6c6f f516759bf8
Werner Macho <werner.macho@gmail.com>	2013-09-01

    Merge pull request #850 from yoichigmf/translate_ja

    Translate ja

pcav <cavallini@faunalia.it>	2013-09-01

    More IT GUI translation

Borys Jurgiel <info@borysjurgiel.pl>	2013-09-01

    [Plugin Installer] Remove hardcoded 2.0 version in order to use the native 2.0

Salvatore Larosa <lrssvtml@gmail.com>	2013-09-01

    [dbmanager] small fix for import/export layer UI

yoichigmf <yoichi.kayama@gmail.com>	2013-09-01

    update ja translation

Larry Shaffer <larrys@dakotacarto.com>	2013-08-31

    [gui] Fix triple-modal issue on Mac for point displacement dialog

    - Ensure initial dialog is a 'sheet' or gui will freeze after closing next opened modal (new color) dialog

Werner Macho <werner.macho@gmail.com>	2013-08-31

    another dutch translation update

Larry Shaffer <larrys@dakotacarto.com>	2013-08-31

    [gui] Fix excessive fixed height of vector properties (actually labeling) dialog

    - Should now fit on laptops with limited screen height

Larry Shaffer <larrys@dakotacarto.com>	2013-08-31

    [labeling] Further fix for #8367, 'font missing' text keeps showing up

    - Move to more generic test on font family

Werner Macho <werner.macho@gmail.com>	2013-08-31

    translation update: pl by robert

Merge: 6e197484ed 735f534680
Werner Macho <werner.macho@gmail.com>	2013-08-31

    Merge pull request #849 from gioman/master

    pt_pt translations contributed by Nelson Silva

Larry Shaffer <larrys@dakotacarto.com>	2013-08-31

    [pyqgis-console] Fix build error. Revert adding of qsci-pap-master target

    - Leave only qsci-pap-src target for updating default pyqgis.pap in source tree
    - Mark WITH_QSCIAPI as advanced in CMake, since it mostly a dev function

Giovanni Manghi <giovanni@sibirica.(none)>	2013-08-31

    pt_pt translations contributed by Nelson Silva

Werner Macho <werner.macho@gmail.com>	2013-08-31

    as always .. forgot one

Werner Macho <werner.macho@gmail.com>	2013-08-31

    last translation update before branching

Merge: 460b00786a e56b1bc72b
Werner Macho <werner.macho@gmail.com>	2013-08-31

    Merge pull request #847 from Cracert/tr

    Correct spelling in polish translators names

Robert Szczepanek <robert@szczepanek.pl>	2013-08-31

    Correct spelling in polish translators names

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-31

    [pyqgis-console] adds a "\n" at the end of the header text if it has not been inserted from translators

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-31

    [pyqgis-console] minor fixes for italian translation

Werner Macho <werner.macho@gmail.com>	2013-08-31

    translation update: fr and it

Larry Shaffer <larrys@dakotacarto.com>	2013-08-31

    [pyqgis-console] Fix pyqgis.pap building targets/script for auto-completion in console

    - Add fixed default pyqgis.pap

Larry Shaffer <larrys@dakotacarto.com>	2013-08-30

    [labeling] Fix python bindings for access to data defined properties

Merge: f5585d8be7 94a440f56d
pcav <cavallini@faunalia.it>	2013-08-31

    Merge branch 'master' of github.com:qgis/Quantum-GIS

pcav <cavallini@faunalia.it>	2013-08-31

    List of IT translators updated and sorted

Merge: 9b72523f83 b14ffb7c1e
Nathan Woodrow <madmanwoo@gmail.com>	2013-08-31

    Merge pull request #844 from minorua/union_attrs

    fTools/union: fix output attribute shift

Merge: 17d5fe980b 1380e45e22
Werner Macho <werner.macho@gmail.com>	2013-08-30

    Merge pull request #843 from Cracert/master

    Polish translation upadte

Minoru Akagi <akaginch@gmail.com>	2013-08-31

    fTools/union: fix output attribute shift

Robert Szczepanek <robert@szczepanek.pl>	2013-08-31

    pl translation upadte: raster layers

Merge: dc4628599e 53d8cf469e
Werner Macho <werner.macho@gmail.com>	2013-08-30

    Merge pull request #841 from Cracert/master

    Polish translatioin update

Larry Shaffer <larrys@dakotacarto.com>	2013-08-29

    [pyqgis-console] Add targets and python script for generating console's QScintilla .pap file, for auto-completion

    - Run 'make;make qsci-pap-src; make install' to update the default .pap file in source tree
    - Run 'make;make qsci-pap-master[; make install]' for local-only .pap that overrides the default .pap (when testing new bindings)
    - Update console to override default .pap if master.pap is available
    - Include new qgis.core.NULL attribute defined in <src>/python/__init__.py for QPyNullVariant comparisons
    - Update 11-month-old default .pap

Robert Szczepanek <robert@szczepanek.pl>	2013-08-30

    pl translation update; forms

Merge: b99d51d7cd e1625060bb
Werner Macho <werner.macho@gmail.com>	2013-08-30

    Merge pull request #840 from artfwo/master

    Russian translation update.

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-30

    [pyqgis-console] avoids IndexError when attempts to run unselected code by keybinding Ctrl+E

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-30

    Add != (not equal) support to python NULL value

Victor Olaya <volayaf@gmail.com>	2013-08-30

    [processing] fixed issue when opening link from MissingDependencyDialog.py

Artem Popov <artfwo@gmail.com>	2013-08-27

    Russian translation update.

Werner Macho <werner.macho@gmail.com>	2013-08-30

    adding new dutch translator

Werner Macho <werner.macho@gmail.com>	2013-08-30

    translation update: nl

pcav <cavallini@faunalia.it>	2013-08-30

    More IT GUI translation - only help files missing now

Hien TRAN-QUANG <hien.tranquang@gmail.com>	2013-08-28

    Fix Blocker Issue #7871 : SVG Marker fill and outlin colors are restored
    when changing widget or reopening style window

Merge: 8c4c57b154 2d163e357b
Werner Macho <werner.macho@gmail.com>	2013-08-29

    Merge pull request #839 from Cracert/master

    Polish translation update

Robert Szczepanek <robert@szczepanek.pl>	2013-08-30

    pl translation: vector layers properties

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-29

    [postgres] some more precision/length fixes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-29

    Fix some postgres field precision and length inconsistencies

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-29

    [spatialite] Use QVariant::LongLong as int type consistently

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-29

    Set min field precision even when hidden (Fix #8480)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-29

    QPyNullVariant() equals to QPyNullVariant(), qgis.core.NULL

    >>>> from qgis.core import NULL
    >>>> lyr.getFeatures().next().attributes()[0] == NULL
    True

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-29

    Small UI fix for "New PostGIS connection" dialog

Merge: 84e38ca21c fe2f18ac4b
Werner Macho <werner.macho@gmail.com>	2013-08-28

    Merge pull request #837 from Cracert/master

    Polish translation update

Robert Szczepanek <robert@szczepanek.pl>	2013-08-29

    labeling, vector style

pcav <cavallini@faunalia.it>	2013-08-29

    More IT GUI translation

Werner Macho <werner.macho@gmail.com>	2013-08-28

    latest danish translation update

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-28

    [processing] fix html in error handler text

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-28

    cleanup

Werner Macho <werner.macho@gmail.com>	2013-08-28

    typo fixes for danish language

Merge: b0ed8ed2bc 2101af517d
Werner Macho <werner.macho@gmail.com>	2013-08-28

    Merge pull request #835 from artfwo/more-strings-fixes-in-vector-layer-properties

    More untranslatable string fixes in vector layer properties.

Artem Popov <artfwo@gmail.com>	2013-08-28

    More untranslatable string fixes in vector layer properties.

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-28

    [processing] handle loading empty models in modeler (fix #8153)

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-28

    correctly unload Globe plugin (fix #4185)

Werner Macho <werner.macho@gmail.com>	2013-08-28

    translation update: dk by Jacob

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-28

    [spatialite] uniqueValues() return values instead of strings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-28

    Monkey patch QPyNullVariant to be represented as 'NULL'

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-28

    [spatialite] Represent NULL attributes as QVariant/NULL
    Instead of QVariant/Invalid

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-28

    python: represent NULL attributes as QPyNullVariant

Werner Macho <werner.macho@gmail.com>	2013-08-28

    translation update: fi by Kari

Merge: 3e278110f2 4c73b65260
Luigi Pirelli <luipir@gmail.com>	2013-08-28

    Merge remote-tracking branch 'upstream/master'

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-28

    [processing] sextante => processing renaming: fix example provider plugin

Merge: 6552638346 a10c1e3517
Werner Macho <werner.macho@gmail.com>	2013-08-27

    Merge pull request #833 from Cracert/master

    Polish translation update

Robert Szczepanek <robert@szczepanek.pl>	2013-08-27

    pl translation update

Werner Macho <werner.macho@gmail.com>	2013-08-27

    translation update: pt_BR by Arthur

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-27

    [ogr] Blacklist datetime field type for OGR provider

Werner Macho <werner.macho@gmail.com>	2013-08-27

    translation update: sl_SI by Joze

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-27

    [ogr] Fix date field length for native type

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-08-27

    Fix transparent 1 pixel borders in raster layer, caused by rounding to int

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-27

    fix capture coordinate plugin: refs pull request #803

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-27

    [pyqgis-console] small fix for autocompletion bracket, also sets to False the default setting

Merge: 97a3a4f0b2 239810581b
Borys Jurgiel <info@borysjurgiel.pl>	2013-08-27

    Merge pull request #769 from vinayan/topol

    Fix #5181,#4761 - Ftools-Distance Matrix

Juergen E. Fischer <jef@norbit.de>	2013-08-27

    fix 16f768f9

Merge: e0a1d153a9 28001918e5
Werner Macho <werner.macho@gmail.com>	2013-08-27

    Merge pull request #832 from asiersarasua/master

    Basque translation update

asiersarasua <asier.sarasua@gmail.com>	2013-08-27

    Basque translation update

Werner Macho <werner.macho@gmail.com>	2013-08-27

    translation update: ko_KR by BJ Jang

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-08-27

    Consider default CRS in new shape / spatialite dialogs

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-27

    [dualview] Disable fields when ending an edit session

Werner Macho <werner.macho@gmail.com>	2013-08-27

    translation update for gl, id, nl and pt_PT

Merge: 80c9199069 c6e483890b
Werner Macho <werner.macho@gmail.com>	2013-08-27

    Merge pull request #831 from artfwo/raster-minmax-label-fix

    Untranslatable strings and formatting of the raster min/max label

Artem Popov <artfwo@gmail.com>	2013-08-16

    Untranslatable strings and formatting of the raster min/max label

pcav <cavallini@faunalia.it>	2013-08-26

    More IT GUI translation

Juergen E. Fischer <jef@norbit.de>	2013-08-26

    show word size (32/64 bit) in about box title

Werner Macho <werner.macho@gmail.com>	2013-08-26

    translation update: sv by victor

Werner Macho <werner.macho@gmail.com>	2013-08-26

    translation update: fi by Kari

Merge: b08f47d28c 071fa924be
Artem Popov <artfwo@gmail.com>	2013-08-26

    Merge remote-tracking branch 'upstream/master'

Werner Macho <werner.macho@gmail.com>	2013-08-26

    translation update for all languages

Werner Macho <werner.macho@gmail.com>	2013-08-26

    reverting c9e9260d

Juergen E. Fischer <jef@norbit.de>	2013-08-26

    german translation update

Merge: f5ca5336a8 45c5a8c7c4
Werner Macho <werner.macho@gmail.com>	2013-08-25

    Merge pull request #815 from artfwo/raster-minmax-label-fix

    Untranslatable strings and formatting of the raster min/max label

Merge: 58a3f01f9e dffd64c349
Werner Macho <werner.macho@gmail.com>	2013-08-25

    Merge pull request #816 from artfwo/properties-untranslatable-tooltip

    Fix untranslatable tooltip in project properties.

Merge: 78264a0720 3706786f6c
Werner Macho <werner.macho@gmail.com>	2013-08-25

    Merge pull request #830 from artfwo/master

    Russian translation update.

Merge: 3706786f6c 78264a0720
Artem Popov <artfwo@gmail.com>	2013-08-26

    Merge remote-tracking branch 'upstream/master'

Artem Popov <artfwo@gmail.com>	2013-08-26

    Russian translation update.

Victor Olaya <volayaf@gmail.com>	2013-08-26

    [processing] aded dual support for saga 2.1 and 2.0.8

    several minor bugs and improvements

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    german translation update

Werner Macho <werner.macho@gmail.com>	2013-08-25

    translation update: nl by Richard

Merge: bb798b4ab3 8e437912b4
mhugent <marco.hugentobler@sourcepole.ch>	2013-08-25

    Merge pull request #829 from mhugent/ogr_odbc_subset

    Fix subset for ODBC ogr layers

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    speedup creation of spatialite database in tests

pcav <cavallini@faunalia.it>	2013-08-25

    More IT GUI translation

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    osgeo4w64: run Nightly instead of Experimental

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    fix doxygen and unused warnings

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    remove line decoration symbol layer test (followup aaef9478)

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    cleanup c++filt

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    show running GEOS version in about

Juergen E. Fischer <jef@norbit.de>	2013-08-25

    creatensis.pl: allow installation from other osgeo4w url and collect license texts

Merge: 6937e4f913 6899a1756c
mhugent <marco.hugentobler@sourcepole.ch>	2013-08-24

    Merge pull request #800 from minorua/8440

    If ignoreShapeEncoding is false, clear SHAPE_ENCODING after creating shapefile with SHAPE_ENCODING="" (fix #8440)

Werner Macho <werner.macho@gmail.com>	2013-08-24

    changes to make function help look the same

Werner Macho <werner.macho@gmail.com>	2013-08-24

    translation update: es by carlos

pcav <cavallini@faunalia.it>	2013-08-23

    One translator missing

pcav <cavallini@faunalia.it>	2013-08-23

    Updated list of translators

Merge: c9cf745268 8aa779500b
pcav <cavallini@faunalia.it>	2013-08-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

pcav <cavallini@faunalia.it>	2013-08-23

    More IT GUI translation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-08-23

    Move subset string creation in own method to avoid code duplication

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-08-23

    Fix subset in ogr provider for ODBC driver

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-23

    Update docstring

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-23

    [dualview] Remove attrs from feature dialog when deleted (Fix #8504)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-08-23

    Fix form annotations not showing in composer

Merge: f8ac3a4ee0 fc2a4a14fa
Giuseppe Sucameli <brush.tyler@gmail.com>	2013-08-23

    Merge pull request #827 from slarosa/fix_6892

    [dbmanager] skip RuntimeError: fixes #6892

Merge: 418ba870fb dd0eda2762
Werner Macho <werner.macho@gmail.com>	2013-08-23

    Merge pull request #828 from Jean-Roc/traduction_ui

    update french translation

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-08-23

    update french translation

Juergen E. Fischer <jef@norbit.de>	2013-08-22

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2013-08-22

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-08-22

    remove line decoration symbol layer (fixes #8379)

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-22

    [dbmanager] skip RuntimeError: fixes #6892

Merge: 1bb27253c5 a765b5a644
mhugent <marco.hugentobler@sourcepole.ch>	2013-08-22

    Merge pull request #824 from rldhont/8473

    FIX BUG #8473 Cannot rename layers in composer legend

D'Hont René-Luc <rldhont@gmail.com>	2013-08-19

    FIX BUG #8473 Cannot rename layers in composer legend

    If the layer is a raster layer, the layer label is not updated with the
    user defined text.
    If the layer is a vector layer with simple symbol the symbol label
    cannot be updated and be blocked at layer name. The label can be the
    symbol user label, the layer user label, the layer title or the layer
    name.

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-22

    remove context help for mapserver export plugin: followup 441a46b

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-22

    [pyqgis-console] sextante => processing renaming: followup ec82b52

Luigi Pirelli <luipir@gmail.com>	2013-08-22

    better message logging for WMS retry

Luigi Pirelli <luipir@gmail.com>	2013-08-22

    WMS Tile retry feature

Werner Macho <werner.macho@gmail.com>	2013-08-22

    translation update: no by james and es by carlos

Larry Shaffer <larrys@dakotacarto.com>	2013-08-20

    [labeling] Add local preconfigured test server unit tests class

    - Add control images for server output
    - Add class for comparison against canvas output

Larry Shaffer <larrys@dakotacarto.com>	2013-08-20

    Add simple local test server convenience classes for unit tests

Larry Shaffer <larrys@dakotacarto.com>	2013-08-20

    [labeling] Update unit test control images, features db and .qml styles

Larry Shaffer <larrys@dakotacarto.com>	2013-08-20

    [labeling] Make test font available for app, tests, server without requiring font install

    - Load test font from testdata.qrc if app or server built with ENABLE_TESTS
    - Add global loading of test font in utilities.py

Merge: 363b5deb85 54b45e7c38
Werner Macho <werner.macho@gmail.com>	2013-08-21

    Merge pull request #825 from yoichigmf/for_pull_req

    update GUI translation JA

yoichigmf <yoichi.kayama@gmail.com>	2013-08-21

    update GUI translation JA

Werner Macho <werner.macho@gmail.com>	2013-08-21

    allowing negative values in fixed buffer distance

Borys Jurgiel <info@borysjurgiel.pl>	2013-08-20

    translation update: pl

Juergen E. Fischer <jef@norbit.de>	2013-08-20

    followup b9b8a039: wthh?

Juergen E. Fischer <jef@norbit.de>	2013-08-20

    fix #8488: use QgsMimeDataUtils to decode uris when dropping into db_manager

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-20

    Followup 2995bdcf: Don't iterate changed geometries twice

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-20

    Render added/changed features on top

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-20

    [processing] drop old icon

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-20

    also update icon

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-20

    update console for sextante renaming

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-20

    more fixes after sextante renaming

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-20

    [sextante] more import fixes

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-20

    [sextante] regenerate ui and resources

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-20

    [sextante] fix imports

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-20

    fix CMakeLists.txt after renaming sextante

Victor Olaya <volayaf@gmail.com>	2013-08-12

    renamed "sextante" to "processing"

Larry Shaffer <larrys@dakotacarto.com>	2013-08-19

    [labeling] Reinstate old pan icon for label placement section's icon

Daniel Vaz <daniel.vaz@jacto.com.br>	2013-08-17

    Update feature count on layer modification (Fix #8445)

Borys Jurgiel <info@borysjurgiel.pl>	2013-08-19

    translation update: pl

Werner Macho <werner.macho@gmail.com>	2013-08-19

    translation update and changes in galician language naming

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-19

    [sextante] fix handling of vectors in scripts and R providers (closes #8483)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-08-19

    Add png8 format string for qgis server and umn

Juergen E. Fischer <jef@norbit.de>	2013-08-18

    * also intialize mCalc member of QgsExpression in protected ctor (fixes #8475)
    * avoid nesting ogc:Filter in ogc:Filter (createFunctionElement already returns a filter)

Juergen E. Fischer <jef@norbit.de>	2013-08-18

    debian packaging: disable globe plugin on sid (apparently doesn't support OSG 3.2 in sid yet)

Juergen E. Fischer <jef@norbit.de>	2013-08-18

    msvc: build with multiple processes

Radim Blazek <radim.blazek@gmail.com>	2013-08-18

    Disable VSI cache before GDALGetOverviewCount, workaround for GDAL ticket 5170, hopefully fixes #8356

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-08-17

    check for bundled GRASS for gisbase on OS X

Merge: 0b5c4eb4c4 b1bad519dd
Werner Macho <werner.macho@gmail.com>	2013-08-17

    Merge pull request #821 from asiersarasua/master

    Basque translation update

asiersarasua <asier.sarasua@gmail.com>	2013-08-17

    Basque translation update

Werner Macho <werner.macho@gmail.com>	2013-08-17

    translation update: fi by Kari

Larry Shaffer <larrys@dakotacarto.com>	2013-08-16

    Fix crash when server source select dialogs go into background on Mac

Larry Shaffer <larrys@dakotacarto.com>	2013-08-16

    [labeling] Refactor unit tests so all render check tests can be inherited by all output test classes (canvas, composer, server)

    - Add openInBrowserTab function to utilities

Juergen E. Fischer <jef@norbit.de>	2013-08-16

    sync GPL with original

Borys Jurgiel <info@borysjurgiel.pl>	2013-08-16

    translation update: pl

Merge: 6366f5b272 4957d57cd8
Werner Macho <werner.macho@gmail.com>	2013-08-16

    Merge pull request #820 from Jean-Roc/traduction_ui

    update french translation

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-08-16

    update french translation

Juergen E. Fischer <jef@norbit.de>	2013-08-16

    german translation update

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-15

    update to new icon (follow up 0150799e78)

Werner Macho <werner.macho@gmail.com>	2013-08-16

    translation update: da_DK by Jacob

Werner Macho <werner.macho@gmail.com>	2013-08-16

    translation update: no by James

Werner Macho <werner.macho@gmail.com>	2013-08-16

    translation update: string update for all languages

Merge: 116bbff23b 2a4f4d6990
Nathan Woodrow <madmanwoo@gmail.com>	2013-08-16

    Merge pull request #818 from 3nids/undodigitize

    fix crash at undo in digitize

Merge: 4e699971c3 96834b229b
Werner Macho <werner.macho@gmail.com>	2013-08-16

    Merge pull request #819 from artfwo/master

    Russian translation update.

Artem Popov <artfwo@gmail.com>	2013-08-16

    Russian translation update.

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-16

    fix crash at undo in digitize

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-08-16

    Fix #8471

Merge: 2046342409 d10872a063
mhugent <marco.hugentobler@sourcepole.ch>	2013-08-15

    Merge pull request #817 from artfwo/save-style-window-title-fix

    Fix window title in qgssavetodbdialog.ui

Artem Popov <artfwo@gmail.com>	2013-08-16

    Fix window title in qgssavetodbdialog.ui

Artem Popov <artfwo@gmail.com>	2013-08-16

    Fix untranslatable tooltip in project properties.

Artem Popov <artfwo@gmail.com>	2013-08-16

    Untranslatable strings and formatting of the raster min/max label

Merge: 74367c5b7f 9d1975213a
Werner Macho <werner.macho@gmail.com>	2013-08-15

    Merge pull request #814 from slarosa/fix_8469

    [topology-checker] skips raster layers: fixes #8469

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-15

    [topology-checker] skips raster layers: fixes #8469

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-08-15

    Simple marker: use limit for cache image size. Fixes #8386

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-16

    Remove messageitem id

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-15

    Add GUI_Export, Reorder widgets

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-15

    add destructor

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-09

    more complete QgsMessageBarItem: inherits from QWidget to allow further editing

Merge: 25e79f9f3b 66a7afa8e6
Tim Sutton <tim@linfiniti.com>	2013-08-15

    Merge pull request #698 from 3nids/svgpan

    SVG for pan icons

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-04

    replace pan icon by a hand, and accord panToSelected to already used colors

Merge: 58b79108ea 93a5879f86
Nathan Woodrow <madmanwoo@gmail.com>	2013-08-14

    Merge pull request #811 from 3nids/fixrubber

    fix appearance of point rubber bands at small scales

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-15

    fix mixing pixels and map units in calculation of update rectangle

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-14

    avoid duplication of points in rubberbands of point geometry

Juergen E. Fischer <jef@norbit.de>	2013-08-14

    osgeo4w: fix install in directory with blanks (fixes #8398)

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-14

    [sextante] update modeller to changes in parameter vector

Merge: fef6e2b601 bc0723228e
Nathan Woodrow <madmanwoo@gmail.com>	2013-08-14

    Merge pull request #810 from 3nids/fixwarning

    fix warning

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-14

    fix warning

Larry Shaffer <larrys@dakotacarto.com>	2013-08-13

    [labeling] Unit tests update

    - Fix unpacking of render check results (fix false positives)
    - Push opening of report to background process for Linux
    - Report all failures to one random temp HTML file
    - Better HTML output for report

Merge: d1768b85fc fcb6d64e02
Salvatore Larosa <lrssvtml@gmail.com>	2013-08-13

    Merge pull request #806 from 3nids/fix8399

    fix #8399 do not use pattern in SVG

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-13

    homgenize oracle icons

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-13

    do not use pattern

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-13

    [SIP] Change all occurences of convert[From|To]Instance to convert[From|To]Type
    Removal of these deprecated calls is expected to improve stability

Radim Blazek <radim.blazek@gmail.com>	2013-08-13

    correctly delete last digitized point, fixes #8462

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-13

    remove mapserver_export plugin (manual merge for pull-request 642)

Radim Blazek <radim.blazek@gmail.com>	2013-08-13

    Disable VSI cache before GDALRasterIO, workaround for GDAL ticket 5170, fixes #8356

Larry Shaffer <larrys@dakotacarto.com>	2013-08-12

    [labeling] Unit test cleanup and add ability to output reports on bad render checks to web browser

Nyall Dawson <nyall.dawson@gmail.com>	2013-08-13

    Fix indexOf checks in setDisplayField, make sure they are case insensitive

Nyall Dawson <nyall.dawson@gmail.com>	2013-08-13

    Make sure updateFields() is called before setDisplayField for new vector layers (fix #8311)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-13

    Set alpha for rubber bands. Fix #8463

Larry Shaffer <larrys@dakotacarto.com>	2013-08-12

    [pluginmanager] Fix horizontal stretch of vertical tabs sidebar

Chris Crook <ccrook@linz.govt.nz>	2013-08-13

    Fixing potential infinite loop when rescanning file too early and
    removing unnecessary multiple rescans as file is progressively updated

Richard Duivenvoorde <richard@duif.net>	2013-06-09

    purge olde PluginInstallerDialog context help

    there will be a new QgsPluginManager help file

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-12

    Fix some minor messagebar issues

Juergen E. Fischer <jef@norbit.de>	2013-08-07

    update for visual c++ 2010:
    * use shorter target names for python plugins
    * add build scripts for 64bit
    * use nircmd in postinstall

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-12

    correct handling for non ASCII characters in plugin installer (fix #8452)

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-12

    fix copying to clipboard in fTools (closes #8442)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-12

    Get rid of compiler warnings

Werner Macho <werner.macho@gmail.com>	2013-08-12

    translation update: hu by Zoltan

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-12

    Fix #7012

Minoru Akagi <akaginch@gmail.com>	2013-08-12

    If ignoreShapeEncoding is false, clear SHAPE_ENCODING after creating shapefile with SHAPE_ENCODING="" (fix #8440)
    Spit: apply SHAPE_ENCODING to shape layer opening

Larry Shaffer <larrys@dakotacarto.com>	2013-08-08

    [labeling] Initial python unittest setup and some tests

    - Note: some tests will fail until differences in platform dpi are worked out

Merge: 58477fea01 0d34eb1c8d
Werner Macho <werner.macho@gmail.com>	2013-08-11

    Merge pull request #801 from yoichigmf/work_translation

    translation update: ja by Yoichi

yoichigmf <yoichi.kayama@gmail.com>	2013-08-11

    update GUI translation JA

Werner Macho <werner.macho@gmail.com>	2013-08-11

    translation update: es by Carlos

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-10

    [pyqgis-console] fixes translation strings: avoids UnicodeEncode error

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-10

    [pyqgis-console] more encoding fix.

Victor Olaya <volayaf@gmail.com>	2013-08-09

    [sextante] edited/added saga descriptions

Werner Macho <werner.macho@gmail.com>	2013-08-09

    translation update: da_DK and es

Juergen E. Fischer <jef@norbit.de>	2013-08-09

    german translation update

Artem Popov <artfwo@gmail.com>	2013-08-07

    Fix untranslatable strings in qgsstylev2managerdialog.cpp

pcav <cavallini@faunalia.it>	2013-08-09

    Updated list of IT translators

Merge: 2087de1060 c1cde94c4c
Nathan Woodrow <madmanwoo@gmail.com>	2013-08-08

    Merge pull request #798 from 3nids/maptoolcapturerubber

    [fix #8395] Add a second rubber band in map tool capture

Nyall Dawson <nyall.dawson@gmail.com>	2013-08-09

    Add note that non-greedy regular expressions are not supported to function help

pcav <cavallini@faunalia.it>	2013-08-08

    More IT GUI translation

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-08

    [ftools] add warning for simplify tool when no one layer has been selected

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-08

    set pen/brush style for rubber band

    alpha channel for color of digitizing rubber band

    second rubberband to distinguish drawn vertices from next possible point in digitization

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-08

    [ftools] fix export/add geometry tool: refresh attributes map

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-08

    Split feature tool: Feedback in the messagebar instead of QMessageBox

Werner Macho <werner.macho@gmail.com>	2013-08-08

    translation update: another kr update

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-08

    [attrtable] Dismiss cached data when column is removed (Fix #8405)

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-08

    [sextante] fix obtaining vector layers

Merge: b88b76b510 0523e8984c
alexbruy <alexander.bruy@gmail.com>	2013-08-08

    Merge pull request #760 from ddanielvaz/partial-fix-7708

    Partial fix for #7708

Merge: 6fe077ca17 25c4337338
alexbruy <alexander.bruy@gmail.com>	2013-08-08

    Merge pull request #755 from ddanielvaz/fix-4189

    Fix #4189

Werner Macho <werner.macho@gmail.com>	2013-08-08

    translation updates: fi, kr, and new translator added

Merge: 1a18fba2f8 a523fa51dc
Werner Macho <werner.macho@gmail.com>	2013-08-08

    Merge pull request #792 from lynxlynxlynx/master

    Translation update, combobox fix and triviality

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-08

    [dbmanager] set columns tab as default in edit table widget (before was indexes tab)

Merge: 1e28ce5273 34344c508d
Werner Macho <werner.macho@gmail.com>	2013-08-08

    Merge pull request #797 from Jean-Roc/master

    update frenchu translation

Merge: 41f8abb159 001ad1265f
alexbruy <alexander.bruy@gmail.com>	2013-08-08

    Merge pull request #791 from alexbruy/annotation-dialog

    set HTML annotation dialog title (fix #8414)

Nyall Dawson <nyall.dawson@gmail.com>	2013-08-08

    Fix regexp_substr expression to correctly return only first matched group, not entire matched string

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-08

    Follow up for Fix #8411

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-08

    Fix #8411

    Suppress warnings for setNamedColour.
    Warnings reneder composer unusable on windows, even for testing reasons.

Merge: 113e6fbb84 e63aaa098d
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2013-08-07

    Merge pull request #2 from haubourg/master

    contribution de traduction pour le QgS labeling GUI

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-07

    [pyqgis-console] encoding to utf-8 when open or save a script file: again fixes for non-ascii chars

Régis Haubourg <regis.haubourg@eau-adour-garonne.fr>	2013-08-07

    update fr translation labeling gui

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-07

    skip NaN values when calculating zonal statistics

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-07

    Remove ERDAS EULA for now.  Will be added on release

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-07

    [pyqgis-console] small fix for non-ascii chars

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-07

    Don't hardcode alpha in rubberband

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-07

    Add ERDAS ECW licence terms.  New licence tab in about dialog

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-07

    add menu entry for select by expression

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-08-07

    Mapserver: fix automatic normalisation of layer bbox (invalid bbox must stay invalid)

Merge: 6149b3a6fa 86a0da07f9
Werner Macho <werner.macho@gmail.com>	2013-08-06

    Merge pull request #793 from 3nids/typo

    typo

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-08-07

    typo

Merge: 020ed2c537 7608faf6cb
Nyall Dawson <nyall.dawson@gmail.com>	2013-08-06

    Merge pull request #789 from nyalldawson/bug8192

    Fix bounding box calculation for features with NULL geometry (fixes #8192, #8194)

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2013-08-06

    doc/TRANSLATORS: added myself to the list

    was "only" in CONTRIBUTORS before

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2013-08-06

    i18n: slovenian ellipsis is "non-contact" unless used for an unfinished word

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2013-08-06

    i18n: slovenian translation update (not full)

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2013-08-06

    QgsDecorationGridDialog: fixed the "Horizontal and Vertical" option

    It was set with a lowercase v and then checked with an uppercase one:
    qgsdecorationgriddialog.cpp:57:      tr( "Horizontal and vertical" ) );
    qgsdecorationgriddialog.cpp:145:  else if ( text == tr( "Horizontal and Vertical" ) )

    The lowercase variant is newer when you check the translation files - nobody
    has it translated without also having the uppercase one too.

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2013-08-05

    FindQsci: removed the unused exception holder variable

    master didn't build without that:
    -- Found PyQt4 version: 4.10
      File "~/carina/Quantum-GIS/cmake/FindQsci.py", line 41
        except ImportError, e:
                          ^
    SyntaxError: invalid syntax

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-06

    set HTML annotation dialog title (fix #8414)

Werner Macho <werner.macho@gmail.com>	2013-08-06

    translation update: no by james

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-06

    [sextante] update algorithms to changes in ParameterVector

Alexander Bruy <alexander.bruy@gmail.com>	2013-08-06

    [sextante] allow to select multiple geometry types for ParameterVector

Minoru Akagi <akaginch@gmail.com>	2013-07-18

    OgrProvider: fix query encoding issues

Régis Haubourg <regis.haubourg@eau-adour-garonne.fr>	2013-08-06

    Revert "minor fr ui translation"

    This reverts commit 73142defece5bb47f32af3aca9d322d266c5ebd9.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-06

    Memory provider iterator: setFields on filtered requests
    ... so QGIS doesn't crash on name based lookups of attributes

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-06

    [ftools] fix polygon from layer extent tool:
    with the "Calculate extent for each feature separately" option ticked, it generates a python error.

Merge: 018e95845f 73142defec
Werner Macho <werner.macho@gmail.com>	2013-08-05

    Merge pull request #790 from haubourg/master

    minor fr ui translation

Régis Haubourg <regis.haubourg@eau-adour-garonne.fr>	2013-08-05

    minor fr ui translation

    My first commit using github, please tell me if something is not done
    correctly. régis

Borys Jurgiel <info@borysjurgiel.pl>	2013-08-04

    [Plugin Installer] fix #8410

Merge: 53e6d8c491 9292333acc
Jürgen Fischer <jef@norbit.de>	2013-08-04

    Merge pull request #643 from rduivenvoorde/optionalcleanups

    Optional cleanups

nyalldawson <nyall.dawson@gmail.com>	2013-08-04

    Skip missing geometries when calculating extent (fixes #8192, #8194)

nyalldawson <nyall.dawson@gmail.com>	2013-08-04

    Return minimal QgsRectangle as boundingBox if geometry not available, since QgsRectangle(0,0,0,0) may be a valid bounding box for some geometries

Merge: e76fc956f6 21fcfd1052
Werner Macho <werner.macho@gmail.com>	2013-08-04

    Merge pull request #787 from Jean-Roc/master

    update fr ui

Merge: 834c5ab172 3720feb587
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2013-08-04

    Merge pull request #1 from msemchaoui/msemchaoui_branche

    MàJ_traductionQGIS2_Mehdi

Minoru Akagi <akaginch@gmail.com>	2013-08-04

    GdalTools: apply selected name filter to -of parameter (fix #8408)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-04

    Add tooltips for expression builder. Fix #7978

Larry Shaffer <larrys@dakotacarto.com>	2013-08-03

    Switch targets staged_[plugin_dir_name] to staged-[plugin_dir_name], as noted in comments

    - Only plugin directories should have underscores, targets should have hyphens

Larry Shaffer <larrys@dakotacarto.com>	2013-08-03

    [dbmanager] Add missing InvalidDataException import

Larry Shaffer <larrys@dakotacarto.com>	2013-08-03

    [dbmanager] Fix settings default and Python type for connection with postgis plugin

    - Saved connections with empty password raised a QPyNullVariant parameter error due to lack of str default

Larry Shaffer <larrys@dakotacarto.com>	2013-08-03

    [dbmanager] Fix non-clickable checkbox in Null column when creating table (on Mac)

    - Switch from checkbox delegate to Qt::CheckStateRole for column
    - Enable all triggers for table view

Merge: 0367182ce4 4cb5d04848
volaya <volayaf@gmail.com>	2013-08-03

    Merge pull request #784 from ricardogsilva/sextante_issue_8407

    Fix for issue #8407 - Allow selecting between file or directory when using a File Parameter in the modeler

msemchaoui <cartographie@hotmail.fr>	2013-08-03

    MàJ_traductionQGIS2_Mehdi

ricardogsilva <ricardo.garcia.silva@gmail.com>	2013-08-03

    added the possibility to choose between file or folder for File Parameters in the modeller

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-03

    Add schema for mssql when setting where clause

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-08-03

    Add __iter__ for QgsFeature

Juergen E. Fischer <jef@norbit.de>	2013-08-03

    german translation update

Artem Popov <artfwo@gmail.com>	2013-08-02

    Correct window title in the export error messagebox.

Artem Popov <artfwo@gmail.com>	2013-08-02

    Add plural form in QgsMessageBar

Artem Popov <artfwo@gmail.com>	2013-07-30

    Russian translation update.

Artem Popov <artfwo@gmail.com>	2013-07-30

    Fix untranslatable string in QgsRasterDataProvider

Artem Popov <artfwo@gmail.com>	2013-07-29

    Russian translation update.

Werner Macho <werner.macho@gmail.com>	2013-08-03

    change window title

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-02

    [ftools][fix #8390] fix typo

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-02

    [dbmanager] avoid double extension when exports to file a table

Salvatore Larosa <lrssvtml@gmail.com>	2013-08-02

    [pyqgis-console][fix #8392] automatically removes the redundant char when autoclosing brackets option is enabled

Juergen E. Fischer <jef@norbit.de>	2013-08-02

    Update 'Add WMS Layer...' to 'Add WMTS/WMTS Layer...' (followup d1de07a2)
    and finish german translation

    --
    perl -0777 -i.bak -pe 's#<source>Add WMS Layer...(</source>\s+<translation)>#<source>Add WMS/WMTS Layer...$1 type="unfinished">#' i18n/qgis_*.ts
    perl -i.bak -pe 's#<source>Add WMS Layer...</source>#<source>Add WMS/WMTS Layer...</source>#' i18n/qgis_*.ts

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-02

    Fix possible crash on exit

Werner Macho <werner.macho@gmail.com>	2013-08-02

    translation update: da by Jacob

Juergen E. Fischer <jef@norbit.de>	2013-08-02

    fix #8396

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-08-01

    Fix QgsVectorLayer::EditType API doc

Merge: 7c312f8a91 efd84bd022
Giuseppe Sucameli <brush.tyler@gmail.com>	2013-08-01

    Merge pull request #780 from slarosa/db_manager_fix

    Small fix for DB Manager

Salvatore Larosa <lrssvtml@gmail.com>	2013-07-31

    [dbmanager] set focus to SQL query TextEdit and change to ScrollToPixel the result query area

Werner Macho <werner.macho@gmail.com>	2013-07-31

    translation update

Merge: 200fae7441 d7119f0fc9
Werner Macho <werner.macho@gmail.com>	2013-07-31

    Merge pull request #766 from imincik/slovak

    Slovak translation update.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-31

    Fix point displacement in print (ticket #8377)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-31

    Quote layer names in raster calculator

pcav <cavallini@faunalia.it>	2013-07-31

    More IT GUI translation

Merge: b9c9ec440b 3aad6df8cc
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-30

    Merge pull request #779 from ajdunlap/patch-1

    Call QCoreApplication.processEvents() after writing to Python console. Fix #8343

Alexander J. Dunlap <alexander.dunlap@gmail.com>	2013-07-30

    Update console_output.py

    Call QCoreApplication.processEvents() after writing to Python console, enabling incremental output from Python scripts. Fixes #8343.

Borys Jurgiel <info@borysjurgiel.pl>	2013-07-30

    [Plugin Installer] Don't forget about plugins in QGIS-PLUGINPATH env variable. Fix #8376

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-30

    Server: apply project related labeling settings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-30

    [ogr] Rename columns with non-unique name (Fix #8385)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-30

    Followup for 8414345
    Remove unreleased code

Victor Olaya <volayaf@gmail.com>	2013-07-30

    [sextante] made parameter harcoded in saga shapestogrid algorithm

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-30

    Doc for editor widget types

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-30

    Fix rounding in composer item text width calculation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-30

    [symbology] Markerline does not crash on empty lines (Fix #8381)

Merge: 812d1ed1d8 6fce142db9
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-29

    Merge pull request #765 from 3nids/rightclickdigitize

    right click ends digitizing without adding a vertex

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-25

    right click ends digitizing without adding a vertex

Merge: a13cdf8fb9 eeaa867e10
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-29

    Merge pull request #776 from Oslandia/issue7926

    - fix #7926

Juergen E. Fischer <jef@norbit.de>	2013-07-29

    osgeo4w: update to grass 6.4.3

Larry Shaffer <larrys@dakotacarto.com>	2013-07-29

    [sextante] fix duplicate plugin install target build error

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-29

    Drag and drop editor: Don't crash with hidden field (Fix #8380)

Alexander Bruy <alexander.bruy@gmail.com>	2013-07-29

    [sextante] add example provider code

Larry Shaffer <larrys@dakotacarto.com>	2013-07-29

    Fix some more icon path warnings

vmora <vincent.mora@oslandia.com>	2013-07-29

    - fix #7926
    - the painting is ended if image cannot be allocated in renderer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-28

    Switch from deprecated sip*Instance* calls to sip*Type* calls
    Min SIP version 4.8

Merge: 8b415708b1 9cabd33c0c
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-28

    Merge pull request #773 from slarosa/fix_8366

    Fix #8366

Salvatore Larosa <lrssvtml@gmail.com>	2013-07-28

    [pyqgis-console] remove unused code

Salvatore Larosa <lrssvtml@gmail.com>	2013-07-28

    Fix #8366

Juergen E. Fischer <jef@norbit.de>	2013-07-28

    fix a3c1326

Juergen E. Fischer <jef@norbit.de>	2013-07-28

    add install of missing API headers

Juergen E. Fischer <jef@norbit.de>	2013-07-28

    use gdb only for crash reports (followup e4fed741)

Larry Shaffer <larrys@dakotacarto.com>	2013-07-28

    Fix some icon path warnings

Juergen E. Fischer <jef@norbit.de>	2013-07-27

    remove qgis.xpm from images.qrc (followup 8b5f22eef)

Juergen E. Fischer <jef@norbit.de>	2013-07-27

    debugging improvements

Juergen E. Fischer <jef@norbit.de>	2013-07-27

    labeling: fix missing fonts warning

Juergen E. Fischer <jef@norbit.de>	2013-07-27

    - fix runtime gui warnings
    - remove xpms
    - also use qgis-icon-60x60.png as window icon on linux

Juergen E. Fischer <jef@norbit.de>	2013-07-27

    raise Qt dependency to 4.5

Juergen E. Fischer <jef@norbit.de>	2013-07-26

    qgsexpression: lazy initialization of geometry calculator

Victor Olaya <volayaf@gmail.com>	2013-07-27

    [sextante] fixed proximity algorithm.

    modified wrong test model

Victor Olaya <volayaf@gmail.com>	2013-07-27

    [sextante]renamed wrong saga description file

Radim Blazek <radim.blazek@gmail.com>	2013-07-27

    Workaround for GDAL ticket 5170, fixes #8356

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-27

    Clean up return from form Python init function

Larry Shaffer <larrys@dakotacarto.com>	2013-07-26

    Initialize bool for showing label drop shadow debug rectangles

Larry Shaffer <larrys@dakotacarto.com>	2013-07-26

    Fix help viewer bundled lib path on Mac with symlink

Juergen E. Fischer <jef@norbit.de>	2013-07-26

    fix vc warnings

vinayan <vinayan123@gmail.com>	2013-07-26

    fix distance matrix k and k-1 issue

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-26

    Dismiss render cache when selection is modified (Fix #8346)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-26

    Keep the return value of Python init function alive while form open

Tim Sutton <tim@linfiniti.com>	2013-07-26

    Python formatting cleanups for zonal stats and raster layer tests

Tim Sutton <tim@linfiniti.com>	2013-07-26

    Small optimisation for zstats so that we dont do more expensive geoemtry operation when we know that cell value is null already.

Ivan Mincik <ivan.mincik@gmail.com>	2013-07-26

    Slovak translation update.

Juergen E. Fischer <jef@norbit.de>	2013-07-25

    partly revert 1d5712c4

D'Hont René-Luc <rldhont@gmail.com>	2013-07-12

    [QGIS-Server] Add vectorJoins

    Vector joins is based on qgsMapLayerRegistry. Vector joins has to be
    used for getFeatureInfo and getMap WMS Server Request and for
    describeFeatureType and getFeature WFS Server Request.

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-25

    Change colour of snap marker to make it easier to see

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-25

    Fix missing alpha picker

Nyall Dawson <nyall.dawson@gmail.com>	2013-07-25

    Also set focus to text box after double clicking lists in vector field dialog

Werner Macho <werner.macho@gmail.com>	2013-07-24

    translation update: sv by victor

Werner Macho <werner.macho@gmail.com>	2013-07-24

    translation update: vietnamese

Werner Macho <werner.macho@gmail.com>	2013-07-24

    translation update: czech by Jan

Merge: 382e300c22 09b6bf9520
Werner Macho <werner.macho@gmail.com>	2013-07-24

    Merge pull request #764 from imincik/slovak

    Slovak translation update.

Ivan Mincik <ivan.mincik@gmail.com>	2013-07-24

    Slovak translation update.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-24

    Fix double layer space in GetLegendGraphic and remove code redundancy

Merge: 0e55d55e18 a1632d9366
Werner Macho <werner.macho@gmail.com>	2013-07-23

    Merge pull request #763 from SrNetoChan/master

    PT_pt GUI Translation

Nyall Dawson <nyall.dawson@gmail.com>	2013-07-24

    Set focus to expression text box after double clicking lists in expression builder widget

SrNetoChan <senhor.neto@gmail.com>	2013-06-03

    PT_pt GUI Translation

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-23

    Revert "Delete rubberband if deactivating capture tool" Fix #8348

    This reverts commit b5a5264c7fcf165d9c2a8dc48db180ea6f9e8fb6.

Werner Macho <werner.macho@gmail.com>	2013-07-23

    translation update: es by carlos

Victor Olaya <volayaf@gmail.com>	2013-07-23

    [sextante] file selector and iterator buttons can be hidden now in parameters dialog if algorithm does not support them

Victor Olaya <volayaf@gmail.com>	2013-07-23

    [sextante] fixed error introduced in fields calculator

Werner Macho <werner.macho@gmail.com>	2013-07-23

    translation update: nb_NO by James

Merge: 5c2e3f3e92 82deaae73d
Werner Macho <werner.macho@gmail.com>	2013-07-23

    Merge pull request #762 from sbrunner/typo-fr

    Typo in qgis_fr.ts

Stéphane Brunner <stephane.brunner@camptocamp.com>	2013-07-23

    Typo in qgis_fr.ts

Victor Olaya <volayaf@gmail.com>	2013-07-23

    [sextante]fixed preprocessing of parameters

Victor Olaya <volayaf@gmail.com>	2013-07-23

    [sextante] fixes in saga algs an models

Victor Olaya <volayaf@gmail.com>	2013-07-23

    added modeler-only tools to simplified classification

Victor Olaya <volayaf@gmail.com>	2013-07-23

    [sextante] added preprocessing of input params for saga algorithms

Werner Macho <werner.macho@gmail.com>	2013-07-23

    translation update: es, fi, ko_KR thanks to contributors

Merge: 5ea75bd5f0 c7ca40a859
Jürgen Fischer <jef@norbit.de>	2013-07-23

    Merge pull request #761 from minorua/label_enc

    fix an encoding issue of QgsPalLabeling (fix #8347)

Minoru Akagi <akaginch@gmail.com>	2013-07-23

    fix an encoding issue of QgsPalLabeling (fix #8347)

Daniel Vaz <danielvaz@gmail.com>	2013-07-22

    Partial fix #7708

Juergen E. Fischer <jef@norbit.de>	2013-07-22

    symbology-ng: restore rotation (followup 1d5712c)

Juergen E. Fischer <jef@norbit.de>	2013-07-22

    symbology-ng: fix data defined properties of centroid fill markers (fixes #8318)

Juergen E. Fischer <jef@norbit.de>	2013-07-22

    allow debug messages with backtrace on linux

Juergen E. Fischer <jef@norbit.de>	2013-07-22

    symbology-ng: make dump() methods const

Juergen E. Fischer <jef@norbit.de>	2013-07-22

    QgsCredentials: fix sip bindings
    dbmanager: QgsCredentials is in core (fixes #8345)

Juergen E. Fischer <jef@norbit.de>	2013-07-22

    sync qgsrasterblock sip (followup eaa27aa4f)

Merge: bfcdc9349e 335d7f02b4
Jürgen Fischer <jef@norbit.de>	2013-07-22

    Merge pull request #758 from 3nids/siprasterblock

    [SIP] raster block: missing hasNoData()

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-22

    raster block: add missing hasNoData method in sip

Merge: d0d2511d13 d394811a08
Werner Macho <werner.macho@gmail.com>	2013-07-22

    Merge pull request #754 from ddanielvaz/ptBR

    pt-BR translation

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-22

    Auto save Python script file

Daniel Vaz <danielvaz@gmail.com>	2013-07-21

    Fix #4189

Juergen E. Fischer <jef@norbit.de>	2013-07-21

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-07-21

    raise cmake dependency to 2.8

Daniel Vaz <danielvaz@gmail.com>	2013-07-21

    Partial translation

Daniel Vaz <danielvaz@gmail.com>	2013-07-21

    partial translation to pt-BR

Daniel Vaz <danielvaz@gmail.com>	2013-07-19

    Partial translation

Juergen E. Fischer <jef@norbit.de>	2013-07-21

    test fixes:
    * use compareWkt in PyGeometry nad PyQgsRectangle
    * skip PySpatialiteProvider if pyspatialite is unavailable
    * show information about used fonts

Juergen E. Fischer <jef@norbit.de>	2013-07-21

    topology checker: catch difference error (fixes #7845)

Juergen E. Fischer <jef@norbit.de>	2013-07-21

    renderchecker: create world files

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-21

    Add missing alpha value option for colour ramps

Juergen E. Fischer <jef@norbit.de>	2013-07-20

    gml download: fix progress noise

Juergen E. Fischer <jef@norbit.de>	2013-07-20

    fix warning

Juergen E. Fischer <jef@norbit.de>	2013-07-20

    composer item group: fix destruction

Juergen E. Fischer <jef@norbit.de>	2013-07-20

    wfs feature iterator: support ExactIntersect (fixes #8310)

Juergen E. Fischer <jef@norbit.de>	2013-07-20

    composer: save/restore item groups (fixes #7675)

Juergen E. Fischer <jef@norbit.de>	2013-07-20

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-07-20

    debian packaging updates

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-19

    Update to new icon. Fix #6688

Juergen E. Fischer <jef@norbit.de>	2013-07-20

    fix typo

Juergen E. Fischer <jef@norbit.de>	2013-07-20

    browser: add credential dialog (fixes #6044)

Juergen E. Fischer <jef@norbit.de>	2013-07-19

    GdalTools: use int to compare versions (fixes #8323)

Juergen E. Fischer <jef@norbit.de>	2013-07-19

    test fixes:
    * port python test to sip api v2 (fixes #8314)
    * introduce compareWkt for more tolerant WKT comparisions in C++ tests
    * require UTF-8 locale for regression1141 test on linux

Juergen E. Fischer <jef@norbit.de>	2013-07-19

    catch transformation exceptions in pal labeling (fixes #7730)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-19

    Fix vertical alignment in data defined labeling

D'Hont René-Luc <rldhont@gmail.com>	2013-07-19

    Transform layerName for typeName in WFS GetCapabilities

Merge: ddef9a90ca 1faadbcd86
Werner Macho <werner.macho@gmail.com>	2013-07-19

    Merge pull request #750 from artfwo/master

    Fix misc typos and untranslatable strings

Artem Popov <artfwo@gmail.com>	2013-07-19

    Fix misc typos and untranslatable strings

Juergen E. Fischer <jef@norbit.de>	2013-07-19

    fix some tests:
    * put spatialite test database into temp path
    * relaxed WKT comparison

Juergen E. Fischer <jef@norbit.de>	2013-07-19

    also determine primary key in spatialite 4

Victor Olaya <volayaf@gmail.com>	2013-07-19

    [sextante]adapted some saga names

    Some code cleaning

Werner Macho <werner.macho@gmail.com>	2013-07-18

    translation update: sv by Victor

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-18

    Fix scaling of rotated svg markers if printing a QGIS server WMS with QGIS desktop

Victor Olaya <volayaf@gmail.com>	2013-07-18

    Changed how postexecution errors are handled in algorithms caling external apps

    Improved R error messages

Victor Olaya <volayaf@gmail.com>	2013-07-17

    [sextnate] minor algorithm improvements and renaming

Victor Olaya <volayaf@gmail.com>	2013-07-17

    [sextante] adapted SAGA binding to support different versions in windows and linux

Victor Olaya <volayaf@gmail.com>	2013-07-15

    Revert "[sextante] removed "lib" prefix in saga calls"

    This reverts commit 1c2e49ed249a89480c1195f50c96614dc72700d3.

    Conflicts:
            python/plugins/sextante/saga/SagaAlgorithm.py

pcav <cavallini@faunalia.it>	2013-07-18

    More IT GUI translation

vmora <vincent.mora@oslandia.com>	2013-07-18

    fix rubberband test

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-18

    Some further small improvements to QgsRubberband

vmora <vincent.mora@oslandia.com>	2013-07-18

    fix #4819
    improves rendering speed of complex rubberbands

vmora <vincent.mora@oslandia.com>	2013-07-17

    - fix issue4819
    - modify polygon render to exclude consectuvie points that are less than
      a pixel appart
    - moved inner loop debug prints to level 3 and 4 since they where
      slowing down too much the code in debug

Hugo Mercier <hugo.mercier@oslandia.com>	2013-07-18

    refs #8045 Fix python plugin path encoding issues

Hugo Mercier <hugo.mercier@oslandia.com>	2013-07-18

    refs #8045 Fix the way main() parse path names with special characters

Hugo Mercier <hugo.mercier@oslandia.com>	2013-07-18

    refs #8045 Add unit tests for path passed from command line

Juergen E. Fischer <jef@norbit.de>	2013-07-18

    adapt some tests to 'better' wkt (followup b1efd479)

Alexander Bruy <alexander.bruy@gmail.com>	2013-07-18

    fix PyQgsSymbolLayerV2 test

Merge: ab4fc785e8 728ec25f02
Werner Macho <werner.macho@gmail.com>	2013-07-18

    Merge pull request #748 from Jean-Roc/mywork

    update french translation

Alexander Bruy <alexander.bruy@gmail.com>	2013-07-18

    fix PyQgsVectorLayer test

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-07-18

    update french translation

Juergen E. Fischer <jef@norbit.de>	2013-07-18

    run REPACK after deleting features (fixes #8317)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-18

    Disable field in attribute table if field is not editable

Juergen E. Fischer <jef@norbit.de>	2013-07-17

    - introduce qgsDoubleToString for format double with maximum precision
    - usage in mssql provider fixes #7638
    - read precision in mssql provider (fixes #5966)
    - commit errors are only shown once

Merge: f1e0498dd0 73a9255417
Werner Macho <werner.macho@gmail.com>	2013-07-17

    Merge pull request #745 from yoichigmf/for_pull_req

    update GUI translation JA

yoichigmf <yoichi.kayama@gmail.com>	2013-07-17

    update GUI translation JA

Alexander Bruy <alexander.bruy@gmail.com>	2013-07-17

    fix PyQgsMemoryProvider test

Juergen E. Fischer <jef@norbit.de>	2013-07-17

    vector join: put subset string in parentheses (followup af8479e72; closes pull request #571; fixes #7743)

Juergen E. Fischer <jef@norbit.de>	2013-07-17

    manually merge pull request #744 (fixes #7444)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-17

    Set sip api in __init__.py

Alexander Bruy <alexander.bruy@gmail.com>	2013-07-17

    update layer fields after zonal statistics calculation

Alexander Bruy <alexander.bruy@gmail.com>	2013-07-15

    unittest for QgsZonalStatistics

Alexander Bruy <alexander.bruy@gmail.com>	2013-07-15

    handle truncating of long fieldnames (mainly for shapefiles)

Daniel Vaz <danielvaz@gmail.com>	2013-07-14

    Fix #6063

Daniel Vaz <danielvaz@gmail.com>	2013-07-14

    Fix #6063

Daniel Vaz <danielvaz@gmail.com>	2013-07-14

    commit

vmora <vincent.mora@oslandia.com>	2013-07-12

    - added warning and chance to cancel Natural break classification for
      dataset >50k records
    - modified test script to generate gowing sizes tables (for timing)

vmora <vincent.mora@oslandia.com>	2013-07-11

    - script to generate a database to reproduce the bug
    - no crash observed with qgis natural breaks (jenks)

nyalldawson <nyall.dawson@gmail.com>	2013-07-08

    Fix calculation of heatmap raster size (fix #8194) - merged for further testing

Merge: f4ac684dde cf0676ca86
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-16

    Merge pull request #743 from ddanielvaz/fix-7620

    Fix #7620

Daniel Vaz <danielvaz@gmail.com>	2013-07-16

    Fix #7620

Werner Macho <werner.macho@gmail.com>	2013-07-17

    translation update: korea

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    wfs provider: fix support for non-ascii wfs layer names (fix #7848)

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    vector join: fix quoting in subset string

D'Hont René-Luc <rldhont@gmail.com>	2013-07-16

    Bug #8166 GetFeatureInfo: clickable area too small for points

    For point layers, clicking exactly on the point is difficult, and the user misses the popup very often.
    Better define a larger clickable area.
    This commit enlarge the area for point by 2.

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    fix 2fa77362

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    vector file writer: add support for DBF files (fixes #7507)

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    ogr provider: move REPACK into createSpatialIndex.  Don't REPACK in deleteFeatures as there might still be pending changes that depend on the current feature ids (fixes #7472)

Merge: 530610d847 d476aed464
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-16

    Merge pull request #732 from ddanielvaz/fix-5789

    Fix #5789

Merge: bbd257f0cc 00615ae9c4
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-16

    Merge pull request #742 from 3nids/colorconform

    better color uniformity

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    also accept first ellipsoid (followup be7a026190)

Merge: 13c71d4507 df627b148d
volaya <volayaf@gmail.com>	2013-07-16

    Merge pull request #738 from radosuav/sextante_file_extensions

    [sextante] Append output file extension if missing

Merge: 29a4bc0aca be7a026190
Jürgen Fischer <jef@norbit.de>	2013-07-16

    Merge pull request #736 from Oslandia/issue7441

    fix issue7441

Merge: 2fa7736272 45ab8ccc85
Jürgen Fischer <jef@norbit.de>	2013-07-16

    Merge pull request #715 from Oslandia/issue7550

    solves Issue7550

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-16

    Only restore geometry for non custom attribute forms

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    dbmanager: fix spatialite connection error message

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    german translation update

Merge: 9093bcd51d eea246a05c
Jürgen Fischer <jef@norbit.de>	2013-07-16

    Merge pull request #739 from minorua/fixbld

    fix build (follows 0e7b60e)

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-16

    better colors

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-16

    Fix memory leak in multiband color renderer

Merge: dc489dfc7a 805be41738
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-15

    Merge pull request #740 from 3nids/snapfirstnode

    Visual snapping when adding first node or starting feature (fix #8300)

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-16

    Visual snapping when adding first node or starting feature (fix #8300)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-16

    Include system proxies

Minoru Akagi <akaginch@gmail.com>	2013-07-16

    fix build (follows 0e7b60e)

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    fix windows build of grass fake library

Juergen E. Fischer <jef@norbit.de>	2013-07-16

    fix build on debian squeeze

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-16

    Refresh canvas after show/hide layers. Fix #8096

Werner Macho <werner.macho@gmail.com>	2013-07-15

    translation update: es by Carlos

rmgu <rmgu@grasdk.com>	2013-07-15

    [sextante] If no extension is specified for an output file append the
    extension from the selected file filter.

Juergen E. Fischer <jef@norbit.de>	2013-07-15

    fix #6978

Merge: 133398b390 b54c981341
Jürgen Fischer <jef@norbit.de>	2013-07-15

    Merge pull request #730 from palmerj/wfs_client_fixes

    WFS client fixes

Juergen E. Fischer <jef@norbit.de>	2013-07-15

    wfs related fixes:
    - wfs server: only filter by bbox if there was one given (fixes #8287)
    - wfs provider: make feature attribute field types stick to the values
    - vector layer properties, field properties: add (Qt) type column
    - attribute table: sort Date and DateTime as such
    - spatialindex: return false when an exception on insertion occured

Merge: edf32f939b 71c9c36a17
Jürgen Fischer <jef@norbit.de>	2013-07-15

    Merge pull request #737 from Oslandia/issue7856

    Refs #7856. Fix model reference

Borys Jurgiel <info@borysjurgiel.pl>	2013-07-15

    Follow up commit:7a7e54270

Hugo Mercier <hugo.mercier@oslandia.com>	2013-07-15

    Refs #7856. Fix model reference

Borys Jurgiel <info@borysjurgiel.pl>	2013-07-15

    [Plugin Installer] Handle all exception types when loading plugins. Fixes #8295. Breaks string freeze because it's a critical fix.

Werner Macho <werner.macho@gmail.com>	2013-07-15

    changes to norwegian language due to two possibilities and added the new maintainer of the language

Juergen E. Fischer <jef@norbit.de>	2013-07-15

    also remove superfluous query items from WFS and WCS connections (as in WMS;
    fixes #7848)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-15

    Fix #8297. Select all when expression is blank

Werner Macho <werner.macho@gmail.com>	2013-07-15

    translation update: id and no

Juergen E. Fischer <jef@norbit.de>	2013-07-15

    spatialite: fix handling of empty geometry column (fixes #8299)

Merge: b5f38e3376 6fcce28684
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-15

    Merge pull request #697 from 3nids/svgzoomicon

    SVG icons for zoom related icons

Merge: 1a77cde169 0f638fc83c
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-15

    Merge pull request #735 from 3nids/iconsqloracle

    added oracle raster, sql anywhere icons. Conform colors for raster icon

vmora <vincent.mora@oslandia.com>	2013-07-15

    fix issue7441 by automatically setting the projection elipsoid to fit
    the selected CRS

pcav <cavallini@faunalia.it>	2013-07-15

    More IT GUI translation

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-15

    new simple draw icon

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-08

    better draw icon

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-04

    SVG icons for zoom related icons, refine pointer in action and identify icons, completed svg-base

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-15

    added oracle raster, sql anywhere icons. Conform colors for raster icon

Juergen E. Fischer <jef@norbit.de>	2013-07-15

    osgeo4w: update to grass 6.4.3RC4

Merge: 94c5f5386d 618ffa0edf
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-14

    Merge pull request #729 from minorua/gdal_filename

    make filename encoding consistent (gdal/ogr)

Werner Macho <werner.macho@gmail.com>	2013-07-15

    translation update: fi by Kari

Merge: 6d48f11e57 7a288d1b9e
Werner Macho <werner.macho@gmail.com>	2013-07-14

    Merge pull request #733 from Cracert/trans3

    translation update: pl

Robert Szczepanek <robert@szczepanek.pl>	2013-07-14

    translation update: pl (CSV)

Daniel Vaz <danielvaz@gmail.com>	2013-07-14

    Fix #5789

Juergen E. Fischer <jef@norbit.de>	2013-07-14

    wfs server: fix multilinestring parsing

Victor Olaya <volayaf@gmail.com>	2013-07-14

    [sextante] change saga algorithms to use full name for cmdname

Victor Olaya <volayaf@gmail.com>	2013-07-14

    [sextante] minor fixes and algorithm changes

Juergen E. Fischer <jef@norbit.de>	2013-07-14

    wfsprovider: also set srsName of changed geometries (followup 1ea6267cb)

Juergen E. Fischer <jef@norbit.de>	2013-07-14

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-07-14

    wfsprovider: set srsName of new geometries (fixes #7880)

Alexander Bruy <alexander.bruy@gmail.com>	2013-07-14

    [sextante] update sample script to new API (fix #8278)

Juergen E. Fischer <jef@norbit.de>	2013-07-14

    QGisApp: show commit errors as message bar first

Werner Macho <werner.macho@gmail.com>	2013-07-14

    translation update: es by Carlos

Juergen E. Fischer <jef@norbit.de>	2013-07-14

    QgisApp: use qgsmessageviewer to report commit errors
    QgsOgcUtils: fix multi geometry type creation and use QgsGeometry types instead of STL templates

Jeremy Palmer <jpalmer@linz.govt.nz>	2013-04-22

    Remove some old code missed from 84f4346eae

Jeremy Palmer <jpalmer@linz.govt.nz>	2013-04-22

    Re-write MimeData Uri concat and split function to deal with layer names and urls that contain the ':' character

Jeremy Palmer <jpalmer@linz.govt.nz>	2013-06-30

    If a network request error occurs while reading the streamed GML, then return a failure status from the getFeatures method

Jeremy Palmer <jpalmer@linz.govt.nz>	2013-04-22

    Ensure progress dialogue shows for WFS GML requests - especially in the case that the geometry type is not determined from the server describe feature type request and we need to inspect the featuretype first feature

Jeremy Palmer <jpalmer@linz.govt.nz>	2013-06-30

    Bug Fix: WFS layers added from the browser no longer prompt the user for the layer coordinates system

Juergen E. Fischer <jef@norbit.de>	2013-07-14

    improve wfs error reporting in server and client

Salvatore Larosa <lrssvtml@gmail.com>	2013-07-14

    get back the plugin manager svg icon again, removed mistakenly by 9138ba3

Minoru Akagi <akaginch@gmail.com>	2013-07-14

    make filename encoding consistent (gdal/ogr)

Merge: 9b4f46193b 6088fd713e
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-13

    Merge pull request #713 from minorua/ftools

    fTools fixes

Merge: 257b31ea52 c9eb4f2206
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-13

    Merge pull request #728 from minorua/osgeo4w_gdalfilename

    OSGeo4W: make sure that GDAL_FILENAME_IS_UTF8 is YES (fix #8010)

Minoru Akagi <akaginch@gmail.com>	2013-07-14

    OSGeo4W: make sure that GDAL_FILENAME_IS_UTF8 is YES (fix #8010)

Juergen E. Fischer <jef@norbit.de>	2013-07-14

    qgis server: initialize network cache (fixes #7204)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-14

    Don't show messagebar for syntax check. No need

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-14

    Use exec file for python console

Merge: 558fe92eb1 7b55e21583
Werner Macho <werner.macho@gmail.com>	2013-07-13

    Merge pull request #727 from Cracert/trans3

    translation update: pl

Juergen E. Fischer <jef@norbit.de>	2013-07-13

    dbmanager: adapt to sl4 metadata tables (fixes #8290)

Robert Szczepanek <robert@szczepanek.pl>	2013-07-13

    translation update: pl

Juergen E. Fischer <jef@norbit.de>	2013-07-13

    wfs: minor cleanups and a fixed error message

Juergen E. Fischer <jef@norbit.de>	2013-07-13

    make QgsCompositionChecker less forgiving and readd a svg used in tests (fixes #7731)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-13

    Don't inlude empty extents in full extents. Fix #7709

Juergen E. Fischer <jef@norbit.de>	2013-07-13

    project file transform: don't imply we know the band count (fixes #7080, fixes #8283)

Larry Shaffer <larrys@dakotacarto.com>	2013-07-12

    Match size and greyscale color intensity for new default raster layer icon to other default layer icons

Larry Shaffer <larrys@dakotacarto.com>	2013-07-12

    Ensure Add Oracle Raster Layer action comes before Add WMS Layer action on Manage Layers toolbar

    - Should come before Add SQL Anywhere Layer and just after Add Oracle Spatial Layer if all are supported and shown

Larry Shaffer <larrys@dakotacarto.com>	2013-07-12

    Ensure Add SQL Anywhere Layer action comes before Add WMS Layer action on Manage Layers toolbar

Juergen E. Fischer <jef@norbit.de>	2013-07-13

    freebsd support (applies #7909)

Larry Shaffer <larrys@dakotacarto.com>	2013-07-12

    Ensure new GPX Layer action comes before Remove Layer action on Manage Layers toolbar

Merge: 2df4bdcc88 0017807939
Jürgen Fischer <jef@norbit.de>	2013-07-12

    Merge pull request #581 from minorua/georef_nonascii

    Georeferencer: a fix to support non-ASCII path

Juergen E. Fischer <jef@norbit.de>	2013-07-12

    split geometry: cleanup parts if split failed (followup 6272274f)

Pirmin Kalberer <pka@sourcepole.ch>	2013-07-12

    UI defaults with layer toolbar on the left

Merge: cafc3677fd 5256b80b74
Jürgen Fischer <jef@norbit.de>	2013-07-12

    Merge pull request #717 from Oslandia/issue7244

    geometry: don't check for cut edges and validate the split geometries instead (fixes #7244)

Juergen E. Fischer <jef@norbit.de>	2013-07-12

    spatialite provider: accept empty tables from spatialite 4 (fixes #7664)

Larry Shaffer <larrys@dakotacarto.com>	2013-07-12

    Group and sort providers in browser listing by type then name

Juergen E. Fischer <jef@norbit.de>	2013-07-12

    save as: also use numeric postfix in spatialite (followup ac21c6266)

Juergen E. Fischer <jef@norbit.de>	2013-07-12

    fix warning

Merge: 237912911b 33287585a5
Werner Macho <werner.macho@gmail.com>	2013-07-12

    Merge pull request #719 from artfwo/master

    Russian translation update.

Juergen E. Fischer <jef@norbit.de>	2013-07-12

    fix a translation string and a german translation

Juergen E. Fischer <jef@norbit.de>	2013-07-12

    indentation update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-12

    Move spacer to end in attribute dialog

Juergen E. Fischer <jef@norbit.de>	2013-07-12

    wfs provider: remove old featureById and nextFeature
    gml parsing: don't mistake attributes for features just because the have the same name and some cleanups

Merge: 272400e30d 58ba7dd3f8
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-12

    Merge pull request #722 from 3nids/iconmouseontop

    accord wrench to Tim's changes in composer

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-12

    delete base file

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-12

    accord wrench to Tim's changes in composer

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-12

    Use positional for str.format(). Fix #8277

Merge: 9db8970dae 5de6836e67
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-12

    Merge pull request #721 from 3nids/iconmouseontop

    put cursor on top of identify/action icons

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-12

    Add "New SpatiaLiate Layer" icon and make it accessible from the toolbar

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-12

    put cursor on top of identify/action icons

Juergen E. Fischer <jef@norbit.de>	2013-07-12

    oracle provider: fix log message

Artem Popov <artfwo@gmail.com>	2013-07-12

    Russian translation update.

Tim Sutton <tim@linfiniti.com>	2013-07-12

    Use more consistent font for help icon

Tim Sutton <tim@linfiniti.com>	2013-07-12

    Updated help icon for better theme consistency

Tim Sutton <tim@linfiniti.com>	2013-07-12

    Make composer manager icon more visually consistent with handles of zoom tools and less dominant on toolbar.

Merge: 8c7723fa6a 15101bd045
Jürgen Fischer <jef@norbit.de>	2013-07-11

    Merge pull request #718 from ddanielvaz/fix-8275

    cleanup temporary database after write check (fixes #8275)

Merge: 0653127dd6 9138ba3ebd
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-11

    Merge pull request #700 from 3nids/svgaddlayers

    SVG icons for project and layer actions

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-05

    SVG icons for project, add layers and help  actions

Larry Shaffer <larrys@dakotacarto.com>	2013-07-11

    Fix finding QScintilla2 lib: prefer local installs over system

Daniel Vaz <danielvaz@gmail.com>	2013-07-11

    Fix #8275

Merge: b50a893222 522aecc0f9
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-11

    Merge pull request #712 from ddanielvaz/fix-8219

    Fix 8219

Daniel Vaz <danielvaz@gmail.com>	2013-07-09

    Fix #8219

Werner Macho <werner.macho@gmail.com>	2013-07-11

    translation update: es by carlos

Juergen E. Fischer <jef@norbit.de>	2013-07-11

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-07-11

    dbmanager: fix setting html attributes (fixes #8271)

Juergen E. Fischer <jef@norbit.de>	2013-07-11

    consider data defined svg pattern rotation (fixes #7736)

pcav <cavallini@faunalia.it>	2013-07-11

    Initial update of IT GUI translation

Juergen E. Fischer <jef@norbit.de>	2013-07-11

    undo: only merge geometry changes on the feature (fixes #8265)

Victor Olaya <volayaf@gmail.com>	2013-07-11

    [sextante] fixed bug in R installation check in windows

Victor Olaya <volayaf@gmail.com>	2013-07-11

    [sextante] algorithm fixes and minor changes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-11

    Make marker line angle calculation more robust against duplicated vertices

vmora <vincent.mora@oslandia.com>	2013-07-11

    - fix issue 7244

Werner Macho <werner.macho@gmail.com>	2013-07-11

    translation updates: korean

Juergen E. Fischer <jef@norbit.de>	2013-07-11

    save as: add a numeric postfix to reserved field ogc_fid when saving to SQLite (fixes #8245)

vmora <vincent.mora@oslandia.com>	2013-07-11

    - test that fails because of issue7244 (split several polygons of a
      multipolygon at the same time

vmora <vincent.mora@oslandia.com>	2013-07-11

    - set primary key value to NULL in split when there is no default value.
    - modified the test accordingly

vmora <vincent.mora@oslandia.com>	2013-07-11

    - solves issue #7550
    - the feature modification stops (in edit buffer) once an error is found
    - the test has been modified to refelect the real problem: the data
      corruption, and not the commit failure if primary key are not unique

Minoru Akagi <akaginch@gmail.com>	2013-07-10

    fTools: fix geoprocessing (fix #7298)

Merge: 9ed180303c 62b30fcaaa
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-10

    Merge pull request #711 from ddanielvaz/bugfixes

    Bugfixes for fTools.

    Fix #8218
    Fix #8069
    Fix #7073

Daniel Vaz <danielvaz@gmail.com>	2013-07-10

    Fix #8069

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-11

    Copy joins on duplicate layer. Fix #8243

Daniel Vaz <danielvaz@gmail.com>	2013-07-10

    Fix #8069

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-11

    Add label for composer picture search paths. Fix #7764

Merge: 42d57d6f8f 3d6e46856a
Jürgen Fischer <jef@norbit.de>	2013-07-10

    Merge pull request #710 from pka/uidefaults

    Updated UI defaults (toolbars and panels) for app and composer

Juergen E. Fischer <jef@norbit.de>	2013-07-11

    fix old labeling (fixes #8030)

Juergen E. Fischer <jef@norbit.de>	2013-07-11

    db manager: fix #8146

Daniel Vaz <danielvaz@gmail.com>	2013-07-06

    Fix #7073

Daniel Vaz <danielvaz@gmail.com>	2013-07-09

    Fix #8069

Daniel Vaz <danielvaz@gmail.com>	2013-07-06

    Fix #8218

Pirmin Kalberer <pka@sourcepole.ch>	2013-07-10

    Updated UI defaults (toolbars and panels) for app and composer

Juergen E. Fischer <jef@norbit.de>	2013-07-10

    postgres provider: reload fields if a cursor query fails (fixes #8242)

Juergen E. Fischer <jef@norbit.de>	2013-07-10

    dbmanager: fix column renaming

Minoru Akagi <akaginch@gmail.com>	2013-07-10

    fTools: remove unnecessary checks on output field names (fix #8241)

vmora <vincent.mora@oslandia.com>	2013-07-10

    - removed useless function getPrimaryKey since a member already exist
      for that
    - modified the test to have multiple column primary key (it fails for
      the moment

Werner Macho <werner.macho@gmail.com>	2013-07-09

    translation update: german

Werner Macho <werner.macho@gmail.com>	2013-07-09

    some more string typo fixes

Victor Olaya <volayaf@gmail.com>	2013-07-09

    [sextante] fixed problem with projections when using file inputs

Victor Olaya <volayaf@gmail.com>	2013-07-09

    [sextante] algorithm fixes

Victor Olaya <volayaf@gmail.com>	2013-07-09

    [sextante] removed "lib" prefix in saga calls

Merge: 61062d719e 7ccd3d0ab9
vmora <vincent.mora@oslandia.com>	2013-07-09

    Merge remote-tracking branch 'upstream/master'

vmora <vincent.mora@oslandia.com>	2013-07-09

    - solved issue #7550
    - implemented getPrimaryKey member function of QgsSpatiaLiteProvider
    - in addFeatures, if an attribute is a primary key, its value is set to
      NULL so that sqlite generates a value automagically

Juergen E. Fischer <jef@norbit.de>	2013-07-09

    limit shapefile fieldname to 10 in fieldcalculator and add attribute dialog (fixes #8235)

Juergen E. Fischer <jef@norbit.de>	2013-07-09

    browser: emit layoutAboutToBeChanged() before destroying home item (fixes #8221)

Borys Jurgiel <info@borysjurgiel.pl>	2013-07-09

    [Plugin Installer] Fixes #8244 (crash on closing http request)

Werner Macho <werner.macho@gmail.com>	2013-07-09

    translation update: ja and KR

Merge: 78b04df91a f4272e68fe
Werner Macho <werner.macho@gmail.com>	2013-07-09

    Merge pull request #707 from qgis-jp/make_pull_req_from_ja

    update GUI translation JA

Juergen E. Fischer <jef@norbit.de>	2013-07-09

    ogr provider: reopen the data source if a REPACK failed (fixes #7540)

vmora <vincent.mora@oslandia.com>	2013-07-09

    - added test for issue #7550

Merge: 0bb9543278 91799532b5
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-09

    Merge pull request #546 from PhilippeDorelon/addfeatureJoin

    Fix #7072 : can't create a feature when a layer has a join

yoichigmf <yoichi.kayama@gmail.com>	2013-07-09

    update GUI translation JA

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-09

    Remove __getattr__, __setattr__ for QgsFeature

    Not such a good idea after all :)

Juergen E. Fischer <jef@norbit.de>	2013-07-09

    french translation: add blank to window title

Juergen E. Fischer <jef@norbit.de>	2013-07-09

    fix 83cf4be9f68

Juergen E. Fischer <jef@norbit.de>	2013-07-09

    browser: fix crash when removing favourite items from the directory tree (fixes #8236)

Juergen E. Fischer <jef@norbit.de>	2013-07-08

    postgres provider: set length and precision of native floating point types to -1 (fixes #8145)

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-07-08

    OS X install updates

Pirmin Kalberer <pka@sourcepole.ch>	2013-07-09

    New globe navigation controls (partially fixes #6192)

Juergen E. Fischer <jef@norbit.de>	2013-07-08

    ogr provider: avoid GDAL #4509 (fixes #8232)

Juergen E. Fischer <jef@norbit.de>	2013-07-08

    composer table:
    - fix api updates (fixes #7781)
    - store/restore geometry of attribute selection dialog

Salvatore Larosa <lrssvtml@gmail.com>	2013-07-08

    [pyqgis-console][fixes #8230] adds a missing default value in settings

Juergen E. Fischer <jef@norbit.de>	2013-07-08

    nodetool: track layer of selected feature instead of current layer (fixes #7351)

Juergen E. Fischer <jef@norbit.de>	2013-07-08

    help viewer: report errors and make it work from windows build directory

Juergen E. Fischer <jef@norbit.de>	2013-07-08

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2013-07-08

    postgres provider: fix some error messages

Werner Macho <werner.macho@gmail.com>	2013-07-08

    translation update: fi by Kari

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-08

    Merge attributes dialog: also skip pk attributes if taking attributes from selection

Werner Macho <werner.macho@gmail.com>	2013-07-07

    translation update: es by carlos

Juergen E. Fischer <jef@norbit.de>	2013-07-07

    plugin installer: destroy network replies (fixes #8233)

Merge: f884f09a3d ddff4ccfab
Werner Macho <werner.macho@gmail.com>	2013-07-07

    Merge pull request #705 from Cracert/trans3

    translation update: pl

Robert Szczepanek <robert@szczepanek.pl>	2013-07-07

    translation update: pl

Merge: ef07bc39af e35cbcb0ac
Werner Macho <werner.macho@gmail.com>	2013-07-06

    Merge pull request #701 from qgis-jp/make_pull_req_from_ja

    update translation ja include some improvement by Minoru Akagi

Juergen E. Fischer <jef@norbit.de>	2013-07-07

    debian packaging update

Larry Shaffer <larrys@dakotacarto.com>	2013-07-06

    Default raster layer icon for when generation of raster legend layer icons is disabled

Larry Shaffer <larrys@dakotacarto.com>	2013-07-06

    Switch QGIS Broswer 'set projection' icon to SVG and from 'magic wand' to variation of new CRS icon

    - Make browser toolbar icon size honor app's pref

Larry Shaffer <larrys@dakotacarto.com>	2013-07-06

    Switch custom projection icon to SVG and from 'magic wand' to variation of new CRS icon

Larry Shaffer <larrys@dakotacarto.com>	2013-07-06

    Switch CRS icon to SVG, simplify it, and update using GIS theme components

Larry Shaffer <larrys@dakotacarto.com>	2013-07-06

    Switch icons in custom CRS dialog to be more consistent with rest of app

Larry Shaffer <larrys@dakotacarto.com>	2013-07-06

    Update new selection clearing icons

    - Rebuild using GIS theme components
    - Make yellow RGB values match other selection icons

Larry Shaffer <larrys@dakotacarto.com>	2013-07-06

    Make lock/unlock icon look less distorted and switch to SVG

Larry Shaffer <larrys@dakotacarto.com>	2013-07-06

    Change color of remove icon to red, instead of green

Larry Shaffer <larrys@dakotacarto.com>	2013-07-06

    Update new property icons to add whitespace and reduce stroke width

    - New icons now match existing icons' characteristics

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-06

    Clean up code related to old overlay object system

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-06

    Remove diagram_overlay plugin

yoichigmf <yoichi.kayama@gmail.com>	2013-07-06

    update translation ja include some improvement by Minoru Akagi

Radim Blazek <radim.blazek@gmail.com>	2013-07-06

    set provider request attribute supset only if requested, fixes 7112 and 7267

Juergen E. Fischer <jef@norbit.de>	2013-07-06

    fix #7217

Juergen E. Fischer <jef@norbit.de>	2013-07-06

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-07-06

    fix warning

Borys Jurgiel <info@borysjurgiel.pl>	2013-07-06

    Update core plugins to use the new icons by default.

Radim Blazek <radim.blazek@gmail.com>	2013-07-05

    append required date format to field label in attribute dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-07-05

    Fix #8225

Radim Blazek <radim.blazek@gmail.com>	2013-07-05

    add spacer to keep attributes on top

Werner Macho <werner.macho@gmail.com>	2013-07-05

    translation update: nl and no

Werner Macho <werner.macho@gmail.com>	2013-07-04

    translation update: ja and da_DK thanks to contributors

Merge: e53aa07698 286f62cfd9
Werner Macho <werner.macho@gmail.com>	2013-07-04

    Merge pull request #699 from qgis-jp/make_pull_req_from_ja

    update GUI translation ja

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-04

    Merge features: Fix "take attributes from selected feature"
    Fix #7668
    Fix #7922

yoichigmf <yoichi.kayama@gmail.com>	2013-07-05

    update GUI translation ja

Merge: c3143e64c3 7221c732fd
Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-04

    Merge pull request #695 from minorua/defproj

    fTools: remove lines that cause error with non-ascii path

Werner Macho <werner.macho@gmail.com>	2013-07-04

    fixing tips - thanks to Richard for pointing to it

Juergen E. Fischer <jef@norbit.de>	2013-07-04

    spit: fix truncation issue

Merge: 5fcd054f73 5b2e9dc13c
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-04

    Merge pull request #693 from 3nids/selectsvgicon

    SVG for select icons

Merge: 1b0dbc8a09 3331069c0a
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-04

    Merge pull request #692 from 3nids/moresvgicons

    SVG for system and general icons

Merge: eeb2cb44dd a7854ff7ba
Werner Macho <werner.macho@gmail.com>	2013-07-04

    Merge pull request #696 from asiersarasua/master

    Basque translation update

asiersarasua <asier.sarasua@gmail.com>	2013-07-04

    Basque translation update

Minoru Akagi <akaginch@gmail.com>	2013-07-04

    fTools: remove lines that cause error with non-ascii path

Werner Macho <werner.macho@gmail.com>	2013-07-04

    Fixing some typos

Merge: 7805af3cf1 ea5d3b3d04
Werner Macho <werner.macho@gmail.com>	2013-07-03

    Merge pull request #694 from Jean-Roc/mywork

    update french translation

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-03

    SVG for select icons

Juergen E. Fischer <jef@norbit.de>	2013-07-04

    crssync: exclude some records from updates from GDAL

    sqlite3 resources/srs.db
    sqlite> alter table tbl_srs add noupdate boolean;
    sqlite> update tbl_srs set noupdate=(auth_name='EPSG' and auth_id in (5513,5514,5221,2065,102067,4156,4818));

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-07-04

    update french translation

Victor Olaya <volayaf@gmail.com>	2013-07-03

    [sextante] fixed graticule creation algorithm

Victor Olaya <volayaf@gmail.com>	2013-07-03

    [sextante]Some algorithm renaming

Victor Olaya <volayaf@gmail.com>	2013-07-03

    [sextante]adapted SAGA export procedure to SAGA 2.1

Victor Olaya <volayaf@gmail.com>	2013-07-03

    [sextante] minor changes in algorithms

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-03

    More const-correctness

Werner Macho <werner.macho@gmail.com>	2013-07-03

    translation update: es by Carlos

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-03

    Let python utils manage all python cleanup

Werner Macho <werner.macho@gmail.com>	2013-07-03

    translation update: danish by Jacob

Werner Macho <werner.macho@gmail.com>	2013-07-03

    Bugfixing typos, thanx to Carlos Davila for pointing them out

Merge: d2b2bb1869 6a2bd62c04
Etienne Tourigny <etourigny.dev@gmail.com>	2013-07-03

    Merge pull request #429 from tecoholic/ramp_srch

    added searching of colorramps in style manager

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-03

    added folder for base SVG images (hammer, pointer, scredriver, etc.)

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-03

    more SVG icons

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-03

    fix editable attribute of joined fields (fix #7739)
    Based on pull request 576 by minorua

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-03

    Fix windows build

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-03

    Followup f3e08b5: Actually clean python on systems with newer sip version

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-03

    Only cleanup python with newer sip versions (Fix #8102)

Merge: 7d75fcc387 3851670300
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-03

    Merge pull request #689 from 3nids/svgactionicons

    use SVG for action icons

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-03

    use SVG for action icons

Minoru Akagi <akaginch@gmail.com>	2013-07-03

    fTools: fix MergeShapes and SpatialJoin
    fix #7823
    fix #7952
    fix #8206

Merge: ce1a9a821d b0ef70b218
Werner Macho <werner.macho@gmail.com>	2013-07-02

    Merge pull request #687 from qgis-jp/make_pull_req_from_ja

    Make pull req from ja

yoichigmf <yoichi.kayama@gmail.com>	2013-07-02

    update GUI translation JA

Merge: 03c1cec93e ce1a9a821d
yoichigmf <yoichi.kayama@gmail.com>	2013-07-02

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into make_pull_req_from_ja

    Conflicts:
            i18n/qgis_ja.ts

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-07-02

    Topology checker: No double-delete of rubberbands (Fix #8095)

Werner Macho <werner.macho@gmail.com>	2013-07-02

    Translation String update for upcoming 2.0 Release

Werner Macho <werner.macho@gmail.com>	2013-07-02

    translation update: es by Carlos

Merge: 3ba1c3c332 ad01416465
Nathan Woodrow <madmanwoo@gmail.com>	2013-07-01

    Merge pull request #685 from 3nids/identifyicon

    SVG icon for identify action

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-02

    Use qRound. Fix windows build

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-07-02

    Use extents table for ms sql layers for faster loading

    - Also move feature count logic

Victor Olaya <volayaf@gmail.com>	2013-07-01

    [sextante] fixed some minor bugs due to new SIP API

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-07-01

    replace identify icon by svg

yoichigmf <yoichi.kayama@gmail.com>	2013-07-01

    update GUI translatio ja

Nyall Dawson <nyall.dawson@gmail.com>	2013-07-01

    Follow up to 4240807

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-30

    Fix dimension calculation in heatmap plugin (fix #8193)

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    fix #8165

Merge: 92b930ac47 7e00e7b1ed
volaya <volayaf@gmail.com>	2013-06-30

    Merge pull request #677 from radosuav/r_report_fix

    Save SEXTANTE GRASS r.report output in HTML

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    projection selector: skip unavailable user CRSes (fixes #7377)

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    ows data items: populate data items of other providers (fixes #7857)

Werner Macho <werner.macho@gmail.com>	2013-06-30

    translation update: gl_ES by Xan

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    project properties: rename wfs slots to avoid autoconnect warning

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    spelling fixes

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    grass provider: don't close invalid layers (fixes #7180)

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    QgsGml: append wkb fragments to the last set not the first (fixes #7991)

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    expression builder widget: hide sample buttons and context menu, when no layer is set (fixes #6802)
    wfs source select: rename slots to avoid autoconnect warning
    attribute table: remove stale connect

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    wfs connection dialog: also hide pixmap transformation checkbox
    ows source select: remove unused slot

Juergen E. Fischer <jef@norbit.de>	2013-06-30

    don't crash when measuring faulty geometry (fixes partially #7991)

Merge: 5d60f60647 7d3461dbe2
Werner Macho <werner.macho@gmail.com>	2013-06-29

    Merge pull request #683 from rduivenvoorde/nltranslation

    dutch translation update

Tim Sutton <tim@linfiniti.com>	2013-06-30

    Added Denis Rouzaud to contributors and sorted contributor list alphabetically

Richard Duivenvoorde <richard@duif.net>	2013-06-29

    dutch translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-29

    fix #7865

Juergen E. Fischer <jef@norbit.de>	2013-06-29

    fix #8198

Juergen E. Fischer <jef@norbit.de>	2013-06-29

    postgres provider: remove attribute in reverse order (fixes #8142)

Juergen E. Fischer <jef@norbit.de>	2013-06-29

    save and restore message viewer geometry

Merge: 376c5f3a47 5ee134f0c9
Werner Macho <werner.macho@gmail.com>	2013-06-29

    Merge pull request #682 from qgis-jp/make_pull_req_from_ja

    update GUI translation ja

yoichigmf <yoichi.kayama@gmail.com>	2013-06-29

    update GUI translation ja

Juergen E. Fischer <jef@norbit.de>	2013-06-29

    new spatialite layer: don't assume epsg id and qgis srsid are the same (fixes #8041)

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-29

    [Plugin Installer] Follow up 619558dabc

Juergen E. Fischer <jef@norbit.de>	2013-06-29

    use QFileDialog.getOpenFileNameAndFilter variant when setting last filter (fixes #8138)

Juergen E. Fischer <jef@norbit.de>	2013-06-29

    enable/disable raster tools (fixes #8179)

Merge: 8dc28f2be4 f4a4009bca
Tim Sutton <tim@linfiniti.com>	2013-06-29

    Merge pull request #681 from 3nids/maptoolcursor

    set cursor for mapTools

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-28

    PostgreSQL not working in DB Manager (Fix #8191)

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-28

    Update contributors list

Merge: 93c5599a66 e00f0c006f
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-28

    Merge branch 'server_user_db'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-28

    Initialize qgis.db in server. Fixes ticket #8172

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-06-28

    set cursor for mapTools

Juergen E. Fischer <jef@norbit.de>	2013-06-28

    revert unnecessary api change

Werner Macho <werner.macho@gmail.com>	2013-06-28

    translation update: TW by Lin

Merge: c8d3fa7d0a 9a0be04113
Nathan Woodrow <madmanwoo@gmail.com>	2013-06-27

    Merge pull request #680 from ddanielvaz/master

    Fix #7822. Export to Spatialite is really slow, compared to commandline ogr2ogr

Daniel Vaz <daniel@gauss.(none)>	2013-06-27

    fixing bug #7822

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-06-27

    gdaltools: fix Translate/FillNodata batch mode (follo df4fc99e83)

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-06-27

    gdaltools: fix syntax error (follow edd0cdd294)

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-06-27

    gdaltools: cleanup

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-06-27

    gdaltools: more SIP APIv2 update

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-06-27

    gdaltools: SIP APIv2 update (error when paths defined in Settings dialog)

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-27

    [Plugin Installer] Only test not loaded Python plugins when (re)building metadata registry. Loaded plugins prove they are ok just being loaded. It prevents possible bugs when already loaded plugin is imported again.

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-27

    [Plugin Manager] Fix inconsistent behaviour in --noplugins mode: don't try to load plugins, just enable/disable them in QSettings.

Werner Macho <werner.macho@gmail.com>	2013-06-27

    translation update: slovenian by Joze

rmgu <rmgu@grasdk.com>	2013-06-27

    Allow value checking and the use of default value for ParameterExtent

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-27

    Fix for SVG cache

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-27

    Change default: Don't generate raster thumbnail for legend (Fix #8175)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-27

    Fix crash if merge geometries fails

Merge: 0cac8b49c4 6809626fd3
Werner Macho <werner.macho@gmail.com>	2013-06-26

    Merge pull request #679 from Jean-Roc/mywork

    update french translation (contributions from @MarieSilvestre)

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-06-27

    update french translation (contributions from @MarieSilvestre)

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-27

    Standardise control names in heatmap dialog

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-27

    Save heatmap settings between runs (fix #8078)

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-27

    Only allow choice of heatmap raster formats which support Float32 data types

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-27

    Don't reset output size on radius change (fix #8090)
    Prevent input of invalid output size by changing to spin boxes for rows and columns

Werner Macho <werner.macho@gmail.com>	2013-06-26

    translation update: ko_KR

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-26

    Fix dash pattern for line width < 1 pixels in Qt 4.8

Merge: afbc9b8408 a13126cfdf
Borys Jurgiel <info@borysjurgiel.pl>	2013-06-26

    Merge pull request #678 from minorua/ogr_init_enc_chk

    OgrProvider: initial encoding setting check (fix #8167)

Minoru Akagi <akaginch@gmail.com>	2013-06-26

    OgrProvider: initial encoding setting check (fix #8167)

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-26

    [Plugin Installer] partially revert fd2b221e65 . Still QGIS restart is needed after plugin update in some cases.

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-26

    [Plugin Manager] better formatting of plugin details

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-26

    [Plugin Installer] Fix #8080

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-25

    follow up 86bebab3ce

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-25

    [Plugin Installer] Fix metadata description, add "about" tag, prefer remote plugin name.

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-25

    follow up 86bebab3ce

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-25

    [Plugin Installer] Fix #8111. Better repository error handling.

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-25

    [Plugin Installer] Simplify plugin reloading

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-25

    Follow up 24bbd485a

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-25

    [Plugin Manager] Display proper plugin count

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-25

    [Plugin Installer] Follow up 4ecf3ebd0 (use QgsNetworkManager in plugin installer)

Juergen E. Fischer <jef@norbit.de>	2013-06-25

    fix #8159

Juergen E. Fischer <jef@norbit.de>	2013-06-25

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-25

    followup 55135d600

D'Hont René-Luc <rldhont@gmail.com>	2013-06-25

    [QGIS-Server] WFS Filter : send empty data instead of XML error when no feature found

    Bug #8123
    When a getFeature request has a FILTER parameter, and when no data
    corresponds, QGIS answer sometimes with :
    <ServiceExceptionReport version="1.3.0">i
      <ServiceException code="RequestNotWellFormed">No feature found error messages: .</ServiceException>
    </ServiceExceptionReport>
    It would be better to send back an empty GML (Or GeoJSON) instead.

rmgu <rmgu@grasdk.com>	2013-06-25

    Save GRASS r.report output in HTML

D'Hont René-Luc <rldhont@gmail.com>	2013-06-25

    [QGIS-Server] The parameter PROPERTYNAME does not filter attributes

    Bug #8155
    In the OGC standard, the parameter PROPERTYNAME is ussed to filter attributes in the request getFeature. In version 1.8 this parameter works. Because of changes in the vector API, this parameter does not filter attribute.

Werner Macho <werner.macho@gmail.com>	2013-06-25

    translation update: fi by Kari

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-23

    QgsVectorLayerFeatureIterator: Don't worry about concurrent edits
    An iterator will always use the data from the edit buffer which was
    valid, at the time the iterator was created. Therefore, there are no
    more problems with randomly disappearing or changing features while
    iterating

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-23

    const-correctness for QgsGeometry

Hugo Mercier <hugo.mercier@oslandia.com>	2013-06-25

    Add an update of overview on centering mode switch

Werner Macho <werner.macho@gmail.com>	2013-06-25

    translation update id by Trias

Werner Macho <werner.macho@gmail.com>	2013-06-24

    Fixing some Tooltips regarding to #8147

Merge: f1e2fcebdc dab1e3c759
Werner Macho <werner.macho@gmail.com>	2013-06-24

    Merge pull request #675 from artfwo/master

    Russian translation update (half-way)

Juergen E. Fischer <jef@norbit.de>	2013-06-24

    more interface fixes (missing GUI_EXPORT and sip)

Artem Popov <artfwo@gmail.com>	2013-06-24

    Russian translation update.

Juergen E. Fischer <jef@norbit.de>	2013-06-24

    KeyboardControlHandler: remove unused parameter

Juergen E. Fischer <jef@norbit.de>	2013-06-24

    fix sip build errors

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-23

    [fTools] fixes zoom to error in check geometry validity tool

Juergen E. Fischer <jef@norbit.de>	2013-06-23

    fix build error

Juergen E. Fischer <jef@norbit.de>	2013-06-23

    use QgsNetworkManager in plugin installer (fixes #8137)

Juergen E. Fischer <jef@norbit.de>	2013-06-23

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-23

    spelling fixes

Juergen E. Fischer <jef@norbit.de>	2013-06-23

    sip update

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-23

    [memory provider] Don't crash on updateExtent and feature without geometry

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-23

    update extent on delete feature and updategeometry

Juergen E. Fischer <jef@norbit.de>	2013-06-23

    fix build error

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-06-23

    DBManager: more SIP API update (fix #8132)

Juergen E. Fischer <jef@norbit.de>	2013-06-22

    missed query builder help in c6a4bb86aa

Juergen E. Fischer <jef@norbit.de>	2013-06-22

    - add missing sip bindings
    - port widgets_tree.py to QtXml and update customization.xml (fixes #5752 and  #8054)

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-22

    [Plugin Manager] If no Python support detected, display an explanation why there is nothing to install. Fixes #8063. PL translation included.

Merge: ff27ee82de e21ce1b42b
Werner Macho <werner.macho@gmail.com>	2013-06-22

    Merge pull request #672 from qgis-jp/make_pull_req_from_ja

    update Translation GUI ja

yoichigmf <yoichi.kayama@gmail.com>	2013-06-22

    update Translation GUI ja

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-22

    [spatialite] Fix compile error

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-22

    [spatialite] Implement rewind()

Juergen E. Fischer <jef@norbit.de>	2013-06-22

    fix #8099: useful error message on table_info

Juergen E. Fischer <jef@norbit.de>	2013-06-22

    fix #8131

Merge: aa0a17b253 8c92ac95fb
Werner Macho <werner.macho@gmail.com>	2013-06-22

    Merge pull request #671 from qgis-jp/make_pull_req_from_ja

    update GUI translation ja

Merge: f8d6e32efa bed65cb1f4
mhugent <marco.hugentobler@sourcepole.ch>	2013-06-22

    Merge pull request #670 from tqhien/master

    Fix #7927 : Add a warning message if trying to print a composition

Minoru Akagi <akaginch@gmail.com>	2013-05-08

    Georeferencer: a fix to support non-ASCII path

yoichigmf <yoichi.kayama@gmail.com>	2013-06-22

    update GUI translation ja

Hien TRAN-QUANG <hien.tranquang@gmail.com>	2013-06-22

    Fix #7927 : Add a warning message if trying to print a composition
    as an image fails (Qt's QImage sanity check for memory overflow)
    Moved previous commit from core/qgscomposition to apps/qgscomposer
    as QGIS server uses qgscomposition.

Juergen E. Fischer <jef@norbit.de>	2013-06-22

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-21

    context_help/function_help:
    - remove en_US postfix
    - remove translated files (translation were moved to ts files earlier)
    - remove unused jQuery (python help doesn't use it anymore)
    - change expression label in QgsQueryBuilder and add context help (partly fixes
      #8129)

Juergen E. Fischer <jef@norbit.de>	2013-06-21

    vector providers: allow multiple iterators - testing required

Merge: 9bbc647c54 6876540302
Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-22

    Merge branch 'iterator'

    Semi fix #7472.
    Semi fix #7862

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-21

    Close active iterators

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-20

    Set filter on iterator:

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-20

    Remove driver

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-19

    Use a new ogr layer per iterator

Juergen E. Fischer <jef@norbit.de>	2013-06-20

    identation update and fix clang 3.3 warnings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-20

    [dbmanager] Fix python error

Juergen E. Fischer <jef@norbit.de>	2013-06-20

    fix crash in plugin installer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-20

    Fix WFS layer items in browser

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-20

    [Plugin Manager] Follow up commit:b16cc46

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-20

    [Plugin Manager] Fixes #8122: Scroll bar in new plugin manager doesn't work properly

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-20

    [ftools,gdaltools] Errors in Merge Shapefiles and Split vector layer
    * Fix #8120
    * Fix #8119

Merge: e4b278d6ed f7c556f9ed
Werner Macho <werner.macho@gmail.com>	2013-06-19

    Merge pull request #669 from qgis-jp/make_pull_req_from_ja

    update GUI translation ja

yoichigmf <yoichi.kayama@gmail.com>	2013-06-20

    update GUI translation ja

Juergen E. Fischer <jef@norbit.de>	2013-06-19

    add QgsFontUtils sip bindings and fix doxygen warnings

Juergen E. Fischer <jef@norbit.de>	2013-06-19

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-19

    - move ui defaults to ui_defaults.h
    - add scripts/mkuidefaults.py to create ui_defaults.h from current
      setting
    - default ui state with two toolbar rows (fixes #8117)
    - update plugin registry state of nsis installer

Merge: 86695a9f37 8fd200e272
Werner Macho <werner.macho@gmail.com>	2013-06-19

    Merge pull request #668 from asiersarasua/master

    Basque translation update

asiersarasua <asier.sarasua@gmail.com>	2013-06-19

    Basque translation update

Werner Macho <werner.macho@gmail.com>	2013-06-19

    small changes to topology checker GUI

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    [gdaltools] Proximity(raster distance) error (Fix #8115)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    [gdaltools] DEM(Terrain Models) tool error (Fix #8116)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    Merge feature attributes: Return NULL if unable to calculate

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    "Merge selected features" leads to data loss (Fix #6902)

Merge: 419d8ee593 5bcb0e1ae5
Werner Macho <werner.macho@gmail.com>	2013-06-19

    Merge pull request #667 from yjacolin/gdalToolsdoPolygonBug

    Update doPolygonize.py

Jacolin <yves.jacolin@camptocamp.com>	2013-06-19

    Update doPolygonize.py

    add missing '('.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    [ftools] Fix basic statistics (Fix #8105)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    [ftools] Fix Line Intersection (Fix #8114)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    Fix wrong python None type reference counting

Hugo Mercier <hugo.mercier@oslandia.com>	2013-06-19

    Fix overview autocentering: always center, not only when the overview is not visible.

    Work funded by Tuscany Region - SITA. Contract "Support to the use
    of GFOSS (Geographic Free and Open Source Software) Desktop tools"
    (CIG Z3B06FA6D7).

Werner Macho <werner.macho@gmail.com>	2013-06-19

    translation update: es by Carlos

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    [vectorlayer] Update map extent when feature added / geom changed

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    [ftools] Fix distance matrix (Fix #8103)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-19

    [ftools] Several fixes
    Fix #8107 Mean coordinates
    Fix #8105 Basic statistics
    Fix #8104 Unique values

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-18

    Translation update: pl

Chris Crook <ccrook@linz.govt.nz>	2013-06-19

    Fixing delimited text test cases for SIP API change

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-18

    Mark project dirty in case of composer changes

Werner Macho <werner.macho@gmail.com>	2013-06-18

    Adjusting Tip once more and fixing a bug with http link

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-18

    [Plugin Installer] Fix urls excluded from proxy (#8092)

Werner Macho <werner.macho@gmail.com>	2013-06-18

    Changing tip according to the new Plugins Manager, thanks to Richard for pointing this out

Chris Crook <ccrook@linz.govt.nz>	2013-06-18

    Added SIP version test to delimited text test script

Werner Macho <werner.macho@gmail.com>	2013-06-18

    translation update sv by Victor

Merge: bdd61d592c 5f1725006f
vinayan <vinayan123@gmail.com>	2013-06-17

    Merge pull request #664 from vinayan/topofix

    [Fix #8095] - fix topology error markers

vinayan <vinayan123@gmail.com>	2013-06-18

    fix topology error markers

Hugo Mercier <hugo.mercier@oslandia.com>	2013-06-17

    Add SIP and Python unit test for overview autocentering.

    Work funded by Tuscany Region - SITA. Contract "Support to the use
    of GFOSS (Geographic Free and Open Source Software) Desktop tools"
    (CIG Z3B06FA6D7).

Hugo Mercier <hugo.mercier@oslandia.com>	2013-06-17

    Add unit test for autocentering of overview

    Work funded by Tuscany Region - SITA. Contract "Support to the use
    of GFOSS (Geographic Free and Open Source Software) Desktop tools"
    (CIG Z3B06FA6D7).

Hugo Mercier <hugo.mercier@oslandia.com>	2013-06-17

    Add autocentering of overview

    Work funded by Tuscany Region - SITA. Contract "Support to the use
    of GFOSS (Geographic Free and Open Source Software) Desktop tools"
    (CIG Z3B06FA6D7).

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-17

    Only cleanup python on exit if loaded
    Fix #8085

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-17

    [gdaltools] SIP API update

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-17

    [gdaltools] More SIP API updates

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-17

    [gdaltools] More SIP API update

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-17

    Fixes #8061

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-14

    [pyqgis-console] small update to help

Juergen E. Fischer <jef@norbit.de>	2013-06-16

    german translation update

Werner Macho <werner.macho@gmail.com>	2013-06-16

    pre translation update 10 days to String Freeze

Juergen E. Fischer <jef@norbit.de>	2013-06-16

    fix #8082

Juergen E. Fischer <jef@norbit.de>	2013-06-16

    fix #8083 (MultiSurfaces not supported)

Merge: e8f7c139fe 9b242c28a8
Werner Macho <werner.macho@gmail.com>	2013-06-16

    Merge pull request #663 from Jean-Roc/mywork

    update fr ui

Merge: 449c2a23dc 2c3340364c
vinayan <vinayan123@gmail.com>	2013-06-16

    Merge pull request #634 from vinayan/offlineFixWin

    Offline Editing Plugin - Windows Fix

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-16

    Include joined fields when merging QgsFields

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-16

    [attrtable] Fix button checked state
    The wrong button was checked, when the view mode was not changed with a button click but another event.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-16

    Adjust data type

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-16

    Change build path.txt to be more unique

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-16

    [ftools] More SIP API updates

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-16

    attribute editor: return NULL QVariant instead of invalid QVariant

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-06-16

    correct a typo

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-06-16

    update french translation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-16

    [Gdaltools] SIP API update (Fix #8074)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-16

    [ftools] Fix "Polygon from layer extent" (#8074)

Larry Shaffer <larrys@dakotacarto.com>	2013-06-15

    Save/restore window geometry for change label properties dialog

Larry Shaffer <larrys@dakotacarto.com>	2013-06-10

    Fix for #8003, font not written to table when using change label properties tool

    The following have been updated/added to match layer's new labeling gui:
    - Comboboxes for font family and style
    - Buttons for underline, strikeout, bold and italic

Juergen E. Fischer <jef@norbit.de>	2013-06-15

    replace foo.replace( QRegExp(regexp), bar) with re.sub(regexp,bar,foo) (fixes #8066)

Juergen E. Fischer <jef@norbit.de>	2013-06-15

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-15

    fix translation strings (fixes #8057)

Merge: fb15725190 3bcf890dba
mhugent <marco.hugentobler@sourcepole.ch>	2013-06-15

    Merge pull request #661 from leyan/custom_CRS

    Update CRS cache when deleting a custom CRS

Juergen E. Fischer <jef@norbit.de>	2013-06-15

    german translation update

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-15

    Add documentation for date format in editor widget configuration

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-15

    Fix some memory management issues
    aka reduce noise in valgrind memory analyzer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-15

    [ftools] Further SIP API updates

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-15

    Fix python console for Python 2.6

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-15

    Fix memory leak in ogr provider

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-15

    Fix memory leak in QgsFeature sip api

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-15

    [ftools] Fix "Join attributes by location"

Chris Crook <ccrook@linz.govt.nz>	2013-06-14

    Improved implementation

Chris Crook <ccrook@linz.govt.nz>	2013-06-14

    Som fTools fixes for SIP API updates

Merge: fec833f145 964d7b4b8b
Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-15

    Merge pull request #660 from minorua/grad_it

    fix a iteration

Leyan <ouyang.leyan@hotmail.com>	2013-06-15

    Update CRS cache when deleting a custom CRS

Minoru Akagi <akaginch@gmail.com>	2013-06-15

    fix a iteration

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-15

    Fix crash when creating/loading projects. Fixes #7931

Merge: 9f3a879116 abcc8b16ed
Nathan Woodrow <madmanwoo@gmail.com>	2013-06-14

    Merge pull request #659 from slarosa/fix_8065

    [DB Manager] Fixes #8065

Juergen E. Fischer <jef@norbit.de>	2013-06-15

    also handle ringless polygons with GEOS <3.3 (follows 6370153e)

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-15

    Fixes #8065

Etienne Tourigny <etourigny.dev@gmail.com>	2013-06-14

    fix GdalTools contour

Etienne Tourigny <etourigny.dev@gmail.com>	2013-06-14

    fix GdalTools assign and extract projection

Etienne Tourigny <etourigny.dev@gmail.com>	2013-06-14

    fix GdalTools warp

Etienne Tourigny <etourigny.dev@gmail.com>	2013-06-14

    fix gdaltools merge, tileindex and info

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-14

    Prevent crash in case of invalid geometries

Juergen E. Fischer <jef@norbit.de>	2013-06-14

    add a special value to update threshold spinbox (follows e09683b1)

Etienne Tourigny <etourigny.dev@gmail.com>	2013-06-14

    replace QgsRasterLayer::buildSupportedRasterFileFilter() with QgsProviderRegistry::instance()->fileRasterFilters()

Werner Macho <werner.macho@gmail.com>	2013-06-14

    translation update: adding new finnish translator and language update

Juergen E. Fischer <jef@norbit.de>	2013-06-11

    some translation string fixes and german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-14

    run stacktrace to c++filt automatically, when available

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-14

    --amend

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-14

    Update also crs transform cache if a crs has been updated

Leyan <ouyang.leyan@hotmail.com>	2013-06-14

    add an update CRS cache function, still not effective though

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-14

    [Plugin Manager] Don't crash on invalid values from QSettings

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-14

    fix #8060 (new SIP API)

Larry Shaffer <larrys@dakotacarto.com>	2013-06-13

    Fix for #8052, QGIS 2.0 does not respect labels' scale-based visibility in projects from previous version

    - Also fix long standing unreported bug where scales closer than 1:1, e.g. 5:1, could not be set

Merge: e09683b1fb aeffe2ae93
Werner Macho <werner.macho@gmail.com>	2013-06-13

    Merge pull request #654 from imincik/slovak

    Slovak translation update.

Ivan Mincik <ivan.mincik@gmail.com>	2013-06-13

    Slovak translation update.

Radim Blazek <radim.blazek@gmail.com>	2013-06-13

    set min updateThreshold to 1000

nyalldawson <nyall.dawson@gmail.com>	2013-06-12

    Also disable color buttons which don't apply for numeric scale bars
    Make numeric scale bars respect font color and alignment settings (fix #7830)

nyalldawson <nyall.dawson@gmail.com>	2013-06-12

    When scale bar is numeric disable controls which don't apply
    Don't change scale bar box size automatically when style is numeric
    Remove duplicate call to adjustBoxSize when scale bar font changes

Radim Blazek <radim.blazek@gmail.com>	2013-06-13

    dont translate names in customization tree, fixes #8039

D'Hont René-Luc <rldhont@gmail.com>	2013-06-03

    [Feature][QGIS-Server] Specifying url for QgsComposerHtml in GetPRint Request

    The idea is to add the capability to specify an URL to a QgsComposerHtml
    element in the GetPrint request.
    This will give the ability to get PDF with content base on a web
    service.

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-12

    [Plugin Manager] Plugin installer fixes

Radim Blazek <radim.blazek@gmail.com>	2013-06-12

    customization update

Radim Blazek <radim.blazek@gmail.com>	2013-06-12

    GRASS feature id fix, tables selection id fix, fixes #6451

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-12

    Don't crash if embedded group cannot be loaded (Fix #7872)

Radim Blazek <radim.blazek@gmail.com>	2013-06-12

    Updated towgs84 parameters of geographic JTSK CRS, the towgs84 values were calculated for area of Czech and Slovak Republic as it is described here: http://grass.fsv.cvut.cz/gwiki/%C4%8Ceskoslovensk%C3%BD_transforma%C4%8Dn%C3%AD_kl%C3%AD%C4%8D

    UPDATE tbl_srs set parameters = '+proj=longlat +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96  +no_defs' WHERE auth_id = '4156';

    UPDATE tbl_srs set parameters = '+proj=longlat +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=ferro +no_defs' WHERE auth_id = '4818';

Radim Blazek <radim.blazek@gmail.com>	2013-06-12

    Updated towgs84 parameters of JTSK CRS, the towgs84 values were calculated for area of Czech and Slovak Republic as it is described here: http://grass.fsv.cvut.cz/gwiki/%C4%8Ceskoslovensk%C3%BD_transforma%C4%8Dn%C3%AD_kl%C3%AD%C4%8D

    UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=greenwich +units=m +no_defs' WHERE auth_id = '5513';

    UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=greenwich +units=m +no_defs' WHERE auth_id = '5514';

    UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=ferro +units=m +no_defs' WHERE auth_id = '5221';

    UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=ferro +units=m +no_defs' WHERE auth_id = '2065';

    UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=542.5,89.2,456.9,5.517,2.275,5.516,6.96 +pm=greenwich +units=m +no_defs' WHERE auth_id = '102067';

Radim Blazek <radim.blazek@gmail.com>	2013-06-12

    raster DrawingStyle to QgsRaster to avoid circular header include

Radim Blazek <radim.blazek@gmail.com>	2013-06-12

    customisation script moved, removed & from customisation menu items labels

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-12

    Don't return null on failed metadata load

Merge: a602112fcd 3b4dfd724d
Salvatore Larosa <lrssvtml@gmail.com>	2013-06-11

    Merge pull request #619 from slarosa/generate_pap

    [FEATURE]  Module to generate prepared APIs file for call tips and auto-completion in Python Console

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-12

    [Plugin Manager] installer fix

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-12

    Fix build error

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-12

    Fix python indentation

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-12

    Don't patch QPyNullVariant if it doesn't exist

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-12

    Fix #8040. Build error with sip

Victor Olaya <volayaf@gmail.com>	2013-06-12

    [sextante] improved modeler appearance

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-11

    [Plugin Manager] Fix the recent commit

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-11

    [Plugin Manager] Translateable name and description in metadata.txt.

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-11

    [Plugin Manager] Prevent from removing the official repository

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-11

    [Plugin manager] Minor GUI tweaks

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-11

    Translation update: pl

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-11

    [Plugin Manage] Include tab title pages to i18n. Don't clutter the resources dir.

Merge: 031550ac90 84eb6f81f7
Borys Jurgiel <info@borysjurgiel.pl>	2013-06-11

    Merge pull request #652 from jetuk/pyplugin_installer-QNAM

    pyplugin_installer moved to QNetworkAccessManager from QHttp

James Tomlinson <tomo.bbe@gmail.com>	2013-06-11

    pyplugin_installer moved to QNetworkAccessManager from QHttp

Werner Macho <werner.macho@gmail.com>	2013-06-11

    translation update by Calvin

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-11

    [pyqgis-console] improving to auto closing bracket

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-11

    [pyqgis-console] removes console/help folder:
    it is no longer necessary, now it is into context help

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-11

    [pyqgis-console] another updating to new SIP API

Merge: 6381d626a1 ba4a3ccc1a
Nathan Woodrow <madmanwoo@gmail.com>	2013-06-11

    Merge pull request #625 from vinayan/projcrash

    [Fix #7964] Ftools-Sum Line length - Fix progress bar

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-10

    Use python None object for NULL attributes

Merge: 8392c93d8e 8cd8969a14
Giuseppe Sucameli <brush.tyler@gmail.com>	2013-06-11

    Merge pull request #651 from slarosa/fix_dbmanager

    [DB Manager] fix for PostGIS Raster Layer

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-11

    [DB Manager] fix for PostGIS Raster Layer

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-11

    [FEATURE] [pyqgis-console] Module to generate prepared APIs for calltips and auto-completion

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-11

    Monkey patch __nonzero__ onto QPyNullVariant for easier null check.

    Who doesn't love monkeys :)

D'Hont René-Luc <rldhont@gmail.com>	2013-06-08

    [FEATURE] Add DataUrl to layer's metadata

    Like keyword list, attribution and metadata url, this information is
    used by QGIS Server in WMS GetCapabilities and GetContext Request.
    The user can add an url where he can find information about the layer.

Juergen E. Fischer <jef@norbit.de>	2013-06-11

    also update networkanalysis.sip (following 61e101dd4)

Juergen E. Fischer <jef@norbit.de>	2013-06-11

    debian packaging: replace %Module directive in header for older sip versions in squeeze and lucid (following 61e101dd4)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-11

    Fix #8034. Sextante SIP update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-11

    Fix #8035. Sip update for plugin installer

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-11

    Fix Python init function call

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-10

    [Plugin Manager] Minor gui tweaks

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-10

    [Plugin Manager] Make appropriate methods const

Merge: 499db4ecc8 6558b53225
Werner Macho <werner.macho@gmail.com>	2013-06-10

    Merge pull request #650 from imincik/slovak

    Slovak translation update.

Ivan Mincik <ivan.mincik@gmail.com>	2013-06-05

    Slovak translation update.

Radim Blazek <radim.blazek@gmail.com>	2013-06-10

    composer legend spacing corrected, fixes #7994

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-10

    [Plugin Manager] Maximum major, minor and bugfix version is 99.99.99. Be consistent with this constraint.

Merge: 430f0fcb1b a85743485e
Werner Macho <werner.macho@gmail.com>	2013-06-09

    Merge pull request #645 from qgis-jp/make_pull_req_from_ja

    update GUI translation JA   woked with Minoru Akagi

yoichigmf <yoichi.kayama@gmail.com>	2013-06-10

    update GUI translation JA   woked with Minoru Akagi

Larry Shaffer <larrys@dakotacarto.com>	2013-06-09

    Add user notification when defined labeling font is not found on system, then substituted

    - [API] add signal to QgsVectorLayer that is emitted when its labeling font is not found
    - Message bar notification on first rendering of layer offers link to open layer's labeling dialog
    - Add 'font not found' notification to labeling dialog
    - Labeling dialog defaults to 'Text style' section when font is not found, to show notice
    - Substituted font is not saved with project, unless user applies changes.
    - Change labeling gui font selector dialog to font family combobox (since only family is being chosen)

Larry Shaffer <larrys@dakotacarto.com>	2013-06-09

    Update label gui and rendering with QgsFontUtils functions

Larry Shaffer <larrys@dakotacarto.com>	2013-06-09

    Add QgsFontUtils class to handle system font queries and style changes

Larry Shaffer <larrys@dakotacarto.com>	2013-06-09

    Check only what's necessary to see if a layer will be labeled

    - Don't load all settings from QgsPalLayerSettings::readFromLayer

Larry Shaffer <larrys@dakotacarto.com>	2013-06-09

    Followup to b383c69. Keep labeling dialog from calling init() twice from vector props dialog

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-10

    Update core plugins qgisMinimumVersion to 2.0

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-10

    [Plugin Manager] Fix for compatibility check in QgsPluginInstaller and QgsPluginRegistry

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-09

    Allow keyword args in Python classes. Fix sip headers

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-03

    Add __getattr__ and __setattr__ to QgsFeature

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-09

    [Plugin Manager] Temporarily hardcode QGIS_VERSION=2.0.0 in the QgsPluginInstaller and QgsPluginRegistry to allow proper version comparision until it's globally set before the release.

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-09

    Check qgsMaximumVersion also when loading plugin to QgsPluginRegistry

Merge: dbace48427 ce9ed158b5
Borys Jurgiel <info@borysjurgiel.pl>	2013-06-09

    Merge pull request #641 from rduivenvoorde/pluginmantxt

    [Plugin Manager] texts and context help text for pluginmanager

Werner Macho <werner.macho@gmail.com>	2013-06-09

     translation update: zh_CN by Calvin

Werner Macho <werner.macho@gmail.com>	2013-06-09

    translation update: ro by Bogdan Pacurar

Richard Duivenvoorde <richard@duif.net>	2013-06-09

    delete unused resource files

    if I understand jef correctly, these files are all not used anymore (plz correct
    me if I'm wrong).
    The build and scripts incorporate the en_US resource files in the corresponding
    i18n/qgis_**.ts files (by creating cpp from it).

Richard Duivenvoorde <richard@duif.net>	2013-06-09

    purge olde PluginInstallerDialog context help

    there will be a new QgsPluginManager help file

Richard Duivenvoorde <richard@duif.net>	2013-06-09

    purge old doc/plugins directory

Juergen E. Fischer <jef@norbit.de>	2013-06-09

    QGis => QGIS updates

Richard Duivenvoorde <richard@duif.net>	2013-06-09

    texts and context help text for pluginmanager

Juergen E. Fischer <jef@norbit.de>	2013-06-09

    more QuantumGIS => QGIS updates

Juergen E. Fischer <jef@norbit.de>	2013-06-09

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-09

    dbmanager: add i18n

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-09

    Set Qsettings' ApplicationName to QGIS2 everywhere in src

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-09

    [Plugin Manager] Forgotten CMake entry. Following c490688106941be91e5

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-09

    [PluginManager] Move title pages for tabs to the resources. Will be included to translations when the contents is ready.

Victor Olaya <volayaf@gmail.com>	2013-06-09

    [sextante] removed debug code

Victor Olaya <volayaf@gmail.com>	2013-06-09

    [sextante] more work on updating to new SIP API

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-09

    [PluginManager] Filter by repository under rightclick on the repo list (only active if > 1 repo configured)

Juergen E. Fischer <jef@norbit.de>	2013-06-09

    yet another german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-09

    allow utf8 in metadata.txt

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-09

    [Plugon Manager] Fix compile error (follows abef7a5fe4d)

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-09

    [Plugin Installer] Better uninstall obsolete user plugins masking more recent versions installed as core

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-08

    [PluginManager] Code cleanup: keep one class per file also in Python

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-08

    [pyqgis-console] fixes for the new SIP APIs

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-08

    [Plugin Manager] Minor fixes and gui tweaks

Juergen E. Fischer <jef@norbit.de>	2013-06-08

    german translation update

Merge: 02c29c0cad a939ab1889
Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-08

    Merge SIP v2 update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-08

    Sextante SIP update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-08

    Plugin installer sip update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-08

    Update plugin installer to new API

Merge: 014d872f07 02c29c0cad
Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-08

    Merge master

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-08

    [Plugin Manager] Better sorting by status, minor gui fixes and improvements

Juergen E. Fischer <jef@norbit.de>	2013-06-08

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-08

    postgresql & oracle provider fixes:
    - start with an empty line edit when entering srids (fixes #8016)
    - oracle provider: order primary key candidates in views by column id (fixes #8018)
    - disable non-selectable entries and provide tooltips on why they are disabled

Victor Olaya <volayaf@gmail.com>	2013-06-08

    [sextante] fixed issue with multiple raster input in gdal merge

Radim Blazek <radim.blazek@gmail.com>	2013-06-07

    increased raster DEM maximum exaggeration limit, fixes #7599

Radim Blazek <radim.blazek@gmail.com>	2013-06-07

    reset brush before raster layer draw, fixes #7766

D'Hont René-Luc <rldhont@gmail.com>	2013-06-07

    Update QGIS Server OWS Capabilities

    Has OWS capabilities and context validated for metadata

Radim Blazek <radim.blazek@gmail.com>	2013-06-07

    Force GRASS shell font by setStyleSheet, hopefully fixes #7340; added black on white scheme

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-07

    Keep zoom level constant if zooming to one selected point

Radim Blazek <radim.blazek@gmail.com>	2013-06-07

    placeholderText requires Qt 4.7

Radim Blazek <radim.blazek@gmail.com>	2013-06-07

    ogr debug fix

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-07

    [diagrams] Fix scaling and positioning of histograms

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-07

    Fix crash when selecting invalid CRS in new spatialite dialog

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-07

    Fix canvas refresh on layer load

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-07

    [diagrams] Diagram fixes and UI improvements (Fix #7960)
      * Use correct color for pie chart if only one value is >0
      * Show default text in scaling text box

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-06

    [Plugin Manager] Better cope with broken plugins

Juergen E. Fischer <jef@norbit.de>	2013-06-06

    translation update:
    - update_ts_files.sh: add -f flag ('fast' mode; only update specified languages
      and don't run tsstat.pl)
    - tsstat.pl: cut off latin1 & cyrillic suffix and use only one serbian flag
    - unify flag image permission
    - german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-06

    fix activateDeactivateLayerRelatedActions (fixes #8005)

Victor Olaya <volayaf@gmail.com>	2013-06-06

    [sextante] fixed delete duplicated geoms algorithm

Victor Olaya <volayaf@gmail.com>	2013-06-06

    [sextante] updated link to sextante chapter in error messages

Victor Olaya <volayaf@gmail.com>	2013-06-06

    [sextante] fixed idle progress bar in execution dialog

Victor Olaya <volayaf@gmail.com>	2013-06-06

    [sextante]added checking for R installation

Larry Shaffer <larrys@dakotacarto.com>	2013-05-26

    Revert target hyphen change (update ADD_SIP_PYTHON_MODULE macro first)

Juergen E. Fischer <jef@norbit.de>	2013-06-06

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-06

    include python parts of plugin installer in ts files and a translation string fix

Victor Olaya <volayaf@gmail.com>	2013-06-06

    [sextante] improvements in batch processing interface

Victor Olaya <volayaf@gmail.com>	2013-06-06

    [sextante] fixed issue with blank spaces in filenames in OTB

Merge: c8ff386695 4d72f82c58
Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-06

    Merge pull request #638 from 3nids/typo

    typo

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-06-06

    typo

Radim Blazek <radim.blazek@gmail.com>	2013-06-06

    ogr virtual layers mix single and multi types in sublayers, fixed feature count, fixes #8001

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-06

    Don't pile derived attributes (Fix #7850)

Werner Macho <werner.macho@gmail.com>	2013-06-06

    translation update: farsi

Merge: 9a7776a239 e49783dd9c
Werner Macho <werner.macho@gmail.com>	2013-06-05

    Merge pull request #637 from qgis-jp/for_pull_from_ja

    update GUI translation ja  with Minoru Akagi

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-06

    Fix #7973 Move print as raster and resolution spin box to "paper and quality" group box, don't disable resolution spin box when print as raster is unchecked.

yoichigmf <yoichi.kayama@gmail.com>	2013-06-06

    update GUI translation ja  with Minoru Akagi

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-06

    Only refresh canvas when needed on drop event

Merge: c1fb1bb4fc 74b18e532a
Nathan Woodrow <madmanwoo@gmail.com>	2013-06-05

    Merge pull request #636 from vinayan/zoomlayerextent

    [Fix #7333] - Zoom to layer does not work anymore for newly created shapefiles

Juergen E. Fischer <jef@norbit.de>	2013-06-06

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-06

    more edit widget fixes:
    - handle editable state in drag&drop forms like in automatically generated
      forms
    - allow to set minimum size of webview "edit" widgets.

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-05

    Enable SEXTANTE plugin by default

Borys Jurgiel <info@borysjurgiel.pl>	2013-06-05

    Allow "Experimental" status also for c++ plugins. Mark Globe plugin experimental.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-05

    Clear cached geometries after commit / rollback. Fixes ticket #7950

Juergen E. Fischer <jef@norbit.de>	2013-06-05

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-06-05

    get translation stats right by temporary updating all ts files

Juergen E. Fischer <jef@norbit.de>	2013-06-05

    indentation update

vinayan <vinayan123@gmail.com>	2013-06-05

    fix zoom issue for new shapefiles

Merge: 0f8de7d55f 25c76e6965
Werner Macho <werner.macho@gmail.com>	2013-06-05

    Merge pull request #635 from imincik/slovak

    Slovak translation update.

Ivan Mincik <ivan.mincik@gmail.com>	2013-06-05

    Slovak translation update.

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-05

    Use qRound. Rename menu item

Borys Jurgiel <info@borysjurgiel.pl>	2013-05-27

    [Plugin Manager] remove the old plugin_installer plugin

Borys Jurgiel <info@borysjurgiel.pl>	2013-05-27

    Code cleanups

Borys Jurgiel <info@borysjurgiel.pl>	2013-05-27

    More icons from Robert

Larry Shaffer <larrys@dakotacarto.com>	2013-05-25

    Add ability to run plugin installer from build directory

    - Update targets to new coding standard of using hyphens
    - Add console and plugin installer to WITH_PY_COMPILE target

Borys Jurgiel <info@borysjurgiel.pl>	2013-05-19

    New Plugin Manager

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-06-05

    When calling setFields, automatically initalize attributes
    That what you want most of the time when creating a new feature within a plugin.
    Therefore defaults to true when used from python, but to false when used from C++

vinayan <vinayan123@gmail.com>	2013-06-05

    Offline Editing Plugin - Windows Fix

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-05

    Enable touch for the map canvas on windows

Merge: 068da60570 c2a458e6ad
Nathan Woodrow <madmanwoo@gmail.com>	2013-06-04

    Merge pull request #631 from imincik/cmdout

    Cleanup of 'qgis --help' output.

Etienne Tourigny <etourigny.dev@gmail.com>	2013-06-04

    GdalTools overview : update for qgis and sip api, remove old widgets

Etienne Tourigny <etourigny.dev@gmail.com>	2013-06-04

    fix buildVRT dialog

Etienne Tourigny <etourigny.dev@gmail.com>	2013-06-04

    fix buildSupportedRasterFileFilter for sip api v2

Ivan Mincik <ivan.mincik@gmail.com>	2013-06-04

    Cleanup of 'qgis --help' output.

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-04

    Don't append "Missing group" to non-standard expression groups, so that python plugins which provide expressions can create their own groups

Werner Macho <werner.macho@gmail.com>	2013-06-04

    translation update: eu by asier

Larry Shaffer <larrys@dakotacarto.com>	2013-06-04

    Fix for #7993 again, fields are listed twice in labeling data defined menu

    - Reverts 0192e37
    - Move code from init() to ctor for fix and to ensure connections are not duplicated
    - New code also fixes previously unknown issue when loading .qml style

Juergen E. Fischer <jef@norbit.de>	2013-06-04

    optionally label attribute editor widgets on top

Juergen E. Fischer <jef@norbit.de>	2013-06-04

    WebView attribute editor fixes:
    - allow browsing in readonly mode
    - add option to open page in default browser
    - add tooltips to editor push buttons

Juergen E. Fischer <jef@norbit.de>	2013-06-04

    fix #7828

Merge: f9a0a1d1c8 b7c07deff9
mhugent <marco.hugentobler@sourcepole.ch>	2013-06-04

    Merge pull request #632 from BioEcoForests/master

    Always delete WFS network replies, fixes #7588

Laurent Defert <laurent@bioecoforests.com>	2013-06-04

    Always delete WFS network replies, fixes #7588

Radim Blazek <radim.blazek@gmail.com>	2013-06-04

    fixed rashes in atlas calling vector methods for rasters, fixes #7963

Radim Blazek <radim.blazek@gmail.com>	2013-06-04

    OGR layers with unknown geometry type containing single geometry type fix, fixes #7995

Merge: f012065658 81a960b3fe
Werner Macho <werner.macho@gmail.com>	2013-06-03

    Merge pull request #630 from SrNetoChan/master

    pt_PT translations by João Gaspar

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-06-04

    DBManager: remove empty line from sql editor

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-06-04

    DBManager: updated to new SIP API

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-04

    Fix #4419, improve random color ramp appearance and generate colors with better chance of uniqueness

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-04

    Fix tests after changing default map overview style

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-04

    Fix projection selection with new files

Etienne Tourigny <etourigny.dev@gmail.com>	2013-06-03

    fixes for gdaltools info and clipper - raster file dialog filters needs fixing

Larry Shaffer <larrys@dakotacarto.com>	2013-06-03

    Update main options dialog with QgsOptionsDialogBase inheritance

    - Moved current tab setting to /Windows/Options/tab, as used in QgsOptionsDialogBase
    - Caveat: old setting /Windows/Options/row is not honored on first launch after update

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-06-04

    Patch from Matthias for gdal tools

Nyall Dawson <nyall.dawson@gmail.com>	2013-06-04

    Fix #7705, remove alpha transparency from default color for map overview frames

Larry Shaffer <larrys@dakotacarto.com>	2013-06-03

    Fix #7993, fields are listed twice in labeling data defined menu

Merge: 75cbdf6d2b e46795a4f9
Nathan Woodrow <madmanwoo@gmail.com>	2013-06-03

    Merge pull request #629 from volaya/sipapi

    [sextante] updated to new sip api

Victor Olaya <volayaf@gmail.com>	2013-06-03

    [sextante] updated to new sip api

Werner Macho <werner.macho@gmail.com>	2013-06-04

    update Galician language strings on request

SrNetoChan <senhor.neto@gmail.com>	2013-06-03

    pt_PT translation by João Gaspar

D'Hont René-Luc <rldhont@gmail.com>	2013-06-03

    QGIS Server - GetPrint request does not respect text boxes size and position if dynamic content passed

    This commit brings some correction for the issue #7894
    Firstly the use of adjustSizeToText has been inactivate
    Secondly if a composerLabel is not in the parameterMap the default value
    is conserved.

Larry Shaffer <larrys@dakotacarto.com>	2013-06-03

    Fix #7969, 'layer source' in vector properties is empty

    - Revert part of 6c51965, where setting the line edit field was (accidentally?) removed

Merge: 919aa04931 6f2ddbc2b1
Werner Macho <werner.macho@gmail.com>	2013-06-03

    Merge pull request #626 from imincik/slovak

    First batch of Slovak translation for version 2.0.

Merge: 8201335835 aca38a8e71
Werner Macho <werner.macho@gmail.com>	2013-06-03

    Merge pull request #628 from qgis-jp/make_pull_req_from_ja

    update translation JA

Salvatore Larosa <lrssvtml@gmail.com>	2013-06-03

    [pyqgis-console] update help
    - shows help at the first launch of the console

Juergen E. Fischer <jef@norbit.de>	2013-06-03

    fix #7353 in case the snapping dialog is not docked

yoichigmf <yoichi.kayama@gmail.com>	2013-06-04

    update translation JA

Ivan Mincik <ivan.mincik@gmail.com>	2013-06-03

    Slovak ts file update.

Ivan Mincik <ivan.mincik@gmail.com>	2013-06-03

    First batch of Slovak translation for version 2.0.
            - translation
            - merge with 4b76600 (adding function_help, context_help)

Merge: 21a884b758 d4945db811
Ivan Mincik <ivan.mincik@gmail.com>	2013-06-03

    Merge branch 'master' into slovak

Radim Blazek <radim.blazek@gmail.com>	2013-06-03

    flatten geometries in virtual ogr sublayers, i.e. mix 2D and 25D

Alexander Bruy <alexander.bruy@gmail.com>	2013-06-03

    update MapServer export plugin to SIP changes

Alexander Bruy <alexander.bruy@gmail.com>	2013-06-03

    minor update in sextante taudem provider

Alexander Bruy <alexander.bruy@gmail.com>	2013-06-03

    more SIP updates for fTools

Juergen E. Fischer <jef@norbit.de>	2013-06-03

    fix #7982

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-06-03

    Log WFS errors

Juergen E. Fischer <jef@norbit.de>	2013-06-03

    followup 16ba01f7 for oracle & mssql

Juergen E. Fischer <jef@norbit.de>	2013-06-02

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-06-02

    fix #7353

Juergen E. Fischer <jef@norbit.de>	2013-06-02

    else cascade cleanups

Juergen E. Fischer <jef@norbit.de>	2013-06-02

    drop unused QgsMapToolAddVertex, QgsMapToolDeleteVertex and QgsMapToolMoveVertex

Juergen E. Fischer <jef@norbit.de>	2013-06-02

    rename context help from QgsIdentifyResults to QgsIdentifyResultsDialog

Larry Shaffer <larrys@dakotacarto.com>	2013-06-02

    Save/restore header state for bookmarks view

Larry Shaffer <larrys@dakotacarto.com>	2013-06-02

    Fix #7723, bookmark names not saved

    - Allow bookmarks database table to be edited
    - Store project file name with new bookmark, if custom project title not set

D'Hont René-Luc <rldhont@gmail.com>	2013-06-02

    QGIS-Server doesn't publish vector layer without geometry in WMS

    Because vector layer without geometry hasn't rendered by QGIS, the
    QGIS-Server doesn't publish these layer.

Juergen E. Fischer <jef@norbit.de>	2013-05-31

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2013-06-02

    fix doxygen warning

Larry Shaffer <larrys@dakotacarto.com>	2013-06-01

    Fix for #7458, project crashes when loaded from command line

    - Image selection previews now load only on first expansion of parent group box
    - Note: this is an OK fix for 2.0 release. One better solution noted here: http://hub.qgis.org/issues/7458#note-12

Chris Crook <ccrook@linz.govt.nz>	2013-06-02

    Fix to potential unterminated loop if a delimited text file is deleted

    Another try at fixing test cases with file watcher, don't work on some
    platforms.

vinayan <vinayan123@gmail.com>	2013-06-01

    Ftools-Sum Line length - Fix progress bar

Chris Crook <ccrook@linz.govt.nz>	2013-06-01

    Removing a couple more delimited text file test case failures

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-31

    [pyqgis-console] shows info messages also for temporary scripts

Radim Blazek <radim.blazek@gmail.com>	2013-05-31

    OGR provider - virtual sublayers for each geometry type in multi geometry layers, fixes #7895

Sandro Santilli <strk@keybit.net>	2013-05-31

    Further reduction of instance copies

Sandro Santilli <strk@keybit.net>	2013-05-31

    More const correctness and pass-by-ref

Sandro Santilli <strk@keybit.net>	2013-05-30

    Fix width of line decoration for selected features (ticket #7410)

Radim Blazek <radim.blazek@gmail.com>	2013-05-31

    JTSK EPSG codes update, added new codes, updated existing.

    INSERT INTO tbl_srs VALUES (NULL,'S-JTSK (Greenwich) / Krovak','krovak','bessel','+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=greenwich +units=m +no_defs',5513,'EPSG','5513',0,0);

    INSERT INTO tbl_srs VALUES (NULL,'S-JTSK (Greenwich) / Krovak East North','krovak','bessel','+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=greenwich +units=m +no_defs',5514,'EPSG','5514',0,0);

    INSERT INTO tbl_srs VALUES (NULL,'S-JTSK (Ferro) / Krovak East North','krovak','bessel','+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=ferro +units=m +no_defs',5221,'EPSG','5221',0,0);

    -- Add alpha to 2065
    UPDATE tbl_srs set parameters = '+proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=ferro +units=m +no_defs'  WHERE auth_id = '2065';

    -- Add towgs84 to 102067
    UPDATE tbl_srs set description = 'S-JTSK (Greenwich) / Krovak East North', parameters = '+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=greenwich +units=m +no_defs', deprecated = 1 WHERE auth_id = '102067';

Alexander Bruy <alexander.bruy@gmail.com>	2013-05-31

    more api updates in fTools (still incomplete)

D'Hont René-Luc <rldhont@gmail.com>	2013-05-31

    Add GetContext request to QGIS WMS Server

    This non standard request retruns the QGIS project as an OWSContext
    document version 0.3.1.
    This request gives more interoperability to QGIS Server that can be
    directly used in client supporting OWSContext as config file.
    This function has been funded by Ifremer.

Merge: 32da891f16 c1797fc737
mhugent <marco.hugentobler@sourcepole.ch>	2013-05-31

    Merge pull request #623 from biolds/master

    Fix crash when authentication fails. Fix #7913

Radim Blazek <radim.blazek@gmail.com>	2013-05-31

    GRASS shell cursor shift fix better

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-31

    Fix crash in sip using QString

Merge: a2fc3b42aa 3acb48d1b0
Werner Macho <werner.macho@gmail.com>	2013-05-30

    Merge pull request #624 from rduivenvoorde/nl

    nl update

Richard Duivenvoorde <richard@duif.net>	2013-05-30

    nl update

Radim Blazek <radim.blazek@gmail.com>	2013-05-30

    set correctly raster block nodata if layer extent or resolution is smaller than requested, fixes #7209

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-30

    Keep selection if exchanging ids for added features, safety check for 0 geometry in splitFeatures method

Juergen E. Fischer <jef@norbit.de>	2013-05-30

    more Quantum GIS => QGIS updates

Radim Blazek <radim.blazek@gmail.com>	2013-05-30

    GRASS - set correctly qtermwidget font, fixes #7340

D'Hont René-Luc <rldhont@gmail.com>	2013-05-30

    Advertised WFS URL

    Like WMS services, users can configure an advertised URL for WFS
    services.
    If no advertised WFS URL is specified, QGIS-Server looked at the
    advertised WMS URL.

Alexander Bruy <alexander.bruy@gmail.com>	2013-05-30

    start update fTools to new SIP api

Larry Shaffer <larrys@dakotacarto.com>	2013-05-30

    Add missing signal/slot connection, for limiting labels drawn

Laurent Defert <laurent_defert@yahoo.fr>	2013-05-29

    Fix crash when authentication fails. Fix #7913

    - Fix pointer dereferencing
    - Remove call to uninitialized button
    As stated by Valgrind:

    ==13851== Use of uninitialised value of size 8
    ==13851==    at 0x9961780: QWidget::setEnabled(bool) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.2)
    ==13851==    by 0x27600FB1: QgsWFSSourceSelect::capabilitiesReplyFinished() (qgswfssourceselect.cpp:211)
    ==13851==    by 0x2760B78F: QgsWFSSourceSelect::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (moc_qgswfssourceselect.cxx:156)
    ==13851==    by 0x93F554E: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.2)
    ==13851==    by 0x2760A458: QgsWFSCapabilities::gotCapabilities() (moc_qgswfscapabilities.cxx:103)
    ==13851==    by 0x275F88CD: QgsWFSCapabilities::capabilitiesReplyFinished() (qgswfscapabilities.cpp:156)
    ==13851==    by 0x2760A331: QgsWFSCapabilities::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (moc_qgswfscapabilities.cxx:54)
    ==13851==    by 0x93F554E: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.2)
    ==13851==    by 0xA46E824: ??? (in /usr/lib/x86_64-linux-gnu/libQtNetwork.so.4.8.2)
    ==13851==    by 0xA4DC904: ??? (in /usr/lib/x86_64-linux-gnu/libQtNetwork.so.4.8.2)
    ==13851==    by 0x93F4A2D: QObject::event(QEvent*) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.2)
    ==13851==    by 0x991470B: QApplicationPrivate::notify_helper(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.2)
    ==13851==

Radim Blazek <radim.blazek@gmail.com>	2013-05-30

    GRASS fixes: remember last mapset, update layer list in tools if a layer is added/removed

D'Hont René-Luc <rldhont@gmail.com>	2013-05-30

    Add FeatureListURL in QGIS WMS Server GetCapabilities Request

    When a layer is published as a WFS FeatureType, WMS GetCapabilities
    Answer containing a FeatureListURL. The FeatureListURL contains an
    OnlineResource element with the URL to the layer in GML.

Radim Blazek <radim.blazek@gmail.com>	2013-05-30

    GRASS v.in.ogr.qgis postgres - set schemas option, fixes #7427

Juergen E. Fischer <jef@norbit.de>	2013-05-30

    vector layer undo command: remove merging noise

Larry Shaffer <larrys@dakotacarto.com>	2013-05-29

    Followup to fix for #7134, label settings not saved in .qml

    - Ensure labeling gui is restored in correct order
    - Run style script on qgsmaplayer.cpp

Merge: f9ae9d5303 085f636962
Nathan Woodrow <madmanwoo@gmail.com>	2013-05-29

    Merge pull request #622 from slarosa/one_more_fix_sipapiv2

    [pyqgis-console] set default value for splitters state

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-29

    [pyqgis-console] set default value for splitters state

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-29

    Fix #7134

Juergen E. Fischer <jef@norbit.de>	2013-05-29

    german translation update

Merge: 9db7ab96a5 b1843de774
Nathan Woodrow <madmanwoo@gmail.com>	2013-05-29

    Merge pull request #621 from slarosa/again_sipapiv2

    [pyqgis-console] again more upadte for sip api v2

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-29

    [pyqgis-console] again more upadte for sip api v2

Juergen E. Fischer <jef@norbit.de>	2013-05-29

    - sync sip binding of QgsVectorLayer
    - [API] introduce signal QgsVectorLayer::beforeRollBack()
    - merge consecutive geometry changes (fixes #7929)
    - avoid validation in nodetool on rollback

Merge: d28d2023b6 bc726dcbb5
Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-29

    Merge pull request #620 from slarosa/update_sipapiv2_console

    more update to console for sipapiv2

Juergen E. Fischer <jef@norbit.de>	2013-05-29

    fix #4103

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-29

    more update to console for sipapiv2

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-29

    Show call stack when python console open fails

D'Hont René-Luc <rldhont@gmail.com>	2013-05-26

    Using QgsMapLayer's title for QgsComposerLayerItem

D'Hont René-Luc <rldhont@gmail.com>	2013-05-29

    Add metadata information for layers

    To complete the metadata tab and ilayer information, we add keywordlist,
    metadata url and attribution information.
    The user can add keywords to his layers, store a metadata url with type
    and format and attribution title and url.
    These data are reused by QGIS-Sever in the WMS GetCapabilities request.
    This capability is sponsored by ifremer.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-29

    Set default values for python console settings

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-29

    Start sipapi update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-29

    Differentiate between x and y resolution for polygon coordinate positions -> fewer candidate positions

Alexander Bruy <alexander.bruy@gmail.com>	2013-05-29

    [sextante] fix issue with non-ASCII characters in layer selector

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-29

    Use rougher polygon cost calculation based on closest border or obstacle

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-29

    Fix add class for graduated renderer. Fix #7726

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-29

    Fix removing composer legend items. Fix #7874 Fix #7464

Juergen E. Fischer <jef@norbit.de>	2013-05-29

    add missing sip bindings to QgsSublayersDialog

Juergen E. Fischer <jef@norbit.de>	2013-05-29

    fix build error

Juergen E. Fischer <jef@norbit.de>	2013-05-29

    fix #7925

Victor Olaya <volayaf@gmail.com>	2013-05-28

    [sextante] added new v.transform algorithm

    minor fix in r.stream.stats

Victor Olaya <volayaf@gmail.com>	2013-05-24

    [sextante] some light code cleaning/polishing

Etienne Tourigny <etourigny.dev@gmail.com>	2013-05-28

    fix loading of raster and vector files with sublayers ; add vector and raster test files with sublayers

Juergen E. Fischer <jef@norbit.de>	2013-05-28

    we don't have a file menu on osx either (followup c510c449)

Larry Shaffer <larrys@dakotacarto.com>	2013-05-27

    Update QgsDataDefinedButton

    - Add 'Usage info' functions; displays in description and tool tip
    - Reorganize menu, adding conceptual section titles
    - Add ability to paste in expression
    - Add ability to clear defined expression
    - Add check for non-matching data field types
    - Add better truncation of expressions in tool tip and menu

Sandro Santilli <strk@keybit.net>	2013-05-28

    Fix leak of geometry in QgsSelectedFeature destructor

Merge: 2fcb8b26ab 20c729a3e9
Ivan Mincik <ivan.mincik@gmail.com>	2013-05-28

    Merge branch 'master' into slovak

Sandro Santilli <strk@keybit.net>	2013-05-28

    Add a QgsDebugCall macro to trace entering/leaving functions

    Replace manual debugging lines used for the same purpose in a couple
    of implementation files for node tool.

Juergen E. Fischer <jef@norbit.de>	2013-05-28

    we don't have a file menu anymore (also moves project properties to project menu on windows)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-28

    [diagrams] save attribute names instead of indices (fix #7914)

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-28

    Don't be so strict with bad geometies in spatial query

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-28

    Load extents from geometry_columns. Fix #7883

Werner Macho <werner.macho@gmail.com>	2013-05-27

    translation update: sv by Victor

Merge: f4c859ae0a e6e913971c
Werner Macho <werner.macho@gmail.com>	2013-05-27

    Merge pull request #615 from rduivenvoorde/nltranslation

    Dutch translation

Richard Duivenvoorde <richard@duif.net>	2013-05-27

    addtion of Diethard to list of dutch translators

Richard Duivenvoorde <richard@duif.net>	2013-05-27

    further dutch translations

Werner Macho <werner.macho@gmail.com>	2013-05-27

    added flag for bengali language

Werner Macho <werner.macho@gmail.com>	2013-05-27

    update and some changes to basque language

Werner Macho <werner.macho@gmail.com>	2013-05-27

    added more japanese translators

Merge: 7f4a7ac6cf ab3c14c008
Werner Macho <werner.macho@gmail.com>	2013-05-27

    Merge pull request #612 from SrNetoChan/master

    pt_PT translations

Merge: 5177c7b594 f2e222b161
Werner Macho <werner.macho@gmail.com>	2013-05-27

    Merge pull request #613 from qgis-jp/for_pull_from_ja

    translation gui  ja by minoura , tmizu23, nuimura, Arctictern265, yoichi...

yoichigmf <yoichi.kayama@gmail.com>	2013-05-27

    translation gui  ja by minoura , tmizu23, nuimura, Arctictern265, yoichigmf

Juergen E. Fischer <jef@norbit.de>	2013-05-27

    fix 10a91b7fb on some platforms

Juergen E. Fischer <jef@norbit.de>	2013-05-26

    indentation update

Alexandre Neto <senhor.neto@gmail.com>	2013-05-26

    pt_PT Translations

Nyall Dawson <nyall.dawson@gmail.com>	2013-05-26

    Fix blending tests

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-05-27

    do not destroy layers created outside the dialog (fix #7903)

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-05-27

    DBManager: fix 'Update Option' button behaviour (fix #7606)

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-05-27

    DBManager: replace the deprecated Exception.message attribute

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-05-27

    DBManager: better handle for not supported constraint types (fix #7544)

Merge: 0f132602ed 3c0ac0d43c
Werner Macho <werner.macho@gmail.com>	2013-05-26

    Merge pull request #609 from SrNetoChan/master

    DB Manager Dialog pt_PT translations

Juergen E. Fischer <jef@norbit.de>	2013-05-26

    fix #7907

Juergen E. Fischer <jef@norbit.de>	2013-05-26

    only catch signals on linux (fixes #7908)

Juergen E. Fischer <jef@norbit.de>	2013-05-26

    Restore 'New Shapefile' (it's also used in the toolbar).

    This reverts commit ebd76d1a6478457e5f2c7c8970b39f45f7272429.

Juergen E. Fischer <jef@norbit.de>	2013-05-26

    fix #7902

Juergen E. Fischer <jef@norbit.de>	2013-05-26

    fix #7901

Juergen E. Fischer <jef@norbit.de>	2013-05-26

    postgres provider: use INT_MIN for unknown srid (fixes #7889)

Chris Crook <ccrook@linz.govt.nz>	2013-05-26

    Fix to handling of double precision values, and improved test cases for this

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-26

    Show selected CRS. Fix #5563

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-25

    Allow smaller minimum for composer snap grid (ticket #7839)

Juergen E. Fischer <jef@norbit.de>	2013-05-25

    postgres provider fixes:
    - allow selection of rows with srid 0 (fixes #7889)
    - fix geometry type assignment of geometry less tables
    - filter out geometry columns with srids < 0 in browser

Juergen E. Fischer <jef@norbit.de>	2013-05-25

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-05-25

    legend updates:
    - when enabling explicit drawing order, intially take legend order
    - when loading projects with explicit drawing order enabled,
      verify that the order is actually fully set and take legend
      order otherwise (fixes #7623)
    - store/restore active layer

Juergen E. Fischer <jef@norbit.de>	2013-05-25

    fix #7827

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-05-25

    fix pyspatialite import running QGIS from output dir (fix #7899)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-25

    Fix width of line decoration (ticket #7410)

Juergen E. Fischer <jef@norbit.de>	2013-05-25

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-05-25

    fix #4470 and #7889

Larry Shaffer <larrys@dakotacarto.com>	2013-05-22

    Fix for label buffer drawing triggered off of just its data defined size in the past (<2.0)

Larry Shaffer <larrys@dakotacarto.com>	2013-05-24

    Fix init flag order in QgsOptionsDialogBase (thanks Borys)

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-25

    [pyqgis-console] changes and cleans up some icon

Chris Crook <ccrook@linz.govt.nz>	2013-05-25

    Adding CSVT file reading - using CSVT file alongside data file to determine field types

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-24

    Delete rubberband if deactivating capture tool

SrNetoChan <senhor.neto@gmail.com>	2013-05-24

    DB Manager pt_PT translations

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-24

    [Fix #7892] Fields properties: Fix sorting by id (numeric)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-24

    [Fix #7867] Fix field properties config dialog

nyalldawson <nyall.dawson@gmail.com>	2013-05-24

    Fix crash with render caching and feature blending combination

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-24

    Add ownership management to the MapLayerRegistry

pcav <cavallini@faunalia.it>	2013-05-24

    Miro edits to IT GUI

Merge: 1902af567d 0dcd9ebe8e
mhugent <marco.hugentobler@sourcepole.ch>	2013-05-23

    Merge pull request #586 from vinayan/offlineedit

    Fix Offline Editing Plugin

Merge: 2c553260e5 6227475e4c
Chris Crook <ccrook@linz.govt.nz>	2013-05-24

    Merge remote-tracking branch 'upstream/master'

Chris Crook <ccrook@linz.govt.nz>	2013-05-24

    Improving test platform independence

Werner Macho <werner.macho@gmail.com>	2013-05-23

    translation update: sv by Victor

Merge: 83445af23e ebd76d1a64
Tim Sutton <tim@linfiniti.com>	2013-05-23

    Merge pull request #608 from imincik/menu-cleanup

    Removing redundant 'New' keyword from 'Layer -> New' menu item.

Ivan Mincik <ivan.mincik@gmail.com>	2013-05-23

    Removing redundant 'New' keyword from 'Layer -> New' menu item.

Merge: f82cc12008 bac09e99c0
Salvatore Larosa <lrssvtml@gmail.com>	2013-05-23

    Merge pull request #607 from alexbruy/console-ui

    use checkable groupbox instead of separate checkboxes in console

Ivan Mincik <ivan.mincik@gmail.com>	2013-05-23

    Updating Slovak translation strings file.

Juergen E. Fischer <jef@norbit.de>	2013-05-23

    fix #7888

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-23

    Scale/diameter scale also for svg marker

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-23

    Fix #7866

Alexander Bruy <alexander.bruy@gmail.com>	2013-05-23

    use checkable groupbox instead of separate checkboxes in console
    settings

Merge: d50214b144 ce280f49e1
Chris Crook <ccrook@linz.govt.nz>	2013-05-23

    Merge pull request #606 from ccrook/master

    Updating authors

Chris Crook <ccrook@linz.govt.nz>	2013-05-23

    Updating AUTHORS

Merge: ac9736b998 700d12f7ec
mhugent <marco.hugentobler@sourcepole.ch>	2013-05-23

    Merge pull request #604 from matthias-kuhn/wmsfix

    Fix bad WMS server performance

Merge: 64ab894630 7ea86101a0
Werner Macho <werner.macho@gmail.com>	2013-05-22

    Merge pull request #605 from SrNetoChan/master

    Portuguese translations

Merge: 37a30bb771 6bd1b78b18
Giuseppe Sucameli <brush.tyler@gmail.com>	2013-05-22

    Merge pull request #555 from olivierdalang/SaveSqlQueriesInDbManager

    [FEATURE] DBManager: allow to store SQL queries in the project file

Juergen E. Fischer <jef@norbit.de>	2013-05-22

    german translation fix

Merge: 22251085ee 3da0d7d56f
SrNetoChan <senhor.neto@gmail.com>	2013-05-22

    merge

SrNetoChan <senhor.neto@gmail.com>	2013-05-22

    small correction to pt_PT Translation

SrNetoChan <senhor.neto@gmail.com>	2013-05-22

    Portuguese Translation

SrNetoChan <senhor.neto@gmail.com>	2013-05-22

    Portuguese Translations

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-22

    Fix bad WMS server performance

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-22

    [pyqgis-console] fix for save as in tabbar context menu

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-22

    [pyqgis-console] enables to select multiple files to load in the file editor

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-22

    QgsExpression takes const QgsFeature as pointer and by reference

SrNetoChan <senhor.neto@gmail.com>	2013-05-22

    Portuguese Translation

SrNetoChan <senhor.neto@gmail.com>	2013-05-22

    Portuguese Translations

Werner Macho <werner.macho@gmail.com>	2013-05-22

    translation updates for da and gl

Juergen E. Fischer <jef@norbit.de>	2013-05-22

    introduce MAPSERVER_SKIP_ECW setting to disable ECW support in mapserver

Juergen E. Fischer <jef@norbit.de>	2013-05-22

    reduce debugging noise in pal labeling

Merge: 3306c7c31a e741ec947d
Nathan Woodrow <madmanwoo@gmail.com>	2013-05-22

    Merge pull request #602 from 3nids/selectall

    add selectall features method for vector layers

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-05-22

    add select all features methods for vector layers

Merge: b7f1987b3e 6af9261fa3
Nathan Woodrow <madmanwoo@gmail.com>	2013-05-22

    Merge pull request #601 from matthias-kuhn/qgsexpression-unprepared

    Allow unprepared execution of QgsExpression

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-22

    Allow unprepared execution of QgsExpression

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-22

    [Fix #7877] Crash when saving layer style as qml

Juergen E. Fischer <jef@norbit.de>	2013-05-22

    yet another german translation update

Merge: 2acea9fb22 83eff76c77
Jürgen Fischer <jef@norbit.de>	2013-05-21

    Merge pull request #600 from slarosa/master

    Update translation script

Juergen E. Fischer <jef@norbit.de>	2013-05-22

    fix #7853

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-22

    update script for translation files

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-22

    [pyqgis-console] small fixes

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-21

    [pyqgis-console] increases height of the row in QListView and QTreeWidget for Windows OS
    - small fixes for the run script command

Larry Shaffer <larrys@dakotacarto.com>	2013-05-21

    Update Mac INSTALL notes

    - Fix registered copyright symbol in .t2t files

Juergen E. Fischer <jef@norbit.de>	2013-05-21

    enable/disable layer dependant actions:
    - select by expression requires active layer
    - labeling requires and active vector layer

Juergen E. Fischer <jef@norbit.de>	2013-05-21

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-05-21

    expression translation fixes

D'Hont René-Luc <rldhont@gmail.com>	2013-05-21

    Debbuging NoGeometry support in QGIS WFS Server

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-21

    Use QgsHighlight instead of QgsRubberBand (inner rings of polygons are shown)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-21

    Identify tool: Show layer type icons in layer selection mode

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-21

    Move layer selection menu a few pixel to the right / bottom

Merge: 70b6821d53 cbc014edbf
Jürgen Fischer <jef@norbit.de>	2013-05-21

    Merge pull request #598 from ccrook/master

    Adding missing delimited text data files

Chris Crook <ccrook@linz.govt.nz>	2013-05-21

    Adding missing test data files

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-21

    Reduce margins in properties dialog

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-20

    [pyqgis-console] uses context menu to handle the command history instead of typing directly the command into the console
    - shows history in dialog (much more usable)

Werner Macho <werner.macho@gmail.com>	2013-05-20

    adding new language Bengali on request

Larry Shaffer <larrys@dakotacarto.com>	2013-05-20

    Turn off buffer size-trigger fix for <2.0 projects until better solution is implemented

Larry Shaffer <larrys@dakotacarto.com>	2013-05-15

    Update labeling gui and add expression support as data defined value

    - Add QgsDataDefined class
    - Add QgsDataDefinedButton class
    - Add data defined Python support
    - Add standalone SVG selector dialog to QgsSvgSelectorWidget class

    - Fix for #4607, show only pertinent fields when setting a data defined value
    - Fix for #5048 and #5049, data defined settings are literally used
    - Fix for #5726, number formatting does not work for expressions
    - Fix for #7755, using bufferSize to enable/disable label buffer is confusing
    - Fix for #7779, labels do not register in label collision engine; and for #4719, inactive options in labeling dialog
    - Prepare label text's expression upfront when preparing layer; makes rendering much faster
    - Change name of 'feature obstacles' to appropriate terminology

Radim Blazek <radim.blazek@gmail.com>	2013-05-20

    raster identify - keep format above others

Juergen E. Fischer <jef@norbit.de>	2013-05-20

    - Quantum GIS => QGIS update
    - integrate PythonConsole help into main translation
    - allow referencing QGIS images in context help(viewer)

Juergen E. Fischer <jef@norbit.de>	2013-05-20

    german translation update

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-20

    [pyqgis-console] fix translation string

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-20

    [pyqgis-console] allow to disable automatic parentheses insertion from settings:
    - fix: add Shift+Insert to paste action
    - fix: set default Monospaced font at the first start
    - allow to save state for console splitter
    - fix for mousePressEvent into console

Juergen E. Fischer <jef@norbit.de>	2013-05-20

    fix some tests and some doxygen warnings

Juergen E. Fischer <jef@norbit.de>	2013-05-19

    german translation fix

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-05-20

    gdaltools: move clipper dialog on top when the user ends to define a new extent (fix #7783)

Juergen E. Fischer <jef@norbit.de>	2013-05-19

    debian packaging update for sid

Tim Sutton <tim@linfiniti.com>	2013-05-19

    Revert "make cmake honor PYTHON_LIBRARY and find the default both in x86 (tested on ubuntu 12.10 64) and android "

    This reverts commit f7f3e413b726024384235a3654d6b18d9ff073be.

Merge: 6370aa48ce f7f3e413b7
Tim Sutton <tim@linfiniti.com>	2013-05-19

    Merge pull request #596 from mbernasocchi/master

    make cmake honor PYTHON_LIBRARY

Marco Bernasocchi <marco@opengis.ch>	2013-05-19

    make cmake honor PYTHON_LIBRARY and find the default both in x86 (tested on ubuntu 12.10 64) and android

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-19

    Expose alpha on raster colour dialog

nyalldawson <nyall.dawson@gmail.com>	2013-05-19

    Make sure classifying color ramps for rasters uses the full range of the ramp

nyalldawson <nyall.dawson@gmail.com>	2013-05-19

    [feature] Transparency support for raster color ramps (fix #7847)

Tim Sutton <tim@linfiniti.com>	2013-05-19

    Revert "make cmake honor PYTHON_LIBRARY"

    This reverts commit b3c6d38ffefa9db79932be234b010598a9664706.

Merge: 2f9ccb515d b3c6d38ffe
Tim Sutton <tim@linfiniti.com>	2013-05-19

    Merge pull request #553 from mbernasocchi/myfix

    make cmake honor PYTHON_LIBRARY

Merge: acacf84845 014729b94d
Werner Macho <werner.macho@gmail.com>	2013-05-19

    Merge pull request #595 from Cracert/trans

    pl translation update

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-19

    [pyqgis-console] adds more options to find text in the editor

Robert Szczepanek <robert@szczepanek.pl>	2013-05-19

    translation update: Polish by Milena, Robert, Borys

Merge: 81f677d501 c95dac558e
Werner Macho <werner.macho@gmail.com>	2013-05-18

    Merge pull request #594 from tomass/master

    Updates to Lithuanian translations

Tomas <tomasstraupis@gmail.com>	2013-05-18

    Updates to Lithuanian translation

Giuseppe Sucameli <brush.tyler@gmail.com>	2013-05-18

    open project file using text mode (fix #7735)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-18

    [Fix #7858] Toggle editing mode resets edit widget
    And introduces full mapping between table row and field index ( Fix for loosing index mapping after sorting rows )

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-18

    [attrtable] Fix column synchronization
    Columns have been missing, after removing all columns and readding them

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-18

    [Fix #7849] Layer properties > fields delete correct field

Juergen E. Fischer <jef@norbit.de>	2013-05-18

    translation update

Juergen E. Fischer <jef@norbit.de>	2013-05-15

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-05-18

    debian packaging update

Larry Shaffer <larrys@dakotacarto.com>	2013-05-17

    Fix #7835, opening WMS layer properties causes crash

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-17

    [attrtable] Make sure editor widget background is not transparent

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-17

    Small fixes
     * Fix minor memory leak in attribute dialog
     * Safety check in dual view

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-17

    [Fix #7806] Be more verbose in "invalid layer" dialog

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-17

    Fix wmsserver: Do not manipulate maplayerregistry directly

nyalldawson <nyall.dawson@gmail.com>	2013-05-17

    Use a cosmetic pen for snap lines to prevent lines scaling (fix #7524)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-17

    Fix generation of empty layer/style entries

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-17

    Disallow changing of map layer registry directly
    QgsMapLayerRegistry::mapLayers() returned reference is now const

Merge: 957c4f1433 198cc39f85
Tim Sutton <tim@linfiniti.com>	2013-05-17

    Merge pull request #591 from ccrook/delimited_text_to_core

    Delimited text to core

Merge: 7962361329 cfaa71c536
vinayan <vinayan123@gmail.com>	2013-05-16

    Merge pull request #593 from mach0/topocheck

    modified topology checker mostly GUI overhaul

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-17

    Return rgba from ramp_color

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-17

    Add aplha to colour ramp

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-17

    Return rgb from all colour functions

Chris Crook <ccrook@linz.govt.nz>	2013-05-17

    Fixing line spacing in <pre> section of delimited text context help

Merge: 83b571b45e 2c7eff7088
Chris Crook <ccrook@linz.govt.nz>	2013-05-17

    Fix merge conflict

Werner Macho <werner.macho@gmail.com>	2013-05-14

    modified topology checker mostly GUI overhaul

Merge: 36bf93c0d2 b7ef48aee3
mhugent <marco.hugentobler@sourcepole.ch>	2013-05-16

    Merge pull request #592 from matthias-kuhn/fix-7405

    [Fix #7405] Graduated renderer: Feature count 0 with scale or rotation

Radim Blazek <radim.blazek@gmail.com>	2013-05-16

    raster resampler fixes, use zoom in resampler also for oversampling 1

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-16

    Implement rubberbands for layer selection mode

Juergen E. Fischer <jef@norbit.de>	2013-05-16

    drop qgis_help.db and debian packaging update

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-16

    [pyqgis-console] uses QFileInfo instead of os.path to check if file exists
    - minor fixes and cleanup

Radim Blazek <radim.blazek@gmail.com>	2013-05-15

    fixed raster paletted renderer for no data, fixes #7139

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-15

    [Fix #7405] Graduated renderer: Feature count 0 with scale or rotation

Radim Blazek <radim.blazek@gmail.com>	2013-05-15

    enabled resampling for wms, fixes #7144

Radim Blazek <radim.blazek@gmail.com>	2013-05-15

    removed raster layer drawing style getter/setter

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-15

    Revert "[qgis_help] Detect proper resource path when running from build dir"

    This reverts commit 30b9fedc6adff91be11183c3a1ee3338ac6e0afa.

    qgis_help doesn't need to know the install path any more, because it reads from stdin instead of directly opening files

Radim Blazek <radim.blazek@gmail.com>	2013-05-15

    python console setPlaceholderText qt < 4.7 fix

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-15

    [pyqgis-console] allow to disable the object inspector from settings (default it is disabled)
    - fixes some translation string

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-15

    Insert user defined OWS extent for project into top layer of WMS capabilities

Radim Blazek <radim.blazek@gmail.com>	2013-05-15

    disabled raster data file timestamp check in loading style, fixes #6900

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-15

    Invert layer crs if wms version is  not 1.1.1 (covers the case where wms version is given as 1.3 instead 1.3.0)

Juergen E. Fischer <jef@norbit.de>	2013-05-15

    - recover japanese translations lost in 4b76600
    - german translation fix

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-15

    Refactor activateDeactivateLayerRelatedActions

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-15

    Add field calc to main app window

Juergen E. Fischer <jef@norbit.de>	2013-05-13

    - integrate function_help and context_help to translation files
    - add some german function help updates
    - update helpviewer to show help passed into stdin from qgis

Radim Blazek <radim.blazek@gmail.com>	2013-05-14

    skip raster nuller with color types; check data block allocation in block value read, fixes possibly #7807

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-14

    [FEATURE]: layer selection mode for info tool

D'Hont René-Luc <rldhont@gmail.com>	2013-04-30

    Activating WMS getStyle REQUEST for .qgs mapfile

    A getStyle REQUEST has been developped for SLD mapfile.
    qgsVectorLayer has a method writeSld. It was easy to activate getStyle
    for .qgsmapfile

D'Hont René-Luc <rldhont@gmail.com>	2013-05-06

    Add image/png; mode=16bit as a supported format

D'Hont René-Luc <rldhont@gmail.com>	2013-05-14

    Reactivated 8bit and 1bit mode for QGIS Server

    The commit 76d1f955c019c3d42cbab29ce2d147acd233b54a simplified the
    mFormat private attribute to PNG, JPG, PDF, etc and created
    mFormatString attribute. The second is used for base64 but not for mode.
    This commit corrected it.

Juergen E. Fischer <jef@norbit.de>	2013-05-14

    postgres provider: fix b85af12c

Juergen E. Fischer <jef@norbit.de>	2013-05-14

    postgres provider: avoid noise when layer_style table doesn't exist

Victor Olaya <volayaf@gmail.com>	2013-05-14

    [sextante] fixed issue in GRASS installation test

Chris Crook <ccrook@linz.govt.nz>	2013-05-14

    Delimited text plugin moved to core

Chris Crook <ccrook@linz.govt.nz>	2013-05-14

    Minor gui fix

Chris Crook <ccrook@linz.govt.nz>	2013-05-14

    Delimited text GUI tidy up.  Renamed useWatcher option to watchFile

nyalldawson <nyall.dawson@gmail.com>	2013-05-14

    Add clamp and scale_exp functions

Merge: 226c524e35 519fe2f4ac
Nathan Woodrow <madmanwoo@gmail.com>	2013-05-13

    Merge pull request #590 from nyalldawson/advanced_composition

    FFE? some blending fixes & composition feature requests

nyalldawson <nyall.dawson@gmail.com>	2013-05-13

    Add python bindings and tests for grid blending, grid annotation font color, vector feature blending and vector layer transparency

nyalldawson <nyall.dawson@gmail.com>	2013-05-13

    Tests for grid blending, grid color labels, vector feature blending and vector layer transparency

nyalldawson <nyall.dawson@gmail.com>	2013-05-13

    [feature] Add font color control for grid annotations (fix #7789)

nyalldawson <nyall.dawson@gmail.com>	2013-05-13

    [feature] blend modes for composer map grids (fix #7777)

nyalldawson <nyall.dawson@gmail.com>	2013-05-13

    [feature] Layer transparency for vectors (fix #7692)

nyalldawson <nyall.dawson@gmail.com>	2013-05-13

    Add blend mode option for features, allows blending to be used between features in a layer

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-14

    Fix build error

Victor Olaya <volayaf@gmail.com>	2013-05-13

    [sextante] cleaned some unnecessary code from last commit

Victor Olaya <volayaf@gmail.com>	2013-05-13

    [sextante] improved modeler appearance with Bezier curves

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-13

    [pyqgis-console] again more fixes and cleanup (for the editor)

Werner Macho <werner.macho@gmail.com>	2013-05-13

    translation update: ja by Yoichi and his team

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-13

    [attrtable] Update context help

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-13

    [qgis_help] Detect proper resource path when running from build dir

Juergen E. Fischer <jef@norbit.de>	2013-05-13

    add to german function help

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-13

    GUI (Vector layer properties) QSplitter for fields properties tab

vinayan <vinayan123@gmail.com>	2013-05-13

    bring layerAdded signal back to fix synchronize

vinayan <vinayan123@gmail.com>	2013-05-13

    more fixes to offlineediting - back to life

vinayan <vinayan123@gmail.com>	2013-05-12

    fix offline editing plugin

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-13

    Change -> to &rarr; in function help

Juergen E. Fischer <jef@norbit.de>	2013-05-13

    sip also doesn't like public (followup 0ec5dc4 and fa0a9b7)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-13

    Emit finshed signal, when the vector layer cache has been initialized.

Borys Jurgiel <info@borysjurgiel.pl>	2013-05-13

    Disable also plugins in user specified directories when running with --noplugins option

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-13

    Use QgsMessageBar instead of QMessageBox

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-13

    [Fix #7698] Attributetable crashes on close when valuemap is used

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-13

    [Fix #7784] Browser keeps crashing when navigating the tree

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-13

    [attrtable] Update title when filter column query changes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-13

    [Fix #7798] (I)LIKE operator escapes regexp characters before computing regexp

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-13

    Small performance improvement in gdal provider

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-13

    Improve WMS server performance

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-13

    sip does not like CORE_EXPORT and Q_OBJECT

Merge: a14adc407c 23a7ebf952
Nathan Woodrow <madmanwoo@gmail.com>	2013-05-12

    Merge pull request #587 from nyalldawson/new_functions

    New functions

nyalldawson <nyall.dawson@gmail.com>	2013-05-13

    Add a scale_linear function, for linear interpolation between and input domain and output range

nyalldawson <nyall.dawson@gmail.com>	2013-05-12

    Add trim function

nyalldawson <nyall.dawson@gmail.com>	2013-05-12

    Add abs function

nyalldawson <nyall.dawson@gmail.com>	2013-05-11

    Add floor and ceil functions

nyalldawson <nyall.dawson@gmail.com>	2013-05-11

    Add max and min functions

nyalldawson <nyall.dawson@gmail.com>	2013-05-11

    Add regexp_substr function for returning matched part of string against regex

nyalldawson <nyall.dawson@gmail.com>	2013-05-11

    Small fixes to function help

nyalldawson <nyall.dawson@gmail.com>	2013-05-11

    Add rand and randf functions for generating random numbers

Juergen E. Fischer <jef@norbit.de>	2013-05-12

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-05-12

    postgres provider:
    - move available table detection to thread
    - more progress messages

Juergen E. Fischer <jef@norbit.de>	2013-05-12

    oracle provider:
    - make searching in meta data table default
    - also list synonyms
    - more progress messages

Juergen E. Fischer <jef@norbit.de>	2013-05-12

    allow credential requests from threads

Juergen E. Fischer <jef@norbit.de>	2013-05-11

    don't reload the whole browser model when the project home changes (fixes #7520)

Merge: 724ed72324 2c378964c1
Tim Sutton <tim@linfiniti.com>	2013-05-12

    Merge pull request #582 from ccrook/delimited_text_indexing_implemented

    Delimited text provider indexing efficiency improvements.

Chris Crook <ccrook@linz.govt.nz>	2013-05-13

    Documentation fix

Borys Jurgiel <info@borysjurgiel.pl>	2013-05-12

    Minor fixes for better compatibility with KDevelop

Merge: 799870d54a 9dd8b2ff6e
Chris Crook <ccrook@linz.govt.nz>	2013-05-13

    Merge branch 'master' into delimited_text_indexing_implemented

Merge: 801206504c 6e3e89b867
Tim Sutton <tim@linfiniti.com>	2013-05-12

    Merge branch 'customCRS' of https://github.com/leyan/Quantum-GIS

Werner Macho <werner.macho@gmail.com>	2013-05-12

    translation updates: galician by Xan

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-12

    [pyqgis-console]  minor fixes: followup a60e74a

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-08

    [pyqgis-console] a simple syntax checker for the editor
    - some fixes and code cleanup

Merge: bbdecebd9a 2ad5707ba2
vinayan <vinayan123@gmail.com>	2013-05-11

    Merge pull request #585 from vinayan/randomsel

    [Fix #7785] - ftools-random selection broken in master

vinayan <vinayan123@gmail.com>	2013-05-11

    fix random selections in sextante

vinayan <vinayan123@gmail.com>	2013-05-11

    ftools-fix broken random selection

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-11

    Add function help

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-11

    [pyqgis-console] disables the save button if the document is not modified

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-10

    [pyqgis-console] close bracket automatically

Juergen E. Fischer <jef@norbit.de>	2013-05-10

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-05-10

    fix another doxygen warning

Juergen E. Fischer <jef@norbit.de>	2013-05-10

    handle bad layer: show unfixable layer count as message bar and skip dialog when list is empty.

Juergen E. Fischer <jef@norbit.de>	2013-05-10

    composer map widget: remove slot for previously removed line width widget

Juergen E. Fischer <jef@norbit.de>	2013-05-10

    oracle & postgres provider: show progress messages when scanning for available geometry columns
    postgres provider: stop using pg column sizes (fixes #7799)
    oracle provider: skip dropped tables (fixes #7795)

Merge: 0d464b2e1b 42929762a6
Chris Crook <ccrook@linz.govt.nz>	2013-05-10

    Merge resolved

Juergen E. Fischer <jef@norbit.de>	2013-05-10

    localize support links

Juergen E. Fischer <jef@norbit.de>	2013-05-10

    fix doxygen warning

Merge: 2caf0e0cbc 59ffd77258
Jürgen Fischer <jef@norbit.de>	2013-05-09

    Merge pull request #583 from ccrook/delimited_text_bug_fixes_3

    Fixed bug processing URL parameters

nyalldawson <nyall.dawson@gmail.com>	2013-05-10

    Disable blend modes when printing or pdf exporting as vector, prevents missing composer items in output

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-05-10

    Add support page link.
    Load online help manual from help menu

Chris Crook <ccrook@linz.govt.nz>	2013-05-10

    Fixed bug processing URL parameters

Chris Crook <ccrook@linz.govt.nz>	2013-05-06

    Delimited text provider indexing implemented.

    Efficiency improvements.

    Adds capabilities
       SelectAtId
       CreateSpatialIndex

    This uses line number as an index.  Allows jumping to a line number
    without interpreting all intermediate records, so much more efficient.
    Also retains the current record in a buffer, so successive requests for
    the same record do not require rereading the file.

    With index available have also added indexing of subsets and optional
    creation of spatial index.

    Note: did try using QTextStream.pos to build a random access index -
    this was incredibly slow.  Have found using line based index is
    reasonably fast even on quite large (50+Mb) text files.

Juergen E. Fischer <jef@norbit.de>	2013-05-09

    reapply some cleanup to 'styles_to_db'

Emilio Loi <loi@faunalia.it>	2013-05-07

    Solved errors made using diff tool in last merge

Emilio Loi <loi@faunalia.it>	2013-05-07

    Ask for confirmation before overwrite a layer style

Emilio Loi <loi@faunalia.it>	2013-05-03

    [FEATURE] Load and Save SLD & QML styles to DB
    Replaced last occurence of "on database" with "in database"
    Solved an issue loading the default style adding a layer
    Work done for ARPA Piemonte - Dipartimento Tematico Geologia e Dissesto

Emilio Loi <loi.emilio@gmail.com>	2013-05-03

    Replaced one occurence of "on database" with "in database"

Juergen E. Fischer <jef@norbit.de>	2013-05-09

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-05-09

    oracle provider: add context help

Juergen E. Fischer <jef@norbit.de>	2013-05-09

    wms provider: add trailing slash, if url path is empty otherwise and clear tileset list, when a tileless wms server is connected

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-05-08

    fix GDAL path defaults for OS X

Radim Blazek <radim.blazek@gmail.com>	2013-05-08

    GRASS no data value fix2

Radim Blazek <radim.blazek@gmail.com>	2013-05-08

    GRASS no data value fix

Radim Blazek <radim.blazek@gmail.com>	2013-05-08

    GRASS vector crash fix #7140

Radim Blazek <radim.blazek@gmail.com>	2013-05-08

    GRASS Direct disabled for 2.0

Merge: 4c7f51e641 c054c30578
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-08

    Merge branch 'dd_symbology_help'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-08

    More help text for data defined dialogs

Radim Blazek <radim.blazek@gmail.com>	2013-05-08

    composer legend: store user defined labels separately, fixes partialy #6960

Radim Blazek <radim.blazek@gmail.com>	2013-05-08

    WMS capabilities HTTP Get namespace fix

nyalldawson <nyall.dawson@gmail.com>	2013-05-08

    Small fixes to heatmap plugin
    Update context help for heatmap

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-07

    Add help text in data defined dialog

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-07

    [pyqgis-console] add scroll area for settigs dialog
    - does also the last tab closable
    - fixes some translate string and warns the user
      if the file has been deleted
    - minor fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-07

    Don't advertise jpeg as image type for GetLegendGraphic

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-07

    Use case insensitive string comparison for wms request names

Merge: 83ffa053f8 88e18cc527
Werner Macho <werner.macho@gmail.com>	2013-05-07

    Merge pull request #580 from rduivenvoorde/nl2.0

    nl translation update

Richard Duivenvoorde <richard@duif.net>	2013-05-07

    nl translation update

Radim Blazek <radim.blazek@gmail.com>	2013-05-07

    raster 3 band taransparency, fixes #7748, thanks to Mathieu Pellerin

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-07

    Followup for 524e142: Fix compile error in non-debug version

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-07

    [Fix #7772] Check attribute index before setting attribute to avoid crash

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-05-07

    Fix map units in centroid symbol layer (ticket 7738)

nyalldawson <nyall.dawson@gmail.com>	2013-05-07

    Make sure heatmap is cancellable

Etienne Tourigny <etourigny.dev@gmail.com>	2013-05-06

    fix single band pseudo sort toolbutton size (#7138)

Juergen E. Fischer <jef@norbit.de>	2013-05-06

    allow popups from html wms responses

Victor Olaya <volayaf@gmail.com>	2013-05-06

    [sextante] fixed union algorithm

Etienne Tourigny <etourigny.dev@gmail.com>	2013-05-06

    make raster source in General tab enabled (but read-only), so it can be copied ; add vector source to vector properties General tab, make UI consistent with that of raster properties

Etienne Tourigny <etourigny.dev@gmail.com>	2013-05-06

    update histogram UI and options (#7619)

Juergen E. Fischer <jef@norbit.de>	2013-05-06

    resolve cyclic include masking QgsDiagramLayerSettings in 2479d8326 on windows

Juergen E. Fischer <jef@norbit.de>	2013-05-06

    fix #7770

Radim Blazek <radim.blazek@gmail.com>	2013-05-06

    script to generate random vectors which may be used for benchmarks

Radim Blazek <radim.blazek@gmail.com>	2013-05-06

    Use OGR VSI cache as buffer on Windows

Merge: a5a7c1c3ec 5c240bccf7
Nyall Dawson <nyall.dawson@gmail.com>	2013-05-05

    Merge pull request #579 from nyalldawson/blend_warning

    Show warning when printing or pdfing a composition when blend modes are present

nyalldawson <nyall.dawson@gmail.com>	2013-05-06

    Small fixes to heatmap plugin

Merge: 85a3a67288 5e4138261c
vinayan <vinayan123@gmail.com>	2013-05-05

    Merge pull request #577 from vinayan/sliverFix

    [Fix #7714] ftools - Eliminate - improve performance with new vector api calls

nyalldawson <nyall.dawson@gmail.com>	2013-05-06

    Fix heatmap rasters not correctly initialising with NODATA value

nyalldawson <nyall.dawson@gmail.com>	2013-05-04

    Make sure print as raster checkbox is updated after blend mode warning

nyalldawson <nyall.dawson@gmail.com>	2013-05-03

    Add parameter for QgsMessageViewer to disable deleteOnClose, allows retrieving checkBoxState after dialog has closed

nyalldawson <nyall.dawson@gmail.com>	2013-05-03

    Add warning for printing and pdf export with blend modes with option to print as raster

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-05

    [pyqgis-console] just shows the context menu on tabs (does not on tabbar)

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-05

    [pyqgis-console] fix typo and indentation update

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-05

    [pyqgis-console] add a context menu for tabs

Merge: 87f7ea14d9 fc556554cf
Werner Macho <werner.macho@gmail.com>	2013-05-05

    Merge pull request #575 from Jean-Roc/mywork

    update french translation

Victor Olaya <volayaf@gmail.com>	2013-05-05

    [sextante] fixed problem when defining help files for the first time

Merge: 945bc603a2 788e429426
Borys Jurgiel <info@borysjurgiel.pl>	2013-05-05

    Merge pull request #578 from minorua/fieldname_encoding

    write field names in the same encoding as attribute values (fix #4540)

Victor Olaya <volayaf@gmail.com>	2013-05-05

    [sextante] model outputs are now shown in canvas

Minoru Akagi <akaginch@gmail.com>	2013-05-05

    write field names in the same encoding as attribute values (fix #4540)

vinayan <vinayan123@gmail.com>	2013-05-05

    replace old select calls with getFeatures method

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-05-04

    update french translation

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-04

    [pyqgis-console] fixes translation strings

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-04

    [pyqgis-console] minor fixes and cleanup

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-03

    [pyqgis-console] some fix for find text in editor
    - changes tabs to north

Victor Olaya <volayaf@gmail.com>	2013-05-04

    [sextante] edited description of OTB orthorectification algorithm

Victor Olaya <volayaf@gmail.com>	2013-05-04

    [sextante] fixed help edition dialog.

Victor Olaya <volayaf@gmail.com>	2013-05-04

    [sextante] added back script creation tools to toolbox

Leyan <ouyang.leyan@hotmail.com>	2013-05-04

    do not use QgsCoordinateReferenceSystem internally

Leyan <ouyang.leyan@hotmail.com>	2013-05-04

    check validity of CRS before saving

Leyan <ouyang.leyan@hotmail.com>	2012-11-25

    Updates to compile with current master

Leyan <ouyang.leyan@hotmail.com>	2012-11-04

    Update to custom CRS management

Juergen E. Fischer <jef@norbit.de>	2013-05-03

    html identify results: catch loadFinished only once

Juergen E. Fischer <jef@norbit.de>	2013-05-03

    catch system signals and stack trace on linux

Juergen E. Fischer <jef@norbit.de>	2013-05-03

    more spelling fixes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-03

    [diagrams] Show message on messagebar instead of messagebox
    And some indentation updates

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-03

    [diagrams] Usability improvements
     * Choose default attribute value for interpolation if none is set
     * Remember last used tab
     * Default for scale dependent visibility matches layer settings

Juergen E. Fischer <jef@norbit.de>	2013-05-03

    fix spelling errors

Juergen E. Fischer <jef@norbit.de>	2013-05-03

    more translation string cleanups

Juergen E. Fischer <jef@norbit.de>	2013-05-03

    german translation update with some string fixes

Juergen E. Fischer <jef@norbit.de>	2013-05-03

    cleanup style to db:
    - add sip bindings to new methods
    - table name, sql queries and constants should not be translated
    - replace QVector<QString> with QStringList

Juergen E. Fischer <jef@norbit.de>	2013-05-02

    another indention update

Victor Olaya <volayaf@gmail.com>	2013-05-02

    Changed default cellsize for SAGA algorithms

Victor Olaya <volayaf@gmail.com>	2013-05-02

    Adjustments in DEM parameters fro OTB algorithms

Victor Olaya <volayaf@gmail.com>	2013-05-02

    Added extra advanced options for GRASS algorithm Import/Export

    Modified/added some GRASS descriptions

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-02

    [pyqgis-console] adds a find text widget to editor

Merge: 3e1f3a0a90 1dfcf53b84
Tim Sutton <tim@linfiniti.com>	2013-05-02

    Merge pull request #545 from el1073/styles_to_db

    [FEATURE] Styles to db - this was approved for late submission prior to the feature freeze

Juergen E. Fischer <jef@norbit.de>	2013-05-02

    fix #7749

Radim Blazek <radim.blazek@gmail.com>	2013-05-02

    raster block setIsNoDataExcept fix, fixes #7608

Merge: 02c9264781 ae7115f74f
Emilio Loi <loi@faunalia.it>	2013-05-02

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db

Emilio Loi <loi@faunalia.it>	2013-05-02

    Added a message to explain UI upload feature

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-02

    [pyqgis-console] re-added shortcut mistakenly removed in 07abb34

Merge: ae48b09f61 3b28ce397e
Werner Macho <werner.macho@gmail.com>	2013-05-02

    Merge pull request #573 from Jean-Roc/master

    update fr ui

Jean-Roc Morreale <jr.morreale@enoreth.net>	2013-05-02

    update french translation

Radim Blazek <radim.blazek@gmail.com>	2013-05-02

    mapserver compilation fix

Merge: db3bfa37a3 c3df3ba7b7
Emilio Loi <loi@faunalia.it>	2013-05-02

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db

Juergen E. Fischer <jef@norbit.de>	2013-05-02

    oracle provider: fix pk where clause

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-28

    Add API to write and read custom data to the layer in a .qgs-file.
    New signals:
     * void QgsProject::writeMapLayer( QgsMapLayer*, QDomElement&,  QDomDocument& )
     * void QgsProject::readMapLayer( QgsMapLayer*, const QDomElement& )

    Changed method signature:
     * bool QgsMapLayer::readXML( const QDomNode& )
       => bool QgsMapLayer::readLayerXML( const QDomElement& )
     * bool QgsMapLayer::writeXML( QDomNode&, QDomDocument& )
       => bool QgsMapLayer::writeLayerXML( QDomElement&, QDomDocument& )

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-02

    [pyqgis-console] fixes import warning

Juergen E. Fischer <jef@norbit.de>	2013-05-01

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-05-01

    indentation update

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-01

    [pyqgis-console] warning the user if the file has been modified by another process
    - set fixed size for corner widget icons
    - reorganized message levels for the message bar
    - minor fixes

nyalldawson <nyall.dawson@gmail.com>	2013-05-02

    Add tests for python bindings for layer blend modes

Merge: f62955ff84 cc34d14117
Tim Sutton <tim@linfiniti.com>	2013-05-01

    Merge pull request #533 from leyan/customCRS_API

    Custom crs api

Merge: 5e9e98abea 211a090c61
Tim Sutton <tim@linfiniti.com>	2013-05-01

    Merge pull request #551 from olivierdalang/SvgLibraryCleanup

    Svg library cleanup

Merge: 2e446a87f8 2fb50ab518
Tim Sutton <tim@linfiniti.com>	2013-05-01

    Merge pull request #569 from ccrook/delimited_text_substring_capability

    Delimited text substring capability - also bug #7742

Radim Blazek <radim.blazek@gmail.com>	2013-05-01

    limit max number of raster symbol items in legend (may be very slow), resolves slow loading of rasters with large color tables

Merge: 39419e1a44 78f511078b
Chris Crook <ccrook@linz.govt.nz>	2013-05-02

    Merge branch 'delimited_text_bug_fixes_2' into delimited_text_substring_capability

Merge: 1fb1c9c45f 3c68312028
Chris Crook <ccrook@linz.govt.nz>	2013-05-02

    Merge branch 'master' into delimited_text_bug_fixes_2

Chris Crook <ccrook@linz.govt.nz>	2013-05-02

    Comment changed only

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-05-01

    [Diagrams] UI-Improvements
     * Do not allow "fixed size" histograms (makes no sense)
     * Rewire slots and signals for the fixed size
     * Default pie dimensions set to 50 mm

nyalldawson <nyall.dawson@gmail.com>	2013-05-01

    Add tests for python bindings for composer item blending and transparency
    Add python bindings for composer item background

Salvatore Larosa <lrssvtml@gmail.com>	2013-05-01

    [pyqgis-console] fix sharing snippets code via codepad

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-30

    [pyqgis-console] fix comment/uncomment code also on Windows OS

nyalldawson <nyall.dawson@gmail.com>	2013-05-01

    Add tests for layer blending

PhilippeDorelon <philippe.dorelon@gmail.com>	2013-04-30

    Update qgsvectorlayereditbuffer.cpp

Victor Olaya <volayaf@gmail.com>	2013-04-30

    [sextante] fixed blocking typo introduced in cc490fd7acd366

Victor Olaya <volayaf@gmail.com>	2013-04-30

    [sextante] Fixed problem when canceling on batch autofill dialog

Victor Olaya <volayaf@gmail.com>	2013-04-30

    [sextante] Added checking in case model file cannot be save due to permissions

Merge: 5407616bb7 bc57d56236
vinayan <vinayan123@gmail.com>	2013-04-30

    Merge pull request #570 from vinayan/authorsupdate

    fix tab in authors.txt

vinayan <vinayan123@gmail.com>	2013-04-30

    fix tab in authors.txt

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-30

    [pyqgis-console] running script without shell window (for Windows OS)
    - changed runscript icon to contextual menu

Merge: 6e6ff40f05 171973a54f
Nyall Dawson <nyall.dawson@gmail.com>	2013-04-30

    Merge pull request #567 from nyalldawson/overview

    Add blending mode for overview frame, option to invert overview frame

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-30

    [Diagrams] Switch properties dialog to tabs
    Histograms:
    * Use a more descriptive text for the size parameter
    * Hide unneeded parameter controls

Emilio Loi <loi@faunalia.it>	2013-04-30

    QgsVectorDataProvider without diff comments

Merge: f344e5129c 8a6cba64ec
Emilio Loi <loi@faunalia.it>	2013-04-30

    Merge branch 'styles_to_db' of https://github.com/el1073/Quantum-GIS into styles_to_db

    Conflicts:
            src/core/qgsvectordataprovider.h

Emilio Loi <loi@faunalia.it>	2013-04-30

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db

Merge: c499df74a3 009ba1b995
Emilio Loi <loi@faunalia.it>	2013-04-30

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db

    Conflicts:
            python/console/console_editor.py
            src/core/qgsvectordataprovider.h
            src/core/qgsvectorfilewriter.cpp

Merge: c499df74a3 009ba1b995
Emilio Loi <loi@faunalia.it>	2013-04-30

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db

    Conflicts:
            python/console/console_editor.py
            src/core/qgsvectordataprovider.h
            src/core/qgsvectorfilewriter.cpp

Merge: 7dc0e5180c 2f9cb93ad3
Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-30

    Merge pull request #563 from vinayan/rotateMoveFix

    [Fix #7625] - rubberbands not visible while rotating/moving point geometries

Werner Macho <werner.macho@gmail.com>	2013-04-30

    translation update: swedish by Victor

vinayan <vinayan123@gmail.com>	2013-04-30

    add Vinayan to authors

nyalldawson <nyall.dawson@gmail.com>	2013-04-30

    Add tests for composer item transparency and blending

Chris Crook <ccrook@linz.govt.nz>	2013-04-30

    Adding subset test and help information

Chris Crook <ccrook@linz.govt.nz>	2013-04-30

    Substring working - tests not in place yet

Chris Crook <ccrook@linz.govt.nz>	2013-04-30

    Refactoring code from iterator to provider

Chris Crook <ccrook@linz.govt.nz>	2013-04-30

    Added check of dataSourceUri to tests

nyalldawson <nyall.dawson@gmail.com>	2013-04-30

    Tweak saturation curve (fix #7655)

olivierdalang <olivier.dalang@gmail.com>	2013-04-29

    SVG : some more backgrounds again

olivierdalang <olivier.dalang@gmail.com>	2013-04-29

    SVG : forgot some

olivierdalang <olivier.dalang@gmail.com>	2013-04-29

    SVG : added some backgrounds

olivierdalang <olivier.dalang@gmail.com>	2013-04-24

    SVG : separate arrows and wind roses

olivierdalang <olivier.dalang@gmail.com>	2013-04-24

    SVG : manual correction of GPS icon

olivierdalang <olivier.dalang@gmail.com>	2013-04-24

    SVG : clean arrows

    Conflicts:
            images/svg/north_arrows/NorthArrow1.svg
            images/svg/north_arrows/NorthArrow10.svg
            images/svg/north_arrows/NorthArrow11.svg
            images/svg/north_arrows/NorthArrow12.svg
            images/svg/north_arrows/NorthArrow13.svg
            images/svg/north_arrows/NorthArrow14.svg
            images/svg/north_arrows/NorthArrow15.svg
            images/svg/north_arrows/NorthArrow16.svg
            images/svg/north_arrows/NorthArrow2.svg
            images/svg/north_arrows/NorthArrow4.svg
            images/svg/north_arrows/NorthArrow5.svg
            images/svg/north_arrows/NorthArrow6.svg
            images/svg/north_arrows/NorthArrow_blackgreenblack.svg
            images/svg/north_arrows/NorthArrow_blackwhiteblack.svg
            images/svg/north_arrows/NorthArrow_blackyellowblack.svg
            images/svg/north_arrows/NorthArrow_bluegreenblue.svg
            images/svg/north_arrows/NorthArrow_source.svg
            images/svg/north_arrows/default.svg
            images/svg/north_arrows/north-arrow_0_qgis_decoration.svg
            images/svg/north_arrows/north-arrow_10_with_map_layers.svg
            images/svg/north_arrows/north-arrow_11_simple_corner.svg
            images/svg/north_arrows/north-arrow_12_triangular_arrows_with_worldmap.svg
            images/svg/north_arrows/north-arrow_13_checkerboard_earth.svg
            images/svg/north_arrows/north-arrow_14_steering_wheel.svg
            images/svg/north_arrows/north-arrow_15_checkerboard_corner_arrows.svg
            images/svg/north_arrows/north-arrow_16_corner_arrows_unfilled_with_circle.svg
            images/svg/north_arrows/north-arrow_17_corner_n_e.svg
            images/svg/north_arrows/north-arrow_1_simple_half_arrow.svg
            images/svg/north_arrows/north-arrow_2_simple_half_arrow.svg
            images/svg/north_arrows/north-arrow_3_simple_symmetric_triangular.svg
            images/svg/north_arrows/north-arrow_4_double_arrow.svg
            images/svg/north_arrows/north-arrow_5_arrow_in_circle_small_n.svg
            images/svg/north_arrows/north-arrow_6_unfilled_big_arrow_symmetric.svg
            images/svg/north_arrows/north-arrow_7_big_circle_with_small_arrow_unfilled_n.svg
            images/svg/north_arrows/north-arrow_8_checkered.svg
            images/svg/north_arrows/north-arrow_9_half_arrow_unfilled.svg

olivierdalang <olivier.dalang@gmail.com>	2013-04-23

    SVG : add parameters

olivierdalang <olivier.dalang@gmail.com>	2013-04-23

    SVG : add a directory for crosses

olivierdalang <olivier.dalang@gmail.com>	2013-04-23

    SVG : remove backgrounds, harmonize coulours, harmonize sizes, and add some symbols

olivierdalang <olivier.dalang@gmail.com>	2013-04-22

    SVG : remove some old-looking svg

Chris Crook <ccrook@linz.govt.nz>	2013-04-30

    Using common code for list of encodings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-29

    Fix for a2b2e16

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-29

    [Fix #7574] [rubberband] Artifacts when using a rubberband with a single point

Radim Blazek <radim.blazek@gmail.com>	2013-04-29

    Revert "vector data provider start/stop editing methods"

    This reverts commit 60b4da443e0998377e0cccbd9113b64555695a41.

Radim Blazek <radim.blazek@gmail.com>	2013-04-29

    raster cleanup

Borys Jurgiel <info@borysjurgiel.pl>	2013-04-29

    More informative text and tooltip for the "ignore shapefile encoding declaration" combobox

Merge: c5177fc669 1113c6099a
Borys Jurgiel <info@borysjurgiel.pl>	2013-04-29

    Merge pull request #566 from minorua/fix_cpg

    Encoding: produce more compatible .cpg files.

Merge: 33d13ccca7 42fc689e60
Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-29

    Merge pull request #568 from 3nids/layer2map

    added layerToMapCoordinates for rectangles, and more detailed comments

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-04-29

    added layerToMapCoordinates for rectangles, and more detailed comments

nyalldawson <nyall.dawson@gmail.com>	2013-04-29

    Add blending mode for overview frame, option to invert overview frame

Radim Blazek <radim.blazek@gmail.com>	2013-04-29

    raster cleanup

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-29

    [pyqgis-console] allows comments and quotes folding in editor lexer

Merge: 723ad4c7ec 195918293c
Emilio Loi <loi@faunalia.it>	2013-04-29

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db

    Conflicts:
            python/console/console_editor.py

Merge: 2232c3d9bc 195918293c
Chris Crook <ccrook@linz.govt.nz>	2013-04-29

    Merge branch 'master' into delimited_text_bug_fixes_2

Minoru Akagi <akaginch@gmail.com>	2013-04-28

    fix .cpg file contents

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-29

    [pyqgis-console] small fix for show/hide editor action

Merge: 71c9d96f44 533030f80e
Nathan Woodrow <madmanwoo@gmail.com>	2013-04-28

    Merge pull request #565 from nyalldawson/new_functions

    New color functions (from hsl, hsv and cmyk), new regexp_match function

nyalldawson <nyall.dawson@gmail.com>	2013-04-29

    Add regexp_match function, improve help for regexp_replace function

nyalldawson <nyall.dawson@gmail.com>	2013-04-28

    Add color_cmyk and color_cmyka functions

nyalldawson <nyall.dawson@gmail.com>	2013-04-27

    Add color_hsv and color_hsva functions

nyalldawson <nyall.dawson@gmail.com>	2013-04-27

    Add color_hsl and color_hsla functions

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-26

    [pyqgis-console ] adds more options to settings dialog:
    - reorganized settings dialog
    - added option autosave script before running
    - added options for autocompletion code (from Document, from APIs, from Doc and API)
    - minor fixes

Werner Macho <werner.macho@gmail.com>	2013-04-28

    translation update: fr by JRM

Merge: 6b9bc64e32 9d935148e5
Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-28

    Merge pull request #564 from vinayan/fixRubberband

    [Fix #7728] - QgsRubberband addGeometry does not add multipart geometries to existing points

Werner Macho <werner.macho@gmail.com>	2013-04-28

    translation update: Danish by Jacob

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-28

    Allow adding QToolButton's to the toolbars
     * iface.addToolBarWidget()
     * iface.addRasterToolBarWidget()
     * iface.addVectorToolBarWidget()
     * iface.addDatabaseToolBarWidget()
     * iface.addWebToolBarWidget()

Etienne Tourigny <etourigny.dev@gmail.com>	2013-04-28

    restore zip raster layer style test - still needs a test for vector layers

Etienne Tourigny <etourigny.dev@gmail.com>	2013-04-28

    remove invalid layers from zip test files

vinayan <vinayan123@gmail.com>	2013-04-28

    fix QgsRubberband.addGeometry when adding multipart geometries

vinayan <vinayan123@gmail.com>	2013-04-28

    fix move features issue with point geometries

vinayan <vinayan123@gmail.com>	2013-04-28

    fix rotate features issue with point geometries

Borys Jurgiel <info@borysjurgiel.pl>	2013-04-28

    Plugin installer: add ?qgis=[QGIS_VERSION] GET parameter to each repository URL to allow filtering also on reposiotory side

Borys Jurgiel <info@borysjurgiel.pl>	2013-04-28

    Plugin installer: fix support for qgisMaximumVersion tag.

Juergen E. Fischer <jef@norbit.de>	2013-04-27

    german translation update

Werner Macho <werner.macho@gmail.com>	2013-04-27

    translation update: gl_ES by Xan

Merge: 83f3fc6fb5 a7b52d062e
Werner Macho <werner.macho@gmail.com>	2013-04-27

    Merge pull request #472 from jdugge/master

    Interface elements for specifying raster resolution in GDAL Rasterize plugin

Werner Macho <werner.macho@gmail.com>	2013-04-27

    translation update da_DK by Jacob

Victor Olaya <volayaf@gmail.com>	2013-04-27

    [sextante] added OTB algorithms to simplified list

Juergen E. Fischer <jef@norbit.de>	2013-04-27

    osgeo4w: rename executables to ...-bin.exe to solve clash with .bat

Victor Olaya <volayaf@gmail.com>	2013-04-27

    [sextante] Improvements in commander

Victor Olaya <volayaf@gmail.com>	2013-04-26

    [sextante] fixed problem in otb with filepaths containing whitespaces.

    Removed outdated otb descriptions

Merge: f7dc548ae0 f3842775a5
Chris Crook <ccrook@linz.govt.nz>	2013-04-27

    Merge branch 'master' into delimited_text_bug_fixes_2

Emilio Loi <loi@faunalia.it>	2013-04-26

    [FEATURE] Load and Save SLD & QML styles to DB
    Work done for ARPA Piemonte - Dipartimento Tematico Geologia e Dissesto
    merge with master f3842775a5147b7a8da1639a4bec667a769b7fac

Merge: 7219fb73ac f3842775a5
Emilio Loi <loi@faunalia.it>	2013-04-26

    pre merge with master

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into styles_to_db

    Conflicts:
            python/console/console_editor.py
            src/core/qgsvectordataprovider.h
            src/core/qgsvectorfilewriter.cpp

Merge: 02fa7292c6 f7cce9c676
Borys Jurgiel <info@borysjurgiel.pl>	2013-04-26

    Merge pull request #561 from minorua/create_shape

    set SHAPE_ENCODING to "" when creating new shapefile

Etienne Tourigny <etourigny.dev@gmail.com>	2013-04-26

    add temporary output for zip test

Minoru Akagi <akaginch@gmail.com>	2013-04-26

    set SHAPE_ENCODING to "" when creating new shapefile (follows up 4fb9879)

Emilio Loi <loi@faunalia.it>	2013-04-26

    [FEATURE] Load and Save SLD & QML styles to DB
    Work done for ARPA Piemonte - Dipartimento Tematico Geologia e Dissesto
    (bug fixes and rollback on doc files)

Emilio Loi <loi@faunalia.it>	2013-04-26

    [FEATURE] Load and Save SLD & QML styles to DB
    Work done for ARPA Piemonte - Dipartimento Tematico Geologia e Dissesto

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-26

    [sextante] add missed CMakeLists

Victor Olaya <volayaf@gmail.com>	2013-04-26

    [sextante] fixed error due to wrong import

Chris Crook <ccrook@linz.govt.nz>	2013-04-26

    Let users know if no data displayed because all records are badly formatted

Larry Shaffer <larrys@dakotacarto.com>	2013-04-25

    Fix for #3743, georeferencer: can't set map coords from map canvas on Mac

Larry Shaffer <larrys@dakotacarto.com>	2013-04-25

    Small cleanup for e0838b0

Chris Crook <ccrook@linz.govt.nz>	2013-04-26

    Fixing potentially very long field names when reading arbitrary data from CSV files - reduced max length to 200

Chris Crook <ccrook@linz.govt.nz>	2013-04-26

    Fixing problem with very long data fields corrupting preview table (Qt framework not handling very long strings?)

Merge: 7603f3e17a b57841fb5c
Chris Crook <ccrook@linz.govt.nz>	2013-04-26

    Merge branch 'master' into delimited_text_bug_fixes_2

Merge: 21fd0f242d fd57ffa571
Nathan Woodrow <madmanwoo@gmail.com>	2013-04-25

    Merge pull request #531 from ccrook/colour_functions

    Colour functions

Merge: 0372e4b61b 21fd0f242d
Chris Crook <ccrook@linz.govt.nz>	2013-04-26

    Merge branch 'master' into colour_functions

Victor Olaya <volayaf@gmail.com>	2013-04-13

    [sextante] added commander

Chris Crook <ccrook@linz.govt.nz>	2013-04-26

    Fixes bug #7688

Borys Jurgiel <info@borysjurgiel.pl>	2013-04-25

    Set the ENCODING layer creation option when creating a new empty Shapefile. Thanks to Minoru Akagi.

Borys Jurgiel <info@borysjurgiel.pl>	2013-04-25

    Always set "SHAPE_ENCODING" GDAL config option to "" in QgsVectorFileWriter (follows up commit:c0551a6)

Etienne Tourigny <etourigny.dev@gmail.com>	2013-04-25

    fix cpt-city loading of invalid (non-existent) ramps in Seleections

Etienne Tourigny <etourigny.dev@gmail.com>	2013-04-25

    add simple help to cpt-city dialog

Etienne Tourigny <etourigny.dev@gmail.com>	2013-04-25

    add ramp count to selection info label

Etienne Tourigny <etourigny.dev@gmail.com>	2013-04-23

    change QGis to QGIS

Etienne Tourigny <etourigny.dev@gmail.com>	2013-04-22

    add cpt-city selections to distribution

Juergen E. Fischer <jef@norbit.de>	2013-04-25

    osgeo4w: make batch files location independant

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-25

    [pyqgis-console] fix object inspector on windows 7
    - minor fixes

Merge: e0838b0bbf 4f54664900
vinayan <vinayan123@gmail.com>	2013-04-25

    Merge pull request #556 from vinayan/splitVector

    [Fix #7618] - split vector layer does not work in master

vinayan <vinayan123@gmail.com>	2013-04-25

    ftools-fix  split vector layer

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-04-26

    Add workaround for loading forms with custom widgets from PyQt4

            More information: qt-project.org/forums/viewthread/27098/

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-14

    Enable pal label testing to qgis_bench

Larry Shaffer <larrys@dakotacarto.com>	2013-04-24

    Make sure Analysis menu (sextante) shows up before Window menu on Mac

Larry Shaffer <larrys@dakotacarto.com>	2013-04-24

    Small update to Mac notes in INSTALL

Werner Macho <werner.macho@gmail.com>	2013-04-24

    translation update: cz by Jan

D'Hont René-Luc <rldhont@gmail.com>	2013-04-24

    shapefiles served with qgis wfs server are completely wrong #7536

    The bug is due to an inversion between tuple and coordinates separator in Polygon
    coordinates element.

olivierdalang <olivier.dalang@gmail.com>	2013-04-24

    [FEATURE] allows to store SQL queries in the DB manager

Radim Blazek <radim.blazek@gmail.com>	2013-04-24

    common raster enums moved to raster namespace

Juergen E. Fischer <jef@norbit.de>	2013-04-24

    wmts: fix dimension support

Victor Olaya <volayaf@gmail.com>	2013-04-24

    [sextante] fixed #7694. v.clean now accepts decimal values as input

Victor Olaya <volayaf@gmail.com>	2013-04-24

    [sextante] fixed missing + icons in modeler

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-24

    [sextante] wrap long lines in help file

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-24

    [sextante] add output to r.stream.stats module

Radim Blazek <radim.blazek@gmail.com>	2013-04-24

    vector data provider start/stop editing methods

Merge: 608adb8e7f ac6a1ee7db
Alexander Bruy <alexander.bruy@gmail.com>	2013-04-24

    Merge branch 'r-stream'

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-01

    [sextante] add r.stream.* GRASS modules

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-24

    [sextante] add separators to context menu

Juergen E. Fischer <jef@norbit.de>	2013-04-24

    fix #7690

Chris Crook <ccrook@linz.govt.nz>	2013-04-24

    Making test script a bit more robust

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-04-24

    Add binding for QgsAttributeDialog

Juergen E. Fischer <jef@norbit.de>	2013-04-24

    german translation update

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-22

    [pyqgis-console] fixes #7653 and #7646
    - more minor fixes

Victor Olaya <volayaf@gmail.com>	2013-04-17

    [sextante]new modeler interface

Merge: 6d046fcafa 20d40bfd4c
Tim Sutton <tim@linfiniti.com>	2013-04-23

    Merge pull request #540 from ccrook/delimited_text_bug_fixes

    More delimited text bug fixes

Chris Crook <ccrook@linz.govt.nz>	2013-04-24

    Post merge fixes

Merge: 02388feb3e 1176bbccc9
Chris Crook <ccrook@linz.govt.nz>	2013-04-24

    Merge with master

Marco Bernasocchi <marco@opengis.ch>	2013-04-16

    make cmake honor PYTHON_LIBRARY

Emilio Loi <loi@faunalia.it>	2013-04-23

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS into styles_to_db

Merge: 1176bbccc9 0b780b0a5d
Jürgen Fischer <jef@norbit.de>	2013-04-23

    Merge pull request #539 from matthias-kuhn/fix-7639

    [Fix #7639] Values for new attributes not saved (Blocker)

Marco Lechner, in medias res GmbH <lechner@webgis.de>	2013-04-22

    Adds more tolerance to QGIS mapserver for not fully OGC compliant WxS clients

    At the moment QGIS mapserver is relatively strict in interpreting the REQUEST parameter. With this pull QGIS mapserver also accepts non compliant requests not using CamelCase e.g. REQUEST=getcapabilities. This pull does not brake the servers OGC compliance but makes it more tolerant for non-compliant clients. Even the OGC reference implementation (based on deegree ?) is relatively tolerant at this point.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-23

    [Fix #7674] Transfer ownership of layer to C++ when added to the registry

Chris Crook <ccrook@linz.govt.nz>	2013-04-23

    Updating QGis to QGIS in vector layer source documentation

Merge: 2073f87a22 f3ab81287c
Nathan Woodrow <madmanwoo@gmail.com>	2013-04-22

    Merge pull request #548 from minorua/raster_memory_leaks

    Fix some memory leaks Fix #6795

Chris Crook <ccrook@linz.govt.nz>	2013-04-23

    Replace QGis with QGIS throughout

Chris Crook <ccrook@linz.govt.nz>	2013-04-23

    Tidying up help file

Borys Jurgiel <info@borysjurgiel.pl>	2013-04-22

    Disable encoding combobox in layer properties dialog for OGR provider with OLCStringsAsUTF8==true (so when it doesn't work anyway). Patch from Minoru Akagi.

Chris Crook <ccrook@linz.govt.nz>	2013-04-23

    Tidying up help file

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-22

    [pyqgis-console] allows to handle non-ascii chars in script file name

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-22

    [pyqgis-console] shows also derived class name in object browser widget

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-22

    [pyqgis-console] fix indentation

Merge: 1a9184144d 0564ab167d
Borys Jurgiel <info@borysjurgiel.pl>	2013-04-22

    Merge pull request #492 from borysiasty/encoding_write_fix

    Fix shapefile encoding in QgsVectorFileWriter

Merge: ea382d1af2 1a9184144d
Emilio Loi <loi@faunalia.it>	2013-04-22

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS into styles_to_db

    Conflicts:
            src/ui/qgsvectorlayerpropertiesbase.ui

Minoru Akagi <akaginch@gmail.com>	2013-04-22

    fix some memory leaks

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-22

    [pyqgis-console] fix - allows to apply the console settings at all the tabs

nyalldawson <nyall.dawson@gmail.com>	2013-04-22

    Add SIP bindings for composer item blend mode and transparency

Merge: 269a419b25 2298cae87a
Nyall Dawson <nyall.dawson@gmail.com>	2013-04-21

    Merge pull request #547 from nyalldawson/blend_modes_sip

    Add sip bindings for layer blend modes

nyalldawson <nyall.dawson@gmail.com>	2013-04-22

    Add sip bindings for layer blend modes

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-21

    [pyqgis-console] converts all newlines to "\n" in order to fix the "Enter selected command" from the editor
    - fixes background color for toolbar editor on Windows
    - minor fixes

Larry Shaffer <larrys@dakotacarto.com>	2013-04-19

    Update vector layer properties dialog with vertical tabs

    - Following subsections still need work: Labeling (ng), Diagrams and possibly more on Style
    - Add new SVG icons for Labels, Display and Metadata tabs
    - Add up/down, plus/minus icons for consistency
    - Move Metadata tab to bottom of list for vector and raster layer property dialogs
    - Update report stylesheet (metadata output) to support direct RTF copy/paste (i.e. black-colored fonts)
    - Update report stylesheet to use light gray backgrounds for headers instead of unpredictable highlight color

Werner Macho <werner.macho@gmail.com>	2013-04-21

    translation update simplified Chinese by Calvin

Victor Olaya <volayaf@gmail.com>	2013-04-21

    [sextante] fixed problem with algorithm classification in modeler. It was introduced in commit 7feb1af62f

Victor Olaya <volayaf@gmail.com>	2013-04-21

    [sextante] added better autoconfiguration for external apps' paths

Victor Olaya <volayaf@gmail.com>	2013-04-21

    [sextante] improvements in configuration dialog

Victor Olaya <volayaf@gmail.com>	2013-04-21

    [sextante]Fixed bug in dissolve tool

Victor Olaya <volayaf@gmail.com>	2013-04-19

    [sextante] removed headers in example scripts

Juergen E. Fischer <jef@norbit.de>	2013-04-21

    osgeo4w: update to grass 6.4.3RC3

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-20

    forgot import for default TauDEM/MPI paths for OS X

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-21

    [pyqgis-console] Follow up 7096a73

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-17

    [pyqgis-console] added a python object browser for editor
    - allow to save state for splitters
    - minor fixes and cleanup

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-20

    [pyqgis-console] remove unnecessary code and fix tabs tooltip

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-20

    default TauDEM/MPI paths for OS X

Juergen E. Fischer <jef@norbit.de>	2013-04-20

    fix #7461

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-20

    [pyqgis-console] disables tab widget editor if restore tabs is prompted and adds tab tooltip

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-20

    Fix doxygen comments

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-20

    QgsMapLayerRegistry add/remove signals reworked
    * "theEmitSignal" parameter renamed to addToLegend
    * layer(s)WillBeRemoved has no more "theEmitSingal" parameter
    * layer(s)WillBeRemoved and layer(s)(Was)Added emitted in every case
    * legendLayersAdded( QList<QgsMapLayer*> theMapLayers ) signal added
    * removedAll renamed to removeAll (is emitted BEFORE layers are removed)

Juergen E. Fischer <jef@norbit.de>	2013-04-20

    windows: include SHA in minidump name

Juergen E. Fischer <jef@norbit.de>	2013-04-20

    windows: generate minidump on crash

Radim Blazek <radim.blazek@gmail.com>	2013-04-20

    python QgsField.__len__() fix; fixes PyQgsMemoryProvider and PyQgsVectorLayer test on platforms with SIP < 4.10.3

nyalldawson <nyall.dawson@gmail.com>	2013-04-20

    Make sure margin spin box is always enabled when applicable

Radim Blazek <radim.blazek@gmail.com>	2013-04-20

    PyQgsDelimitedTextProvider fix for python 2.6 (dictionary comprehensions not supported)

Radim Blazek <radim.blazek@gmail.com>	2013-04-20

    raster cleanup

Radim Blazek <radim.blazek@gmail.com>	2013-04-20

    Deleted QgsFreakOutShader

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-04-20

    Remove project wording from Project menu

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-04-20

    Change File to Project menu in main screen

Radim Blazek <radim.blazek@gmail.com>	2013-04-19

    raster cleanup

Radim Blazek <radim.blazek@gmail.com>	2013-04-19

    raster filters moved to pipe node in project file to allow custom filters in future

Victor Olaya <volayaf@gmail.com>	2013-04-19

    [sextante] removed actions from toolbox, as they can be confusing. The toolbox should contain only algorithms

Victor Olaya <volayaf@gmail.com>	2013-04-19

    [sextante] Made configuration of algorithm classification available in toolbox

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-19

    Add python bindings for symbology units and data defined functions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-19

    Use better expression to string conversion

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-19

    Fix offset for ellipse renderer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-19

    [vectorlayercache] properly copy featurerequest

Juergen E. Fischer <jef@norbit.de>	2013-04-19

    fix windows build - add missing CORE_EXPORTs

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-19

    [attributetable] No autofallback to FilterMode::ShowVisible
    As soon as extents of the map canvas changed, the filter showvisible was reapplied without a reason

Merge: 31cecdbc51 7fff92ac1d
matthias-kuhn <matthias.kuhn@gmx.ch>	2013-04-19

    Merge pull request #544 from rduivenvoorde/rubberband#7628

    fix #7628

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-19

    Fix attributetable and vectorlayercache
    * In the attributetable there was a mess with references and pointers, originating from 66fadee8ef.
    * QgsVectorLayerCache did sometimes cache features which did not contain all information which needs to be cached and therefore corrupting the cache and leading to incomplete cache hits.
    * Add a unit test for the cache problem
    * Fix QgsCacheIndexFeatureId
    * QgsAbstractCacheIndex::getCacheIterator now produces a QgsFeatureIterator (instead of a list of Feature Ids). This allows to combine a mixed response, partly satisfied by the cache and partly by an additional query to the backend.

D'Hont René-Luc <rldhont@gmail.com>	2013-04-19

    qgis wfs server cannot serve geometryless tables

    http://hub.qgis.org/issues/7534

    In a project where there are geometryless tables everything seems to allow publish them with qgis wfs server. In the project/layer properties all the proper panels (ex. OWS server) seems to allow this operation, but then when accessing the wfs service with the WFS client, the table is not added correctly in the project. In the TOC shows a strange icon (instead the expected table icon) and the table of attributes is empty.

    In the client the support for geometryless wfs tables should be available since

    http://hub.qgis.org/projects/quantum-gis/repository/revisions/aedddc22b11e26df900d1ff91d6d23c94d905c78

    so it is a server issue.

nyalldawson <nyall.dawson@gmail.com>	2013-04-12

    Fix segfault when html composer labels contain img tags

nyalldawson <nyall.dawson@gmail.com>	2013-04-19

    [Fix 7641] Disable margin control for atlas when a point layer is selected
    Change fixed scale control to radio button
    Fix margin size not saving

nyalldawson <nyall.dawson@gmail.com>	2013-04-19

    Fix occasional NaN when automatically calculating heatmap radius

PhilippeDorelon <philippe.dorelon@gmail.com>	2013-04-18

    Update qgsvectorlayereditbuffer.cpp

Chris Crook <ccrook@linz.govt.nz>	2013-04-19

    Minor help file improvements

Juergen E. Fischer <jef@norbit.de>	2013-04-18

    fix #7642

Richard Duivenvoorde <richard@duif.net>	2013-04-18

    fix for #7628 undo does not work ok

    adding a removePoint method, which can also take a negative index to start
    removing vertices from the end.
    actual fix for #7628 was to not remove the last node, but the one before that.

Juergen E. Fischer <jef@norbit.de>	2013-04-18

    german translation update

Werner Macho <werner.macho@gmail.com>	2013-04-18

    translation update: bosnian by Almir

Werner Macho <werner.macho@gmail.com>	2013-04-18

    translation update: cz by Jan

Larry Shaffer <larrys@dakotacarto.com>	2013-04-18

    Update new composer item Rendering group box

    - Set form layout to match others in composer
    - Add companion spin box for transparency slider
    - Add syncGroup property for collapsible group box functionality
    - Clean up some old commented-out code (replaced by QgsColorButton with alpha support)

Larry Shaffer <larrys@dakotacarto.com>	2013-04-18

    Set better default drop shadow parameters

Larry Shaffer <larrys@dakotacarto.com>	2013-04-18

    Reduce width of histogram widget to fit better in new raster properties dialog

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-18

    [FIX #7609] Fetch and cache data for sorting column in one query

Larry Shaffer <larrys@dakotacarto.com>	2013-04-16

    Fix for #7627, wrong label scaling in print or PDF

    - Add shadow device dpi output (high resolution)
    - [API] Add scaleToPixelContext method to QgsPalLayerSettings for better precision scaling

Juergen E. Fischer <jef@norbit.de>	2013-04-18

    wms provider: make smooth pixmap transformation in wmts optional (followup 6604d2f81)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-18

    [attributetable] Usability improvements for filters

Chris Crook <ccrook@linz.govt.nz>	2013-04-18

    Additional documentation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-18

    [Fix #7639] Don't compare TypeName when comparing fields

Chris Crook <ccrook@linz.govt.nz>	2013-04-18

    Error message fixes and more regexp testing

Juergen E. Fischer <jef@norbit.de>	2013-04-18

    wms provider: add TRANSPARENT parameter when image/x-jpegorpng is choosen (followup 6604d2f814)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-18

    [dnd form designer] Expand items by default

Chris Crook <ccrook@linz.govt.nz>	2013-04-18

    Minor change to tooltip message

Chris Crook <ccrook@linz.govt.nz>	2013-04-18

    More testing and bug fixes

    Regular expression delimiter:  fixed non-intuitive behaviour of not
    including capture groups in the returned fields, and improved behaviour
    for anchored regular expressions.  Added test cases for handling of
    regular expressions.

    File encoding: Selected file encoding was being ignored.  Fixed and
    added test cases for file encoding.

    Bad formatted quoting: Fixed handling of badly formatted quotes (eg
    unclosed quotes).  Added test case.

    Field names: Where a file had duplicate or blank field names it was
    not possible to reliably set the names of X,Y,WKT fields.  Relocated
    field name handling to simpler common code in QgsDelimitedTextFile, with
    automatic renaming of fields with ambiguous or missing names.  Add test
    case for field renaming

    User interface fixes: Fixed tooltip and other messages throughout.
    Changed encoding combo box to be alphabetically sorted. Fixed data
    sample to be refreshed when encoding changed.

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-18

    [pyqgis-console] fixes the undo action when comment/uncomment out code in editor

Juergen E. Fischer <jef@norbit.de>	2013-04-17

    show loading layer in status bar

nyalldawson <nyall.dawson@gmail.com>	2013-04-16

    Blend modes apply to whole layer, not individual objects (fix #7603)

Merge: d3f4e3484e 4e119720ac
Martin Dobias <wonder.sk@gmail.com>	2013-04-17

    Merge pull request #536 from frugardc/master

    Fix for  "a class-key must be used when declaring a friend" on make using Oracle Spatial

Werner Macho <werner.macho@gmail.com>	2013-04-17

    translation update: bosnian string updates

Werner Macho <werner.macho@gmail.com>	2013-04-17

    translation update: new language Bosnian

Chris Crook <ccrook@linz.govt.nz>	2013-04-18

    Empty records cleaned from layer

Chris Crook <ccrook@linz.govt.nz>	2013-04-18

    Adding testing feature id to test script

Juergen E. Fischer <jef@norbit.de>	2013-04-17

    fix warnings

Merge: cd24f5405c e0732a0628
Chris Crook <ccrook@linz.govt.nz>	2013-04-18

    Merge branch 'master' into delimited_text_bug_fixes

Christian Frugard <frugardc@gmail.com>	2013-04-17

    add class key to QgsOracleFeatureIterator

    fixes "a class-key must be used when declaring a friend" error on compile

Juergen E. Fischer <jef@norbit.de>	2013-04-17

    fix #7630 - categorized renderer gui produces an empty string category as catch all case, so use it

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-17

    [Fix #7552] drag'n'drop form information not loaded from qml file

Emilio Loi <loi@faunalia.it>	2013-04-17

    Now if style the style already exists on the db it will be updated (Same layer, same style name)

Emilio Loi <loi@faunalia.it>	2013-04-17

    Now also "Restore Default Style" works

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-17

    [pyqgis-console] remove duplicate entries

Emilio Loi <loi@faunalia.it>	2013-04-17

    Now "Save as Default" button ask where to save the style

Victor Olaya <volayaf@gmail.com>	2013-04-17

    [sextante] Fixed issue when using non-file based vector layers in modeler

Victor Olaya <volayaf@gmail.com>	2013-04-17

    [sextante] fixed problem when exporting non-file based data to be used by 3rd party apps

Victor Olaya <volayaf@gmail.com>	2013-04-17

    [sextante] fixed R import bug

Victor Olaya <volayaf@gmail.com>	2013-04-16

    [sextante] Fixed iterative execution

    Some additional minor fixes

Juergen E. Fischer <jef@norbit.de>	2013-04-17

    fix windows build

Merge: e6f3b2e008 58737b6831
alexbruy <alexander.bruy@gmail.com>	2013-04-16

    Merge pull request #526 from vinayan/pip7414

    [fTools] fix Points in Polygon and Delaunay triangulation (closes #7414, #7360)

nyalldawson <nyall.dawson@gmail.com>	2013-04-17

    Draw background on painter before rendering map for composer map items (fix #7461)

Chris Crook <ccrook@linz.govt.nz>	2013-04-17

    Fixed tooltip text throughout.  Renamced combo box named cbxEncoding to cmbEncoding

Merge: 22e54b9210 e1421f5afe
Tim Sutton <tim@linfiniti.com>	2013-04-16

    Merge pull request #532 from ccrook/delimited_text_bug_fixes

    Three delimited text bug fixes, GUI tidyup, context help fix

Chris Crook <ccrook@linz.govt.nz>	2013-04-17

    Minor error in tooltip help

Merge: c396128f79 22e54b9210
Chris Crook <ccrook@linz.govt.nz>	2013-04-17

    Merge branch 'master' into delimited_text_bug_fixes

Chris Crook <ccrook@linz.govt.nz>	2013-04-17

    Added label to UI to match context help

Chris Crook <ccrook@linz.govt.nz>	2013-04-17

    Fixing layout of examples in delimited text help file

Chris Crook <ccrook@linz.govt.nz>	2013-04-17

    Second try at renaming delimited text help files

Chris Crook <ccrook@linz.govt.nz>	2013-04-17

    Delimited text file: tidying up UI layout and labels, updating help file

Merge: 041b9f1f99 d06ab3c1d9
Chris Crook <ccrook@linz.govt.nz>	2013-04-17

    Merge branch 'master' into delimited_text_bug_fixes

Chris Crook <ccrook@linz.govt.nz>	2013-04-17

    Fixing names of Delimited text context help files

Radim Blazek <radim.blazek@gmail.com>	2013-04-16

    raster cleanup

Leyan <ouyang.leyan@hotmail.com>	2013-04-16

    update sip file

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-16

    Fix feature edit selection in filtered feature list

Radim Blazek <radim.blazek@gmail.com>	2013-04-16

    raster cleanup

Leyan <ouyang.leyan@hotmail.com>	2013-04-16

    call saveAsUserCRS after each call to createFromProj4

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-16

    Select proper features in filtered feature list

Leyan <ouyang.leyan@hotmail.com>	2013-04-16

    custom CRS save API change

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-16

    [sextante] support for non-ASCII characters in SEXTANTE log

Emilio Loi <loi@faunalia.it>	2013-04-16

    In QgsVectorLayer::loadNamedStyle changed how to check if the usi refers to db or not

Radim Blazek <radim.blazek@gmail.com>	2013-04-16

    GDAL provider identify no data fix

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-16

    More dd symbology cleanups

Emilio Loi <loi@faunalia.it>	2013-04-16

    Added controls on style table consistency and named style validity

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-16

    [sextante] fix Distance Matrix tool

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-14

    [sextante] add license to script and fix its group

Merge: 5875d5a5cf 07abb34ebe
Salvatore Larosa <lrssvtml@gmail.com>	2013-04-15

    Merge pull request #399 from slarosa/pyqgis_console_side_editor_2

    [FEATURE] Side Editor for Python Console

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-16

    [pyqgis-console] cleaning up code and minor fixes

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-16

    [pyqgis-console] fix interrupted system call on run script for osx

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-15

    [pyqgis-console] fix shortcut keysequence for side editor
    - added class menu removed by mistake
    - minor fixes

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-14

    [pyqgis-console] added button for comment/uncomment code in side editor and minor fixes

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-14

    [pyqgis-console] added new toolbar for side editor

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-13

    [pyqgis-console] some fix for run script and restore tabs

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-13

    [pyqgis-console] added button to toggle the side editor in python console

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-12

    [pyqgis-console] fixes prompt save tab on closing

Salvatore Larosa <lrssvtml@gmail.com>	2013-01-22

    [FEATURE] Side Editor for Python Console

Chris Crook <ccrook@linz.govt.nz>	2013-04-16

    GUI bug fix - was not restoring delimiter characters from saved settings

Chris Crook <ccrook@linz.govt.nz>	2013-04-16

    Missed committing files

Chris Crook <ccrook@linz.govt.nz>	2013-04-16

    Fix for handling of numeric columns with comma for decimal point (bug #6719)

Larry Shaffer <larrys@dakotacarto.com>	2013-04-15

    Put old theme icons back into source tree under themes_ or icons_old next to current directories

Larry Shaffer <larrys@dakotacarto.com>	2013-04-15

    Condense app icon themes down to just one, based upon 'gis' theme

    - 'gis' theme copied over default
    - All other themes removed, available here:
      http://drive.dakotacarto.com/qgis/QGIS-images_pre-gis-theme-switch.zip
    - Make sure new default overrides removed themes
    - Update some tool buttons for consistency

Chris Crook <ccrook@linz.govt.nz>	2013-04-16

    Code name consistency fix and unit tests for functions

Chris Crook <ccrook@linz.govt.nz>	2013-04-16

    Fixed indentation in qgsexpression.cpp

Chris Crook <ccrook@linz.govt.nz>	2013-04-16

    Colour functions and en-US help files implemented.

Merge: c62c396a5f 268c03745f
Chris Crook <ccrook@linz.govt.nz>	2013-04-16

    Merge branch 'master' into colour_functions

Chris Crook <ccrook@linz.govt.nz>	2013-04-16

    WIP

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-15

    [Fix #7597] Attribute Table: Reintroduce locale aware sorting

Juergen E. Fischer <jef@norbit.de>	2013-04-15

    fix crash on close in attribute table (layer cache already destroyed when model dtor is called)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-15

    More symbology cleanups

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-15

    Clean data defined code of svg marker

Radim Blazek <radim.blazek@gmail.com>	2013-04-15

    raster cleanup

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-15

    [Fix test] Set fixed offset angle for reproducable results

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-15

    [Fix diagramtest] replace control image with properly rotated image

vinayan <vinayan123@gmail.com>	2013-04-15

    [Fix #7360] - Fix Dealauney to vector api changes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-15

    QgsVectorLayerCache: include edit buffer changes as well

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-15

    Dual View: Commit feature edits to edit buffer, when the attribute table is closed
    or when the view mode is changed
    or when the focus is lost

Radim Blazek <radim.blazek@gmail.com>	2013-04-15

    raster properties pipe tab removed

Radim Blazek <radim.blazek@gmail.com>	2013-04-15

    QgsWebView renamed to QgsIdentifyResultsWebView

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-15

    Start cleaning data defined symbology code

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-15

    Fix javadoc comments

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-13

    Add updateFields() signal, so adding of joined fields is communicated
    attributeAdded and attributeDeleted signals are only emitted for "real" fields
    and not for "virtual fields" as in joined fields. Therefore this signal should
    be used instead to keep track of these

Juergen E. Fischer <jef@norbit.de>	2013-04-15

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-04-15

    fix windows build

Merge: 82b41db51e 632bfbbaf0
Tim Sutton <tim@linfiniti.com>	2013-04-14

    Merge pull request #527 from ccrook/master

    Fix of delimited text provider to handle CSV files including quoted newlines properly

Chris Crook <ccrook@linz.govt.nz>	2013-04-15

    Fix to detection of LINESTRING WKT in delimited text provider dialog

Chris Crook <ccrook@linz.govt.nz>	2013-04-15

    Fix to handling of geometry type selectors

Chris Crook <ccrook@linz.govt.nz>	2013-04-15

    Fix for degrees/minutes format

Chris Crook <ccrook@linz.govt.nz>	2013-04-15

    Tidying up test output

Chris Crook <ccrook@linz.govt.nz>	2013-04-15

    Items missed in last commit - DMS functionality

Chris Crook <ccrook@linz.govt.nz>	2013-04-15

    Added DMS functionality, fixed source code indenting

nyalldawson <nyall.dawson@gmail.com>	2013-04-15

    Add Nyall Dawson to authors

Larry Shaffer <larrys@dakotacarto.com>	2013-04-05

    Add drop shadow option to labels

    - Add option to show debug rectangles for shadows to PAL engine properties
    - Add small container class, QgsLabelComponent, for temporal values during generation of label components
    - Add static image blurring function to QgsSymbolLayerV2Utils
    - Fix rotational offset issue with label backgrounds

Juergen E. Fischer <jef@norbit.de>	2013-04-14

    wms provider: improve cubewerx support

Larry Shaffer <larrys@dakotacarto.com>	2013-04-14

    Followup to 611f77b, better place to trigger gui update

Larry Shaffer <larrys@dakotacarto.com>	2013-04-14

    Better fix for situations like #7602

    - In base class, auto-remove corresponding list widget item when stack widget is removed
    - Minimize band rendering group box stretching if there probably is no combo box choice (e.g. WMS layer)

Larry Shaffer <larrys@dakotacarto.com>	2013-04-14

    Fix for #7602, Pyramids and Histogram tabs should be hidden for WMS layers in raster properties dialog

Salvatore Larosa <lrssvtml@gmail.com>	2013-04-14

    Add Salvatore Larosa to authors

Emilio Loi <loi@faunalia.it>	2013-04-14

    Loading from db now works. Still missing a lot of controls and info about errors

Chris Crook <ccrook@linz.govt.nz>	2013-04-14

    Final tests enabled

Larry Shaffer <larrys@dakotacarto.com>	2013-04-13

    Set QgsCollapsibleGroupBox's collapse-on-uncheck to happen only when clicked by user

    - This keeps checkable group boxes from being programmatically collapsed when initializing a dialog

Larry Shaffer <larrys@dakotacarto.com>	2013-04-13

    Fix for #7598, CRS info on the lower right corner does not show anymore

    - Should not affect fix for #7532

Larry Shaffer <larrys@dakotacarto.com>	2013-04-13

    Update spacing and expansion of widgets in project properties dialog

Larry Shaffer <larrys@dakotacarto.com>	2013-04-13

    Set synGroups for raster properties collapsible group boxes

Larry Shaffer <larrys@dakotacarto.com>	2013-04-13

    Set Style tab as default on first opening of raster properties

Larry Shaffer <larrys@dakotacarto.com>	2013-04-13

    Fix margin addition in QgsOptionsDialogBase

Chris Crook <ccrook@linz.govt.nz>	2013-04-14

    Tests completed successfully

Merge: d124732fc4 d87eb2aadc
Chris Crook <ccrook@linz.govt.nz>	2013-04-14

    Merge branch 'master' into delimiter_text_enhancement

Merge: 27f65c2355 8ef9e6d4a4
Werner Macho <werner.macho@gmail.com>	2013-04-13

    Merge pull request #525 from vinayan/fix7474

    Fix #7474 - Topology checker: QGIS crash on exit, after activating the topology checker panel

vinayan <vinayan123@gmail.com>	2013-04-14

    [Fix #7414] - points in polygon does not work

Juergen E. Fischer <jef@norbit.de>	2013-04-13

    fix doxygen and 'unused' warnings

Victor Olaya <volayaf@gmail.com>	2013-04-13

    [sextante] fixed issue with header

Juergen E. Fischer <jef@norbit.de>	2013-04-13

    missed a new file in 7990ec48c

Andreas Neumann <a.neumann@carto.net>	2013-04-13

    replace brush icon for clearing fields with more abstract icon

Radim Blazek <radim.blazek@gmail.com>	2013-04-13

    reprojector no data fix

Emilio Loi <loi@faunalia.it>	2013-04-13

    First attempt to create a load style ui

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-13

    Addes Matthias Kuhn to authors

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-09

    [FIX #5525] Attribute table performance for large tables
    The selection handling performance has been improved a lot
    Introduces also more detailed signalling of selection change from QgsVectorLayer

vinayan <vinayan123@gmail.com>	2013-04-13

    fix segfault when closing qgis with error rubberbands present in canvas

vinayan <vinayan123@gmail.com>	2013-04-13

    fix segfault on exit after enabling topology dock window

Radim Blazek <radim.blazek@gmail.com>	2013-04-13

    raster no data speed up

Merge: f0132dcc6e 7afa4f67ca
Jürgen Fischer <jef@norbit.de>	2013-04-13

    Merge pull request #502 from nyalldawson/wms_dialog

    Fix tab order in WMS dialog, change layer control to extended selection mode for usability

Merge: 736f765c4a f0dd138868
mhugent <marco.hugentobler@sourcepole.ch>	2013-04-13

    Merge pull request #516 from Oslandia/atlas

    Fix qgsatlascomposition constructor and related Atlas unit tests

Merge: 99bf5fac75 e3451bb58a
Jürgen Fischer <jef@norbit.de>	2013-04-13

    Merge pull request #514 from mbernasocchi/master

    more qreal vs double issues for android

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-13

    Handle percentage encoded keys in WMS server

Emilio Loi <loi@faunalia.it>	2013-04-13

    Now you can add ui files

Victor Olaya <volayaf@gmail.com>	2013-04-13

    [sextante] force export to shp in grass algorithms, since v.in.ogr syntax seems to be not always the same and some formats (i.e. GML) are not working

Victor Olaya <volayaf@gmail.com>	2013-04-13

    [sextante] minor bug fix in saga/grass installation checking.

    Also code cleaning

Radim Blazek <radim.blazek@gmail.com>	2013-04-13

    raster nodata bitmap and reprojector fix; fixes qgis_composerscalebartest

Juergen E. Fischer <jef@norbit.de>	2013-04-13

    fix #7560

Victor Olaya <volayaf@gmail.com>	2013-04-13

    [sextante] made fields in saga polygon dissolve optional

Juergen E. Fischer <jef@norbit.de>	2013-04-13

    wms provider fixes:
    - use smooth transformation when rescaling tiles
    - use ows:BoundingBox to retrieve WMTS extents if no ows:WGS84BoundingBox was
      given
    - handle empty WMTS dimensions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-13

    Fix wms server format test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-13

    Improve format test

Emilio Loi <loi@faunalia.it>	2013-04-13

    Added QMenu on loadStyle button with 2 options (load from filesystem, load from db)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-13

    Support for returning base64 coded results from GetMap and GetPrint

Martin Dobias <wonder.sk@gmail.com>	2013-04-13

    Fix QgsMessageLog python wrapper

Werner Macho <werner.macho@gmail.com>	2013-04-13

    adding licences for Victor :)

Juergen E. Fischer <jef@norbit.de>	2013-04-13

    fix 0d69d4c6a

Werner Macho <werner.macho@gmail.com>	2013-04-13

    translation update: adding missing strings to be up to date

Juergen E. Fischer <jef@norbit.de>	2013-04-13

    german translation update

Emilio Loi <loi@faunalia.it>	2013-04-13

    Changed "save to db" provider capability check

Juergen E. Fischer <jef@norbit.de>	2013-04-13

    ignoreShapeEncoding should only have effect on shapes (follows up fea86ea176)

Victor Olaya <volayaf@gmail.com>	2013-04-13

    [sextante] several fixes for supporting optional parameters in modeler

Merge: a6e55696fa 366e13847c
Werner Macho <werner.macho@gmail.com>	2013-04-13

    Merge pull request #517 from L-Infantini/master

    Translations and corrections pt_PT

Merge: a05ac22564 a5436a8bef
Werner Macho <werner.macho@gmail.com>	2013-04-13

    Merge pull request #524 from tomass/master

    Update Lithuanian translations

Merge: 5d99595c23 fe7f26f85c
mhugent <marco.hugentobler@sourcepole.ch>	2013-04-13

    Merge pull request #523 from 3nids/dropinvalidchars

    drop invalid chars in project write entry

Tomas <tomasstraupis@gmail.com>	2013-04-13

    Update Lithuanian translations

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-04-13

    drop invalid chars in project write entry

Emilio Loi <loi@faunalia.it>	2013-04-13

    Missing qgssavestyletodbdialog ui files

Chris Crook <ccrook@linz.govt.nz>	2013-04-13

    Test development continuing

Victor Olaya <volayaf@gmail.com>	2013-04-13

    [sextante] removed pydevd imports added by mistake

Larry Shaffer <larrys@dakotacarto.com>	2013-04-12

    Update raster properties dialog to vertical tabs

    - Minimize width of band renderer type widgets by reorganizing layouts and fixing spacing issues
    - Fix #7569, too much information when edit style on raster layer properties
    - Group 'Color rendering' options
    - Add Reset button to 'Color rendering' options
    - Add icon for pseudocolor colormap sorting

Radim Blazek <radim.blazek@gmail.com>	2013-04-12

    keep blue value as double, fixes #7107

Radim Blazek <radim.blazek@gmail.com>	2013-04-12

    renamed doubleNear to qgsDoubleNear, QgsMalloc to qgsMalloc, QgsCalloc to qgsCalloc, QgsFree to qgsFree

Radim Blazek <radim.blazek@gmail.com>	2013-04-12

    raster no data value made optional

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-12

    Keep item position constant if reference point changes (ticket #7519)

Emilio Loi <loi@faunalia.it>	2013-04-12

    Added feature to save vector layers styles to postgis (when provider is postgre$

Emilio Loi <loi@faunalia.it>	2013-04-12

    Added feature to save vector layers styles to postgis (when provider is postgres) and load one of them adding a new postgis vector layer

Emilio Loi <loi@faunalia.it>	2013-04-12

    Added new option for saving styles on db for vector layers with postgres provider

Merge: 61b3e4c414 706ac99a83
mhugent <marco.hugentobler@sourcepole.ch>	2013-04-12

    Merge pull request #460 from 3nids/readListEntryDefault

    Added default value argument for readEntryList

Victor Olaya <volayaf@gmail.com>	2013-04-12

    [sextante]changed 'create grid' algorithm to allow non integer values

Victor Olaya <volayaf@gmail.com>	2013-04-12

    [sextante]improved information when missing 3rd party app before running algorithm

Victor Olaya <volayaf@gmail.com>	2013-04-12

    [sextante] corrected parameter serialization scheme

Victor Olaya <volayaf@gmail.com>	2013-04-12

    [sextante] made ParameterTableField and ParameterString optional.

    Changed serializing format of ParameterTableField

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-12

    Remove debug variable

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-12

    Adapt and fix attribute table for new vector api

Juergen E. Fischer <jef@norbit.de>	2013-04-12

    ogr provider: don't ignore set encoding if SHAPE_ENCODING is set although OGR
    still claims that strings are already UTF-8

Merge: 1a4ce3ecd5 bc67bde0fc
mhugent <marco.hugentobler@sourcepole.ch>	2013-04-12

    Merge pull request #520 from 3nids/removeaction

    add removeAction method to layer actions

Victor Olaya <volayaf@gmail.com>	2013-04-12

    [sextante] fixes in gdal/ogr algorithms and more tests

Victor Olaya <volayaf@gmail.com>	2013-04-12

    [sextante] fixed missing import

Victor Olaya <volayaf@gmail.com>	2013-04-12

    [sextante] reintroduced Model->Python conversion

Victor Olaya <volayaf@gmail.com>	2013-04-12

    [sextante]Fixed issue in algorithms that change projection of output layers

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-12

    [sextante] remove TauDEM help files. Now this files are available from
    SEXTANTE-Help repo

Merge: fa9e0ac4e9 ab8b53e029
Tim Sutton <tim@linfiniti.com>	2013-04-12

    Merge pull request #519 from borysiasty/master

    Update the default symbol set - new symbols from Anita and some fixes

jdugge <juernjakob@gmail.com>	2013-04-12

    Update widgetRasterize.ui

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-04-12

    add removeAction method to layer actions

Chris Crook <ccrook@linz.govt.nz>	2013-04-12

    Adding code example to QgsVectorLayer documentation

Chris Crook <ccrook@linz.govt.nz>	2013-04-12

    doxygen fixup

Borys Jurgiel <info@borysjurgiel.pl>	2013-04-12

    Update default symbol set: more symbols from Anita, lock colour in bottom layer of road symbols, include symbology-ng-style.db instead of the depreciated xml in OsGeo4W

Merge: 920253d17d a290fa257f
Chris Crook <ccrook@linz.govt.nz>	2013-04-12

    Merge branch 'master' into delimiter_text_enhancement

Chris Crook <ccrook@linz.govt.nz>	2013-04-12

    Documentation updates

Merge: a290fa257f 5432618e0c
Werner Macho <werner.macho@gmail.com>	2013-04-12

    Merge pull request #507 from matthias-kuhn/fix-7508

    [FIX #7508] drag'n'drop form generator wrong creation of group container

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-08

    [FIX #7508] drag'n'drop form generator wrong creation of group container

Chris Crook <ccrook@linz.govt.nz>	2013-04-12

    Adding documentation for data providers

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-04-12

    Tweak margins on attribute table

Martin Dobias <wonder.sk@gmail.com>	2013-04-12

    Fix #7549 (selection color is now stored in QgsRendererContext)

Chris Crook <ccrook@linz.govt.nz>	2013-04-12

    WIP

Martin Dobias <wonder.sk@gmail.com>	2013-04-11

    [API] remove QgsVectorDataProvider::enableGeometrylessFeatures(bool)

    Geometryless features are not skipped by default anymore.

Werner Macho <werner.macho@gmail.com>	2013-04-11

    fix error when labeling joinfields with spatialite files

    Manually applied the patch from PhilippeDorelo
    this should fix bug #7068

Merge: 207da3631e 6d6021558b
Werner Macho <werner.macho@gmail.com>	2013-04-11

    Merge pull request #518 from PhilippeDorelon/valuerelation

    Fix issue #7561 : valueMap or valueRelation not visible in attributeTable

Victor Olaya <volayaf@gmail.com>	2013-04-11

    [sextante]changed how grass help files are found.

    Now there's no need to set the help folder, it will look for html pages online instead

Victor Olaya <volayaf@gmail.com>	2013-04-11

    [sextante] removed saga help files, since they are rather useless

PhilippeDorelon <philippe.dorelon@gmail.com>	2013-04-11

    Update qgsattributetablemodel.cpp

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-11

    [sextante] catch IO error when user tried to save file in system
    directory (fix #7259)

Orion <orion@orion-Ut.(none)>	2013-04-11

    Translations and correctios

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-11

    fix Merge shapefiles tool in fTools (fix #7570)

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-11

    [sextante] attempt to fix issue with non-ASCII characters in modeler

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-11

    [sextante] remove generated *.py files from ui directory

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-11

    [sextante] allow to run models with no parameters (partially reverts
    4e5c660823)

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-11

    [sextante] also improve Fields Calculator (field type, length and
    precision settings)

Hugo Mercier <hugo.mercier@oslandia.com>	2013-04-11

    Fix qgsatlascomposition constructor and related Atlas unit tests

Victor Olaya <volayaf@gmail.com>	2013-04-11

    [sextante] adding missing files from tools reorganization

Victor Olaya <volayaf@gmail.com>	2013-04-11

    [sextante] add mechanism to allow easily piping grass console output to text file

Victor Olaya <volayaf@gmail.com>	2013-04-11

    [sextante]Fixed bug in pyculator algorithm

Victor Olaya <volayaf@gmail.com>	2013-04-10

    [sextante] reorganized sextante tools and how they are exposed and added some tests

Merge: 4b06df0b6c 254fc4db6e
Werner Macho <werner.macho@gmail.com>	2013-04-11

    Merge pull request #515 from 3nids/duplicatecode

    remove duplicate code

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-04-11

    remove duplicate code

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-11

    [sextante] fix Advaced Python Calculator, add ability to select field
    type, lenght and precision

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-11

    [sextante] add missed import

Juergen E. Fischer <jef@norbit.de>	2013-04-10

    fix doxygen warnings

Larry Shaffer <larrys@dakotacarto.com>	2013-04-10

    Update recent symbology widget update for cross-platform consistency

    Also:
    - Keep color wells from over expanding
    - Group color wells together, where appropriate
    - Make SVG Groups view wider (was too thin)

Radim Blazek <radim.blazek@gmail.com>	2013-04-10

    QgsRasterBlock::Range to QgsRasterRange

Radim Blazek <radim.blazek@gmail.com>	2013-04-10

    GRASS direct no data for type

Radim Blazek <radim.blazek@gmail.com>	2013-04-10

    gdal set output no data fix

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-10

    [sextante] don't run models without algorithms and/or parameters

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-10

    [sextante] allow set field length and precision in Add field algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-10

    [sextante] allow non-ASCII characters in string parameters

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-10

    [sextante] increase max and min limits for numeric values (fixes #7143
    and possible similar issues)

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-10

    [sextante] fix parameters handling in some GDAL algorithms

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-10

    [sextante] escape filenames, passed to GDAL tools (fix #5923)

Merge: 212aea7c44 f7732d3a27
Nathan Woodrow <madmanwoo@gmail.com>	2013-04-10

    Merge pull request #511 from nyalldawson/html_labels_fix

    Fix html labels rendering before they are fully loaded...

Merge: 76f8d60273 212aea7c44
Marco Bernasocchi <marco@opengis.ch>	2013-04-10

    Merge remote-tracking branch 'upstream/master'

Marco Bernasocchi <marco@opengis.ch>	2013-04-10

    more qreal vs double issues for android

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-10

    Change point displacement renderer to work with new vector api

Merge: 8c714a9d41 d52d4dad17
Nathan Woodrow <madmanwoo@gmail.com>	2013-04-09

    Merge pull request #513 from olivierdalang/SymbolLayerWidgetsUISmallUpdate

    small update of the UI of the symbollayers widgets

Victor Olaya <volayaf@gmail.com>	2013-04-09

    [sextante] more tests

Victor Olaya <volayaf@gmail.com>	2013-04-09

    [sextante] moved SilentProgress to independent module

Radim Blazek <radim.blazek@gmail.com>	2013-04-09

    GML parser boundedBy fix

Merge: 1436056f77 dbf795ed1f
mhugent <marco.hugentobler@sourcepole.ch>	2013-04-09

    Merge pull request #512 from nyalldawson/blend_mode_fixes

    Some blending fixes and code cleanup

nyalldawson <nyall.dawson@gmail.com>	2013-04-09

    Fix html labels rendering before they are fully loaded. Prevents missing images in html labels when composer layout is output for the first time.

Chris Crook <ccrook@linz.govt.nz>	2013-04-09

    After astyle

olivierdalang <olivier.dalang@gmail.com>	2013-04-09

    small update of the UI of the symbollayers widgets

Chris Crook <ccrook@linz.govt.nz>	2013-04-09

    Pre astyle

Pirmin Kalberer <pka@sourcepole.ch>	2013-04-08

    Globe: Fix compilation with osgearth 2.4

nyalldawson <nyall.dawson@gmail.com>	2013-04-07

    Fix labels not updating for atlas prints when blend mode is applied

nyalldawson <nyall.dawson@gmail.com>	2013-04-06

    Use QPainter::CompositionMode for all internal blending variables and functions

Juergen E. Fischer <jef@norbit.de>	2013-04-08

    german translation update

Chris Crook <ccrook@linz.govt.nz>	2013-04-09

    Delimited text fix compiling

Juergen E. Fischer <jef@norbit.de>	2013-04-08

    also remove transparency tests

Juergen E. Fischer <jef@norbit.de>	2013-04-08

    remove unused layer transparency (and fix some warnings)

Merge: a150865e2b 57c23078c7
Jürgen Fischer <jef@norbit.de>	2013-04-08

    Merge pull request #508 from matthias-kuhn/dual-view-fixes

    Dual view fixes

Merge: 4306632c74 a21fc5a73d
Jürgen Fischer <jef@norbit.de>	2013-04-08

    Merge pull request #510 from matthias-kuhn/field-calculator-perf

    [FIX #7533] Field calculator is slow

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-08

    [FIX #7533] Field calculator is slow
    Set the QgsDistanceArea only once and not for every loop cycle.
    QgsCoordinateReferenceSystem::loadFromDb takes very long.

Martin Dobias <wonder.sk@gmail.com>	2013-04-08

    Fix #7542 (crash in vector layer properties for geometryless layers)

Radim Blazek <radim.blazek@gmail.com>	2013-04-08

    PyQgsRasterLayer identify test fixed

Radim Blazek <radim.blazek@gmail.com>	2013-04-08

    Added QgsRasterIdentifyResult

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-08

    [FIX #7543] Dual View Table/Form: Preview column not saved in project

Merge: 34adbe7f56 52da7237ee
Werner Macho <werner.macho@gmail.com>	2013-04-08

    Merge pull request #505 from vinayan/7477-add-rule-crash

     [FIX #7477] Topology Checker - Crash as soon a layer is choosen when defining a rule

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-08

    [FIX #7530] Attribute table: Edited feature not updated in single row
    If only a single row was shown, the outdated cached feature would be shown even
    when the attribute behind it was edited.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-08

    [FIX #7529] Attribute table: Crash when changing column filter
    When using the field calculator and afterwards changing the column filter
    resulted in a crash

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-08

    Attribute editor, form view: Change selection behavior
    Text background is now used for the current edit selection
    The icon shows the feature selection state

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-08

    Attribute table selection: performance improvements
    When selecting features with the mouse (click and drag) only redraw
    the map canvas, once the mouse is released.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-08

    Properly show feature count in attribute table title
    Total # of features
    Filtered features
    Selected features

Radim Blazek <radim.blazek@gmail.com>	2013-04-08

    qgis_bench json log fix; QGIS2 settings

Martin Dobias <wonder.sk@gmail.com>	2013-04-08

    Fixed PyQgsVectorLayer test

Martin Dobias <wonder.sk@gmail.com>	2013-04-07

    [API] Removed QgsSymbol, QgsMarkerCatalgoue and QgsSymbologyUtils

Martin Dobias <wonder.sk@gmail.com>	2013-04-07

    [API] Removed old symbology's QgsRenderer

Martin Dobias <wonder.sk@gmail.com>	2013-04-07

    [API] Removed old symbology QgsRenderer implementations

Martin Dobias <wonder.sk@gmail.com>	2013-04-07

    [API] Removed old renderer support from QgsVectorLayer

Martin Dobias <wonder.sk@gmail.com>	2013-04-06

    Removed old symbology dialogs.

Martin Dobias <wonder.sk@gmail.com>	2013-03-23

    Removed QgsQuickPrint class

Werner Macho <werner.macho@gmail.com>	2013-04-07

    translation update: galician by Xan

Juergen E. Fischer <jef@norbit.de>	2013-04-07

    update .qgis to .qgis2 (to be updated on release and some more utf8 fixes
    (fixes #7537)

Juergen E. Fischer <jef@norbit.de>	2013-04-07

    spatialite isn't optional anymore (offlineediting, osm):
    - remove configuration options

Juergen E. Fischer <jef@norbit.de>	2013-04-07

    fix #6640

Juergen E. Fischer <jef@norbit.de>	2013-04-07

    deduce plugin directory from a plugin that actually still exists

Larry Shaffer <larrys@dakotacarto.com>	2013-04-07

    Fix #7532, startup forces new project document, even when opening data file

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-07

    cleanup Qwt build for OS X

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-07

    fix autodetect of saga & otb on OS X, also detect bundled grass, saga & otb

Minoru Akagi <akaginch@gmail.com>	2013-04-07

    fix #4303

Merge: 2bfffaa516 73c74acf48
Werner Macho <werner.macho@gmail.com>	2013-04-07

    Merge pull request #506 from vinayan/fixdupes

    [FIX #7473] Topology checker-must not have duplicates does not work

Victor Olaya <volayaf@gmail.com>	2013-04-06

    [sextante]fix for calling SAGA under OSX

Victor Olaya <volayaf@gmail.com>	2013-04-06

    [sextante] fixed #7525 (problem with checking if external app is installed)

Juergen E. Fischer <jef@norbit.de>	2013-04-06

    adjustments to build on cygwin

Juergen E. Fischer <jef@norbit.de>	2013-04-06

    apply #7521

vinayan <vinayan123@gmail.com>	2013-04-06

    [FIX #7473] Topology checker-must not have duplicates does not work

vinayan <vinayan123@gmail.com>	2013-04-06

    rename ui members

vinayan <vinayan123@gmail.com>	2013-04-06

    fix crash as soon a layer is choosen when defining a rule

Juergen E. Fischer <jef@norbit.de>	2013-04-06

    establish that Qwt 6.1 is not currently supported with internal QwtPolar (closes #7495)

Radim Blazek <radim.blazek@gmail.com>	2013-04-06

    qgis_bench revision log

Juergen E. Fischer <jef@norbit.de>	2013-04-06

    also use expat include directory in core

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-05

    remove debug statement

Merge: 217e7c1623 9ffc8ee2df
Larry Shaffer <larrys@dakotacarto.com>	2013-04-05

    Merge pull request #504 from nyalldawson/blend_modes

    Fix dialog resetting label and label buffer blend modes

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-05

    don't show ticks on slider

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-05

    display and allow editing of simplify tolerance value (fix #7515)

nyalldawson <nyall.dawson@gmail.com>	2013-04-05

    Fix dialog resetting label and label buffer blend modes

Radim Blazek <radim.blazek@gmail.com>	2013-04-04

    qgis_bench wall clock time

Merge: b809723977 5e1dfd9c7d
Nathan Woodrow <madmanwoo@gmail.com>	2013-04-04

    Merge pull request #503 from nyalldawson/heatmap_dialog

    Fix tab order in heatmap dialog

Larry Shaffer <larrys@dakotacarto.com>	2013-03-28

    [FEATURE] Add background shapes and svg symbols to labels

    - Rectangle, square, circle and ellipse generated symbols
    - SVG background via new symbology, so uses cache
    - Add new gui class QgsSvgSelectorWidget, symbol selector setup culled from symbologyV2
    - Does not include any associated data defined mappings, yet
    - Does not auto-search for missing SVGs, yet
    - Caveat: does not currently account for background size in PAL collision calculations (overlaps occur)
    - Allow direct update of QgsColorButton background

Nyall Dawson <nyall.dawson@gmail.com>	2013-04-05

    Fix tab order in heatmap dialog

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-04

    bundle osgEarthQt if available

Juergen E. Fischer <jef@norbit.de>	2013-04-04

    missed a file in 052dab819

Juergen E. Fischer <jef@norbit.de>	2013-04-04

    fix #7503

Juergen E. Fischer <jef@norbit.de>	2013-04-04

    fix ftools union

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-04

    Add xml encoding to wms capabilities

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-04

    Outline width for simple marker

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-04

    fix typo Python test for QgsVectorLayer

Merge: 1c6ee9f650 45cd49d268
mhugent <marco.hugentobler@sourcepole.ch>	2013-04-04

    Merge pull request #500 from matthias-kuhn/rendering-cache-crash

    [Bugfix] Make rendering cache more stable

Merge: d7a6bc3d1a 8e7ffd74dd
Chris Crook <ccrook@linz.govt.nz>	2013-04-04

    Merged with dev master

Merge: cbd257d11f 3a4aa8f610
alexbruy <alexander.bruy@gmail.com>	2013-04-04

    Merge pull request #501 from nyalldawson/color_control

    Fix contrast, grayscale and colorize settings not applying to exported raster layers

Alexander Bruy <alexander.bruy@gmail.com>	2013-04-04

    fix typo in SEXTANTE test

Nyall Dawson <nyall.dawson@gmail.com>	2013-04-04

    Fix tab order in WMS dialog, change layer control to extended selection mode for usability

Juergen E. Fischer <jef@norbit.de>	2013-04-04

    fix #7499

Nyall Dawson <nyall.dawson@gmail.com>	2013-04-04

    Fix contrast, grayscale and colorize settings not applying to exported raster layers

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-03

    Avoid possible crash in rendering loop
    As soon as QgsMapLayer::setCacheImage is called while rendering is active, a crash occurs.
    Due to the fact, that processEvents is called from the main rendering loop, such situations cannot always be foreseen.

Radim Blazek <radim.blazek@gmail.com>	2013-04-03

    consider user no data values in GDAL raster statistics and histogram, fixes partialy #3840

Juergen E. Fischer <jef@norbit.de>	2013-04-03

    also decode Qt colors

Radim Blazek <radim.blazek@gmail.com>	2013-04-03

    composer legend - default symbol to label space fix

Merge: cf4fd4a153 1de8c76450
Jürgen Fischer <jef@norbit.de>	2013-04-03

    Merge pull request #498 from matthias-kuhn/feature-request-no-geom

    [FIX] Show attribute table for layers without geometry

Merge: 80f7b5abb2 378a85894e
alexbruy <alexander.bruy@gmail.com>	2013-04-03

    Merge pull request #499 from nyalldawson/fix_alpha

    Fixes loss of alpha after adjusting brightness/contrast/hue/saturation for rasters

nyalldawson <nyall.dawson@gmail.com>	2013-04-03

    Fix loss of alpha when adjusting brightness/hue/saturation for raster. Clean and optimize code

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-03

    Consider alpha component of colors in data defined symbology

Merge: 67a542bfd0 95d7ec359e
William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-02

    Merge branch 'master' of github.com:qgis/Quantum-GIS

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-02

    add framework path to link test to fix OS X SDK problem

Merge: 87572f72e8 7a1b12f861
Nathan Woodrow <madmanwoo@gmail.com>	2013-04-02

    Merge pull request #450 from 3nids/showEditForm

    Do not wait for feature form closing for non-editable layers

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-02

    add framework path to link test to fix OS X SDK problem

Juergen E. Fischer <jef@norbit.de>	2013-04-02

    translation string fixes and german translation update

Juergen E. Fischer <jef@norbit.de>	2013-04-02

    indentation update

Merge: b48c2dc416 a3634e24b2
Jürgen Fischer <jef@norbit.de>	2013-04-02

    Merge pull request #486 from matthias-kuhn/attr-edit-dnd-multi

    Attribute editor (drag and drop layouter): Proper handling when multiple...

Merge: 255b467b46 1b7d94b96b
Jürgen Fischer <jef@norbit.de>	2013-04-02

    Merge pull request #488 from edigonzales/master

    http referer for wm(t)s requests

Merge: c4645ea0a8 b0355276d8
Jürgen Fischer <jef@norbit.de>	2013-04-02

    Merge pull request #496 from matthias-kuhn/fix-7483

    [FIX  #7483] Attribute table changed selection on layer twice subsequent...

Merge: 00ae45befe 002f73ed9c
Jürgen Fischer <jef@norbit.de>	2013-04-02

    Merge pull request #495 from matthias-kuhn/fix-7485

    [FIX #7485]: Don't crash when expression fails to parse in dual view/preview column.

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-02

    don't _re_create fake grass lib sources on reconfigure unless gisdefs.h has changed, saves a lot of reconfigure time

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-02

    unset temporary LIB_PATH var

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-02

    more OS X install updates

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-02

    clean up qscintilla bundling

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-02

    [FIX] Show attribute table for layers without geometry
    And add a message to the message log when an iterator is closed due to missing geometry

Juergen E. Fischer <jef@norbit.de>	2013-04-02

    vector cache: don't try to request geometries, if there aren't any

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-02

    [FIX  #7483] Attribute table changed selection on layer twice subsequently
    This led to a crash and was superfluent

Juergen E. Fischer <jef@norbit.de>	2013-04-02

    widget fixes:
    - add sip bindings for new widgets (and some other missing pieces)
    - change Webview to WebView (like in QWebView)
    - use proxy settings also for webview widget
    - don't disable Photo and webview widget
    - use smooth transformation in photo widget
    - show disabled color button with dotted border in actual color instead of
      grayed-out

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-04-02

    Don't crash when QgsExpression parser fails to parse a preview column (e.g. column without name)
    Also removed throwing exception as this has been discouraged.

Merge: 4f6c2d253c 60c20aba40
Tim Sutton <tim@linfiniti.com>	2013-04-02

    Merge pull request #494 from palmerj/wfs_ui_improvements

    WFS Layer Selection UI Improvements

Jeremy Palmer <jpalmer@linz.govt.nz>	2013-04-02

    Remove unused variables

Jeremy Palmer <jpalmer@linz.govt.nz>	2013-04-02

    Add option for using WFS type name title for the added layer name

Jeremy Palmer <jpalmer@linz.govt.nz>	2013-04-02

    Changed back to ExtendedSelection mode for the WFS item view

Jeremy Palmer <jpalmer@linz.govt.nz>	2013-04-02

    Added Filter search for WFS layers. Also improved the treeView to have better column and row layout

Merge: 3d15e679b4 af7d6f8c9d
William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-01

    Merge branch 'master' of github.com:qgis/Quantum-GIS

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-01

    OS X install updates

Juergen E. Fischer <jef@norbit.de>	2013-04-02

    osgeo4w release preparations

Victor Olaya <volayaf@gmail.com>	2013-04-01

    [sextante] more tests. Added extra model and script

Victor Olaya <volayaf@gmail.com>	2013-04-01

    [sextante] modified OTB description to adapt to 3.16

Victor Olaya <volayaf@gmail.com>	2013-04-01

    [sextante] added checking to GRASS algorithms

Victor Olaya <volayaf@gmail.com>	2013-04-01

    Fixed problem with duplicated recent algorithms tree.

    Also fixed  blocking typo in modeler code, introduced in last commit, and two minor changes in saga

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-01

    handle spaces in install_names (for real this time)

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-01

    handle spaces in install_names

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-01

    always search /Library/Frameworks for linking on OS X in case SDK won't

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-01

    Bring cap style combo box back (got lost somehow while merging the branch)

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-01

    clarify and expand Mac bundling info

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-01

    remove very old v1.0 Mac stuff

Merge: e68b32212b d971a69329
William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-01

    Merge branch 'master' of github.com:qgis/Quantum-GIS

William Kyngesburye <kyngchaos@kyngchaos.com>	2013-04-01

    update OS X identifiers for version 2

Juergen E. Fischer <jef@norbit.de>	2013-04-01

    sneak in color edit widget to accompany data defined symbology

Werner Macho <werner.macho@gmail.com>	2013-04-01

    translations update: gl_ES by Xan

Tim Sutton <tim@linfiniti.com>	2013-04-01

    Also use different settings file for customisations

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-04-01

    Data defined symbol UI clean up

            - Reduce margins
            - Remove cell selection
            - Adjust first column width

Merge: 6c3f418988 7b6e322bf9
Tim Sutton <tim@linfiniti.com>	2013-04-01

    Merge branch 'composer_blend' of https://github.com/nyalldawson/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2013-04-01

    Use ~.qgis2 and ~/.config/QuantumGIS/QGIS2.conf for settings for QGIS 2. Added unit test for memory provider.

Juergen E. Fischer <jef@norbit.de>	2013-04-01

    fix two more warnings

nyalldawson <nyall.dawson@gmail.com>	2013-04-01

    [FEATURE] Transparency control for composer items

nyalldawson <nyall.dawson@gmail.com>	2013-04-01

    Fix printing with composition effects

nyalldawson <nyall.dawson@gmail.com>	2013-03-31

    [FEATURE] Blend modes for composer items

Juergen E. Fischer <jef@norbit.de>	2013-04-01

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-04-01

    fix build error and a warning

Merge: 2b34ae5662 9b0c455c02
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-01

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 5c028f8881 8a0b0fef52
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-01

    [Feature]: Merge data defined symbology branch

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-04-01

    Fix column resize in fields grid, add sorting, reduce margins

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-01

    Add export macro

Merge: 92472625f6 30c343cc89
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-31

    Merge pull request #452 from minorua/tablejoin

    Some fixes for table join. Merged for wider testing.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-04-01

    Clean legacy code in ellipse symbol layer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-31

    data defined properties for ellipse symbol layer

Werner Macho <werner.macho@gmail.com>	2013-03-31

    added function help files for pi

Juergen E. Fischer <jef@norbit.de>	2013-03-31

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-03-31

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-03-31

    [FEATURE] add widgets for photos and webpages

Juergen E. Fischer <jef@norbit.de>	2013-03-30

    [FEATURE] allow non-numeric keys in postgres and oracle views

Juergen E. Fischer <jef@norbit.de>	2013-03-30

    fix warnings on ignored return values

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-31

    More data defined symbology for svg marker symbol layer

Borys Jurgiel <info@borysjurgiel.pl>	2013-03-31

    Fix shapefile encoding in QgsVectorFileWriter

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-31

    Data defined properties for svg marker

Werner Macho <werner.macho@gmail.com>	2013-03-31

    added pi as a selectable constant

    pi can be found under Math in Fieldcalculator

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-03-31

    Rename Save as style to Save in symbol library

Merge: 7d9f4446dd daeafccd49
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-30

    Merge pull request #491 from borysiasty/master

    [API] expose mouse wheel to map tools, use it for zoom only if no keyboard modifier pressed

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-03-31

    Move Init function line edit so visible all the time

Larry Shaffer <larrys@dakotacarto.com>	2013-03-30

    Fix cyclical QPaintEvent updates for color button, which caused excessive cpu cycles

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-03-31

    Add eval to QgsPythonRunner.

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-03-31

    Reload form module if DEBUGMODE switch set in module

Borys Jurgiel <info at borysjurgiel dot pl>	2013-03-30

    [API] Expose mouse wheel to map tools as QgsMapTool::wheelEvent()

Borys Jurgiel <info at borysjurgiel dot pl>	2013-03-30

    Don't zoom with mouse wheel if keyboard modifiers pressed

Victor Olaya <volayaf@gmail.com>	2013-03-30

    [sextante] modeler improvements: added 'save as' button and fixed issue with line endings.

    Added more tests

Victor Olaya <volayaf@gmail.com>	2013-03-30

    [sextante] improved error messages when algorithm execution fails

Juergen E. Fischer <jef@norbit.de>	2013-03-30

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-03-30

    fix warnings

Tim Sutton <tim@linfiniti.com>	2013-03-30

    Mark srsDimesion unused - see https://github.com/qgis/Quantum-GIS/commit/93e02598438ca9526de5a451b0918e7ae365b7ac#commitcomment-2871379

Merge: 72b476e702 86ba94bf90
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-30

    Merge pull request #490 from nyalldawson/heatmap_fixes

    Choose sensible default value for heatmap radius, some small documentation updates

nyalldawson <nyall.dawson@gmail.com>	2013-03-30

    Update heatmap help file

nyalldawson <nyall.dawson@gmail.com>	2013-03-30

    Cleanup heatmap dialog strings to follow standard capitalisation

nyalldawson <nyall.dawson@gmail.com>	2013-03-30

    Estimate a sensible default radius for heatmaps from the layer extent

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-30

    Data defined properties for point pattern symbollayer

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-03-30

    Pass fields into new feature in add tool

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-03-30

    Add overload for QgsFeature with QgsFields

Merge: 6e75ea441a de7dd71710
Werner Macho <werner.macho@gmail.com>	2013-03-29

    Merge pull request #489 from tomass/master

    lithuanian translation update

Tomas <tomasstraupis@gmail.com>	2013-03-29

    Lithuanian translations

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-29

    Data defined symbology for line pattern symbol layer

Stefan Ziegler <stefan@xanadu.(none)>	2013-03-29

    back to wms only

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-29

    Data defined properties for SVG fill symbol layer

Stefan Ziegler <stefan@xanadu.(none)>	2013-03-29

    referer for wfs: one has to modify a lot... stop here and consider only wms

Juergen E. Fischer <jef@norbit.de>	2013-03-29

    german translation update

Stefan Ziegler <stefan@xanadu.(none)>	2013-03-29

    referer works for wms/wmts

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-29

    Fix data defined size for simple marker. Propagate scale method to symbol layers

Radim Blazek <radim.blazek@gmail.com>	2013-03-29

    composer legend minor fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-29

    Data defined properties for simple fill

Minoru Akagi <akaginch@gmail.com>	2013-03-21

    Fix broken compatibility of table join (project file) (fix #7068)

Victor Olaya <volayaf@gmail.com>	2013-03-29

    [sextante] modeler tests

Victor Olaya <volayaf@gmail.com>	2013-03-28

    [sextante] added Polygonize algorithm by Piotr Pociask

Victor Olaya <volayaf@gmail.com>	2013-03-28

    [sextante] added some extra space in modeler for inputs tab

Victor Olaya <volayaf@gmail.com>	2013-03-28

    [sextante]Saga algorithms can now have harcoded values in description.

    Modified SAGA descriptions accordingly and fixed Layer importer to avoid duplicated extensions

Victor Olaya <volayaf@gmail.com>	2013-03-28

    [sextante] Tests stuff. Added new test models and scripts, geojson testdata and extra tests

Victor Olaya <volayaf@gmail.com>	2013-03-28

    [sextante] added "delete R script" action

Merge: 93ade1f2c0 d056d5f59c
Werner Macho <werner.macho@gmail.com>	2013-03-28

    Merge pull request #487 from SrNetoChan/master

    New translations and some updates to PT-pt

Alexandre Neto <senhor.neto@gmail.com>	2013-03-28

    reverse 'help.css' file to previous commit

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-28

    Fix data defined symbology for embedded layers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-28

    Data defined shape for simple marker does not work yet

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-28

    Data defined properties for simple marker (but shape will come later)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-28

    Attribute editor (drag and drop layouter): Proper handling when multiple fields are dropped

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-28

    Data defined symbology for marker symbol layer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-28

    Moved code for data defined simple line symbolisation into its own functions

Merge: 1b663bb7ae 0f7e90b922
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-27

    Merge pull request #480 from nyalldawson/hue_saturation

    Add hue and saturation controls for raster layers

Nathan Woodrow <nathan.woodrow@mapsolutions.com.au>	2013-03-28

    Get fid of newly added feature in mssql provider

Larry Shaffer <larrys@dakotacarto.com>	2013-03-27

    Remove WA_DeleteOnClose attribute from QgsBusyIndicatorDialog

    - Add default title

Larry Shaffer <larrys@dakotacarto.com>	2013-03-27

    Move busy indicator dialog out of composer and into own gui class

Alexandre Neto <senhor.neto@gmail.com>	2013-03-28

    Some PT-pt translations and corrections

Merge: d1825ece2a c9ef27c39b
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-27

    Merge pull request #485 from nyalldawson/blend_modes

    Blend modes pt 3 - blend modes for labels

Merge: 8793d388b1 d1825ece2a
Nyall Dawson <nyall.dawson@gmail.com>	2013-03-28

    Merge remote-tracking branch 'origin/master' into blend_modes

Merge: 24fedb255b d1825ece2a
Alexandre Neto <senhor.neto@gmail.com>	2013-03-27

    Merge remote-tracking branch 'upstream/master'

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-28

    [FEATURE] Blend modes for labels and label buffers

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-28

    Move BlendMode enum and functions to QgsMapRenderer

Merge: dd9bf7ef70 9aea6adc0e
Jürgen Fischer <jef@norbit.de>	2013-03-27

    Merge pull request #482 from matthias-kuhn/fix-7379

    Fix issue #7379: Crash when attribute table is closed after layer has be...

Merge: aa6d22afa3 f28f13cd24
Jürgen Fischer <jef@norbit.de>	2013-03-27

    Merge pull request #484 from matthias-kuhn/attribute-table-sort

    Fix #7459: Sorting of attribute table takes type into account

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-27

    put Topology Checker plugin into Vector menu

edigonzales <edi.gonzales@gmail.com>	2013-03-27

    working on referer option for http requests

Merge: 000546740b 429be1e9c5
mhugent <marco.hugentobler@sourcepole.ch>	2013-03-27

    Merge pull request #483 from matthias-kuhn/pie-angle

    Add start angle offset for pie diagram

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-27

    Fix #7459: Sorting of attribute table takes type into account

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-27

    Complete data defined symbology for simple line symbol layer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-27

    Add start angle offset for pie diagram

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-27

    Fix issue #7379: Crash when attribute table is closed after layer has been deleted

Merge: 24f1519b1b 689c9405a3
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-27

    Merge pull request #481 from matthias-kuhn/fix-missing-icons

    Fix missing icons (Removed in rebase)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-27

    Fix missing icons (Removed in rebase)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-27

    Improve data defined dialog, consider data defined color for single line symbol layer

Juergen E. Fischer <jef@norbit.de>	2013-03-27

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2013-03-27

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2013-03-27

    indentation update

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-27

    Add some GUI strings for the Expression Builder Dialog

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-27

    Set custom feature form visible in dual view

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-27

    Fix sip problems / export gui classes to libraries

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-26

    Fix rebase problems

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-11

    Attribute table: Mark current edited in red so user is aware of autocommitted changes.
    Quick fix.
    The better approach would be to only change the color after changes have been made by the user

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-02-20

    Fix: Check for existence of data provider to prevent segfault

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-02-20

    Add tests for QgsVectorLayerCache

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-02-20

    Remove unneeded variable

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-02-20

    Fix issue #7169
    If removing multiple attributes, remove the indices in descending order, so it does not get confused

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-02-20

    Add tests for attribute table / dual view

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-02-20

    Major redesign of attribute table, codename: dual view

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-11

    Add indexable vector layer cache

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-01-28

    Add a select by expression dialog.
    Allow to change the current selection based on a QgsExpression
    * Select (clear and select)
    * Add to selection
    * Remove from selection
    * Select within selection (Intersect)

Werner Macho <werner.macho@gmail.com>	2013-03-27

    deleted fixed Version in html

    fixed Version is obsolete

Merge: 86a246a0df 4435c4f3d0
Nyall Dawson <nyall.dawson@gmail.com>	2013-03-27

    Fix branch to apply to current master

Minoru Akagi <akaginch@gmail.com>	2013-03-05

    refresh field names after all layers loaded and encoding change (fix #6840)

Minoru Akagi <akaginch@gmail.com>	2013-03-05

    Fix table join (fix #7068)

Juergen E. Fischer <jef@norbit.de>	2013-03-27

    german translation update

Victor Olaya <volayaf@gmail.com>	2013-03-27

    [sextante] changed version number (wasn't changed since last release) and min required qgis version

Victor Olaya <volayaf@gmail.com>	2013-03-27

    [sextante] changed how saga installation test is performed (now it uses the test data)

Victor Olaya <volayaf@gmail.com>	2013-03-27

    [sextante] more tests

Juergen E. Fischer <jef@norbit.de>	2013-03-26

    topology plugin:
    - cleanups & fixes for warnings
    - log messages
    - translation strings
    - return plugin category (fixes persistent loading)

Merge: 4e29436d20 8bf6df2445
Nyall Dawson <nyall.dawson@gmail.com>	2013-03-27

    Merge remote-tracking branch 'origin/master' into hue_saturation

vinayan <vinayan123@gmail.com>	2013-02-26

    rule table now prevents duplicate entries

vinayan <vinayan123@gmail.com>	2013-02-25

    layer comboboxes display proper layers as per topologyrule

vinayan <vinayan123@gmail.com>	2013-02-17

    fix gaps,overlaps for invalid goemetry errors by skipping

vinayan <vinayan@vinayan-MS-7623.(none)>	2012-12-12

    [Feature] Topology Cheker Plugin.
    added files for topology plugin

    modified cmakelists to add topology plugin folder

    Conflicts:

            src/plugins/CMakeLists.txt

    fixed issues in duplicate rule where zooming was not possible..renamed 'Test' to 'Rule'

    fixed minimum segment length rule
    renamed rules to meaningful descriptions

    Added new rule "Must not have pseudos" for line vector layers.
    Renamed rules to more understandable descriptions.
    Handled WKB::MultilineStrings in line shapefiles in hanging lines rule that caused crashes.

    "segments must have minimum length" rule now only checks if the geometry contains at least one short segment

    added new Rule "Must Not Have Gaps"
    removed unwanted indexing for some rules.
    prepare commit run.

    test commit

    modified 'must not have gaps' rule.

    updated calls to new vector api

    more changes based on new api

    fixed "must not have gaps rule"
    fixed extent issues

    changed dangle rule implementation

    More rules added
    -checkPointCoveredbyLineEnds
    -checkPointInPolygon

    new rules added
    -point must be inside polygon
    -polygon must contain point
    -geometry must not be multipart

    added rule 'checkyLineEndsCoveredByPoints'
    renamed some rules
    commented 'closer than tolerance rules' -performance issues
    changed colors of error markers

    changed visualization style of errors

    changed rule paramters
    validateExtent fixed to show only errors from within canvas extent
    removed rule - polygons must contain feature
    removed direct calls to geos api
    prepare commit run

    fixed missing icon in plugin manager

    icons added. validateSelected option removed

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-19

    UI to control brightness and contrast values in raster properties,
    attempt to fix contrast calculation

Radim Blazek <radim.blazek@gmail.com>	2013-03-26

    composer legend styles fix

Radim Blazek <radim.blazek@gmail.com>	2013-03-26

    composer legend styles, fixes partialy #6960

Merge: 250cc4ecb1 a482c42a76
Jürgen Fischer <jef@norbit.de>	2013-03-26

    Merge pull request #473 from Oslandia/atlas

    Atlas: fix #7408

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-26

    Add dialog for data defined symbology

Juergen E. Fischer <jef@norbit.de>	2013-03-26

    indentation update

nyalldawson <nyall.dawson@gmail.com>	2013-03-26

    Fix initial state of saturation controls

nyalldawson <nyall.dawson@gmail.com>	2013-03-26

    Add strength slider for raster colorization

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-26

    [FEATURE] Add colorize control for raster layers

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-26

    [FEATURE] Option to convert a raster to grayscale with choice of desaturation mode (lightness, luminosity, average) (fix #5837)

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-25

    [FEATURE] Add saturation control for raster images

Larry Shaffer <larrys@dakotacarto.com>	2013-03-25

    Remove interior button focus color for QgsColorButton wells

    - Focus color tinted button's set color on platforms like Ubuntu
    - Border should be updated with OS-style focus color when button in focus (currently no focus hint)

Larry Shaffer <larrys@dakotacarto.com>	2013-03-23

    Update Project Properties dialog with vertical tabs and update ui

    - Dialog now subclassed from new class QgsOptionsDialogBase
    - Add collapsible group boxes where applicable
    - Update Projection Selector ui to work in outlying cases
    - Switch Opacity default for styles to Transparency

Victor Olaya <volayaf@gmail.com>	2013-03-26

    [sextante] more testing stuff and a couple of minor fixes

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-25

    missed file

Radim Blazek <radim.blazek@gmail.com>	2013-03-25

    missing QPen header compilation fix

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-25

    add SEXTANTE test data to build

Victor Olaya <volayaf@gmail.com>	2013-03-25

    [sextante] more improvements in automated tests tools and some cleaning

Juergen E. Fischer <jef@norbit.de>	2013-03-24

    german translation update

Tim Sutton <tim@linfiniti.com>	2013-03-24

    Removed compiler warning

Tim Sutton <tim@linfiniti.com>	2013-03-24

    Fix compilation errors for grass provider

Victor Olaya <volayaf@gmail.com>	2013-03-24

    [sextante] minor corrections in test tools

Victor Olaya <volayaf@gmail.com>	2013-03-24

    [sexante] change how temp files are deleted when exiting sextante

Victor Olaya <volayaf@gmail.com>	2013-03-24

    [sextante] Modified test data and example models

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-24

    Add export macro

Merge: 920036e023 56b55a0a25
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-24

    Merge composer ruler branch

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-24

    Fix ruler shift

Merge: dac35e1063 adf8c2667d
Werner Macho <werner.macho@gmail.com>	2013-03-24

    Merge pull request #478 from tomass/master

    Remove russian words from lithuanian translation

Tomas <tomasstraupis@gmail.com>	2013-03-24

    Remove russian words from lithuanian translation

Merge: 176a08c7d1 08fba255e5
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-23

    Merge pull request #476 from nyalldawson/blend_modes

    Blend modes pt 2

Victor Olaya <volayaf@gmail.com>	2013-03-23

    [sextante]improved classes for creating unit tests from GUI

Victor Olaya <volayaf@gmail.com>	2013-03-23

    [sextante]fixed somes issues in ftools algorithms due to changes in vector API

Victor Olaya <volayaf@gmail.com>	2013-03-23

    [sextante] made temporary filenames more descriptive and readable, reusing the original filename but using a temp folder

Victor Olaya <volayaf@gmail.com>	2013-03-23

    [sextante] added file filters to input boxes in batch processing dialog

Victor Olaya <volayaf@gmail.com>	2013-03-22

    [sextante]Improvements in error messages in barch processing interface

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-24

    Fix for labels incorrectly rendering when blend modes used

Juergen E. Fischer <jef@norbit.de>	2013-03-23

    issue warning to message log when active iterator is closed when replaced

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-23

    Make QgsBlendModeComboBox extend QComboBox

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-23

    Load and save custom snap lines in composer

Merge: 2a9d016682 d6ad6e5d62
Werner Macho <werner.macho@gmail.com>	2013-03-23

    Merge pull request #477 from matthias-kuhn/pg-msg

    Small string change: More verbose message in pg source select

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-03-23

    More verbose message in pg source select

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-23

    Add support for copy/pasting blend modes for layers

Merge: a006d99958 7423e9aad7
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-23

    Merge pull request #471 from nyalldawson/heatmap_kernels

    [FEATURE] Add additional kernels to the Heatmap plugin...

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-23

    Move blend mode combo box to styles tab

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-23

    Hide custom snap lines before printing composition

Merge: 0594453ff5 70ef5a78b0
Larry Shaffer <larrys@dakotacarto.com>	2013-03-22

    Merge pull request #474 from dakcarto/color-button_mk_10

    [FEATURE] QgsColorButton shows a color chooser dialog on click, checkboard color when translucent, and live updates during color choosing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-22

    Fix parsing bug in wkb -> geos export

Larry Shaffer <larrys@dakotacarto.com>	2013-03-22

    Fix live color updating slot parameter by using SLOT macro

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-22

    Data defined symbology for simple line symbol layer

Merge: 9afe76d4d6 647fbdbec4
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-21

    Merge pull request #475 from nyalldawson/blend_modes

    Add support for blending (composition) modes, eg Overlay, Mutiply, etc (Close #5248)

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-22

    Add blend modes widget to raster layer properties dialog

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-22

    Add blend modes widget to vector layer properties dialog

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-22

    New blend modes combo box widget

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-22

    Add support for loading and saving blend modes to project files

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-22

    [FEATURE] Add composition blend modes for layers (#5248)

Larry Shaffer <larrys@dakotacarto.com>	2013-03-21

    Fix for #7398, allow alpha value change in line pattern fill color picker

    - Add alpha picker and render support for: line pattern fill, line decoration symbol, font marker symbol

Larry Shaffer <larrys@dakotacarto.com>	2013-03-21

    Fix missing conversion from QgsColorButtonV2 to QgsColorButton

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-28

    housekeeping: remove obsolete code, completely switch to new vector API

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-28

    review Difference tool

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-28

    review Clip tool

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-27

    review and cleanup Convex Hull tool, also move some common routines to
    utils module and update other algs accordingly

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-27

    cosmetic chages in QGISAlgorithm provider, also remove unused icons and
    add new ones to resources

Larry Shaffer <larrys@dakotacarto.com>	2013-01-08

    [FEATURE] Update QgsColorButton to offer live color chooser updates and show transparent checkerboard background

    - Add option to Options for live color chooser support (QgsColorDialog)
    - Add ability to define whether QgsColorButton accepts live updates (default: true)
    - Move QgsColorButton to single subclass of QPushButton
    - Show different button types relative to whether button has text
    - Add transparent checkerboard background for chosen colors with alpha < 255
    - Fix triple-modal window issue for Mac (with regards to using native color dialog)

    - Composer item frame now supports transparency
    - Composer item background transparency support moved to color dialog
    - Composer composition grid now supports transparency

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-01-08

    Update core components to use the new QgsColorButton implementation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-01-08

    Update QgsColorButton so it shows a color chooser on click

Hugo Mercier <hugo.mercier@oslandia.com>	2013-03-21

    refs #7408
    [Atlas] Add a checkbox on "filter with"

Hugo Mercier <hugo.mercier@oslandia.com>	2013-03-21

    refs #7408
    Fix error reporting when the filename expression is invalid

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-21

    Radio button groups in composer label widget, consider label alignment in adjustSizeToText (important if replacing label text in server)

Victor Olaya <volayaf@gmail.com>	2013-03-20

    [sextante] minor code cleaning

Victor Olaya <volayaf@gmail.com>	2013-03-20

    [sextante] R scripts can now be run from the script editor

Victor Olaya <volayaf@gmail.com>	2013-03-20

    [sextante] temporarily disabled SAGA installation check before running algorithm

Sandro Santilli <strk@keybit.net>	2013-03-20

    Improve error message on collapse due to intersection avoidance

Tim Sutton <tim@linfiniti.com>	2013-03-20

    Added scripts and needed files for making QGIS translatable on transifex.com

Juergen E. Fischer <jef@norbit.de>	2013-03-20

    update vector layer sip bindings

Juergen E. Fischer <jef@norbit.de>	2013-03-20

    fix #7386 (yet another issue)

Radim Blazek <radim.blazek@gmail.com>	2013-03-20

    composer legend feature counts add only to multi symbol or labeled single symbols

Juergen E. Fischer <jef@norbit.de>	2013-03-20

    fix #7386 (another issue)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-20

    Fix activation of paste action after cut/copy

Juergen E. Fischer <jef@norbit.de>	2013-03-20

    german translation update

Martin Dobias <wonder.sk@gmail.com>	2013-03-19

    Fixed QgsVectorLayer tests

Martin Dobias <wonder.sk@gmail.com>	2013-03-19

    Added convenience constructors for QgsFeatureRequest

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-19

    Fix for printing problems in line/point pattern and svg fill

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-19

    fix some tests broken by vector API cleanup

Werner Macho <werner.macho@gmail.com>	2013-03-19

    translation update: khmer by Khoem

Alexandre Neto <senhor.neto@gmail.com>	2013-03-19

    more portuguese translations and corrections

Martin Dobias <wonder.sk@gmail.com>	2013-03-19

    Remove the support for reading python plugin metadata from __init__.py

    From now on, plugins must have metadata.txt file (with INI format)
    that is used for storing of metadata. This has two advantages:
    - plugins do not need to be loaded in order to read metadata
    - repository can parse the metadata more easily

Martin Dobias <wonder.sk@gmail.com>	2013-03-17

    Do not load metadata from __init__.py

Victor Olaya <volayaf@gmail.com>	2013-03-18

    [sextante] fixed problem in fix for #7348

Radim Blazek <radim.blazek@gmail.com>	2013-03-18

    composer legend: draw single symbol layers as single line

Larry Shaffer <larrys@dakotacarto.com>	2013-03-18

    Disable 'overloaded virtual' warning globally when using clang

    - Commit 1145bd2 now causing 200+ 'overloaded virtual' warnings

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-19

    Move kernelShape enum to heatmap.h

Merge: 5d62af343a d7d1ecec1a
Larry Shaffer <larrys@dakotacarto.com>	2013-03-18

    Merge pull request #464 from dakcarto/nmake-with-jom_1

    Fix for #7289, add CMake option to enable building with Qt jom (nmake) on Windows

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-18

    More coherent version string handling in qgis server

Tentotwo <1022tentotwo@gmail.com>	2013-03-18

    Added UI elements for specifying resolution in Rasterize

Merge: 5743f52c8f 713d3c11f0
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-18

    Merge pull request #468 from slarosa/master

    replace some message box with message bar in main app

Salvatore Larosa <lrssvtml@gmail.com>	2013-03-14

    replace some message box with message bar in main app

Juergen E. Fischer <jef@norbit.de>	2013-03-18

    fix #7386

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-18

    Filter string in qgis server: Allow strings and attribute names with spaces

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-18

    [FEATURE] Add triweight and Epanechnikov kernels. Make decay disabled for all kernels expect Triangular kernel. Fix math for triangular kernels.

Merge: ec01afb544 9a81fa7609
Nyall Dawson <nyall.dawson@gmail.com>	2013-03-17

    Merge branch 'master' into heatmap_kernels

Merge: 8966e9ec3f 239479affd
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-17

    Merge pull request #461 from nyalldawson/heatmap_fixes

    Massive speedup to heatmap plugin (fix #6756, fix #6691 and fix #6692)

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-03-17

    Ability to change splash screen using QgsCustomization

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-03-17

    Fix #7030. Enable customization via command line

Merge: 5d42734cf2 cb685e9baa
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-16

    Merge pull request #466 from nyalldawson/master

    Rename Quantile classifier to 'Quantile (Equal Count)'

Martin Dobias <wonder.sk@gmail.com>	2013-03-16

    Removed old vector layer API (select(), nextFeature(), featureAtId())

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-16

    Format number strings with field precision for display in attribute table, attribute dialog and editor

Victor Olaya <volayaf@gmail.com>	2013-03-15

    [sextante] better behaviour in batch processing interface

Victor Olaya <volayaf@gmail.com>	2013-03-15

    [sextante] added import check for gdal sieve algorithm

Victor Olaya <volayaf@gmail.com>	2013-03-15

    [sextante] changed "usergdal" option in R algorithms to "dontuserasterpackage"

Victor Olaya <volayaf@gmail.com>	2013-03-15

    [sextante] fixes in batch processing interface for #7348

Victor Olaya <volayaf@gmail.com>	2013-03-15

    [sextante] changed how recent algs group is updated

Victor Olaya <volayaf@gmail.com>	2013-03-12

    [sextante]added new OTB description

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-15

    Fix reading of units from project files before output unit change

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-15

    Convert composer entry in project file from 1.8 to 1.9 format for QGIS Server

Merge: 6afd9f43b3 3b9c688b64
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-15

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 1e30eb0c75 af1bde995a
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-15

    Merge branch 'data_defined_symbology'

D'Hont René-Luc <rldhont@gmail.com>	2013-03-15

    Update the expression geomFromGML2 to geomFromGML

    Like we simplified the QgsOgcUtils class, I simplify the expression with
    renamed geomFromGML2 to geomFromGML.
    This update gives me the ability to debugging geometryFromGML with
    Envelope element.

olivierdalang <olivier.dalang@gmail.com>	2013-02-23

    - add find by UUID

olivierdalang <olivier.dalang@gmail.com>	2013-02-20

    Implemented ComposerItem's Uuids

    - uuid are kept on cut/paste, but deleted on import template or copy/paste
    - removed obsolete id reference in QgsComposerLabelWidget

Alexandre Neto <senhor.neto@gmail.com>	2013-03-15

    Portugues translations

Martin Dobias <wonder.sk@gmail.com>	2013-03-15

    Moved expression to OGC filter code to QgsOgcUtils

Martin Dobias <wonder.sk@gmail.com>	2013-03-13

    Moved visitor-based expression -> OGC filter code to QgsOgcUtils

Martin Dobias <wonder.sk@gmail.com>	2013-03-13

    Moved creation of expression from OGC filter to QgsOgcUtils

Juergen E. Fischer <jef@norbit.de>	2013-03-14

    hide clear button in filter line edit, when widget is disabled

Juergen E. Fischer <jef@norbit.de>	2013-03-14

    fix #7357

Juergen E. Fischer <jef@norbit.de>	2013-03-14

    fix QgsRasterInterface sip bindings

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-12

    add icons for new raster tools (thanks, Robert!)

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-11

    [API] add read/writeXML methods to QgsRasterInterface

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-11

    [FEATURE] brightness and contrast filter for rasters

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-14

    fix Export geometry info tool (fix #7354)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-14

    Set combo box maximum for precision <= type length

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-14

    save used contrast enhancement algorithm in private class member (follow up 5ecb26810a)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-14

    Prevent overshoots with line offsets

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-14

    update Vector Grid to vector API changes (fix #7322)

Radim Blazek <radim.blazek@gmail.com>	2013-03-14

    Identify GetFeatureInfo Url context menu fix

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-14

    update Random and Regular points tools to API changes (fix #7350)

Alexander Bruy <alexander.bruy@gmail.com>	2013-01-31

    restore "stretch using current extent" functionality in layer context
    menu (fix #7070)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-14

    OGR typedefs do not seem to be necessary

Juergen E. Fischer <jef@norbit.de>	2013-03-13

    [FEATURE] attribute editing extension
    - allow resetting of fields to NULL by button
    - use user defined date formats in forms, identify results and attribute table
    - add support for date type in postgres provider

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-14

    Change float to double for calculations

Merge: 032c5f5252 239479affd
Nyall Dawson <nyall.dawson@gmail.com>	2013-03-14

    Merge heatmap_fixes branch

D'Hont René-Luc <rldhont@gmail.com>	2013-03-13

    Simplifying QgsOgcUtils

    After commit 7d66529d7884b73070dbce80b1d4060d841a6933 Add GML3 to
    QgsOgcUtils, I have to simplify this class to only have :
    * geometryFromGML : read GML2 or GML3
    * geometryToGML : create GML2 (as default) or GML3

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-13

    Let subsymbols have their own units

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-13

    Output units for point pattern and line pattern symbol layers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-13

    Output units for line pattern fill symbollayer

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-13

    fix Join attributes by location (#7103)

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-13

    fix Sum line length tool after API changes (fix #7335)

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-13

    add tooltip to button in sigleband pseudocolor renderer widget
    (addresses #7138)

Alexander Bruy <alexander.bruy@gmail.com>	2013-03-13

    fix maximum field value calculation in vector layer (addresses #7193)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-13

    Output units for svg fill

Radim Blazek <radim.blazek@gmail.com>	2013-03-13

    composer legend width fix, fixes #7099

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-13

    Use double rather than float when appropriate to improve precision of heatmaps

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-13

    Output units for simple fill symbol layer

D'Hont René-Luc <rldhont@gmail.com>	2013-03-12

    Add GML3 to QgsOgcUtils

    After the commit 969df016bcdbd1ead8a347b7a5d55c8b36db183a Moved GML import/export to a new class: QgsOgcUtils, I decided to add GML3.
    I updated QgsOgcUtils, QGIS WFS Server, and the Python Iterface and I added unit test for GML3.

Radim Blazek <radim.blazek@gmail.com>	2013-03-13

    WMS GetFeatureInfo supported formats fix, fixes #7238

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-13

    Use OGRSpatialReferenceH instead of void pointer

Merge: bb5c471e59 96887b8d24
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-12

    Merge pull request #467 from 3nids/immutablefields

    [fix #7332] enables fields edition for newly added layers

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-03-13

    fix #7332

Larry Shaffer <larrys@dakotacarto.com>	2013-03-12

    Revert unnecessary disabling of unknown warnings

Larry Shaffer <larrys@dakotacarto.com>	2013-03-12

    Add Rotate Feature action to edit menu

Larry Shaffer <larrys@dakotacarto.com>	2013-03-12

    Set custom QGIS-style group boxes as default on Mac

    - Mac Qt-style group boxes have issues that need addressed by Qt

Larry Shaffer <larrys@dakotacarto.com>	2013-03-06

    Add function to collapsible group box's to fix visual issues during collapse and expand

    - Update QgsCollapsibleGroupBox for basic Mac style

Larry Shaffer <larrys@dakotacarto.com>	2013-03-12

    Remove extra horizontal line from composer item properties

    - Suggested by Olivier Dalang

Juergen E. Fischer <jef@norbit.de>	2013-03-13

    german translation update

Merge: a05747c40d 3b8cbc2adb
Nyall Dawson <nyall.dawson@gmail.com>	2013-03-13

    Merge heatmap_fixes branch

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-13

    Convert radius to a float, not an integer. Fixes heatmaps created with a radius < 1.

Merge: 1164c81326 a56c9571ea
Nyall Dawson <nyall.dawson@gmail.com>	2013-03-13

    Merge branch 'master' into heatmap_fixes

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-13

    [FEATURE] Add option to select kernel shape (quartic, triangular or uniform) in heatmap plugin

Marco Bernasocchi <marco@opengis.ch>	2013-03-12

    fix typedef void *OGR issues

Victor Olaya <volayaf@gmail.com>	2013-03-12

    [sextante] fixed problem in Split RGB bands algorithm

Victor Olaya <volayaf@gmail.com>	2013-03-12

    [sextante]fixed #7330

Victor Olaya <volayaf@gmail.com>	2013-03-12

    [sextante] added multiband check in SAGA algorithms

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-12

    Use double instead of qreal also on non-Android

Marco Bernasocchi <marco@opengis.ch>	2013-03-12

    fix qreal vs double issues

Marco Bernasocchi <marco@opengis.ch>	2012-09-06

    removing obsolete qtmain_android.cpp

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-12

    Distance unit for vector field symbol layer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-12

    Emit changed signal in unit combo box slots

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-12

    Possibility to specify several output units for font marker and ellipse symbol layers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-12

    Output unit for svg marker

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-12

    Rename Quantile classifier to 'Quantile (Equal Count)', to aid transitions from MapInfo to QGIS.

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-12

    Move decay radio widget into advanced group box, and set the default value to 0. This method of controlling the kernel shape is non-standard, and should be achieved instead by giving users a choice of standard kernel functions.

Victor Olaya <volayaf@gmail.com>	2013-03-11

    [sextante] fixed #7324

Victor Olaya <volayaf@gmail.com>	2013-03-11

    [sextante] edited GRASS descriptions

Victor Olaya <volayaf@gmail.com>	2013-03-11

    [sextante] fixed #7318

Juergen E. Fischer <jef@norbit.de>	2013-03-11

    support embedding of spatialite layers on relative paths

Juergen E. Fischer <jef@norbit.de>	2013-03-09

    fix QgsPalettedRasterRenderer sip binding

Juergen E. Fischer <jef@norbit.de>	2013-03-09

    oracle provider: switch to OCICollGetElemArray

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-11

    Output unit for simple marker

Sandro Santilli <strk@keybit.net>	2013-03-11

    Rename staged plugin install rules to use dashes, not underscores

    See http://lists.osgeo.org/pipermail/qgis-developer/2013-March/024759.html

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-11

    Output units for line decoration symbol layer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-11

    Output units for marker line properties

Larry Shaffer <larrys@dakotacarto.com>	2013-03-10

    Fix for #7307, project Save function not correctly adding path to Open Recent Projects menu

    - Did work for Save As.., but not Save
    - Add 5 second timeout for 'Saved project to: ' status bar message for Save and Save As..

Victor Olaya <volayaf@gmail.com>	2013-03-10

    [sextante] R algorithms now use raster package by default

Victor Olaya <volayaf@gmail.com>	2013-03-10

    [sextante] improved automated test-creation tools

Victor Olaya <volayaf@gmail.com>	2013-03-10

    [sextante] added ParameterFile in modeler

Victor Olaya <volayaf@gmail.com>	2013-03-10

    [sextante] divided v.split in two different modules

Victor Olaya <volayaf@gmail.com>	2013-03-10

    [sextante] fixed #7297

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-10

    Full support for width/offset/dash units in simple line symbollayer

Merge: 0c1faa5aaa 247980b353
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-10

    Merge pull request #455 from 3nids/immutablefields

    [Feature #6562] add editable option for all edit types

Werner Macho <werner.macho@gmail.com>	2013-03-10

    translation update: gl_ES by Xan

Victor Olaya <volayaf@gmail.com>	2013-03-10

    [sextante] modifed behaviour of 'log' tab in execution dialog

Victor Olaya <volayaf@gmail.com>	2013-03-10

    [sextante] fixed #7295

Larry Shaffer <larrys@dakotacarto.com>	2013-03-08

    Fix for #7289, add CMake option to enable building with Qt jom (nmake) on Windows

    - Can now compile using NMake with jom directly from QtCreator using MSVC compiler (2008) and OSGeo4W devel libs
    - Make app capable of running from build directory
    - Caveat: may be better way to do it; could have better warning control

Werner Macho <werner.macho@gmail.com>	2013-03-09

    translation update: danish by Jacob

Sandro Santilli <strk@keybit.net>	2013-03-08

    WMS provider: protect from simple redirect loops in GetCapabilities

    See http://hub.qgis.org/issues/3457

Larry Shaffer <larrys@dakotacarto.com>	2013-03-08

    Fix for older compilers, like on default Mac setup

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-03-08

    Expose dialog created by QgsAttributeDialog to iface

Radim Blazek <radim.blazek@gmail.com>	2013-03-08

    enabled identify results context menu for rasters, zoom to feature, copy feature, copy GetFeatureInfo url

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-08

    Fix check state for legend groups restored from project file

Merge: b9f3da6f8e 290f8fd5b8
Nyall Dawson <nyall.dawson@gmail.com>	2013-03-08

    Merge branch 'master' into heatmap_fixes

Martin Dobias <wonder.sk@gmail.com>	2013-03-08

    Moved GML import/export to a new class: QgsOgcUtils

Larry Shaffer <larrys@dakotacarto.com>	2013-03-07

    On Mac use Close for quit action (conflicts with app menu's quit action and key sequence)

Larry Shaffer <larrys@dakotacarto.com>	2013-03-06

    Keep composer multi-item selection only when Shift is pressed during click

    - Fixes issues where Shift was still registered as pressed when shift click happened outside of view (due to lingering keyboard focus)

Larry Shaffer <larrys@dakotacarto.com>	2013-03-07

    Fix #7287, keep composer listings sorted in menus and manager

Werner Macho <werner.macho@gmail.com>	2013-03-07

    translation update: danish by Jacob

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-07

    Separate units for line width, line offset, dash pattern

Merge: 90b66dce0b 0b6fcdafe9
volaya <volayaf@gmail.com>	2013-03-07

    Merge pull request #462 from MatMatt/master

    [sextante] R scripts can now have empty lines

Matteo Mattiuzzi <matteo@mattiuzzi.com>	2013-03-07

    R-scripts can have up to 10 consecutive empty lines before the parser exits

Merge: 0a25aadcf0 7db1b607ce
mhugent <marco.hugentobler@sourcepole.ch>	2013-03-06

    Merge pull request #454 from Oslandia/atlas

    refs #7263

olivierdalang <olivier.dalang@gmail.com>	2013-03-01

    change "paste in place" shortcut to ctrl+shift+V

olivierdalang <olivier.dalang@gmail.com>	2013-02-26

    [Feature] Paste in place in the composer using ctrl+alt+v.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-07

    Modify testqgsscalecombobox to match modified behaviour of QgsScaleComboBox

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-07

    Automatically set the projection on output raster to match input layer

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-06

    Refactor to avoid creating multiple QgsDistanceArea objects and recalculation of static or unused variables. Results in massive speed increase and fixes #6756, #6691 and #6692.

Victor Olaya <volayaf@gmail.com>	2013-03-06

    [sextante] fixed #7251

Victor Olaya <volayaf@gmail.com>	2013-03-06

    fixed #7277

Victor Olaya <volayaf@gmail.com>	2013-03-01

    [sextante] improvements in test tools

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-03-06

    switched default and ok arguments

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-03-06

    Added default value argument for readEntryList

Martin Dobias <wonder.sk@gmail.com>	2013-03-06

    Improved support for parsing of GML2, added some autotests

Martin Dobias <wonder.sk@gmail.com>	2013-03-05

    Map layer registry: un-deprecated addMapLayer(), added removeMapLayer() for convenience

Martin Dobias <wonder.sk@gmail.com>	2013-03-05

    Added option to load newly exported OpenStreetMap layer to canvas

Martin Dobias <wonder.sk@gmail.com>	2013-03-05

    Define OpenStreetMap actions in .ui file and make Vector menu permanent

Merge: 2f53505692 6d1eb26a19
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-05

    Merge pull request #448 from szekerest/master

    MSSQL Fixes (Fix #6733 and Fix #7254)

szekerest <szekerest@gmail.com>	2013-03-05

    Fix the behaviour of the trusted connection checkbox (#6262)

Werner Macho <werner.macho@gmail.com>	2013-03-05

    translation update: romanian language

Merge: a976ecb321 ba91c8f8ec
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-04

    Merge pull request #458 from 3nids/respectUIimmutableoption

    respect the disabled option defined in the UI file

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-03-05

    respect the disabled option defined in the UI file

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-03-05

    keep coding consistent

Merge: 7c0746b091 b4aaa196d7
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-04

    Merge pull request #457 from nyalldawson/gradfixes

    Allow long/bigint columns to be used for graduated symbology (Fix #4593)

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-05

    Allow long/bigint columns to be used for graduated symbology (#4593)

Merge: ea0c87e9ad 58a7edbb76
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-04

    Merge pull request #453 from nyalldawson/gradfixes

    Don't treat null values as zero for graduated symbology (Fix #6096)

Larry Shaffer <larrys@dakotacarto.com>	2013-03-03

    Fix #7195, transparency options in composer should be 0-100%

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-03-04

    [FEATURE] add editable option for all edit types

Hugo Mercier <hugo.mercier@oslandia.com>	2013-03-04

    refs #7263
    refs #6856
    Reset QPrinter to circumvent PDF corruption bug

Juergen E. Fischer <jef@norbit.de>	2013-03-04

    30c7ec40 also applies to mingw

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-04

    Consider avoid intersection settings when pasting features

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-04

    Use isNull() to test for null attribute values

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-04

    Use isEmpty() to test for null values

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-04

    Don't treat null values as zero for graduated symbology

Juergen E. Fischer <jef@norbit.de>	2013-03-03

    german translation update

Larry Shaffer <larrys@dakotacarto.com>	2013-03-03

    Remove redundant subheaders for composer panels with appropriate titles

dakcarto <larrys@dakotacarto.com>	2013-03-02

    Set minimum width for composition and item properties panels in composer

Larry Shaffer <larrys@dakotacarto.com>	2013-03-02

    Fix for #7194, tabs partially shown for composer panels

    - All newly designed panels reworked to ensure smallest reasonable width

Larry Shaffer <larrys@dakotacarto.com>	2013-03-02

    Fix missing SVG previews for existing composer picture item

    - Previews now load when picture is first selected and its properties are shown (unless already loaded)
    - NOTE: the loading of SVGs per QListWidget per picture should be replaced with a model/view per composer, or something cached
    - Combobox no longer over-expands width of dock widget when it contains long paths

Larry Shaffer <larrys@dakotacarto.com>	2013-03-02

    Fix Qt connection error

Juergen E. Fischer <jef@norbit.de>	2013-03-02

    fix debian builds

Larry Shaffer <larrys@dakotacarto.com>	2013-03-01

    Fix composer window activations on Windows and Ubuntu

Larry Shaffer <larrys@dakotacarto.com>	2013-03-01

    Update Composer Manager's template functionality

    - Add specific template path support
    - Add user templates directory support
    - Add buttons to open user or default template directory
    - Add selection of list item for newly added composers
    - Update GUI with collapsible group box
    - Use unique title dialog for composer rename function

Juergen E. Fischer <jef@norbit.de>	2013-03-01

    fix #7255 - any editing capability should enable toggle editing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-03-01

    Fix WMS filter request with new API (ticket 7258)

Merge: 54f3e0a445 735577d32f
volaya <volayaf@gmail.com>	2013-03-01

    Merge pull request #442 from MatMatt/master

    [sextante]set package used when writing in case of #passfilenames

Merge: 4baba76e1a cc239b2fa7
Nathan Woodrow <madmanwoo@gmail.com>	2013-03-01

    Merge pull request #449 from nyalldawson/grad_fixes

    Fix calculation of graduated symbology breaks (Fix #7256)

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-03-01

    Do not wait for feature form closing for non-editable layers

szekerest <szekerest@gmail.com>	2013-03-01

    MSSQL: Fix for handling spatial tables with no FID columns (#7254)

Martin Dobias <wonder.sk@gmail.com>	2013-03-01

    Fix SpatiaLite 3.0 support

Juergen E. Fischer <jef@norbit.de>	2013-03-01

    downgrade plugin load message from WARNING to INFO

Juergen E. Fischer <jef@norbit.de>	2013-03-01

    fix windows build

Nyall Dawson <nyall.dawson@gmail.com>	2013-03-01

    Fix calculation of graduated symbology breaks

Larry Shaffer <larrys@dakotacarto.com>	2013-02-28

    Add SPATIALITE_INCLUDE_DIR to include directories in analysis cmakelists for new OSM support

Larry Shaffer <larrys@dakotacarto.com>	2013-02-28

    Add New from Template to composer's Composer menu

    - Show busy indicator dialog while template is loading into hidden composer (much faster loading)
    - Clean up composer actions' text (title capitalize action text, sentence capitalize tool tips)

Juergen E. Fischer <jef@norbit.de>	2013-03-01

    show values of unknown wkbtypes when rendering

Larry Shaffer <larrys@dakotacarto.com>	2013-02-28

    Add new, duplicate and delete composer to iface

    - Works via QgsComposerView, which is already exposed in iface

Martin Dobias <wonder.sk@gmail.com>	2013-02-28

    Old unmaintained OpenStreetMap support is dead. Long live new OpenStreetMap support!

Juergen E. Fischer <jef@norbit.de>	2013-02-28

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-02-28

    indentation update

Martin Dobias <wonder.sk@gmail.com>	2013-02-23

    Add file headers, do not report error in case there are no spatial tables in SpatiaLite database

Martin Dobias <wonder.sk@gmail.com>	2013-02-23

    [FEATURE] new OpenStreetMap data access API and GUI

    The idea is to replace the current OSM provider+plugin by this new code. Differences from old code:
    - read-only access - without editing and upload support
    - no special provider (using SpatiaLite provider)
    - underlying OSM topology accessible from API
    - download using Overpass API: fast, customizable, nearly unlimited download
    - OSM XML files have to be first imported to a Sqlite3 database, then SpatiaLite layers can be exported

Martin Dobias <wonder.sk@gmail.com>	2013-01-27

    OSM provider: make the looooooooooong lines that create triggers actually readable

szekerest <szekerest@gmail.com>	2013-02-28

    MSSQL: Fix for reading 3D geometries (#6733)

olivierdalang <olivier.dalang@gmail.com>	2013-01-21

    Updated icons for gis theme

    - added rotate feature icon
    - changed add label action icon
    - added offset curve action
    - added add html (composer) icon

Merge: 13b362e583 62e6b13d83
Larry Shaffer <larrys@dakotacarto.com>	2013-02-28

    Merge pull request #435 from Oslandia/atlas

    [Atlas] Fix UI to be consistent with the use of QgsCollapsibleWidgets

Juergen E. Fischer <jef@norbit.de>	2013-02-28

    avoid gdalconst deprecation warning

Merge: 4f397f2c12 731670102c
Martin Dobias <wonder.sk@gmail.com>	2013-02-28

    Merge pull request #446 from matthias-kuhn/diag-py-bindings

    Make diagram renderer (python bindings) more stable

Juergen E. Fischer <jef@norbit.de>	2013-02-28

    wms provider: also accept application/octet-stream as image content type

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-02-28

    Make diagram renderer (python bindings) more stable

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-28

    Handle plain/regexp mode for delimited text provider same as for preview

Amit Kulkarni <amitkulz@gmail.com>	2013-02-21

    add old/new scale comparison and emit scaleChanged only if new scale is different than old.

Merge: 84db88baf0 f5d81aef3a
Nathan Woodrow <madmanwoo@gmail.com>	2013-02-27

    Merge pull request #445 from szekerest/master

    MSSQL: Fix for the problem with the length of the numeric fields (Fix #7249)

szekerest <szekerest@gmail.com>	2013-02-27

    MSSQL: Fix for the problem with the length of the numeric fields (#7249)

Larry Shaffer <larrys@dakotacarto.com>	2013-02-27

    Rename QgsComposer::progressDialog

    - It's a busy indicator that doesn't track operation progress

Larry Shaffer <larrys@dakotacarto.com>	2013-02-26

    Hide new composer when duplicating (loading template) as it is faster

    - Show busy indicator dialog
    - Add busy indicator dialog method to QgsComposer

Merge: 7267c6e765 af3245bba3
Werner Macho <werner.macho@gmail.com>	2013-02-27

    Merge pull request #444 from SrNetoChan/master

    Some translation changes to PT-pt

Victor Olaya <volayaf@gmail.com>	2013-02-27

    [sextante] fixed PointsInPolygonWeighted and PointsLayerFromTable algorithms

Alexandre Neto <senhor.neto@gmail.com>	2013-02-26

    Some translations

Larry Shaffer <larrys@dakotacarto.com>	2013-02-26

    Add shift-click modifier to QgsCollapsibleGroupBox

    - Expands current group box on shift-click, then collapses any others in sync group

Larry Shaffer <larrys@dakotacarto.com>	2013-02-26

    Avoid crash where composer is deleted after spawning modal composer manager

Larry Shaffer <larrys@dakotacarto.com>	2013-02-25

    Add unique title input dialog for new and duplicate composers

    - Allows user to title composer before creation (optionally based on existing composer titles)
    - Helps limit duplicate titles
    - Non-GUI generation of new and duplicate composers not restricted (unchanged)
    - Duplicate composer slot now free of GUI interruptions
    - Change from hiding of duplicate composer (during template loading) to pausing updates to give user feedback

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-26

    Revert "[Atlas] Replace QgsCollapsibleGroupBoxBasic by QgsCollapsibleGroupBox (add auto-save collapsilble states)"

    This reverts commit 56e9fb3eba0dfaf8f02bb2ccb66eb0218066a8f3.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-26

    Reject features with empty geometry in QgsMapToolAddFeature

Matteo Mattiuzzi <matteo@mattiuzzi.com>	2013-02-26

    now passFileNames uses raster in case of writing.
    raster:::writeRaster supports any gdal formats (passFileNames and useRasterPackage)
    and some other changes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-26

    Fix placement of simple markers in cached images

Victor Olaya <volayaf@gmail.com>	2013-02-26

    [sextante] fixed wrong import

Larry Shaffer <larrys@dakotacarto.com>	2013-02-25

    [sextante] fix typo

Victor Olaya <volayaf@gmail.com>	2013-02-25

    [sextante] deleted problematic help files

Victor Olaya <volayaf@gmail.com>	2013-02-25

    [sextante]modified problematic headers

Merge: 148e7e1d99 aa4b291dba
volaya <volayaf@gmail.com>	2013-02-25

    Merge pull request #440 from MatMatt/master

    [sextante] changed R command .libPaths to add and not substitute paths

Werner Macho <werner.macho@gmail.com>	2013-02-25

    forgot rest of the files ;) now adding translator and adjusted scripts

Werner Macho <werner.macho@gmail.com>	2013-02-25

    added first malayam language commit. translator assumed and flag added

Matteo Mattiuzzi <matteo@mattiuzzi.com>	2013-02-25

    changed the R command behavior .libPaths() in RAlgorithm.py to add a .lib.loc and not substitute one
    modifies the Advanced_Raster_histogramm.rsx in order to fully benefit from raster package RAM savety

Merge: f85d3ae71f 79d5fb35b8
volaya <volayaf@gmail.com>	2013-02-25

    Merge pull request #439 from mach0/master

    Added html help files to be installed in doc directory for OTB help

Werner Macho <werner.macho@gmail.com>	2013-02-25

    added help files in doc subdirectory to be installed

Merge: 5ac7d036b3 cfb56a21c9
volaya <volayaf@gmail.com>	2013-02-25

    Merge pull request #438 from MatMatt/master

    [sextante] added quotation marks to make passFileNames work.

matteo <matteo@ivfl-linux-matteo.ivfl.boku.ac.at>	2013-02-25

    added quotation marks to make passFileNames work

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-25

    [Atlas] Replace QgsCollapsibleGroupBoxBasic by QgsCollapsibleGroupBox (add auto-save collapsilble states)

Merge: 34e6b9a2f0 9517c0e373
Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-25

    Merge pull request #1 from dakcarto/atlas-ui

    [Atlas] Update spacing for atlas panel

Larry Shaffer <larrys@dakotacarto.com>	2013-02-22

    [FEATURE] Add duplicate function to composer manager and composer ui

    - Addresses feature request #7203
    - Add actions to composer that trigger main app's, instead of referencing
    - Allows Ctrl(Cmd)-P to initiate printing (instead of a new composer)
    - Allows Ctrl(Cmd)-N to create new composer
    - Use new templateXML function when saving composer template

Victor Olaya <volayaf@gmail.com>	2013-02-24

    [sextante]Replaced provider.crs() by layer.crs(). Fixed memory layer usage

Victor Olaya <volayaf@gmail.com>	2013-02-24

    [sextante]deleted ftool_utils

Victor Olaya <volayaf@gmail.com>	2013-02-24

    [sextante] added autofilling on double-click in batch processing dialog
    Other minor changes

Victor Olaya <volayaf@gmail.com>	2013-02-24

    [sextante]Changed how SAGA installation is checked

Victor Olaya <volayaf@gmail.com>	2013-02-23

    [sextante] improved handling of ParameterCrs

Victor Olaya <volayaf@gmail.com>	2013-02-23

    [sextante] minor changes in algorithms and some code cleaning

Victor Olaya <volayaf@gmail.com>	2013-02-23

    [sextante] changes in R interface

Victor Olaya <volayaf@gmail.com>	2013-02-22

    [sextante] added new modeler-only tools

Victor Olaya <volayaf@gmail.com>	2013-02-21

    [sextante] changed statisticByCategories, so now it does not depend on external libs

Victor Olaya <volayaf@gmail.com>	2013-02-21

    [sextante]Improvements in batch processing interface and in the simplified toolbox organization

Victor Olaya <volayaf@gmail.com>	2013-02-21

    [sextante] commented out loadfromDict method

Victor Olaya <volayaf@gmail.com>	2013-02-21

    [sextante] changed saga cmdname method and modified merge raster algorithm description

Werner Macho <werner.macho@gmail.com>	2013-02-24

    small help file change

Werner Macho <werner.macho@gmail.com>	2013-02-23

    adding some licenses and copyrights to sextante

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-02-23

    Replace saving done dialog with message bar

Larry Shaffer <larrys@dakotacarto.com>	2013-02-22

    Fix #6184, canvas doesn't refresh after pasting layer style

Larry Shaffer <larrys@dakotacarto.com>	2013-02-22

    [Atlas] Update spacing for atlas panel

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-22

    [Atlas] Fix UI to be consistent with the use of QgsCollapsibleWidgets

Merge: 857f849355 8176da04f2
Jürgen Fischer <jef@norbit.de>	2013-02-21

    Merge pull request #433 from 3nids/pg_hstore

    added hstore and inet fields to postgres provider

Juergen E. Fischer <jef@norbit.de>	2013-02-22

    da60fe fixes #7071

Juergen E. Fischer <jef@norbit.de>	2013-02-22

    block vector layer signals when updating attribute values from field calculator (fixes #7190)

Juergen E. Fischer <jef@norbit.de>	2013-02-22

    german translation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-21

    Some wfs servers don't like srsname in DescribeFeatureType request (ticket #5241)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-21

    Remove namespace prefix from typename in QgsGml

Werner Macho <werner.macho@gmail.com>	2013-02-21

    adding some function help files for field calculator, thanks to Zoltan Siki

Larry Shaffer <larrys@dakotacarto.com>	2013-02-20

    Fix duplication of main app's Window and Help menu to composers for Mac

Larry Shaffer <larrys@dakotacarto.com>	2013-02-21

    Followup to be3bad3

    - Simpler means of bringing composer windows to front, if manager dialog is going to be closed

D'Hont René-Luc <rldhont@gmail.com>	2013-02-21

    WGIS WFS Server : GeoJSON Fid has to be a String

    Adding "\"" befaore and after the fid for the GeoJSOn format.

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-02-21

    added hstore and inet fields to postgres provider

Juergen E. Fischer <jef@norbit.de>	2013-02-21

    debian packaging update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-21

    Protect point and line pattern symbol layer from eating too much memory

Juergen E. Fischer <jef@norbit.de>	2013-02-20

    fix debian builds

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-21

    Make "Layer - New" accesible from QgsInterface, update GPS importer
    plugin (fix #7202)

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-21

    different icons for GPS importer and Create new GPX layer (fix #6860)

Larry Shaffer <larrys@dakotacarto.com>	2013-02-20

    Add Print Composers submenu to new Composer menu in composer

    - Remove QgisApp::instance() usage in favor of already available passed in pointer to QgisApp

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-20

    Fix WFS loading with geoserver layers

Merge: 6355e9be0d ad7deec50f
Jürgen Fischer <jef@norbit.de>	2013-02-20

    Merge pull request #432 from matthias-kuhn/fix-vector-layer-signals

    Fix: emit committedFeaturesAdded and committedFeaturesRemoved

Larry Shaffer <larrys@dakotacarto.com>	2013-02-20

    Run prepare-commit on qgscomposer.cpp

Larry Shaffer <larrys@dakotacarto.com>	2013-02-20

    Add binding to iface for action to show composer manager

Larry Shaffer <larrys@dakotacarto.com>	2013-02-20

    Add New and Manager actions to new Composer menu in composer

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-02-20

    Fix: emit committedFeaturesAdded and committedFeaturesRemoved

Larry Shaffer <larrys@dakotacarto.com>	2013-02-20

    Fix #7196, composer manager doesn't close when showing a chosen composer

    - Fix zoom-to-full when composer window is shown

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-20

    Implement moving of snapped features together with the snap line

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-20

    Improve handling of snap lines

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-20

    attempt to fix crash when changing symbols in graduated renderer

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-02-20

    Updates to composer window

    - Split composer toolbar into many
    - Rename File menu to Composer - because the composer isn't a "file"

Larry Shaffer <larrys@dakotacarto.com>	2013-02-19

    Fix crash when loading a project that hits a group box with 'collapse' set

Juergen E. Fischer <jef@norbit.de>	2013-02-19

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-02-19

    debian packaging fix

Juergen E. Fischer <jef@norbit.de>	2013-02-19

    Make QSPATIALITE optional, but still include it in osgeo4w and debian package

Juergen E. Fischer <jef@norbit.de>	2013-02-19

    [FEATURE] postgres provider: optionally skip columns without geometry type constraint

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-19

    Fix copy paste bug

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-24

    Compute min/max on demand in gdal provider

Larry Shaffer <larrys@dakotacarto.com>	2013-02-19

    Add available sql drivers to Mac bundled app

Sandro Santilli <strk@keybit.net>	2013-02-19

    Revert "Enable topological editing on first TopoGeometry layer creation"

    This reverts commit edecf385fddd7d166e134023057998612af6ad58.

    The correct way to do this is by hooking on the editingStarted slot
    (thanks jef for pointing that out)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-19

    Snap to arbitrary snap lines

Sandro Santilli <strk@keybit.net>	2013-02-19

    Enable topological editing on first TopoGeometry layer creation

    I'm not sure this is an acceptable behavior, but I'm sure users
    do want to edit TopoGeometry layers in a topological way.
    The problem with this implementation is that topological editing
    is enabled for editing of every layer, not just the TopoGeometry
    one.

Larry Shaffer <larrys@dakotacarto.com>	2013-02-15

    Update composer ui files

    - Add section headers (should be moved to app stylesheet, and custom label or container class made)
    - Enable map grid group box (was disabled)
    - Reformat all form layouts to look like rest of app (more grid layout-like, with labels left-aligned and growing entry fields)
    - Re-layout map extents group box
    - Expand more group boxes by default (increases discovery)

Larry Shaffer <larrys@dakotacarto.com>	2013-02-14

    Fix some compiler warnings

olivierdalang <olivier.dalang@gmail.com>	2013-02-13

    replaced "opacity" by "transparency" in the composer GUI

olivierdalang <olivier.dalang@gmail.com>	2013-02-14

    Add syncGroup to CollapsibleGroupBoxes

olivierdalang <olivier.dalang@gmail.com>	2013-02-12

    Update of composer item's GUI

Larry Shaffer <larrys@dakotacarto.com>	2013-02-15

    Updates to QgsCollapsibleGroupBoxBasic

    - Use title instead of checkbox to define QgsCollapsibleGroupBox offset
    - Fix error when group box has form layout with QPushButtons that refuse to fully hide
    - Update vertical offsets for Ubuntu
    - Add control-click modifier and tool tip for toggling all collapsible group boxes
    - Ensure disclosure triangle mirrors enabled state of group box

Juergen E. Fischer <jef@norbit.de>	2013-02-19

    fix #7179

Werner Macho <werner.macho@gmail.com>	2013-02-19

    added malayalam language on request

Merge: dc074b393e 7717aeed1c
Larry Shaffer <larrys@dakotacarto.com>	2013-02-18

    Merge pull request #418 from dakcarto/cmake_stagedplugins-optmz_2

    Update stage-installed plugins CMakeLists.txt

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-18

    Always use topological editing if using avoid intersection (where possible also to background layers). Without topological editing, it is possible to have very small gaps between the polygons

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-18

    Show snap lines in ruler mouse move event

Juergen E. Fischer <jef@norbit.de>	2013-02-18

    fix build with older Qt

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-18

    fix imports (addresses #7176)

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-18

    disable SEXTANTE algorithms that require 3rd party Python modules

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-18

    add CMakeLists.txt to SEXTANTE tools directory

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-18

    Improve coordinate display

Juergen E. Fischer <jef@norbit.de>	2013-02-18

    debian packaging fix

Werner Macho <werner.macho@gmail.com>	2013-02-18

    new language file on request: welcome Cambodia

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-18

    add missed directory to CMakeLists.txt
    disable StatisticsByCategories algorithm because it requires 3rd party
    Python module scipy

Juergen E. Fischer <jef@norbit.de>	2013-02-18

    fix #7172

Victor Olaya <volayaf@gmail.com>	2013-02-17

    [sextante] added tools to ease creating unit test for algorithms

Victor Olaya <volayaf@gmail.com>	2013-02-17

    [sextante] improved toolbox and modeler to better use classification by categories (easy mode)

Victor Olaya <volayaf@gmail.com>	2013-02-17

    [sextante]minor fixes and added new R script examples

Victor Olaya <volayaf@gmail.com>	2013-02-17

    [sextante] Log file is now read backwards and limited to a fixed number of lines

Victor Olaya <volayaf@gmail.com>	2013-02-16

    cleaned SEXTANTE/SAGA algorithms

Victor Olaya <volayaf@gmail.com>	2013-02-16

    addded new SEXTANTE python algorithms

Victor Olaya <volayaf@gmail.com>	2013-02-16

    improved management of tables in SEXTANTE

Juergen E. Fischer <jef@norbit.de>	2013-02-17

    fix #7172 and #7174

Juergen E. Fischer <jef@norbit.de>	2013-02-17

    [FEATURE] add qspatialite sql driver plugin

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-17

    Consider multiple pages for ruler scale

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-17

    Store reference to composition in ruler to get page info

Radim Blazek <radim.blazek@gmail.com>	2013-02-17

    WMS identify format preference order: Html,Feature,Text

Radim Blazek <radim.blazek@gmail.com>	2013-02-17

    Html identify result print fix

Juergen E. Fischer <jef@norbit.de>	2013-02-17

    fix #7171

Juergen E. Fischer <jef@norbit.de>	2013-02-16

    also optionally apply SHAPE_ENCODING to layer creation (fixes #5911)

Arunmozhi <aruntheguy@gmail.com>	2013-02-16

    added searching of colorramps in style manager

Juergen E. Fischer <jef@norbit.de>	2013-02-15

    fix #7160

Juergen E. Fischer <jef@norbit.de>	2013-02-15

    quote closing parens within column names (fixes #7159)

Merge: c1527af3be 2e84efafc5
mhugent <marco.hugentobler@sourcepole.ch>	2013-02-15

    Merge pull request #428 from schmandr/master

    Add support for 1bit PNG format to QGIS Server WMS

Andreas Schmid <andreas.schmid@bd.so.ch>	2013-02-15

    Add support for 1bit PNG format to QGIS Server WMS

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-15

    also fix loading checkbox state from settings

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-15

    fix handling of TAB delimiter in delimited text plugin

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-14

    Show ruler marker for cursor position

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-14

    Better placement for y-coordinate labels

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-14

    Read composer from xml considers rulers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-14

    Fix calculation of ruler y-coordinates

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-14

    Don't draw view frame (alignment with ruler widgets)

Juergen E. Fischer <jef@norbit.de>	2013-02-14

    ocispatial: require OCI library

Larry Shaffer <larrys@dakotacarto.com>	2013-02-13

    Add collapse toggling synchronization on Alt-click of title to QgsCollapsibleGroupBoxBasic

Juergen E. Fischer <jef@norbit.de>	2013-02-13

    fix windows build

Larry Shaffer <larrys@dakotacarto.com>	2013-02-11

    Make measure tool dialogs stay on top of other windows during operation

    - Not tested with X11, may need Qt::X11BypassWindowManagerHint too

Larry Shaffer <larrys@dakotacarto.com>	2013-02-12

    Add collapse toggling synchronization to QgsCollapsibleGroupBoxBasic

    - Holding Alt modifier key when toggling collapsed state will synchronize the toggling across other boxes with the same syncGroup QString value
    - Synchronizes boxes of same syncGroup via recursive search in parent or grandparent widget (if grandparent is not QgisApp)

Merge: 8e11e5f9dd 42dad857e8
mhugent <marco.hugentobler@sourcepole.ch>	2013-02-12

    Merge pull request #427 from matthias-kuhn/rubberband-doc

    Documentation update for QgsRubberband

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-02-12

    Documentation update for QgsRubberband

Merge: b45d8cb0d7 d1a05f7565
mhugent <marco.hugentobler@sourcepole.ch>	2013-02-12

    Merge pull request #422 from Oslandia/atlas

    Feature sorting and filtering for atlas generation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-12

    Snap to paper items and consider multipage compositions when showing snap lines

Larry Shaffer <larrys@dakotacarto.com>	2013-02-11

    Split QgsCollapsibleGroupBox into basic class and subclass that auto-saves collapsed state

    - Split authored by Etienne Tourigny
    - Add Q_PROPERTY declarations to make some class properties settable for promoted widget in QtDesigner (by Olivier Dalang)
    - Update existing .ui files with dynamic properties (but not saveCheckedState, which should be cautiously used)
    - Update sip file so both classes are available

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-11

    missed comma

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-11

    fix issues with non-ASCII filenames in GDALTools, thanks to Evgenia for
    pointing on this problem

Larry Shaffer <larrys@dakotacarto.com>	2013-02-10

    Use new vector edit macro support to batch Show/Hide Label tool's operation

Larry Shaffer <larrys@dakotacarto.com>	2013-02-10

    Limit canvas redraws when working with vector layer undo stack

    - Fix unreported bug where clicking on group in legend would clear previously selected vector layer's undo stack
    - Ensure empty view is created on project load (cosmetic)

Larry Shaffer <larrys@dakotacarto.com>	2013-02-10

    Update vector layer edits rollback method and app rollback actions

    - Make optional whether edit buffer is deleted
    - Returns optional functionality where rollback was similar to setting undo stack to index 0

Juergen E. Fischer <jef@norbit.de>	2013-02-10

    [FEATURE] allow filter expressions in value relations (and fix display of related values and value maps in attribute table)

Juergen E. Fischer <jef@norbit.de>	2013-02-10

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-02-10

    wms: improve xsd/gml detection on getfeatureinfo

Juergen E. Fischer <jef@norbit.de>	2013-02-10

    wms: catch service exception on GetFeatureInfo and use feature extent if there's no geometry

Juergen E. Fischer <jef@norbit.de>	2013-02-09

    fix #7125

Larry Shaffer <larrys@dakotacarto.com>	2013-02-09

    Add option to show canvas refresh event in Log Message panel

    - In Options at bottom of Rendering tab
    - Useful for debugging excessive refreshes from userspace without having to build with debug and filter logs
    - Records time taken for refresh and any resolvable sender class

Juergen E. Fischer <jef@norbit.de>	2013-02-09

    ftools api update (fixes #7130)

Merge: 5967db9bd6 8303a47e6c
Giuseppe Sucameli <brush.tyler@gmail.com>	2013-02-09

    Merge pull request #424 from slarosa/fix_rubber_band_python_plugins

    Fixes rubberBand for extent selection in gdal_clipper and sextante algs

Larry Shaffer <larrys@dakotacarto.com>	2013-02-08

    Fix Show/Hide Labels to allow NULL values in table to work for show value

Larry Shaffer <larrys@dakotacarto.com>	2013-02-08

    Update QgsMapToolShowHideLabels to work with new vector api

    - Works now, but should have worked before this fix

Salvatore Larosa <lrssvtml@gmail.com>	2013-02-08

    Fixes rubberBand for extent selection in gdal_clipper and sextante algs

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-08

    Better approach to split lines. Fixes bug #4618

Juergen E. Fischer <jef@norbit.de>	2013-02-08

    fix windows build

Larry Shaffer <larrys@dakotacarto.com>	2013-02-07

    Add images/theme_originals directory

    - Helps with conversion of interface graphics to SVG

Radim Blazek <radim.blazek@gmail.com>	2013-02-08

    GML GetFeatureInfo XSD validation, disabled

Victor Olaya <volayaf@gmail.com>	2013-02-07

    better raster support in R/SEXTANTE

Victor Olaya <volayaf@gmail.com>	2013-02-07

    more fixes in python sextante algorithms

Victor Olaya <volayaf@gmail.com>	2013-02-07

    fixed #7116

Larry Shaffer <larrys@dakotacarto.com>	2013-02-07

    Fix typo in QgsPalLabeling

Larry Shaffer <larrys@dakotacarto.com>	2013-02-06

    Update QgsPalLabeling to work with new vector api

    - Switch data defined properties from field index- to name-based
    - Add routine to migrate properties to new keys:  labeling/dataDefined/[enum name]
    - Add QHash containing old-style data provider mapping of index to name for use in properties migration
    - Update QgsLabelingGui, QgsMapToolLabel, QgsLabelPropertyDialog to work with name-based properties

Merge: 863da7d03c d97f05ebee
Radim Blazek <radim.blazek@gmail.com>	2013-02-07

    Merge remote branch '3nids/maptoolidentify_returnresults'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-07

    Improve performance of vector reprojection by transforming the coordinates of a feature together

Juergen E. Fischer <jef@norbit.de>	2013-02-07

    postgres provider: only record active iterator, when it's open (fixes crash on labeling non-existing attributes)

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-02-07

    fix SLOT

Juergen E. Fischer <jef@norbit.de>	2013-02-07

    fix warning

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-02-07

    unifying identify results in a single struct

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-02-07

    updated class name

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-02-05

    return results directly from the identify method instead of using a private attribute

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-07

    [Atlas] Replace the sort direction combobox by a up/down button

Juergen E. Fischer <jef@norbit.de>	2013-02-07

    indentation update

Juergen E. Fischer <jef@norbit.de>	2013-02-07

    ftools api updates

Victor Olaya <volayaf@gmail.com>	2013-02-06

    added explicit CRS checking in sextante algorithms

Victor Olaya <volayaf@gmail.com>	2013-02-06

    fixed bug in mmqgis/ftools algs in sextante after adaptation to new vector api

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-06

    [Atlas] Fix minor UI behaviour

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-06

    [Atlas] Add i18n to error messages

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-06

    [Atlas] Restore painting on error return

Radim Blazek <radim.blazek@gmail.com>	2013-02-06

    QgsMapToolIdentifyAction cleanup

Merge: 81d865aaa7 ec634a2d2f
Nathan Woodrow <madmanwoo@gmail.com>	2013-02-06

    Merge pull request #413 from olivierdalang/labelCanDisplayHtml

    [Feature] add HTML capabilities to composer labels

Merge: 50d4bb6d4d b6427220d4
Nathan Woodrow <madmanwoo@gmail.com>	2013-02-06

    Merge pull request #408 from olivierdalang/showBackgroundCheckboxForComposerItem

    [feature] added draw background checkbox in composer items
    Fix #6389

Radim Blazek <radim.blazek@gmail.com>	2013-02-06

    WMS identify feature support - get vector features from GML GetFeatureInfo

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-06

    [Atlas] Add Python unit tests for feature sorting and filtering

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-06

    [Atlas] Add SIP bindings for feature sorting and filtering

olivierdalang <olivier.dalang@gmail.com>	2013-02-06

    added a kind of oversampling for labels when rendered as HTML

Juergen E. Fischer <jef@norbit.de>	2013-02-06

    also verify wkbSize in QgsGeometry::exportToWkt

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-06

    [Atlas] Add unit tests for sorting and filtering

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-06

    [Atlas] Add better exception handling

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-06

    [Atlas] Add UI management for feature sorting and filtering

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-05

    [Atlas] Add feature sorting and filtering

Hugo Mercier <hugo.mercier@oslandia.com>	2013-02-05

    [Atlas] Remove cout

olivierdalang <olivier.dalang@gmail.com>	2013-02-06

    rechange the basic resolution

olivierdalang <olivier.dalang@gmail.com>	2013-02-06

    Set html's background to transparent

olivierdalang <olivier.dalang@gmail.com>	2013-02-06

    changed tab width of QPlainTextEdit in QComposerLabelWidget (easier to read for html)

Juergen E. Fischer <jef@norbit.de>	2013-02-06

    fTools: fix add/export geometry columns

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-05

    Fix ticket #5584 (crash saving empty geometry)

Juergen E. Fischer <jef@norbit.de>	2013-02-05

    fix warning

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-05

    Fix double redraw after applying vector properties

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-02-05

    Add GUI_EXPORT to identify map tool

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-02-04

    remove useless funcs from sip

Denis Rouzaud <denis.rouzaud@gmail.com>	2013-01-25

    MapToolIdentify moved to gui to make it accessible in python

    put back convertMeasurement in gui as it is not app specific

    use display settings for specific app units

Juergen E. Fischer <jef@norbit.de>	2013-02-05

    fix warning

Victor Olaya <volayaf@gmail.com>	2013-02-04

    Finished adapting sextante python algorithms to new vector API
    Some code cleaning

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-02-04

    Show more verbose error message (ticket #7095)

Merge: 93dbfd7f35 8a880cadc3
Victor Olaya <volayaf@gmail.com>	2013-02-04

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2013-02-04

    started adapting sextante to new vector api

Juergen E. Fischer <jef@norbit.de>	2013-02-03

    use CMAKE_*_FLAGS also on unix

Juergen E. Fischer <jef@norbit.de>	2013-02-03

    more fTools api updates

Juergen E. Fischer <jef@norbit.de>	2013-02-03

    debian packaging fix

Juergen E. Fischer <jef@norbit.de>	2013-02-03

    german translation fix

Larry Shaffer <larrys@dakotacarto.com>	2013-02-03

    Update stage-installed plugins CMakeLists.txt

Merge: dc340def18 1095f98173
Victor Olaya <volayaf@gmail.com>	2013-02-03

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2013-02-03

    edited some SAGA/GRASS algorithm description in SEXTANTE

Victor Olaya <volayaf@gmail.com>	2013-02-03

    Minor SEXTANTE changes

Victor Olaya <volayaf@gmail.com>	2013-02-03

    improvements in SEXTANTE modeler

Larry Shaffer <larrys@dakotacarto.com>	2013-01-24

    Add option to use custom QSettings for QgsCollapsibleGroupBox

    - Useful for plugins that may want to store collapsed state in their own QSettings file

Larry Shaffer <larrys@dakotacarto.com>	2013-02-02

    Fix build error under clang on Mac

    - Remove APPLE_CLANG_WARNINGS option
    - Add warnings via flags instead of definitions

Juergen E. Fischer <jef@norbit.de>	2013-02-03

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2013-02-02

    more api updates in ftools

Juergen E. Fischer <jef@norbit.de>	2013-02-02

    fix warnings brought up by clang

Juergen E. Fischer <jef@norbit.de>	2013-02-02

    remove usage of deprecated methods within QgsVectorLayer itself

Larry Shaffer <larrys@dakotacarto.com>	2013-02-01

    Add CMake option whether to show extra warnings from clang on Apple

    - Set APPLE_CLANG_WARNINGS:BOOL=FALSE to not show extra warnings (TRUE by default)

Larry Shaffer <larrys@dakotacarto.com>	2013-02-01

    Make sure QtTest gets bundled on Mac, if ENABLE_TESTS is set

    - Was configured, but wan't being triggered

Etienne Tourigny <etourigny.dev@gmail.com>	2013-02-01

    [API] restore QgsMapLayerRegistry::addMapLayer() but keep it deprecated

Juergen E. Fischer <jef@norbit.de>	2013-02-01

    fTools: fix error basic statistics

Alexander Bruy <alexander.bruy@gmail.com>	2013-02-01

    first fix for new vector api in SEXTANTE

Juergen E. Fischer <jef@norbit.de>	2013-02-01

    first take on porting ftools to vector iterator api

ddehaan <ddehaan@sybase.com>	2013-01-31

    Copyright updates; Add headers to feature iterator

Juergen E. Fischer <jef@norbit.de>	2013-01-31

    debian packaging fix: quantal and raring also use dh_python2

Juergen E. Fischer <jef@norbit.de>	2013-01-31

    include stack trace in logged python warning messages

Juergen E. Fischer <jef@norbit.de>	2013-01-31

    fix warnings

Alexander Bruy <alexander.bruy@gmail.com>	2013-01-31

    clear cached image for raster layers when applying contrast enhancement
    from raster toolbar (fix #7069)

Juergen E. Fischer <jef@norbit.de>	2013-01-31

    debian packaging update

Merge: a3966131f4 3b29fadacc
Nathan Woodrow <madmanwoo@gmail.com>	2013-01-31

    Merge pull request #416 from szekerest/master

    Update MS SQL driver to new vector API

Alexander Bruy <alexander.bruy@gmail.com>	2013-01-31

    update russian python console help translation

Merge: 859854fcfc c728ea42c2
Werner Macho <werner.macho@gmail.com>	2013-01-30

    Merge pull request #415 from gioman/master

    Some translations for the pt_PT GUI.

Larry Shaffer <larrys@dakotacarto.com>	2013-01-30

    Update project file opening precedence order at app launch

    - Fix typo so default template on new project works
    - Project open precedence order is (highest first):
    -  1) specified on command line
    -  2) specified or most recent via Options gui
    -  3) new project from template
    -  4) new blank project
    - Keep new project template from loading in app constructor (in case already project via command line)
    - Keep new project template from loading if previous auto-open project crashed
    - Add status bar messages about loading project during addProject()

Giovanni Manghi <gio@sibirica.(none)>	2013-01-31

    Some translations

Juergen E. Fischer <jef@norbit.de>	2013-01-31

    OGR style support only with GDAL >=1.7

Juergen E. Fischer <jef@norbit.de>	2013-01-30

    fix QgsSqlAnywhereProvider::attributeIndexes()

Juergen E. Fischer <jef@norbit.de>	2013-01-30

    debian packaging: reenable sqlanywhere provider

Juergen E. Fischer <jef@norbit.de>	2013-01-30

    fix attribute mapping in vector layer import

ddehaan <ddehaan@sybase.com>	2013-01-29

    Update SQLAnywhere data provider to the new API.

Juergen E. Fischer <jef@norbit.de>	2013-01-30

    fix attribute table for new vector api

szekerest <szekerest@gmail.com>	2013-01-30

    Rework mssql driver to support the new iterator model

Juergen E. Fischer <jef@norbit.de>	2013-01-30

    debian packaging fix (quantal versions were actually unused before a4fa7535)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-30

    Fix ruler layout

Larry Shaffer <larrys@dakotacarto.com>	2013-01-28

    [FEATURE] Add option to auto-open 'New, Most recent or Specific' project on app launch

    - Add error trapping to catch bad projects that crash app, then notify user and avoid reopening

Larry Shaffer <larrys@dakotacarto.com>	2013-01-29

    Switch QgsMessageBar subject/message from QLabel to QTextEdit

    - Fix issue with heightForWidth where long lines in QLabel with word wrap cause excessive message bar height
    - Set scroll area fixed height to 1.5 font-based line size, creating a single line scroll box for wrapped messages
    - Can now select and copy message subject and text
    - HTML (QTextEdit subset) now supported for message
    - Clean up Close button style

Juergen E. Fischer <jef@norbit.de>	2013-01-29

    debian packaging update: ubuntu raring

Juergen E. Fischer <jef@norbit.de>	2013-01-29

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-01-29

    oracle provider: fix support for geometryless tables (fixes #7023)

olivierdalang <olivier.dalang@gmail.com>	2013-01-29

    (notes and micro-cleanup)

olivierdalang <olivier.dalang@gmail.com>	2013-01-29

    upgraded to collapsible groupboxes

olivierdalang <olivier.dalang@gmail.com>	2013-01-29

    fix for composer map item's background when non-opaque

Merge: a00e413b5d bb97787c65
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-29

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 81dacc726d 9f9ce3290f
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-29

    [FEATURE]: possibility to export vector symbology (using ogr feature style)

Juergen E. Fischer <jef@norbit.de>	2013-01-29

    fix sip error

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-29

    Implement drawing of ruler markers

Werner Macho <werner.macho@gmail.com>	2013-01-29

    translation update: et_EE by Veiko

Juergen E. Fischer <jef@norbit.de>	2013-01-29

    register QgsMessageLog::MessageLevel

olivierdalang <olivier.dalang@gmail.com>	2013-01-28

    begins to work

olivierdalang <olivier.dalang@gmail.com>	2013-01-28

    UI enable/disable works

Juergen E. Fischer <jef@norbit.de>	2013-01-29

    update calls to new api

olivierdalang <olivier.dalang@gmail.com>	2013-01-29

    [feature] added draw background checkbox in composer items
    (this allow to workaround the non-opaque background bug with atlas and is more consistent with the frame settings) )

Larry Shaffer <larrys@dakotacarto.com>	2013-01-26

    [FEATURE] Add style options for legend layer/groups, and live refresh of all legend style options

    - Based of off work from Stefan Ziegler (pull request #331)
    - Options inherited by embedded groups (which are still always italic)
    - Original layer name now saved to project file (instead of adjusted display name)
    - Fix bug where setting capitalization, then saving/reopening would permanently set capitalization
    - [API] Add originalName() to QgsMapLayer to access original (pre-adjusted name)
    - [API] Add setupFont() method to legend group items
    - [API] Add updateLegendItemStyles() and updateLegendItemSymbologies() to QgsLegend to allow style option changes to become active without app restart

Merge: 8c89c2a058 c279ec2202
Giuseppe Sucameli <brush.tyler@gmail.com>	2013-01-28

    Merge pull request #394 from etiennesky/gdaltools1

    GdalTools - use raster format save option and pyramids dialogs

Etienne Tourigny <etourigny.dev@gmail.com>	2013-01-28

    fix layerModified signal mapping

Etienne Tourigny <etourigny.dev@gmail.com>	2013-01-28

    implement currentLayer() and setCurrentLayer() in QgsLegendInterface to set/get current layer

Etienne Tourigny <etourigny.dev@gmail.com>	2013-01-28

    allows for plugins to insert actions for layers in TOC, with QgsLegendInterface::addLegendLayerAction()

Larry Shaffer <larrys@dakotacarto.com>	2013-01-28

    Remove invalid relative path to images resource file

Merge: 958cd2a0d7 4cd271bd71
Nathan Woodrow <madmanwoo@gmail.com>	2013-01-28

    Merge pull request #403 from matthias-kuhn/expression-build-dialog-save-window-geometry

    Save geometry of expression build dialog on close

Merge: 6c931f3bbc fb63167a47
Nathan Woodrow <madmanwoo@gmail.com>	2013-01-28

    Merge pull request #407 from matthias-kuhn/expression-builder-margin

    Fix for #6165 - Overlapping widgets in expression builder dialog

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-01-28

    Fix for #6165 - Overlapping widgets in expression builder dialog
    Reset the top margin of widgets to the default value

Juergen E. Fischer <jef@norbit.de>	2013-01-28

    debian packaging update (fixes #7060)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-28

    Add composer rulers to composer graphics view

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-28

    Add class QgsComposerRuler

Juergen E. Fischer <jef@norbit.de>	2013-01-28

    fix warnings, add copyright headers, cosmetics

Juergen E. Fischer <jef@norbit.de>	2013-01-27

    osgeo4w: packaging updates

Victor Olaya <volayaf@gmail.com>	2013-01-27

    minor edits to SEXTANTE algorithms and scripts

Tim Sutton <tim@linfiniti.com>	2013-01-27

    Update doc/osx.t2t

Merge: 247c2dbe19 5b9b03f447
Paolo Cavallini <cavallini@faunalia.it>	2013-01-27

    Merge pull request #405 from matthias-kuhn/piediagram-test-fix

    Replace control image for piediagram with proper one

Tim Sutton <tim@linfiniti.com>	2013-01-27

    qwt compile error under OSX - note for Larry

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-01-27

    Replace control image for piediagram with proper one

Tim Sutton <tim@linfiniti.com>	2013-01-27

    Update osx install - update old nokia download path

Victor Olaya <volayaf@gmail.com>	2013-01-27

    Added compiled SEXTANTE ui files

Victor Olaya <volayaf@gmail.com>	2013-01-27

    edited GRASS and SAGA algorithm descriptions

Merge: 20e4ec5596 a9a289e91e
Victor Olaya <volayaf@gmail.com>	2013-01-27

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2013-01-27

    Update doc/osx.t2t

    Added note about how to get command line tools.

Martin Dobias <wonder.sk@gmail.com>	2013-01-27

    OSM provider ported to new API

Victor Olaya <volayaf@gmail.com>	2013-01-26

    edited GRASS/SEXTANTE algorithm descriptions

Victor Olaya <volayaf@gmail.com>	2013-01-26

    minor sextante fixes

Martin Dobias <wonder.sk@gmail.com>	2013-01-26

    Postgres - debug mode: do not slow down fetching of features unless necessary

    (the debug routine was consuming ~50% of rendering time)

Juergen E. Fischer <jef@norbit.de>	2013-01-26

    fix windows build

olivier <olivier.dalang@gmail.com>	2013-01-20

    Added layerIsExpanded() to QgsLegendInterface

Juergen E. Fischer <jef@norbit.de>	2013-01-26

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-01-26

    follow up 994dc1cc216: also change level in QgsMessageLogViewer

Martin Dobias <wonder.sk@gmail.com>	2013-01-26

    QgsVectorLayer: deprecate old API: select(), nextFeature(), featureAtId()

Merge: 985468e461 994dc1cc21
Martin Dobias <wonder.sk@gmail.com>	2013-01-26

    Merge remote-tracking branch 'origin/master' into new_vector_api

Juergen E. Fischer <jef@norbit.de>	2013-01-26

    - [API] introduce QgsMessageLog::MessageLevel and change logMessage() level
      parameter to that type
    - change default level to WARNING
    - change startup messages to INFO
    - don't unhide the warning button for INFO messages
    - fix warnings produced by python code

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-01-26

    Add test for format expression function

Larry Shaffer <larrys@dakotacarto.com>	2013-01-25

    Add empty QUndoView to QgsUndoWidget for initial show

    - Shows disabled view instead of blank dock area (same as creating new project after closing project)

Juergen E. Fischer <jef@norbit.de>	2013-01-25

    cleanup doIntersectLines.py and fix #7021

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-01-25

    Save geometry of expression build dialog on close

Juergen E. Fischer <jef@norbit.de>	2013-01-25

    append resolution and transparency arguments also to tile request (fixes #3981)

Juergen E. Fischer <jef@norbit.de>	2013-01-25

    leaner imitation of .arg

Radim Blazek <radim.blazek@gmail.com>	2013-01-25

    WCS max extent verification fix for servers without overvies

Larry Shaffer <larrys@dakotacarto.com>	2013-01-24

    Fix background issue for Gnome desktop

    - Revert de437ab

Larry Shaffer <larrys@dakotacarto.com>	2013-01-23

    Add Qt styles flags to QgsAppStyleSheet and update styled group boxes

Radim Blazek <radim.blazek@gmail.com>	2013-01-25

    more robust raster color map conversion from 1.8 project and style file, fixes #7023

Merge: 4f3e89a8b4 2a542487cf
Victor Olaya <volayaf@gmail.com>	2013-01-24

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2013-01-24

    added extra import parameters for vector layers in GRASS/SEXTANTE interface
    minor fix to create a new instance when a model is edited

Victor Olaya <volayaf@gmail.com>	2013-01-24

    edited GRASS/SEXTANTE descriptions

Juergen E. Fischer <jef@norbit.de>	2013-01-24

    use 'geom' as default name for geometry columns in browser data items (implements #7042)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-24

    Consider WMS opacity also for labels and in the GetPrint request

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-01-24

    Add string format() function to expression

Juergen E. Fischer <jef@norbit.de>	2013-01-24

    log python warnings and enabled deprecation warnings

Merge: 5f304b34a1 0ccff602e2
Martin Dobias <wonder.sk@gmail.com>	2013-01-24

    Merge remote-tracking branch 'jef/oraclespatial-nva' into new_vector_api

    Conflicts:
            doc/TRANSLATORS
            i18n/qgis_de.ts
            src/app/qgisapp.cpp
            src/core/qgis.cpp
            src/core/qgsvectorlayerimport.cpp
            src/providers/oracle/CMakeLists.txt
            src/providers/oracle/qgsoracleprovider.cpp
            src/providers/oracle/qgsoracleprovider.h

Merge: dda51c62b5 5f70a68ff8
Martin Dobias <wonder.sk@gmail.com>	2013-01-23

    Merge remote-tracking branch 'origin/master' into new_vector_api

    Conflicts:
            python/core/qgsvectordataprovider.sip
            src/app/legend/qgslegendlayer.cpp
            src/app/qgisapp.cpp
            src/app/qgsmergeattributesdialog.cpp
            src/core/qgsvectordataprovider.cpp
            src/core/qgsvectordataprovider.h
            src/core/qgsvectorlayer.cpp
            src/gui/qgssearchquerybuilder.cpp
            src/providers/postgres/qgspostgresprovider.cpp
            src/providers/wfs/CMakeLists.txt

Tim Sutton <tim@linfiniti.com>	2013-01-24

    Fix error in test for issue 7023

Juergen E. Fischer <jef@norbit.de>	2013-01-23

    port oracle provider to new_vector_api
    + progress dialog in progress dialog
    + fix for feature form from attribute table

Merge: de437abdb1 b1bfb9af03
Tim Sutton <tim@linfiniti.com>	2013-01-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2013-01-23

    Set options list style to to white background

Merge: 53197ad88b 73b3d9cc8c
Larry Shaffer <larrys@dakotacarto.com>	2013-01-22

    Merge pull request #389 from slarosa/pyqgis-console

    Update translation for Python Console

Juergen E. Fischer <jef@norbit.de>	2013-01-14

    more oracle provider improvements:
    - enable warnings and more error handling in qocispatial
    - read ordinates in one go (OCICollGetElemArray/OCINumberToRealArray not working yet)
    - set prefetch count
    - fix support for int keys (numbers with precision 0)
    - interpret oracle crs without auth_name as EPSG

Juergen E. Fischer <jef@norbit.de>	2013-01-14

    oracle provider improvements:
    - improve srs lookup
    - insert crs to oracle table on import, if not existent (requires INSERT privilege on MDSYS.SDO_COORD_REF_SYSTEM)
    - move table lookup into thread
    - use QgsMessageOutput for import errors (also in postgres and spatialite)
    - german translation update

Juergen E. Fischer <jef@norbit.de>	2013-01-12

    oracle provider: accept number(0) as key

Juergen E. Fischer <jef@norbit.de>	2013-01-09

    oracle provider: fix connection settings

Juergen E. Fischer <jef@norbit.de>	2013-01-09

    [FEATURE] add oracle provider

Merge: 4479cd70b2 b6e6147948
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-22

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-22

    [Feature: Add more color options. Provided by olivierdalang]. Modifications for xml reading / writing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-22

    Shorten code for xml reading / writing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-22

    Shorten code for xml reading and writing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-22

    Avoid reseting of pen width if changing stroke color

olivierdalang <olivier.dalang@gmail.com>	2013-01-21

    (remove useless code)

olivierdalang <olivier.dalang@gmail.com>	2013-01-21

    QgsScalebar now saves colors in XML

olivierdalang <olivier.dalang@gmail.com>	2013-01-21

    Allow setting of font color in QgsComposerLegend

olivierdalang <olivier.dalang@gmail.com>	2013-01-20

    (changed default color)

olivierdalang <olivier.dalang@gmail.com>	2013-01-20

    color works for scalebars

olivierdalang <olivier.dalang@gmail.com>	2013-01-20

    remove always black text
    this is unconsistant with the other drawText function and makes it impossble for a composer item to have a font color

redlegoreng <redlegoreng@gmail.com>	2013-01-19

    ça marche tjs pas...

redlegoreng <redlegoreng@gmail.com>	2013-01-19

    line color starts to work

redlegoreng <redlegoreng@gmail.com>	2013-01-19

    typo

redlegoreng <redlegoreng@gmail.com>	2013-01-19

    starting to refresh the scalebar composer item

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-22

    Clone gradient in singleband gray renderer. Combine new opacity with existing one in mapserver

Tim Sutton <tim@linfiniti.com>	2013-01-22

    Created test to replicate issue #7023

Tim Sutton <tim@linfiniti.com>	2013-01-22

    Dont dump on every style conversion

Alexander Bruy <alexander.bruy@gmail.com>	2013-01-22

    fix output of the eliminate slivers polygon tool (fix 6925). Patch by
    Bernhard Strobl

Larry Shaffer <larrys@dakotacarto.com>	2013-01-21

    [FEATURE] Add custom group box settings to Options

    - Add options to set group box title to bold, and to draw platform-consistent custom border and background
    - Useful for group boxes on Ubuntu (default have no borders/backgrounds) and Mac (default are a bit funky-looking)
    - NOT tested yet on Windows

Merge: 995ede3526 0757e4208c
Victor Olaya <volayaf@gmail.com>	2013-01-21

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

    Conflicts:
            python/plugins/sextante/algs/ftools/Difference.py
            python/plugins/sextante/algs/ftools/Intersection.py
            python/plugins/sextante/outputs/OutputTable.py

Victor Olaya <volayaf@gmail.com>	2013-01-21

    added support for all gdal/ogr formats in all providers
    added support for pre and post execution hooks

Victor Olaya <volayaf@gmail.com>	2013-01-21

    fixed ftools overlay algorithms
    code cleaning and minor edits in other algorithms

Juergen E. Fischer <jef@norbit.de>	2013-01-21

    INSTALL: better note about short names.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-21

    wfs provider: copy geometry and attributes only if necessary

Larry Shaffer <larrys@dakotacarto.com>	2013-01-18

    Add adjustable Qt stylesheet class, QgisAppStyleSheet

    - [API] Remove individual stylesheet option functions (e.g. setFontSize) in favor of direct access to QgisAppStyleSheet functions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-21

    Implement rewind() in wfs iterator

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-21

    Prevent concurrent wfs iterators for now

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-21

    Fix incremental wfs loading

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-21

    Change WFS provider for new vector api

Merge: 2a4d79d913 bfb2b7af0d
Larry Shaffer <larrys@dakotacarto.com>	2013-01-20

    Merge pull request #393 from dakcarto/options_re-org_5

    Reorganize Options dialog

Juergen E. Fischer <jef@norbit.de>	2013-01-18

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-01-18

    fix #7006 (if you actually use it)

Etienne Tourigny <etourigny.dev@gmail.com>	2013-01-18

    use  raster format and pyramid save widgets in gdaltools (translate, dem, pyramids)

Etienne Tourigny <etourigny.dev@gmail.com>	2013-01-18

    fix version test for gdal-1.10 (needs updates to widgets also)

Etienne Tourigny <etourigny.dev@gmail.com>	2013-01-18

    update raster format and pyramid save widgets for python, add pyramid config options support to raster writer, other fixes

Juergen E. Fischer <jef@norbit.de>	2013-01-18

    fix #7006

Merge: 7809cbdb29 1910621f63
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-18

    Merge branch 'composer_inference_lines'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-18

    Show alignment rubber band on top

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-18

    Update composition sip bindings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-18

    Set alignment snap and tolerance for composition

Juergen E. Fischer <jef@norbit.de>	2013-01-18

    about box: use webview for version info and use ok button

Juergen E. Fischer <jef@norbit.de>	2013-01-18

    use CPLFree on memory allocated by GDAL (fixes #7008)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-18

    Alignment snap also for item resize in composer

Radim Blazek <radim.blazek@gmail.com>	2013-01-18

    GRASS raster draw extent precission fix

Juergen E. Fischer <jef@norbit.de>	2013-01-18

    fix windows build

Larry Shaffer <larrys@dakotacarto.com>	2013-01-17

    Switch saving edits from Attribute Table dialog from connection to using public function

Larry Shaffer <larrys@dakotacarto.com>	2013-01-17

    Minimize canvas refreshes during save/rollback/cancel current edits actions

Larry Shaffer <larrys@dakotacarto.com>	2013-01-17

    Fix #7007, canvas is not refreshing when exiting editing mode

Larry Shaffer <larrys@dakotacarto.com>	2013-01-17

    Fix for #6992, GDAL create options help dialog shows up behind other dialogs on Mac

Larry Shaffer <larrys@dakotacarto.com>	2013-01-14

    Reorganize Options dialog

    - Add Data Sources, Canvas/Legend sections
    - Fix excess whitespace issue for list widget pane in QtDesigner and QGIS
    - Switch GDAL drive table load to on current page name

Merge: a6c5fd875b e12d1398d8
rldhont <rldhont@gmail.com>	2013-01-17

    Merge pull request #392 from rldhont/new_vector_api

    Update QGIS WFS Server to use the new vector API

D'Hont René-Luc <rldhont@gmail.com>	2013-01-17

    Update QGIS WFS Server to use the new vector API

    This update needs to be tested. It should primarily test the
    PROPERTYNAME parameter for GetFeature request, and test TRANSACTION.
    This update it's just for compatibility. It should be good to update the
    code to use all the new vector API capability.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-17

    Automatically update project files in qgis server

Salvatore Larosa <lrssvtml@gmail.com>	2013-01-17

    Followup d3981b8:
    now it works properly with pylupdate4

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-17

    Cleanup code for composer item align

Merge: 79d7246eff 3fe0f99f1c
Werner Macho <werner.macho@gmail.com>	2013-01-17

    Merge pull request #390 from gioman/master

    More pt_PT translations by Nelson Silva

Merge: a928d514c7 629fa5ab3a
Werner Macho <werner.macho@gmail.com>	2013-01-17

    Merge pull request #391 from slarosa/gdal_tools_issue

    fix typo in gdal tools

Salvatore Larosa <lrssvtml@gmail.com>	2013-01-17

    fix typo in gdal tools

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-17

    Show alignment lines

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-17

    [FEATURE]: snap to left/mid/right coordinates of other items when moving composer items

Martin Dobias <wonder.sk@gmail.com>	2013-01-16

    Update of providers' feature iterators

    Currently providers do not support concurrent access of more iterators at once, so keep pointer to the currently active iterator and auto-close previous iterator when a new one is requested.
    Auto-close iterators when all features have been set.
    Auto-close iterators when the provider is deleted.

Larry Shaffer <larrys@dakotacarto.com>	2013-01-15

    Turn on all edit triggers and set minimum heights for custom/current env vars tables

    - Set minimum heights for all table widgets in Options->System

Larry Shaffer <larrys@dakotacarto.com>	2013-01-15

    Increase relative height of custom/current env vars table headers

Larry Shaffer <larrys@dakotacarto.com>	2013-01-15

    Update Options dialog vertical tabs after paintEvent, instead of on resize

    - Allows full updating of icon-only mode on OSes that emit only one resize event

Giovanni Manghi <gio@sibirica.(none)>	2013-01-15

    More pt_PT translations by Nelson Silva

Juergen E. Fischer <jef@norbit.de>	2013-01-15

    fix build

Salvatore Larosa <lrssvtml@gmail.com>	2013-01-15

    Update translation for Python Console

Merge: ce64ede9bb a1743ab0e5
mhugent <marco.hugentobler@sourcepole.ch>	2013-01-15

    Merge pull request #388 from mwa/offline_editing_api

    Move QgsOfflineEditing to core

Mathias Walker <mwa@sourcepole.ch>	2013-01-15

    Move QgsOfflineEditing to core and add SIP bindings; refactor Offline Editing Plugin

Merge: 0357f0fd24 6768327edb
Tim Sutton <tim@linfiniti.com>	2013-01-15

    Merge pull request #387 from slarosa/pyqgis-console

    Add QgsMessageBar for pyqgis console

Salvatore Larosa <lrssvtml@gmail.com>	2013-01-15

    Add QgsMessageBar for pyqgis console

Merge: bdcb6c1c33 ca77a9876c
mhugent <marco.hugentobler@sourcepole.ch>	2013-01-15

    Merge pull request #386 from Oslandia/atlas

    Fix atlas map resizing

Larry Shaffer <larrys@dakotacarto.com>	2013-01-14

    Add mousePressEvent to QgsMessageBar sip file

Juergen E. Fischer <jef@norbit.de>	2013-01-14

    more oracle provider improvements:
    - enable warnings and more error handling in qocispatial
    - read ordinates in one go (OCICollGetElemArray/OCINumberToRealArray not working yet)
    - set prefetch count
    - fix support for int keys (numbers with precision 0)
    - interpret oracle crs without auth_name as EPSG

Larry Shaffer <larrys@dakotacarto.com>	2013-01-14

    Re-add mysteriously missing connections for custom env variables checkbox

    - Probably removed during QtDesigner changes to .ui file; code into .cpp file instead
    - Possible fix for #6961

Hugo Mercier <hugo.mercier@oslandia.com>	2013-01-14

    refs #6956
    Fix map frame resizing : do not touch the frame size, adapt the geometry's extent if needed

Juergen E. Fischer <jef@norbit.de>	2013-01-14

    oracle provider improvements:
    - improve srs lookup
    - insert crs to oracle table on import, if not existent (requires INSERT privilege on MDSYS.SDO_COORD_REF_SYSTEM)
    - move table lookup into thread
    - use QgsMessageOutput for import errors (also in postgres and spatialite)
    - german translation update

Juergen E. Fischer <jef@norbit.de>	2013-01-13

    [FEATURE] add second browser

Larry Shaffer <larrys@dakotacarto.com>	2013-01-13

    Add QgisApp::messageTimeout() to iface sip file

    - [API] Remove recently added, and unnecessary, mMessageTimeout and setMessageTimeout() from QgisApp

Larry Shaffer <larrys@dakotacarto.com>	2013-01-13

    Set fixed size for close icon in QgsMessageBar

Larry Shaffer <larrys@dakotacarto.com>	2013-01-12

    Finish refactoring that caused build error

Juergen E. Fischer <jef@norbit.de>	2013-01-13

    fix build error

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-01-13

    Fix build

Larry Shaffer <larrys@dakotacarto.com>	2013-01-12

    Add stop/start and user default option for timeout of timed QgsMessageBars

    - Add pause/start icons to timeout countdown progress bar
    - Add user-defined option for general message timeouts
    - [API] Add get/set methods for general message timeouts to QgisApp

Merge: ac29c5b11f 5b06de9935
Jürgen Fischer <jef@norbit.de>	2013-01-12

    Merge pull request #378 from slarosa/ftools_split_vector

    fix #4534

Juergen E. Fischer <jef@norbit.de>	2013-01-12

    prepare-commit.sh: remove trailing blanks from python files

Juergen E. Fischer <jef@norbit.de>	2013-01-12

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-01-12

    prepare-commit.sh: remove trailing blanks from python files

Juergen E. Fischer <jef@norbit.de>	2013-01-12

    fix sip binding of QgsCredentials::get() (always returned true; partly rolls back dcf3ede)

Merge: 13bfb5eb9a 8203effa72
Larry Shaffer <larrys@dakotacarto.com>	2013-01-12

    Merge pull request #385 from slarosa/pyqgis-console

    remove item QgsInterface from import class menu in python console

Salvatore Larosa <lrssvtml@gmail.com>	2013-01-12

    remove item QgsInterface from import class menu in python console
    since a369ed0 it is no longer necessary to import iface object

Merge: 5b431dfaf4 bc4f8f2ba2
Victor Olaya <volayaf@gmail.com>	2013-01-12

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Larry Shaffer <larrys@dakotacarto.com>	2013-01-12

    Add convenience methods for pushing a non-widget-based message to QgsMessageBar

    - Switch some WARNING messages over to INFO
    - Add default icon for CRITICAL messages

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-01-12

    Import iface into Python console

Larry Shaffer <larrys@dakotacarto.com>	2013-01-12

    Update 'not vector/editable layer' dialogs to message bar for new Rotate map tool

Larry Shaffer <larrys@dakotacarto.com>	2013-01-12

    Fix #6957, move 'not vector/editable layer' dialogs to message bar for map edit and select tools

    - Move notifications to base QgsMapToolEdit class
    - Add QgsMessageBar::INFO icon (also useful for lightweight WARNING)

Victor Olaya <volayaf@gmail.com>	2013-01-12

    sextante file dialog now remembers last used folder

Victor Olaya <volayaf@gmail.com>	2013-01-12

    modified grass postprocessing and edited grass description

Victor Olaya <volayaf@gmail.com>	2013-01-12

    code cleaning

Victor Olaya <volayaf@gmail.com>	2013-01-12

    editing parameters in modeler now remembers previous values

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-12

    Transform anchor point if rotating reprojected features

vinayan <vinayan@vinayan-MS-7623.(none)>	2013-01-08

    moved to Advanced Editing Toolbar

vinayan <vinayan@vinayan-MS-7623.(none)>	2013-01-08

    rotate closest feature if selection is empty

vinayan <vinayan@vinayan-MS-7623.(none)>	2013-01-06

    icon added,fixed issue with no selection on

vinayan <vinayan@vinayan-MS-7623.(none)>	2013-01-06

    prepare commit script run

vinayan <vinayan@vinayan-MS-7623.(none)>	2013-01-06

    Fixed Rotation anchor issue while zooming panning

vinayan <vinayan@vinayan-MS-7623.(none)>	2013-01-06

    Added Rotate Map Tool

Merge: 971c7b8b6a 8803a00aff
Larry Shaffer <larrys@dakotacarto.com>	2013-01-11

    Merge pull request #382 from dakcarto/iface_edits-tool-switch-fix_1

    Fix #6968, saving/rollbacking edits deselects current editing tool

Larry Shaffer <larrys@dakotacarto.com>	2013-01-09

    Fix #6968, saving/rollbacking edits deselects current editing tool

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-01-10

    Add groupbox support to attribute editor

Larry Shaffer <larrys@dakotacarto.com>	2013-01-11

    Add descriptive names to message bar levels (from Matthais Kuhn)

    - Enum containing INFO, WARNING and CRITICAL

Juergen E. Fischer <jef@norbit.de>	2013-01-12

    oracle provider: accept number(0) as key

Merge: 078f0d0ad2 eb02e915d9
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-11

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-11

    Fix python zebra style test

Juergen E. Fischer <jef@norbit.de>	2013-01-11

    oracle provider: fix menu entry

Merge: 37f7d57897 5003c465d0
Jürgen Fischer <jef@norbit.de>	2013-01-10

    Merge pull request #384 from lynxlynxlynx/master

    Try to find QWT harder

Larry Shaffer <larrys@dakotacarto.com>	2013-01-10

    Update QgsMessageBar sip file to include timeout messages

Larry Shaffer <larrys@dakotacarto.com>	2013-01-10

    Switch 'select vector layer first' dialog warning for labeling toolbar action to QgsMessageBar timeout message

Larry Shaffer <larrys@dakotacarto.com>	2013-01-10

    Add optional message timeout with countdown progress bar to QgsMessageBar

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2013-01-10

    FindQwt.cmake: also detect qwt6 suffixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-10

    Fix display of paper size after loading from Template. Fixes #6818

Merge: 834107a68a f2a037881e
volaya <volayaf@gmail.com>	2013-01-10

    Merge pull request #383 from slarosa/sextante-issue

    Fix for destination CRS in SEXTANTE GRASS algs:

Merge: 4ddcb3eaac 2c1db1c665
mhugent <marco.hugentobler@sourcepole.ch>	2013-01-10

    Merge pull request #380 from bischofia/updateFieldName

    update field names when vector layer properties are applied

Salvatore Larosa <lrssvtml@gmail.com>	2013-01-10

    Fix for destination CRS in GRASS algs:
    Refs: http://lists.osgeo.org/pipermail/qgis-user/2013-January/020847.html

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-01-09

    Add support for QCalendarWidget in custom forms

Juergen E. Fischer <jef@norbit.de>	2013-01-10

    re-enable QGisApp::updateLayerModifiedActions()

Werner Macho <werner.macho@gmail.com>	2013-01-10

    translation update: gl_ES by Xan

Juergen E. Fischer <jef@norbit.de>	2013-01-09

    fix crash on CRS validation

Juergen E. Fischer <jef@norbit.de>	2013-01-09

    fix some warnings and myriads of global QString objects

Juergen E. Fischer <jef@norbit.de>	2013-01-09

    oracle provider: fix connection settings

Juergen E. Fischer <jef@norbit.de>	2013-01-09

    osgeo4w: change geos_c_i to geos_c

Juergen E. Fischer <jef@norbit.de>	2013-01-09

    german translation update

Juergen E. Fischer <jef@norbit.de>	2013-01-09

    [FEATURE] add oracle provider

Minoru Akagi <akaginch@gmail.com>	2012-12-07

    update field names when vector layer properties are applied

Victor Olaya <volayaf@gmail.com>	2013-01-08

    improvements for handling tables

Merge: 964e842435 45fab4ba55
Victor Olaya <volayaf@gmail.com>	2013-01-08

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Salvatore Larosa <lrssvtml@gmail.com>	2013-01-08

    fix #4534

Merge: e59de661b7 7e29d7ced1
Victor Olaya <volayaf@gmail.com>	2013-01-07

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Martin Dobias <wonder.sk@gmail.com>	2013-01-07

    Fixed closing of feature iterators

Martin Dobias <wonder.sk@gmail.com>	2013-01-06

    Postgres feature iterator fixes (rewind, FID filter, closing)

Merge: a785fd5973 522bbcda2b
Victor Olaya <volayaf@gmail.com>	2013-01-04

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Merge: 5c00014397 a572f3c262
Victor Olaya <volayaf@gmail.com>	2013-01-04

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2013-01-01

    edited grass and saga algorithm descriptions

Victor Olaya <volayaf@gmail.com>	2013-01-01

    refactor fTools algorithms

Martin Dobias <wonder.sk@gmail.com>	2012-12-29

    Fixing support for spatialite 4.0

Martin Dobias <wonder.sk@gmail.com>	2012-12-28

    Faster initialization of attributes

Martin Dobias <wonder.sk@gmail.com>	2012-12-28

    Slightly faster preparation of vectors of points

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-27

    Disable scale field if no symbology export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-27

    Export ogr feature style in mm for line width and in ground units for line pattern

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-26

    Let ogr give ids to created features (otherwise, there are problems with exported dxf files)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-25

    Ogr style string for line pattern fill

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-25

    Write offset into ogr pen style

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-25

    Write pen cap and join style to ogr pen

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-25

    Add custom dash dot pattern to symbol layer utils function

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-23

    Fetch attributes for symbology export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-23

    Feature style for simple fill

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-23

    Use start / stopRender for renderer in vector symbology export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-21

    Dash dot pattern

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-21

    Use scale for symbology export (if symbol measures are defined in map units)

Martin Dobias <wonder.sk@gmail.com>	2012-12-20

    Re-enabled GPX provider

Martin Dobias <wonder.sk@gmail.com>	2012-12-20

    Fixed isModified()

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-20

    Hack to fix line widths (for dxf only?)

Martin Dobias <wonder.sk@gmail.com>	2012-12-19

    Checking of invalid values when calling edit buffer operations

Martin Dobias <wonder.sk@gmail.com>	2012-12-19

    Changed data structure for added features from list to map to allow efficient lookups

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-18

    ogr feature style for simple marker

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-18

    Add coordinate transform to symbol layer vector export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-18

    Better error handling

Merge: 81b0930498 122cff7859
Martin Dobias <wonder.sk@gmail.com>	2012-12-18

    Merge remote-tracking branch 'origin/master' into new_vector_api

    Also disabled mapserver until compilation is fixed.
    Fixed tests.

    Conflicts:
            src/app/legend/qgslegendlayer.cpp
            src/app/qgsattributedialog.cpp
            src/app/qgsattributedialog.h
            src/app/qgslabelpropertydialog.cpp
            src/app/qgsmaptoollabel.cpp
            src/app/qgsvectorlayerproperties.cpp
            src/core/CMakeLists.txt
            src/core/composer/qgsatlascomposition.cpp
            src/core/qgsexpression.cpp
            src/core/qgspallabeling.cpp
            src/core/qgsvectorlayer.cpp
            src/core/qgsvectorlayer.h
            src/core/qgsvectorlayerimport.cpp
            src/mapserver/qgsprojectparser.cpp
            src/mapserver/qgswfsserver.cpp
            src/mapserver/qgswfsserver.h
            src/mapserver/qgswmsserver.cpp
            src/providers/postgres/qgspostgresprovider.cpp
            src/providers/spatialite/qgsspatialiteprovider.h
            tests/src/core/testqgsexpression.cpp
            tests/src/python/test_qgsmemoryprovider.py

Martin Dobias <wonder.sk@gmail.com>	2012-12-17

    QgsVectorLayer: large internal refactoring

    Most important changes:
    - introduced feature iterator for QgsVectorLayer
    - vector editing moved to QgsVectorEditBuffer
    - complete rework of undo/redo commands for vector layers
    - geometry cache separated from editing (QgsVectorLayerCache)
    - non-essential editing functionality moved to QgsVectorLayerEditUtils

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-17

    Fix width of simple line style

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-17

    Possibility of choosing symbology export method in export dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-13

    Add enum to vector file writer describing the type of symbology export

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-07

    Implement ogr style in simple line symbol layer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-07

    [FEATURE]: add base mechanisms for OGR feature style export

Chris Crook <ccrook@linz.govt.nz>	2012-11-03

    Code for delimited text provider

Merge: e0f9d53e63 a9ff3cfccd
ddehaan <ddehaan@sybase.com>	2012-10-28

    Merge remote-tracking branch 'origin/master'

Sandro Santilli <strk@keybit.net>	2013-01-08

    Quality topology layer names

    ... so you can recognize them in the snapping option dialog

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-01-08

    Rename Query/Build Query to Filter/Set Filter to better reflect action

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-01-08

    Fix loading of Python Init method with unsaved features

Werner Macho <werner.macho@gmail.com>	2013-01-08

    translation update: galician by Xan

Juergen E. Fischer <jef@norbit.de>	2013-01-08

    fix syntax error

Nathan Woodrow <woodrow.nathan@gmail.com>	2013-01-08

    [API] Add method to QgsMapLayerRegistry to get layers using name

Merge: 4ff5b29b56 c4115cf141
Nathan Woodrow <madmanwoo@gmail.com>	2013-01-07

    Merge pull request #377 from matthias-kuhn/attredit-load-idx

    Fix issue 6899: Drag and drop designer uses first field after project re...

Larry Shaffer <larrys@dakotacarto.com>	2013-01-06

    Update Options dialog vertical tabs

    - Icon-only mode now only shows vert. scrollbar as needed
    - Icon-only mode is snapped to when splitter is near icons
    - Splitter is adjusted for vert. scrollbar width, keeping it from covering icon-only mode icons
    - Remove size grip for dialog

Juergen E. Fischer <jef@norbit.de>	2013-01-07

    Include project home in browser toplevel browser (implement #6955)
    [API] add QgsProject::homePath()
    [API] make QgsBrowserModel::reload() a public slot

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-01-07

    Show scroll bars for drag and drop attribute editor if necessary

Matthias Kuhn <matthias.kuhn@gmx.ch>	2013-01-07

    Fix issue 6899: Drag and drop designer uses first field after project reload
    idx was not properly initialized at project load.

Juergen E. Fischer <jef@norbit.de>	2013-01-07

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2013-01-07

    - [API] add optional progress dialog to QgsVectorLayerImport
    - postgres/mssql: fix primary key generation on import (fixes #6907)
    - fix crash on browser refresh after vector layer import

Juergen E. Fischer <jef@norbit.de>	2013-01-06

    german translation update

Radim Blazek <radim.blazek@gmail.com>	2013-01-06

    doxygen warnings fixes

Juergen E. Fischer <jef@norbit.de>	2013-01-06

    fix #6726

Juergen E. Fischer <jef@norbit.de>	2013-01-06

    attribute table: NULL values are considered less than other values (fixes #6715)

Larry Shaffer <larrys@dakotacarto.com>	2013-01-06

    Switch main Options dialog to vertical tabs

    - Icon-only mode enabled by fully moving splitter to left

Merge: 2a002c558e 0595f746a0
Larry Shaffer <larrys@dakotacarto.com>	2013-01-06

    Merge pull request #372 from dakcarto/iface_enviro_3

    [FEATURE] Configure custom environment variables

Juergen E. Fischer <jef@norbit.de>	2013-01-06

    [API] make primary key field indexes available:
    - add QgsVectorLayer::pendingPkAttributeList()
    - add QgsVectorDataProvider::pkAttributeIndexes()
    - skip primary key attribute when pasting features (fixes #6164)
    - default to skip primary key attribute in when merging features/attributes
    - reset primary key attributes to default value when splitting features (better fix for #6060)
    - comment out unused QgsPasteTransformations

Merge: b2932deca1 3f5f70696f
Jürgen Fischer <jef@norbit.de>	2013-01-04

    Merge pull request #364 from matthias-kuhn/attredit-aliases

    Attredit aliases

Larry Shaffer <larrys@dakotacarto.com>	2013-01-04

    Add checkbox to filter non-QGIS-specific vars from current env vars table

Juergen E. Fischer <jef@norbit.de>	2013-01-05

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2013-01-05

    QgsVectorLayer: delete before adding/changing features (fixes #6422)

Juergen E. Fischer <jef@norbit.de>	2013-01-04

    update INSTALL

Juergen E. Fischer <jef@norbit.de>	2013-01-04

    wfs in core needs expat

Juergen E. Fischer <jef@norbit.de>	2013-01-04

    more API updates to the python plugins

Radim Blazek <radim.blazek@gmail.com>	2013-01-04

    multipart reply extracted from WCS provider QgsNetworkReplyParser

Radim Blazek <radim.blazek@gmail.com>	2013-01-04

    QgsWFSData CORE_EXPORT

Radim Blazek <radim.blazek@gmail.com>	2013-01-04

    QgsWFSData moved to core

Larry Shaffer <larrys@dakotacarto.com>	2013-01-03

    Fix #6940, error traceback output to console crashes under QScintilla 2.7

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-04

    Test WFS version and throw error if 1.0 is not supported by the server

Larry Shaffer <larrys@dakotacarto.com>	2013-01-01

    [FEATURE] Configure custom environment variables

    - Fix for #3097
    - Could help plugins, like SEXTANTE, work better across platforms via abstracted coding based upon env vars
    - In app prefs, configure variables and view current set, with tooltips to show pre-startup value (if any)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-12-21

    Save/Load attribute editor layout for layers without geometry

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-12-21

    Show field alias in drag and drop designer dialogs

ddehaan <ddehaan@sybase.com>	2012-10-28

    Fix int/integer datatype confusion in primary key identification for the sqlanywhere provider

Werner Macho <werner.macho@gmail.com>	2013-01-04

    translation update: lao by Lao GIS users

Juergen E. Fischer <jef@norbit.de>	2013-01-04

    nmea parsing: call strtod with locale "C" (fixes #6687)

Merge: 335987005b fb763a7e48
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-04

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2013-01-04

    Saver double comparison, minor code cleanup (deleting a 0 pointer is always save)

Larry Shaffer <larrys@dakotacarto.com>	2012-12-09

    Draw SVG symbol from cached QImage unless it exceeds half of cache size, then use QPicture

    - Fix #6855, SVG markers/fills larger than half cache (559^2 X 32 + SVG) are drawn with QPicture
    - Fix #6861, make QPicture SVG symbols scale with Composer page zoom
    - Fix #6861, make SVG symbol output to print/image more accurate by setting 'size' to double
    - Update/add support for non-squared SVG via QImage and QPicture, on screen and in output to print/image
    - Non-squared SVG QImage/QPicture can now be used in pattern fill, without excess space

Merge: 1bda31d4b3 fb26989a7a
Nathan Woodrow <madmanwoo@gmail.com>	2013-01-03

    Merge pull request #374 from bholland/master

    Fix #6942

ben <ben@ben-desktop.(none)>	2013-01-03

    Bounding box now takes into account font descent so letters like g and j are not cut off from the legend title.

Juergen E. Fischer <jef@norbit.de>	2013-01-04

    fTools: replace QgsRectangle.expand with .scale

Juergen E. Fischer <jef@norbit.de>	2013-01-04

    fix #6926

Juergen E. Fischer <jef@norbit.de>	2013-01-03

    python plugins: replace QgsMapRenderer.destinationSrs() with destinationCrs() (closes #6391)

Merge: d4ef4fd98e d6a33f5298
Werner Macho <werner.macho@gmail.com>	2013-01-03

    Merge pull request #373 from slarosa/pyqgis_console_1

    Reorganize icons theme for pyqgis console

Merge: b48ae8b280 77d48a05b4
Werner Macho <werner.macho@gmail.com>	2013-01-03

    Merge pull request #347 from slarosa/pyqgis-console

    fix output directory for pyqgis console on installing

Merge: 71580df366 90ef5767bc
Werner Macho <werner.macho@gmail.com>	2013-01-03

    Merge pull request #370 from slarosa/osm_plugin_issue

    fixes issues for OSM plugin generated from api cleanup commit

Merge: 93e0526246 aef3f345fb
Werner Macho <werner.macho@gmail.com>	2013-01-03

    Merge pull request #371 from bstroebl/fix#6925

    fix #6925 fTools eliminate now works if the polygon to merge with has an id of 0

Radim Blazek <radim.blazek@gmail.com>	2013-01-03

    wcs test fix

Juergen E. Fischer <jef@norbit.de>	2013-01-03

    use project projections instead of WGS84 for WMS crs preselection (fixes #6939)

Radim Blazek <radim.blazek@gmail.com>	2013-01-03

    raster sublayers win fix

Salvatore Larosa <lrssvtml@gmail.com>	2013-01-03

    Reorganize icons theme for pyqgis console
    - add icon to Python Console entry in Plugins menu

Bernhard Ströbl <bernhard.stroebl@jena.de>	2013-01-03

    fix #6925

    fTools' eliminate now works if the polygon to merge with has an id of 0

Sandro Santilli <strk@keybit.net>	2013-01-02

    Mark topology group visibility off

    This is really a workaround to http://hub.qgis.org/issues/6938

Larry Shaffer <larrys@dakotacarto.com>	2013-01-01

    Fix for #6937, ensure QgsRubberBand is deleted if no active vector layer

Sandro Santilli <strk@keybit.net>	2013-01-01

    Reorganize topoviewer layers into subgroups

Larry Shaffer <larrys@dakotacarto.com>	2012-12-31

    Revert "Fix #6931, apply patch from Borys Jurgiel"

    This reverts commit bd65e86b5f079ecb8969b3132b64bfbf7d20a1dd.

    Sorry, did not notice more complete fix in pull request from Salvatore Larosa

Larry Shaffer <larrys@dakotacarto.com>	2012-12-31

    Fix #6931, apply patch from Borys Jurgiel

Larry Shaffer <larrys@dakotacarto.com>	2012-12-31

    Fix #6725

    - Restore toggle editing button state in attribute table editor if toggling canceled or commit/rollback changes fails

Larry Shaffer <larrys@dakotacarto.com>	2012-12-31

    Move toggle/save/rollback/cancel edits slots from private to public

Larry Shaffer <larrys@dakotacarto.com>	2012-12-31

    Reinstate Save Active Layer Edits action

    - Now enables/disables relative to vector layer isModified() state (gives feedback when save is finished)
    - Now works with active legend layer, regardless of whether a selection exists in legend
    - Add to legend contextual menu when right-clicked vector layer isModified()

Larry Shaffer <larrys@dakotacarto.com>	2012-12-28

    Updates to legend active layer

    - Single click in blank, non-item space in legend unsets active layer (same behavior as clicking group)
    - Underline active layer (helpful when active layer, and no selection or multiple selected layers)

Juergen E. Fischer <jef@norbit.de>	2012-12-31

    german translation update and some string fixes

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-31

    fix #6932 (due to deprecated getLayerID method removal)

Salvatore Larosa <lrssvtml@gmail.com>	2012-12-31

    fix for issues generated from api cleanup commit

pcav <cavallini@faunalia.it>	2012-12-31

    Fix #5843

Juergen E. Fischer <jef@norbit.de>	2012-12-29

    fix #5251

Juergen E. Fischer <jef@norbit.de>	2012-12-29

    geos 3.3.6 doesn't produces geos_c_i on windows anymore also check geos_c

Larry Shaffer <larrys@dakotacarto.com>	2012-12-28

    Fix #6924, finish move from png to new svg icons for Current Edits actions

    - Remove graphical limitation indicating edit is only vector-based (previously removed themes/gis/mActionSaveEdits.png)
    - Remove themes/default/mActionSaveEdits.png, just duplicate of mActionsFileSave.png

Merge: 837f1872fd 2b2da5d7f1
Martin Dobias <wonder.sk@gmail.com>	2012-12-28

    Merge pull request #350 from matthias-kuhn/qgsmessagebar

    Transfer ownership of widgets to C++ when pushed to the QgsMessageBar

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-12-28

    Fix #6214. Show names under symbols

Victor Olaya <volayaf@gmail.com>	2012-12-28

    fixed #6918

Merge: ce4d03bca1 8b98197514
Nathan Woodrow <madmanwoo@gmail.com>	2012-12-27

    Merge pull request #368 from tecoholic/6897

    Fixes #6897. Handle import of old symbols.

Arunmozhi <aruntheguy@gmail.com>	2012-12-27

    Fixes #6897

Werner Macho <werner.macho@gmail.com>	2012-12-27

    added GPL license to file

Arunmozhi <aruntheguy@gmail.com>	2012-12-27

    changed style version from 0 to 1

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-12-27

    Remove Symbol: from symbol selector tree view names

Merge: d8b271dd0d 90c571da90
mhugent <marco.hugentobler@sourcepole.ch>	2012-12-27

    Merge pull request #366 from matthias-kuhn/rubberband-point-symbols

    Add different point symbols for QgsRubberband.

Merge: c419888242 6a9c994878
Nathan Woodrow <madmanwoo@gmail.com>	2012-12-27

    Merge pull request #367 from tecoholic/imp_style

    Improved Style functionality. Fix recursive symbol dialogs

Arunmozhi <aruntheguy@gmail.com>	2012-12-27

    added scripts/qgisstyle to gitignore

Arunmozhi <aruntheguy@gmail.com>	2012-12-27

    auto update the symbol DB with 0s in place of NULLs

Merge: 7344368abe 0ff4324caa
Nathan Woodrow <madmanwoo@gmail.com>	2012-12-26

    Merge pull request #365 from tecoholic/improved_symbols

    fix for #6901.  Fix crash when Changing symbols to > 1 symbology classes

Sandro Santilli <strk@keybit.net>	2012-12-26

    Place new group after current item (for non-group current item)

    See #6879
    When current item is a group the behavior is still to append the
    new group to the end of the child list (as before)

Sandro Santilli <strk@keybit.net>	2012-12-26

    Fix adding groups to empty projects

    Closes #6879 again

Larry Shaffer <larrys@dakotacarto.com>	2012-12-26

    Update to legend right-click

    - Right-click now performs widget item change before contextual menu is handled (no more lost right-clicks)
    - Right-clicks within multiple selection preserve selection, but still switch item
    - Right-clicks outside of current selection clears selection and switches to new item before contextual menu

Larry Shaffer <larrys@dakotacarto.com>	2012-12-18

    [FEATURE] Add save/rollback/cancel current edits for selected or all vector layers

    - Fix for issue #6782
    - Ensure undo widget is not enabled unless active (again)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-12-26

    Add pen width to rubberband bounding rect

Arunmozhi <aruntheguy@gmail.com>	2012-12-26

    fixed the possibility to recursively open stylemgr and symbol selector

Juergen E. Fischer <jef@norbit.de>	2012-12-22

    remove raster metadata from test data to make tests run without changing git tracked files

Juergen E. Fischer <jef@norbit.de>	2012-12-22

    fix msvc build

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-12-25

    Add different point symbols for QgsRubberband.

Victor Olaya <volayaf@gmail.com>	2012-12-24

    added missing file with JoinAttributes algorithm

Arunmozhi <aruntheguy@gmail.com>	2012-12-24

    changed the parent group id for main groups to 0 from NULL

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-24

    fix python plugins after API cleanup

Arunmozhi <aruntheguy@gmail.com>	2012-12-24

    changed the ungrouped groupid to 0 from NULL

Victor Olaya <volayaf@gmail.com>	2012-12-24

    adapted mmqgis and sextante algs to changes in management of selected features

Victor Olaya <volayaf@gmail.com>	2012-12-23

    Added mechanism for better handling selected features in algorithms
    Implemented it in fTools Simplify algorithm

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-20

    fix tests

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-20

    remove deprecated methods from API

Larry Shaffer <larrys@dakotacarto.com>	2012-11-25

    Add CMake option for custom Python framework on Mac

Larry Shaffer <larrys@dakotacarto.com>	2012-12-18

    Keep attribute editor text synchronization from affecting editing

    - Cursor no longer jumps to end of text after each edit (on Mac)
    - Move QgsStringRelay slot definitions into cpp file
    - Fill editable QComboBox with attribute's value in custom forms
    - Add validator to editable QComboBox

Juergen E. Fischer <jef@norbit.de>	2012-12-22

    osgeo4w: switch to GRASS 6.4.3RC2

Victor Olaya <volayaf@gmail.com>	2012-12-21

    minor fixes for otb and gdal, and edited some grass descriptions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-21

    Paletted raster renderer: replace nodata values in a color table copy before the main loop

Arunmozhi <aruntheguy@gmail.com>	2012-12-21

    fix for #6901

Radim Blazek <radim.blazek@gmail.com>	2012-12-21

    GRASS Direct test script initial work

Merge: 79947fe942 a9de654c14
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-21

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2012-12-21

    raster sublayer test Windows fix

Merge: ac5267178c 0d9dcb5a81
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-21

    Merge branch 'master' of github.com:qgis/Quantum-GIS

dassau <dassau@gbd-consult.de>	2012-12-21

    changed german translation for resampling

dassau <dassau@gbd-consult.de>	2012-12-21

    small change

Radim Blazek <radim.blazek@gmail.com>	2012-12-21

    Use QgsRubberBand constructor with geom type to avoid future break by QgsRubberBand

Radim Blazek <radim.blazek@gmail.com>	2012-12-21

    QgsRubberBand constructor fix (it is not possible to call constructor from constructor in C++ (<C++11)

Radim Blazek <radim.blazek@gmail.com>	2012-12-20

    More GRASS direct functions

Radim Blazek <radim.blazek@gmail.com>	2012-12-20

    raster creation moved from QgsGdalProvider::create() to GDAL provider extern C function

Werner Macho <werner.macho@gmail.com>	2012-12-20

    translation update: ro by Bogdan

Radim Blazek <radim.blazek@gmail.com>	2012-12-20

    NetCDF sublayers test

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-20

    use normalize path (use native separators, avoid duplicate separators)

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-20

    use system-wide temp directory for temporary files instead of own dir in
    user profile

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-20

    fix SEXTANTE CMakeLists.txt

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-30

    fix output directory for pyqgis console on installing

Victor Olaya <volayaf@gmail.com>	2012-12-20

    reorganized native algorithms into one single group

Radim Blazek <radim.blazek@gmail.com>	2012-12-19

    More GRASS direct functions

Radim Blazek <radim.blazek@gmail.com>	2012-12-19

    raster save as VRT fixes and improvements, fixes #6821

Merge: bcca81bb86 e0d9796fda
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-18

    Merge branch 'crs_transform_cache'

Radim Blazek <radim.blazek@gmail.com>	2012-12-18

    Fixed default contrast enhancement for raster multiband / single byte

Juergen E. Fischer <jef@norbit.de>	2012-12-18

    fix warnings

Radim Blazek <radim.blazek@gmail.com>	2012-12-18

    Delete raster provider also if invalid

Radim Blazek <radim.blazek@gmail.com>	2012-12-18

    GRASS r.bitpattern fix

Radim Blazek <radim.blazek@gmail.com>	2012-12-18

    More GRASS direct functions

Radim Blazek <radim.blazek@gmail.com>	2012-12-18

    Improved raster singleband pseudocolor classification GUI

Larry Shaffer <larrys@dakotacarto.com>	2012-12-18

    Followup to 9069f3b

    - Avoid canvas refresh when new command is added after user clicks back in undo view history

Sandro Santilli <strk@keybit.net>	2012-12-17

    Expose setGroupExpanded to python

Sandro Santilli <strk@keybit.net>	2012-12-17

    Survive when setLayerExpanded is called with a layer unknown by legend

Sandro Santilli <strk@keybit.net>	2012-12-17

    Add QgsAppLegendInterface::setLayerExpanded method

    .. and use it from the db_manager plugin

Radim Blazek <radim.blazek@gmail.com>	2012-12-17

    More GRASS direct functions

Sandro Santilli <strk@keybit.net>	2012-12-17

    Fix addGroup() not to refuse invisibleRootItem as the group parent

    Fixes #6879.
    NOTE: if a caller really wants to add a group to current item
          there's a specific method for that: addGroupToCurrentItem

Radim Blazek <radim.blazek@gmail.com>	2012-12-17

    Raster statistics and histogram moved from QgsRasterDataProvider to QgsRasterInterface

Radim Blazek <radim.blazek@gmail.com>	2012-12-17

    Removed GDAL dependencies where easily possible

Radim Blazek <radim.blazek@gmail.com>	2012-12-17

    QgsRasterBlock::DataType moved to QGis::DataType

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-17

    update anomality images for stingray

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-17

    Use coordinate transform cache in maprenderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-17

    Cache for coordinate transformations

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-17

    don't break the loop after interior ring while calculating perimeter:

    the returned ptr's pointing to a wrong position whether we break the loop before reading all the points of all the rings.

Merge: cdaebd1399 a18cb51106
volaya <volayaf@gmail.com>	2012-12-16

    Merge pull request #360 from slarosa/sextante-issue

    Fixes issue #5505 (sextante/nviz)

Salvatore Larosa <lrssvtml@gmail.com>	2012-12-16

    Fixes issue #5505

Radim Blazek <radim.blazek@gmail.com>	2012-12-16

    More GRASS direct functions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-16

    Change binding for QgsMapRenderer::render

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-16

    fix help files installation for TauDEM

Merge: 3b3d1a75da 948faefa1e
mhugent <marco.hugentobler@sourcepole.ch>	2012-12-15

    Merge pull request #354 from Oslandia/atlas

    refs #6741

Larry Shaffer <larrys@dakotacarto.com>	2012-12-14

    Update labeling tools and make more undo/redo friendly

    - Change QgsVectorLayer::redoEditCommand to only strip invalid QVariants, not null ones
    - Update undo/redo command text to start with action and end with sample of label text
    - Update pin/unpin labels tool to be fully undo/redo-able
    - Store generated label text in QgsLabelPosition (sans direction symbols)
    - Update change label properties dialog to show whether label text is expression

Merge: 33e3925eb7 3a59fd4dfd
Victor Olaya <volayaf@gmail.com>	2012-12-15

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

    Conflicts:
            python/plugins/sextante/grass/ext/CMakeLists.txt

Victor Olaya <volayaf@gmail.com>	2012-12-15

    added postgis tools to sextante
    edited some grass descriptions and renamed postproc folder (now it is not only for postproc, but also for pre execution checks)

Radim Blazek <radim.blazek@gmail.com>	2012-12-15

    More GRASS direct functions

Larry Shaffer <larrys@dakotacarto.com>	2012-12-14

    Update undo/redo widget and vector layer rollback

    - Allows for any number of undo/redo commands with only one refresh
    - Significantly decreases time needed to cancel or redo many edits
    - Disable undo/redo dock's widgets and toolbar actions when layer not in editing mode

Sandro Santilli <strk@keybit.net>	2012-12-14

    TopoViewer: make topology group start as collapsed

Sandro Santilli <strk@keybit.net>	2012-12-14

    Initialize all members in Interval constructor.

    Fixes memory conditional jumps depending on uninitialized values
    and as a consequence the unstable results from qgis_expressiontest

    Closes #6877

Sandro Santilli <strk@keybit.net>	2012-12-14

    Fix addGroup to return the integer groupIndex other methods expect

    This commit fixes #6591, although doesn't make the existing
    interface any better than it is, and it is really bad :)
    No plugin should need any adaption with the changes.

Radim Blazek <radim.blazek@gmail.com>	2012-12-14

    More GRASS direct functions

Merge: d99786303a 7e343558ae
volaya <volayaf@gmail.com>	2012-12-14

    Merge pull request #358 from slarosa/sextante-issue

    fix for sextante/convexhull tool based on field

Salvatore Larosa <lrssvtml@gmail.com>	2012-12-14

    fix for sextante/convexhull tool based on field
    the tool does not work if option "Create convex hulls based on field" is used
    to due of missing some methods. This patch fixes the issue.

Merge: 968c6d81f3 eff5c20040
mhugent <marco.hugentobler@sourcepole.ch>	2012-12-13

    Merge pull request #357 from matthias-kuhn/rb

    Set default rubberband width

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-12-14

    Set default rubberband width
    Was uninitialized, leading to screen corruption
    http://hub.qgis.org/issues/6845

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-14

    Set nodata values in raster block

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-13

    Implement readBlock in gdal provider for performance reason

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-14

    move missed CMakeLists.txt to ext directory, fix path

Merge: f2fc33bb3a 2c59866c9c
Victor Olaya <volayaf@gmail.com>	2012-12-13

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-12-13

    more grass-sextante improvements (mainly fine tuning some algorithms)

dassau <dassau@gbd-consult.de>	2012-12-13

    fixed strange translation for clip tool (ftools)

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-13

    add missed CMakeLists.txt for SEXTANTE GRASS provider

Victor Olaya <volayaf@gmail.com>	2012-12-12

    added fix by Salvatore Larosa that fixes #6862

Merge: d401a6ef6e f218a394f4
Victor Olaya <volayaf@gmail.com>	2012-12-12

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Werner Macho <werner.macho@gmail.com>	2012-12-12

    adding licenses to a few files more - we are under 100 files ..

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-12

    fix QgsDistanceArea bindings

Merge: 32f0dfdb51 d9a3c993e4
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-12

    Merge branch 'wms_raster_performance'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-12

    Add comment

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-12

    Some loop optimisations

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-12

    Fix unwanted double reading in last commit

Radim Blazek <radim.blazek@gmail.com>	2012-12-12

    More GRASS direct functions for Windows

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-12

    Avoid null fill in gdal provider if raster covers the whole requested extent. Enable raster provider code block which was outcommented in earlier commit

Juergen E. Fischer <jef@norbit.de>	2012-12-12

    improve html viewing in identify results window:
    - add print to normal context menu instead of replacing it completely
    - enable inspection with QGISDEBUG
    - allow accessing remote urls
    - use QgsNetworkManager (eg. to allow skip SSL errors or do
      authenticaton)

Hugo Mercier <hugo.mercier@oslandia.com>	2012-12-12

    refs #6741
    Fix resolution issues when printing in raster mode

Merge: e38b2222ab d584b7606b
mhugent <marco.hugentobler@sourcepole.ch>	2012-12-12

    Merge pull request #352 from Oslandia/atlas

    Fix atlas composition

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-12

    Loop optimisation

Larry Shaffer <larrys@dakotacarto.com>	2012-12-07

    Add SVG symbol of QGIS north arrow decoration (provided by ramon)

    - Feature request #6814
    - Converted 'N' text to path and centered

Merge: a4186dfee2 c84408edf4
Victor Olaya <volayaf@gmail.com>	2012-12-12

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

    Conflicts:
            python/plugins/sextante/grass/GrassAlgorithm.py

Victor Olaya <volayaf@gmail.com>	2012-12-12

    Added DensifyGeometriesInterval.py by @underdark, and fixed existent DensifyGeometries.py

Victor Olaya <volayaf@gmail.com>	2012-12-12

    Improving GRASS bindings and editing GASS descriptions

Radim Blazek <radim.blazek@gmail.com>	2012-12-11

    define extern C also functions implemented in qgsgrassgislib.cpp, it should make functions visible on Windows

Radim Blazek <radim.blazek@gmail.com>	2012-12-11

    More info if GRASS modules fails. G__getenv to see if it moves forward on Windows.

Werner Macho <werner.macho@gmail.com>	2012-12-11

    updates to licenses

    Again some updates to clean the whole QGIS tree of unlicensed files.
    Main purpose is to make the source tree checkable by debian licensechecker to clearly state the license of QGIS and find out if everything is compatible.

Merge: 6e8bf845cf dcf3ede3c3
Hugo Mercier <hugo.mercier@oslandia.com>	2012-12-11

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

    Conflicts:
            src/core/composer/qgsatlascomposition.cpp

Hugo Mercier <hugo.mercier@oslandia.com>	2012-12-11

    Fix the atlas composer: use the stored number of features, instead of featureCount()

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-29

    make username and password in-out parameters in QgsCredentials bindings

Radim Blazek <radim.blazek@gmail.com>	2012-12-11

    G__init_null_patterns GRASS 6.5, fixes #6849

Juergen E. Fischer <jef@norbit.de>	2012-12-11

    fix windows build

Larry Shaffer <larrys@dakotacarto.com>	2012-12-10

    Ensure Composer set to zoomFull() when shown from menu or manager

    - Zoom full happens on initial showing or showing after hiding, via user close or spontaneously by os
    - If Composer is open, behind other windows or minimized, zoom state is maintained

Larry Shaffer <larrys@dakotacarto.com>	2012-12-10

    Add ability to save parent project when in Composer

Larry Shaffer <larrys@dakotacarto.com>	2012-12-09

    Fix aligned multi-line labels for print or image output

Larry Shaffer <larrys@dakotacarto.com>	2012-12-10

    Fix GRASS module tools dialog on Mac

    - Show disclosure triangles for QTreeWidget item sections and root (were hidden)
    - Root for tree set to decorated, as double-click to collapse/expand is set, and could hide children

Larry Shaffer <larrys@dakotacarto.com>	2012-12-10

    GRASS module env variable fix for Mac

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-12-10

    Transfer ownership of widgets to C++ when pushed to the QgsMessageBar

Radim Blazek <radim.blazek@gmail.com>	2012-12-10

    GRASS Direct: Mac DYLD_LIBRARY_PATH fix

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-10

    inline more raster block methods

Larry Shaffer <larrys@dakotacarto.com>	2012-12-10

    Fix Grass Direct module build on Mac

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-10

    pass unicode string to TreeSettingItem

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-12-10

    Fix #6843

Werner Macho <werner.macho@gmail.com>	2012-12-10

    added machine readable GPL2 to dxflib

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-10

    yet another fix following 3da32c00d5

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-10

    another change missing in 3da32c00d

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-10

    fix #6842

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-10

    fix #6847

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-10

    fix #6846

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-09

    fix #6848

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-10

     add fix for file missed in d83ed0aa1a0

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-09

    do not translate geometry types, change dbmanager translation context names (fix #6837)

Werner Macho <werner.macho@gmail.com>	2012-12-10

    adding license

Juergen E. Fischer <jef@norbit.de>	2012-12-10

    update fake grass library build on windows

Juergen E. Fischer <jef@norbit.de>	2012-12-10

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-12-10

    remove trailing blanks

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-09

    Store colors directly as qrgb in paletted raster renderer for faster drawing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-09

    Disable block in raster provider for performance reason

Juergen E. Fischer <jef@norbit.de>	2012-12-09

    fix build of fake grass lib

Victor Olaya <volayaf@gmail.com>	2012-12-08

    fixed #6227

Victor Olaya <volayaf@gmail.com>	2012-12-08

    improved new algorithm classification mechanism
    fixed #6834

Sandro Santilli <strk@keybit.net>	2012-12-07

    Drop orphaned TopoGeometry objects on deleteFeatures

Sandro Santilli <strk@keybit.net>	2012-12-07

    Add minorVersion() method, fix doc of majorVersion()

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-07

    More wms optimisations: create pallabeling only once, take crs from cache

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-07

    Optimization in writing raster values in paletted raster renderer

Victor Olaya <volayaf@gmail.com>	2012-12-07

    added alternative organization in sextante toolbox

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-07

    Use CRS cache and avoid sqlite lookup for each request

Radim Blazek <radim.blazek@gmail.com>	2012-12-06

    More GRASS direct modules

Merge: ef6da72a79 fc22a6f8d6
mhugent <marco.hugentobler@sourcepole.ch>	2012-12-06

    Merge pull request #341 from matthias-kuhn/rubberband-point

    Allow the rubberband to display points

Radim Blazek <radim.blazek@gmail.com>	2012-12-06

    GRASS compilation fix 2

Radim Blazek <radim.blazek@gmail.com>	2012-12-06

    GRASS compilation fix

Radim Blazek <radim.blazek@gmail.com>	2012-11-09

    GRASS Direct

Sandro Santilli <strk@keybit.net>	2012-12-06

    Fetch topological layer info at construction time

    Simplify addFeatures and changeGeometryValues accordingly

Tim Sutton <tim@linfiniti.com>	2012-12-06

    Code and comment tidy up in geometry clip test

Tim Sutton <tim@linfiniti.com>	2012-12-06

    Transfer ownership of transparency to prevent crashing python apps.

Merge: b304df8fb4 8a90e2cef6
mhugent <marco.hugentobler@sourcepole.ch>	2012-12-06

    Merge pull request #345 from bischofia/joined_minmax

    fix references to joined fields of vector layer

Werner Macho <werner.macho@gmail.com>	2012-12-06

    adding missing files to basque translation

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-06

    fix #6817 (introduce with a1a1fb7be)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-06

    fix fields creation importing layers to PG

Juergen E. Fischer <jef@norbit.de>	2012-12-05

    remove trailing whitespace

Juergen E. Fischer <jef@norbit.de>	2012-12-05

    fix warning

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-05

    dbmanager: minor fixes

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-30

    do not use st_multi when SL < 2.4 (follow 2469c5aa17)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-29

    SL provider: convert geometries to multipart when necessary (fix #6257)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-05

    import vector layer: allow to create single-part geometries from shapefile (follow 08e844f6d06)

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-05

    connect missed signal

Werner Macho <werner.macho@gmail.com>	2012-12-05

    add missing FindQextserialport.cmake to complete issue #6613

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-05

    fix SL provider (follow 90972db78a):

    fix build linking SL < v4,
    fix SL4 database version check,
    rename SPATIALITE_RECENT_VERSION macro to the more significant SPATIALITE_VERSION_GE_4_0_0,

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-05

    dbmanager: allow to import layer from canvas (fix #6824),
    add dialog to choose vector file to be imported (fix #6825),
    allow to export table to vector file (fix #6826)

    Thanks to Silvio Grosso for the sponsorship!

Juergen E. Fischer <jef@norbit.de>	2012-12-04

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-12-04

    fix indentation and some translation strings

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-04

    fix typo

Merge: d32a3773c3 47097b72b8
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-04

    Merge pull request #346 from brushtyler/splite4_provider

    update SL provider to use SpatiaLite v4 features

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-04

    add missed renderer capabilities to Python bindings

Victor Olaya <volayaf@gmail.com>	2012-12-04

    Grass bindings improvements in SEXTANTE
    Fixed minor bugs in SAGA an GDAL merge algorithms

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-12-03

    Allow connection with local ident on non-standard port

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-03

    checkable action for toolbox and cleanup

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-03

    create help edition dialog from .ui

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-01

    add placeholder text for filters

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-01

    create modeller dialog from .ui file

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-01

    create config dialog from .ui
    add tooltips to search boxes

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-12

    use QgsFilterLineEdit in toolbox instead of own implementation

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-01

    create history dialog from .ui file

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-30

    new sexy lineedit widget with builtin clear button

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-30

    create results viewer dialog from .ui

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-30

    create toolbox from .ui file
    add clear button to filter (fix #5695)

Sandro Santilli <strk@keybit.net>	2012-12-03

    Properly encode direction symbols in style templates (#6812)

    NOTE: this commit does NOT fix the project save operation,
          but only an output of that operation

Juergen E. Fischer <jef@norbit.de>	2012-12-03

    fix #6800 (introduced with 0dc01f5ff)

Larry Shaffer <larrys@dakotacarto.com>	2012-12-03

    Update text and tips for mActionSaveAllEdits

    - Add separator to Layers menu to organize attribute table functions

Victor Olaya <volayaf@gmail.com>	2012-12-03

    corrected copyright headers

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-30

    SLD support: export local svg paths to URI (fix #6792)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-30

    move svg utils functions to the symbollayerv2utils class

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-02

    fix segfaults and memory leaks in sip files (fix #6805)

Merge: 5cf1c77574 871d4e846b
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-12-02

    Merge pull request #348 from slarosa/sextante-issue

    fixes #6228 (slarosa think definitely, and so do I :))

Salvatore Larosa <lrssvtml@gmail.com>	2012-12-02

    fixes #6228 (I think definitely)

Sandro Santilli <strk@keybit.net>	2012-11-06

    Initial support for adding new TopoGeometry objects

Werner Macho <werner.macho@gmail.com>	2012-12-02

    Name change for language

Werner Macho <werner.macho@gmail.com>	2012-12-02

    translation update: gl_ES by Xan

Juergen E. Fischer <jef@norbit.de>	2012-12-02

    fix 45a933a4

Larry Shaffer <larrys@dakotacarto.com>	2012-12-01

    Add edit-saving actions to iface

Larry Shaffer <larrys@dakotacarto.com>	2012-12-01

    Add legend icon for editable layers with unsaved edits

Larry Shaffer <larrys@dakotacarto.com>	2012-12-01

    Add 'Save All Edits' action to layers menu and digitizing toolbar

Juergen E. Fischer <jef@norbit.de>	2012-12-02

    german translation update

Werner Macho <werner.macho@gmail.com>	2012-12-02

    adding missing copyright to files

Juergen E. Fischer <jef@norbit.de>	2012-12-01

    indentation update

Juergen E. Fischer <jef@norbit.de>	2012-12-01

    fix #6803

Alexander Bruy <alexander.bruy@gmail.com>	2012-12-01

    add tooltips for groups and providers (fix #5951)

Merge: e7995cf5a5 69308d3767
Magnus Homann <magnus@homann.se>	2012-12-01

    Merge pull request #343 from homann/qgsexpression_DA

    Settings for measurements ellipsoid moved, fix for #3296 and #4252.

Radim Blazek <radim.blazek@gmail.com>	2012-12-01

    customization enable fix

Radim Blazek <radim.blazek@gmail.com>	2012-12-01

    global customization enable checkbox

Radim Blazek <radim.blazek@gmail.com>	2012-12-01

    more precise layer min/max scale description + icon

pcav <cavallini@faunalia.it>	2012-12-01

    IT GUI translation

pcav <cavallini@faunalia.it>	2012-11-30

    Load layer in canvas Checked (fixes #6641)

Merge: 047127bf19 635e19ad32
volaya <volayaf@gmail.com>	2012-11-30

    Merge pull request #342 from slarosa/master

    fix for #6749 and #6278

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-30

    [FEATURE] update SL provider to use statistics (available from spatialite v4.0).

    Patch by Alessandro Furieri.

Werner Macho <werner.macho@gmail.com>	2012-11-30

    added Basque language on request .. this is our 50! Language!

Merge: 9342a9ca0b aab08cb722
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-30

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-30

    [FEATURE]: use a custom linestyle for composer grid

Minoru Akagi <akaginch@gmail.com>	2012-11-30

    fix references to joined fields of vector layer

D'Hont René-Luc <rldhont@gmail.com>	2012-11-30

    Remove InsertResults

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-30

    import vector layer: pass empty geometry column importing non-spatial table, do not deference null pointer (fix #6728)

D'Hont René-Luc <rldhont@gmail.com>	2012-11-30

    WFS-T debugging and using provider for adding features

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-30

    Fix saving of excluded attributes for wms/wfs server

Victor Olaya <volayaf@gmail.com>	2012-11-30

    fixed #6759 and #6228

Merge: 6d71876626 1a7ccd015d
Victor Olaya <volayaf@gmail.com>	2012-11-30

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-29

    fix crash adding features containing missing attributes (fix #6791)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-29

    browser: add Fast Scan option for directories, when activated its items will only be checked for extension, not content

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-20

    fix legend refresh

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-20

    browser: fix mModel vs. mProxyModel index

D'Hont René-Luc <rldhont@gmail.com>	2012-11-29

    Intersect Filter capabilities

D'Hont René-Luc <rldhont@gmail.com>	2012-11-29

    First CITE compatibility

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-29

    dbmanager: avoid duplicate field error (fix #6279)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-28

    dbmanager: fix #5812,
    move PG informations to postgis/info_model.py

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-28

    dbmanager: display info about missing modules on the info panel instead of on the status bar

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-28

    create multipart layers whether the input is a singlepart shapefile (fix #5547)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-28

    dbmanager: use a default value for varchar limit (follow a4484b217ed)

Larry Shaffer <larrys@dakotacarto.com>	2012-11-28

    Update QgsLegend::selectedLayers() and add to QgsLegendInterface

    - Add option to return selected layers in drawing order

Merge: a448f6a3dd a4484b217e
Magnus Homann <magnus@homann.se>	2012-11-28

    Merge branch 'master' into qgsexpression_DA

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-28

    dbmanager: fix #6511

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-28

    fix #6777

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-11-28

    Fix #6764 again.  Replace backslash for python code only

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-11-28

    Fix #6764

Merge: c98967360e ee12df2f4e
Tim Sutton <tim@linfiniti.com>	2012-11-28

    Rebase failed - merging branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-11-28

    Test improvements - moved writeShape to utilities for DRY. Added clip test to geometry python tests.

Victor Olaya <volayaf@gmail.com>	2012-11-28

    Fixed some minor bugs in sextante algs
    Removed SAGA Split algorithms

Larry Shaffer <larrys@dakotacarto.com>	2012-11-27

    Add option to set inside and outside maximum for delta angle between curved label characters

    - Addresses #6763, #6673 and #2113, but does not perform any feature simplification
    - Recommend adding some letter [and word] spacing before applying any delta angle adjustment

Larry Shaffer <larrys@dakotacarto.com>	2012-11-27

    Add access to QgisApp's mActionCopyStyle and mActionPasteStyle to QgisInterface

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-27

    fix #6769

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-27

    fix build with Qt < 4.8

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-27

    fix qgis-server crash moving QCursor to the GUI classes (follow 454c732a3)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-27

    Consider alpha value for annotation rectangle in QGIS server

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-27

    fix for #6749 and #6278

Merge: a75793563a 4cfdba4c26
Alexander Bruy <alexander.bruy@gmail.com>	2012-11-27

    Merge branch 'identify_improvements'

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-22

    put back to derived attrs clicked coordinates

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-22

    add perimeter to derived attributes for polygonal geometries

Juergen E. Fischer <jef@norbit.de>	2012-11-27

    fix build with Qt<4.8 and some doxygen warnings

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-27

    [FEATURE] add support to SVG images from url.

    Work done for Regione Toscana-SITA

Merge: 6e24c1623f b54c3bf54e
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-26

    Merge pull request #340 from slarosa/master

    Changed import sextante class entry according to 6173fa3 (PyQGIS Console)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-14

    Add some comments

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-14

    SIP bindings for point rubberband.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-14

    Extend QgsRubberBand to support points.

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-26

    changed import sextante class entry according to 6173fa3

Merge: 4dc85e44ea 6e24c1623f
Magnus Homann <magnus@homann.se>	2012-11-26

    Merge branch 'master' into qgsexpression_DA

Magnus Homann <magnus@homann.se>	2012-11-26

    Removed ellipsoid settings from QgsOptions

Merge: afeb497679 f1ab2dbe3e
Werner Macho <werner.macho@gmail.com>	2012-11-26

    Merge pull request #339 from kimaidou/myqgis

    Correct french translation of print composer legend properties

Michael Douchin <mdouchin@3liz.com>	2012-11-26

    Correct french translation of print composer legend properties

D'Hont René-Luc <rldhont@gmail.com>	2012-11-26

    Replace OnlineResource by onlineResource

D'Hont René-Luc <rldhont@gmail.com>	2012-11-26

    QGIS Server WFS Capabilities schemaLocation updated

Werner Macho <werner.macho@gmail.com>	2012-11-26

    translation update: small changes in vector menu

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-26

    [FEATURE] Possibility to save error messages as shapefile from check
    geometry validity tool. Contributed by Salvatore Larosa

Merge: 9f71d9f298 838864f6ad
Werner Macho <werner.macho@gmail.com>	2012-11-26

    Merge pull request #335 from giohappy/master

    projectSaved SIGNAL added to QgsProject

Merge: a0c8b5c0d0 755707de89
Werner Macho <werner.macho@gmail.com>	2012-11-25

    Merge pull request #338 from simon04/too_many_classes

    Abort classification upon high number of classes

Juergen E. Fischer <jef@norbit.de>	2012-11-25

    t2t fixes

Magnus Homann <magnus@homann.se>	2012-11-25

    Changed to QgsProject also in qgscompersscalebar

Simon Legner <Simon.Legner@gmail.com>	2012-11-25

    Abort classification upon high number of classes

Magnus Homann <magnus@homann.se>	2012-11-25

    Using QgsProject settings instead, not fully tested

Magnus Homann <magnus@homann.se>	2012-11-24

    Copied ellipsoidal settings to project properties

Merge: 21370d91d5 b60a00f074
Werner Macho <werner.macho@gmail.com>	2012-11-23

    Merge pull request #337 from gioman/master

    PT_PT translations courtesy of Pedro Palheiro

Larry Shaffer <larrys@dakotacarto.com>	2012-11-20

    Add extra check on project close for any layer in edit mode with unsaved edits

    - Ensures user has opportunity to save provider edits
    - Make project dirty if any unsaved edits found
    - Add red notification to project save prompt dialog, and set Cancel to default
    - Fix for #6054 and #6732

Merge: 1f1448d414 7f8768a072
Magnus Homann <magnus@homann.se>	2012-11-23

    Update from master

Vânia Neves <vania@nivalis.(none)>	2012-11-23

    PT_PT translations courtesy of Pedro Palheiro

Merge: e5dae02248 dd1d4b5986
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-23

    Merge branch 'wms_layer_opacity'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-23

    Small cleanup

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-23

    Use lists for opacity params inside wms server

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-11-24

    [FEATURE] Add CLI option for customization file

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-23

    Also support layer transparency in server for old symbology

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-23

    [FEATURE]: wms server has possibility to set transparency on layer/group level

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-23

    Remove double content from wmsserver (probably a merging artifact)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-23

    fix build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-22

    Keep legend drawing order as default

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-22

    Server: fix layer order in GetProjectSettings request

Tim Sutton <tim@linfiniti.com>	2012-11-22

    Remove expectedFailure decorator for vector file writer test. Small doc updates for vfile writer

Tim Sutton <tim@linfiniti.com>	2012-11-22

    ../src/core/qgsvectorfilewriter.h

Tim Sutton <tim@linfiniti.com>	2012-11-22

    Better annotation of vector file writer api changes

Larry Shaffer <larrys@dakotacarto.com>	2012-11-21

    Pass path to Qt plugins when Mac bundle is run from build directory

Larry Shaffer <larrys@dakotacarto.com>	2012-11-21

    Better fix for QgsVectorFileWriter segfault and test

    - Revert test to 735c255 commit, excepting 'assert myResult==QgsVectorFileWriter.NoError' edit

Larry Shaffer <larrys@dakotacarto.com>	2012-11-21

    Fix for PyQgsVectorFileWriter test segfault on Mac

    - Initialize newFilename to QString(), or QgsDebugMsg for newFilename segfaults (line 650)
    - Set test assert to QgsVectorFileWriter::WriterError enum for success (NoError = 0, i.e. false)

Larry Shaffer <larrys@dakotacarto.com>	2012-11-21

    Fix for quick left-then-right clicks incorrectly registering as double left on Mac

Radim Blazek <radim.blazek@gmail.com>	2012-11-21

    composer legend optional space between columns

Radim Blazek <radim.blazek@gmail.com>	2012-11-21

    composer multicolumn legend: division to columns heuristic, optional splitting layers into multiple columns, optional equal column width

giohappy <giohappy@gmail.com>	2012-11-21

    Update src/core/qgsproject.h

    defined projectSaved() SIGNAL emitted when the project file has been written and closed

giohappy <giohappy@gmail.com>	2012-11-21

    Update src/core/qgsproject.cpp

    emit projectSaved SIGNAL when the project file is saved and closed

Merge: 0893db7c6e d67360621a
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-21

    Merge branch 'drawing_order_embedded'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-21

    Another fix for embedded groups and drawing order. Deactivated the server method for now as it still needs to be adapted

Victor Olaya <volayaf@gmail.com>	2012-11-20

    fixed #6737

Victor Olaya <volayaf@gmail.com>	2012-11-20

    fixed #6738

D'Hont René-Luc <rldhont@gmail.com>	2012-11-20

    Better WFS service exception management

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-20

    More drawing order related changes...

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-20

    Synchronize check states between legend and layer order widget

Merge: cb07ae436a 0533e2dbc9
Victor Olaya <volayaf@gmail.com>	2012-11-20

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-20

    Implement addDrawingOrder for wms server under consideration of embedded groups

Victor Olaya <volayaf@gmail.com>	2012-11-20

    cleaned BatchProcessingDialog code

Merge: bab43958a6 ddb51175e7
mhugent <marco.hugentobler@sourcepole.ch>	2012-11-19

    Merge pull request #332 from bischofia/shp_enc

    turn ignoreShapeEncoding option ON by default

Larry Shaffer <larrys@dakotacarto.com>	2012-11-19

    Add ability to save PAL engine settings to project file (OFF by default)

    - Add 'Save settings with project' checkbox to engine settings dialog
    - Add Restore Defaults button to engine settings dialog
    - Unchecking 'save with project' will clear settings in project file on save

Minoru Akagi <akaginch@gmail.com>	2012-11-20

    set ignoreShapeEncoding option on by default

Victor Olaya <volayaf@gmail.com>	2012-11-19

    Improvementes to SEXTANTE batch processing interface
    Better progress handling in SEXTANTE script algorithms

Radim Blazek <radim.blazek@gmail.com>	2012-11-19

    keep extent of overview set to union of extents of layer in overview; dont shrink on resize; fixes #1788

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-19

    Background color option for svg annotation. Save frame transparency (was missing also for text annotation)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-19

    Set better window titles for svg annotation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-19

    Fix loading / saving of layer order with embedded group

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-19

    Implement embedded group aware drawing order mechanism (load/save to xm does not yet work)

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-19

    add missed images to SEXTANTE algorithm help files

Victor Olaya <volayaf@gmail.com>	2012-11-19

    made SEXTANTE command line usage more pythonic
    Fixed problem with temporary grass mapset created by SEXTANTE (wrong path)

D'Hont René-Luc <rldhont@gmail.com>	2012-11-18

    WFS QGIS Server OnlineResource is an attribute in GetCapabilities for DCPType

D'Hont René-Luc <rldhont@gmail.com>	2012-11-18

    Add Post capabilities to DescribeFeature

D'Hont René-Luc <rldhont@gmail.com>	2012-11-18

    #6608 QGIS crashes when used as WFS client together with QGIS server because of exportToGML2 MultiPolygon has empty coordinates

D'Hont René-Luc <rldhont@gmail.com>	2012-11-18

    XML Schema has attribute elementFormDefault and not elementFromDefault

Radim Blazek <radim.blazek@gmail.com>	2012-11-18

    graduated renderer GUI DnD and sort; categorized symbol GUI better drop indicator

Merge: 28531f3f7e 3f40232e29
Victor Olaya <volayaf@gmail.com>	2012-11-18

    minor change to last commit fixing #6635

Victor Olaya <volayaf@gmail.com>	2012-11-18

    fixed #6635. Partial solution, now it goes to (0,0) upon model loading

Victor Olaya <volayaf@gmail.com>	2012-11-18

    fixed #6635. Partial solution, now it goes to (0,0) upon model loading

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-17

    add All Ramps items in tree widget

Etienne Tourigny <etourigny.dev@gmail.com>	2012-10-07

    store relative cpt-city paths for portability

Etienne Tourigny <etourigny.dev@gmail.com>	2012-10-07

    adjust .sip file after rebase

Etienne Tourigny <etourigny.dev@gmail.com>	2012-10-07

    allow to convert cpt-city ramps to standard gradients ramps, keeping author and license info in xml props ; allow to convert gradient ramps to/from discrete/continuous ramps and use float instead of integer stops

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-22

    make QgsCptCityColorRampV2 subclass of QgsVectorGradientColorRampV2 and adjust both accordingly (changed stops map to list)

Radim Blazek <radim.blazek@gmail.com>	2012-11-17

    composer legend single column box width fix

Merge: 845edd90e8 01775ce11a
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-16

    Merge pull request #330 from slarosa/master

    minor fix for python console

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-16

    icon changed for hide/show toolbar action

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-16

    minor fix for console help dialog

D'Hont René-Luc <rldhont@gmail.com>	2012-11-16

    Better support of TypeName and FeatureId in QGIS Server WFS

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-11-07

    [FEATURE] Add --code arg to run python code on qgis load

Larry Shaffer <larrys@dakotacarto.com>	2012-11-14

    Update to limit of number of features sent to PAL

    - Distributes max number across total number of features registered in PAL
    - Caveat: PAL may not show label for every registered feature

Merge: 5bc0a8af6c 6abedba087
Jürgen Fischer <jef@norbit.de>	2012-11-15

    Merge pull request #320 from matthias-kuhn/fix-attredit

    Fix for http://hub.qgis.org/issues/6647

Merge: 5053818440 12375462de
Jürgen Fischer <jef@norbit.de>	2012-11-15

    Merge pull request #328 from slarosa/master

    Add action: Hide/Show toolbar for PyQGIS Console

Juergen E. Fischer <jef@norbit.de>	2012-11-16

    fix another build error and some warnings

Juergen E. Fischer <jef@norbit.de>	2012-11-16

    fix build error

Juergen E. Fischer <jef@norbit.de>	2012-11-16

    ignore no ssl error error

Victor Olaya <volayaf@gmail.com>	2012-11-15

    applied fix for #6127 (problems with non-ascii strings

Merge: 10a57ad7ff 7d0d5d3267
Victor Olaya <volayaf@gmail.com>	2012-11-15

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-15

    scanItemsInBrowser2/scanZipInBrowser2 : remove QgsApplication::upgradeConfig() and fix tests

D'Hont René-Luc <rldhont@gmail.com>	2012-11-15

    DescribeFeatureType support namespace

D'Hont René-Luc <rldhont@gmail.com>	2012-11-15

    DescribeFeatureType improvement

Tim Sutton <tim@linfiniti.com>	2012-11-15

    Unit test updates - mark bad tests as expectedFailure

Tim Sutton <tim@linfiniti.com>	2012-11-15

    Mark vector file writer test as expected to fail.

D'Hont René-Luc <rldhont@gmail.com>	2012-11-15

    Correcting tests from test_qgsrectangle.py

Victor Olaya <volayaf@gmail.com>	2012-11-15

    fixed problem when running grass in modeler (wrong output names, it was a problem introduced by the grass session functionalities)
    reverted shell=true in R execution
    Removed help files help menu

Merge: 36da82ab54 3f4f5f0215
Martin Dobias <wonder.sk@gmail.com>	2012-11-14

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Sandro Santilli <strk@keybit.net>	2012-11-14

    Set max number of labels to 100 for edge label layer (topoviewer)

Sandro Santilli <strk@keybit.net>	2012-11-14

    Limit max number of node labels to 100, and candidate positions to 1

    Also set layer transparency to 100% (there's a separate layer with the dots)

D'Hont René-Luc <rldhont@gmail.com>	2012-11-13

    Validation after merging

D'Hont René-Luc <rldhont@gmail.com>	2012-11-12

    Add geometric method

D'Hont René-Luc <rldhont@gmail.com>	2012-11-09

    Add CQL_FILTER to WFS for QgsExpression

D'Hont René-Luc <rldhont@gmail.com>	2012-11-09

    QgsRectangle From GML2

D'Hont René-Luc <rldhont@gmail.com>	2012-11-09

    Ending spatial test

D'Hont René-Luc <rldhont@gmail.com>	2012-11-08

    First spatial test

D'Hont René-Luc <rldhont@gmail.com>	2012-11-05

    Remove QgsExpression::SpatialNode and the Server QgsFilter use in QGIS WFS Server

D'Hont René-Luc <rldhont@gmail.com>	2012-11-05

    First test with Qvariant QgsGeometry*

D'Hont René-Luc <rldhont@gmail.com>	2012-10-29

    Add Spatial Operator to QgsExpression and use it in QGIS WFS Server

D'Hont René-Luc <rldhont@gmail.com>	2012-10-18

    #2781 Relative paths to SvgMarker doesn't work in new symbology

D'Hont René-Luc <rldhont@gmail.com>	2012-11-14

    Remove the capability to not get geometry in WFS GetFetaure request

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-14

    fix warnings

Larry Shaffer <larrys@dakotacarto.com>	2012-11-13

    Add option to limit number of labels rendered per layer (OFF by default)

    - Initial limit set to 2000
    - Results would look better if limited subset was a random sampling of all features

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-13

    changes console help in window modal

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-13

    fix promptForRasterSublayers=Load all

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-13

    fix loading rasters with sublayers from commandline and add raster command

Radim Blazek <radim.blazek@gmail.com>	2012-11-13

    multicolumn composer legend

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-13

    deactivate TauDEM provider by default

Merge: 3b886372fe 543ac03ed0
mhugent <marco.hugentobler@sourcepole.ch>	2012-11-13

    Merge pull request #329 from matthias-kuhn/diagram

    Diagrams: Hide background color button when unnecessary

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-13

    Diagrams: Hide background color button when unnecessary

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-12

    Added action: Hide/Show toolbar for PyQGIS Console
    - image help update

Victor Olaya <volayaf@gmail.com>	2012-11-12

    fixed #6571

Sandro Santilli <strk@keybit.net>	2012-11-12

    Use ASCII direction arrows

Merge: 4195eaf72a aaded5a737
Werner Macho <werner.macho@gmail.com>	2012-11-12

    Merge pull request #327 from slarosa/master

    Updating for translation in console help

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-12

    Update the console help:
    - update italian/english translations

Sandro Santilli <strk@keybit.net>	2012-11-12

    TopoViewer: add direction symbol for "next_right_edge" layer

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-12

    Ukrainian translation update

Merge: e11ee594e2 4496c74e7c
Alexander Bruy <alexander.bruy@gmail.com>	2012-11-12

    Merge branch 'sextante_user_dir'

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-12

    add missed scripts to examples group

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-12

    put sextante config dir under ~/.qgis (fix #6662)
    also fix scripts lookup

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-12

    remove patch from sources

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-12

    get rid of "&" symbol in SAGA description and help files

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-12

    fix installing SEXTANTE sample modeles and scripts

Victor Olaya <volayaf@gmail.com>	2012-11-12

    Added new vector algorithms

Larry Shaffer <larrys@dakotacarto.com>	2012-11-11

    Remove old direction symbol option from labeling gui

Larry Shaffer <larrys@dakotacarto.com>	2012-11-10

    Add custom line direction symbols to labeling

    - Options to place symbol above or below label text
    - Option to reverse symbol direction
    - Add character selector dialog for single font to src/gui

Merge: c4b74c9266 b2eb1c10e9
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-11

    Merge pull request #325 from slarosa/master

    Updating help and minor changes for console

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-11

    updating help and minor changes for console

Radim Blazek <radim.blazek@gmail.com>	2012-11-11

    Categorized vector GUI DnD and sorting, fixes #2816

Werner Macho <werner.macho@gmail.com>	2012-11-11

    translation update: and add swahili language coordinator

Werner Macho <werner.macho@gmail.com>	2012-11-11

    translation update: added swahili on request

Victor Olaya <volayaf@gmail.com>	2012-11-11

    Fixed #6619

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-10

    Zonal statistics: avoid access to pixels outside the raster. Fixes ticket #6624

Werner Macho <werner.macho@gmail.com>	2012-11-10

    translation update: gl_ES by XAN

Larry Shaffer <larrys@dakotacarto.com>	2012-11-09

    Add data defined option to always show a label, unless overridden

    - Label is skipped during PAL priority calculation, permitting collisions and overlaps
    - Overridden by layer and data defined 'scale/pixel size visibility' and data defined 'show label'  options
    - Add option to Change Label tool

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-11-04

    [FEATURE] Add ability to create user defined Python (and C++) expression functions

Victor Olaya <volayaf@gmail.com>	2012-11-10

    disabled postgis algs until they are ready

Merge: 27f197cf24 e5f07edf55
Victor Olaya <volayaf@gmail.com>	2012-11-10

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-11-10

    fixed problems with missing example scripts folder
    Restructured gdal tools (now gdal/ogr)
    Added new OTB segmentation algos

Larry Shaffer <larrys@dakotacarto.com>	2012-11-07

    Add pixel size limiting for labels defined in map units

    - Allows user to quickly set visibility thresholds based upon text legibility
    - By default initially on for map unit labels to skip rendering at sizes < 3 px

Merge: a2d434700d 17c5e37060
volaya <volayaf@gmail.com>	2012-11-09

    Merge pull request #324 from giohappy/master

    Quote input vector/raster path parameter in Sextante SagaAlgorithm

giohappy <giohappy@gmail.com>	2012-11-09

    Update python/plugins/sextante/saga/SagaAlgorithm.py

    Add quotes to input vector/raster paths parameters

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-09

    [FEATURE] Eliminate tool for fTools, contributed by Bernhard Strobl

Merge: 716e188eb5 05aca2b695
alexbruy <alexander.bruy@gmail.com>	2012-11-09

    Merge pull request #323 from sanak/ftools-dissolve-line

    Add line layer support for dissolve function (fix #5059)

Merge: 3f72a6a593 36452a8e24
mhugent <marco.hugentobler@sourcepole.ch>	2012-11-09

    Merge pull request #321 from matthias-kuhn/rubberband

    [FIX]: Build rubberband completely even with incomplete input

Tim Sutton <tim@linfiniti.com>	2012-11-09

    Added from uri test for mem provider. Simplified the vector writer test.

Merge: 3564eaeb57 32502219e8
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-09

    Merge pull request #322 from matthias-kuhn/ellipsemarker

    Alpha for ellipse marker (fix #6668)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-09

    [FIX] Alpha for ellipse marker
    http://hub.qgis.org/issues/6668

sanak <geosanak@gmail.com>	2012-11-06

    add line layer support for dissolve function.

Tim Sutton <tim@linfiniti.com>	2012-11-09

    Added unit test for vector file writer as it is currently segfaulting in master

Juergen E. Fischer <jef@norbit.de>	2012-11-09

    debian packaging update

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-09

    [FIX]: Build rubberband completely even with incomplete input
    An empty polyline in a mulipolyline led to the rubberband ignoring all further polylines.
    e.g. addGeometry( [[(1,2)(2,3)][][(2,3)(3,4)]] ) was ignoring the polyline (2,3)(3,4).

Sandro Santilli <strk@keybit.net>	2012-11-08

    Fix next edge label direction arrows

    Basically uses direction indicator for the next_left but omits
    it for the next_right (would require backward direction)

    Also this commit sets the line color, even if fully transparent,
    for the sake of showing a color which corresponds to the label
    color (would be better to have support for a "label" kind of icon
    in the legend..)

Sandro Santilli <strk@keybit.net>	2012-11-08

    Split edge layer into "edge" and "edge label"

    Mind you: you may need to re-run cmake as a filename changed

Larry Shaffer <larrys@dakotacarto.com>	2012-11-08

    Fix for #6658, update duplicateLayers() to work around odd layer group segfault bug

    - Move QgsLegend::findLegendLayer() methods to public

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-08

    No need to register QgsStringRelay with Qt Meta Type

Victor Olaya <volayaf@gmail.com>	2012-11-08

    fixed missing scripts folder

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-08

    Add python bindings for setEditorLayout

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-08

    Attribute Editor: Synchronize editable QComboBox for LineEdit's and similar.
    Fixes http://hub.qgis.org/issues/6647

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-08

    Ticket #6643 Interpolation plugin: the option to load a layer after analyses should be on by default

Larry Shaffer <larrys@dakotacarto.com>	2012-11-07

    Add letter and word spacing to curved labels for line layers

    - Curved spacings match Qt-produced spacings for parallel (and other) labels
    - Remove redundant letter/word resetting in options gui
    - Remove on-fly adjustments to spinbox steps (only made sense with UTM, not LatLong)

Sandro Santilli <strk@keybit.net>	2012-11-08

    Split node layer into "node" and "node label"

Victor Olaya <volayaf@gmail.com>	2012-11-08

    Harcoded example folder for models and scripts
    fixed bugs in mmqgis library.

Juergen E. Fischer <jef@norbit.de>	2012-11-07

    osgeo4w: fix crssync run if installed into a directory with blanks

Sandro Santilli <strk@keybit.net>	2012-11-07

    Fix layer visibility settings

Victor Olaya <volayaf@gmail.com>	2012-11-07

    restructured admintools (was geoservertools)

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-07

    create directories for models and R script in user folder

Larry Shaffer <larrys@dakotacarto.com>	2012-11-07

    Update QgsMessageBar sip binding

Larry Shaffer <larrys@dakotacarto.com>	2012-11-07

    Update to QgsMessageBar stylesheet

Tim Sutton <tim@linfiniti.com>	2012-11-07

    Enabled some tests that werent running because they missed test prefix in method name. Better error messages for failing tests

Radim Blazek <radim.blazek@gmail.com>	2012-11-07

    vector save as: separated MITAB and MIF formats, fixes #6233; added test if OGR SpatiaLite is available

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-07

    Ticket #6644 terrain analysis plugin: the option to load a layer after analyses should be on by default

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-07

    Fix bug #6582: QGIS server displayes text layers only with absolute pathes

Juergen E. Fischer <jef@norbit.de>	2012-11-07

    fix some attribute editor signals

Juergen E. Fischer <jef@norbit.de>	2012-11-07

    fix layer extent calculation

Larry Shaffer <larrys@dakotacarto.com>	2012-11-05

    Update to QgsMessageBar and duplicateLayers()

    - Move project macros message into project open method (as app property, partially showed behind later messages)
    - Support for multi-line messages that also wrap at with canvas window width
    - Update text stylesheets to handle all text styling
    - Show count of remaining queued messages
    - Add popup menu to Close button with action to optionally close all messages at once
    - Add slot to clear all widgets, called on project close
    - Update QgisApp::duplicateLayers() to use QgsMessageBar instead of popup dialogs

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-06

    add QgsApplication::upgradeConfig to upgrade any configs that changed from 1.8
    use different keys for scanItemsInBrowser and scanZipInBrowser in qgis-1.9 because new storage type (string vs. int) causes conflicts with 1.8

Radim Blazek <radim.blazek@gmail.com>	2012-11-06

    vector feature counts moved to vector layer, enabled feature counts in composer legend, fixes #6237

Juergen E. Fischer <jef@norbit.de>	2012-11-06

    make html print option more visible in identify tool

Juergen E. Fischer <jef@norbit.de>	2012-11-06

    add missing GUI_EXPORT to QgsSvgAnnotationItem

Merge: f410e389d8 550a2c6286
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-06

    [FEATURE]: svg- and text items can be used as watermarks in QGIS server. Developed for Faunalia ( http://www.faunalia.it) with funding from Regione Toscana \- Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE

Victor Olaya <volayaf@gmail.com>	2012-11-06

    Added missing cmake files
    fixed bug in execution dialog when running iterative algorithms

Merge: a2e6a484af ff78ef1802
Victor Olaya <volayaf@gmail.com>	2012-11-06

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-05

    Save / restore settings for annotation tools. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-05

    Consistent names for Svg classes. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-05

    QGIS server: ignore svg items not fixed to pixel position. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-05

    Print svg item in qgis server. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE

Juergen E. Fischer <jef@norbit.de>	2012-11-06

    fix build error (please stick with C++)

Larry Shaffer <larrys@dakotacarto.com>	2012-11-05

    Set transparent background only for Close tool button, instead of also for tool tip

Victor Olaya <volayaf@gmail.com>	2012-11-06

    code cleaning

volaya <volayaf@gmail.com>	2012-11-05

    Update python/plugins/sextante/CMakeLists.txt

    added servertools folder to cmakelists

Radim Blazek <radim.blazek@gmail.com>	2012-11-05

    fixed warning

Larry Shaffer <larrys@dakotacarto.com>	2012-11-05

    Add Atlas generation dock to Composer's View->Panels menu

Merge: d53f1238fb 5de2feef7d
Victor Olaya <volayaf@gmail.com>	2012-11-05

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-11-05

    cleaned code in geoserver algs

Radim Blazek <radim.blazek@gmail.com>	2012-11-05

    add total feature count in legend, fixes #3402

Victor Olaya <volayaf@gmail.com>	2012-11-05

    fixed #6571, #6619 and problem with missing arrows in modeler
    added first draft of geoserver tools
    nviz is back in grass tools

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-05

    check for existence of icon file in plugin manager

Juergen E. Fischer <jef@norbit.de>	2012-11-05

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-11-05

    allow saving single geometries as multi geometries

Juergen E. Fischer <jef@norbit.de>	2012-11-05

    add CORE_EXPORT to QgsAttributeEditorElement/QgsAttributeEditorContainer/QgsAttributeEditorField

Sandro Santilli <strk@keybit.net>	2012-11-05

    Only change the TopoGeometry definition, not its reference, on edit

    Refactor the TopoGeometry editor to avoid touching the edited table
    and directly act on the topology relation instead. Fixes #6621 but
    also generally makes less writes to the database.

Sandro Santilli <strk@keybit.net>	2012-11-05

    Start all topology layers as invisible (it may cost really a lot to visualize...)

Sandro Santilli <strk@keybit.net>	2012-11-05

    Add alias to pk query, fixing ambiguous "ctid" reference (#6620)

Juergen E. Fischer <jef@norbit.de>	2012-11-05

    fix warnings

Merge: 08b05f3bdb 38f82d3711
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-04

    Merge pull request #316 from slarosa/master

    Minor changes for layout in console

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-04

    minor changes for layout in console:
    - moved header text in output area
    - add default value to True for Use preloaded API option in settings dialog
    - include traceback to codepad link

Juergen E. Fischer <jef@norbit.de>	2012-11-04

    fix debug build

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-11-04

    Merged Squashed pull request #296 (tabs and groups for feature form)

Juergen E. Fischer <jef@norbit.de>	2012-11-04

    fix windows build (CORE_EXPORT missing from QgsDirectoryParamWidget)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-04

    grass plugin: avoid garbled japanese/cyrillic chars in the tools' GUI (fix #4547, #3164)

    Thanks Minoru Akagi for patches!

Merge: 6ecfc29226 ed4bc25413
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-03

    Merge pull request #314 from slarosa/master

    [FEATURE] Sharing snippets code from PyQGIS console

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-03

    add missing ui file, fix typo

Etienne Tourigny <etourigny.dev@gmail.com>	2012-11-03

    browser dock filter: use QgsFilterLineEdit, ui and code cleanup ; add QgsFilterLineEdit::cleared() signal

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-11

    add directory properties dialog to browser dock

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-05

    browser filter

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-11

    do not populate items in rowCount(), use canFetchMore() and fetchMore() instead

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-03

    Browser: change Add Layers and Refresh buttons ; use designer file for qgsbrowserdock

Juergen E. Fischer <jef@norbit.de>	2012-11-03

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-11-03

    apply revised #6613

Juergen E. Fischer <jef@norbit.de>	2012-11-03

    partly fix #6610

Larry Shaffer <larrys@dakotacarto.com>	2012-11-03

    Update to duplicate layer(s)

    - Better information about unsupported types
    - Action unavailable in contextual menu for individually selected unsupported layers

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-03

    removed shortcut for sharing code action

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-03

    [FEATURE] - Sharing snippets code from PyQGIS console
    - now you can share snippets code by codepad.org
    - added much more actions in contextual menu

Juergen E. Fischer <jef@norbit.de>	2012-11-03

    allow printing of html results in identify window (implements #6575)

Werner Macho <werner.macho@gmail.com>	2012-11-03

    adjust translation update script to reflect changes for console

Werner Macho <werner.macho@gmail.com>	2012-11-03

    translation update: gl_ES by Xan

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-03

    fix crashes using uninitialized geometries with GEOS functions,
    ensure geos geometries are up to date when passed to GEOS functions

Sandro Santilli <strk@keybit.net>	2012-11-02

    Fix bug introduced by reordering postgis table metadata info cols

    Thanks jef :)

Sandro Santilli <strk@keybit.net>	2012-11-02

    Reorder and rename postgis layers metadata columns shown in selector

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-01

    use new lineedit widget in several dialogs

Alexander Bruy <alexander.bruy@gmail.com>	2012-11-01

    [FEATURE] add lineedit with builtin clear button

Sandro Santilli <strk@keybit.net>	2012-11-02

    Use "TopoGeometry" as the datatype for topogeometries

    "Topology" is too generic, as also the primitive tables (edges,
    nodes and faces) are part of the topology

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-31

    [FEATURE]: Use text annotations as watermarks in QGIS server. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Settore SISTEMA INFORMATIVO TERRITORIALE ED AMBIENTALE

Sandro Santilli <strk@keybit.net>	2012-11-02

    Retain old TopoGeometry id on editing

    Avoids leaving orphaned TopoGeometry objects and breaking
    upper hirearchical  layers

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-02

    update remove/duplicate layer actions at startup

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-02

    sextante: fix NameError (undefined var) executing GRASS commands

Larry Shaffer <larrys@dakotacarto.com>	2012-11-02

    Update to duplicate layer(s)

    - Duplicate layer always created below source layer, and at same nested group depth
    - Duplicate layer is always set to not visible (much faster, canvas refresh not needed when duplicating many layers)

Merge: 70fc8ca9b2 2425f92ce0
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-02

    Merge pull request #313 from slarosa/master

    Automatically switch focus to the input area in console

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-02

    automatically switch focus to the  input area in console
    - any keystroke switch focus when in the output area
    - moved closeEvent method to DockWidget (since 0330202 it has not worked anymore)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-02

    WMS server GetLegendGraphics: differentiate between layer space and layer title space

Larry Shaffer <larrys@dakotacarto.com>	2012-10-31

    [FEATURE] Duplicate map layer(s)

    - Action available in Layer menu and legend contextual menu
    - Layer style copy/pasted to duplicate
    - Memory and plugin layers skipped
    - Add sip binding to action in app interface

Juergen E. Fischer <jef@norbit.de>	2012-11-01

    show filled attribute table again (partly reverts 779e16603)

Sandro Santilli <strk@keybit.net>	2012-11-01

    Do not drop schema name from URI, even if it's the same as current

    The dropping was done in 2007 to workaround a bug which was elsewhere
    (in OGR usage, as reported in #843). I guess by now everything
    would work transparently, but if it doesn't it'd be time to fix it
    for real.

    This commit fixes bug #6599, making life harder for NON-BOGUS code
    which isn't confused by schemas...

    Please test !

Sandro Santilli <strk@keybit.net>	2012-11-01

    TopoViewer: add layer for full faces

Sandro Santilli <strk@keybit.net>	2012-11-01

    TopoViewer: only use queries for layers when really needed

Merge: dbea3596a1 6abe8611f4
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-11-01

    Merge pull request #312 from slarosa/master

    Moved all the console files into own directory

Salvatore Larosa <lrssvtml@gmail.com>	2012-11-01

    Moved all the console files into own directory

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-01

    WMS GetProjectSettings: better drawing order detection

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-11-01

    Fix crash if calling GetProjectSettings the first time

Merge: 98e8ba484b 66368f9bc3
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-31

    Merge pull request #311 from slarosa/master

    python console: add splitter and scrollbars, fix for DEL and Backspace key

Juergen E. Fischer <jef@norbit.de>	2012-10-31

    indentation update

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-31

    vertical scrollbar as needed both input and output area

Juergen E. Fischer <jef@norbit.de>	2012-10-31

    extent b47b43997

Sandro Santilli <strk@keybit.net>	2012-10-31

    Add initial support for editing TopoGeometry objects

    This is pretty hackish in that it basically creates a new TopoGeometry
    on every edit, leaving loads of orphaned ones around.

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-31

    fix for DELETE and BACKSPACE key
    (it is only an appearance issue)

Sandro Santilli <strk@keybit.net>	2012-10-31

    Drop mIsGeography member from QgsPostgresProvider

    ... now replaced by mSpatialColType

Sandro Santilli <strk@keybit.net>	2012-10-31

    Add mSpatialColType member in QgsPostgresProvider

    This member tells us if a spatial column is of type Geometry,
    Geography or TopoGeometry. The member is currently unused but
    will eventually be used for specially handling TopoGeometry.
    It could replace the mIsGeography bool, but replacement isn't
    done by this commit.

    Incidentally, this commit also adds SRID and type detection
    for TopoGeometry columns

Radim Blazek <radim.blazek@gmail.com>	2012-10-31

    fixed warning

Radim Blazek <radim.blazek@gmail.com>	2012-10-31

    feature counts in rulebased widget

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-31

    add vertical scroll bar for input area in console

Larry Shaffer <larrys@dakotacarto.com>	2012-10-31

    Fix output/python/qgis dir for Win32 builds that add dir/CMAKE_CFG_INTDIR

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-31

    Add resize splitter for console
    as it was from f15b4e1

Larry Shaffer <larrys@dakotacarto.com>	2012-10-31

    Update for d7a7a46, make sure targets are always built for install

Larry Shaffer <larrys@dakotacarto.com>	2012-10-30

    Add CMake option WITH_STAGED_PLUGINS (ON by default)

    - Core plugins remain available once staged (no need to re-build targets, unless source updated or build directory cleared)
    - Once plugins are staged, setting WITH_STAGED_PLUGINS to OFF allows for much quicker subsequent builds
    - PyQGIS utilities, console and installer are always staged, regardless of WITH_STAGED_PLUGINS

Larry Shaffer <larrys@dakotacarto.com>	2012-10-30

    Revert part of a27aad0, not compatible with generated makefiles for GCC 4.2.1

Merge: f68b6883f3 47da0c0700
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-30

    Merge pull request #310 from slarosa/master

    Add default font-family and size to output area - PyQGIS Console

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-30

    add default font-family and size to output area in console
    fix for help dialog

Merge: 234709da5a 10178d71c8
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-30

    Merge pull request #308 from slarosa/master

    Add UI file for help - PyQGIS Console

Merge: e3cd56fa8c 234709da5a
Salvatore Larosa <lrssvtml@gmail.com>	2012-10-30

    Merge branch master of https://github.com/qgis/Quantum-GIS

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-30

    removed importing of traceback module as it is unused

Werner Macho <werner.macho@gmail.com>	2012-10-30

    changed nokia to digia as they are the new owner of qt

Juergen E. Fischer <jef@norbit.de>	2012-10-29

    osgeo4w: switch to GRASS 6.4.3RC1

Tim Sutton <tim@linfiniti.com>	2012-10-29

    Added python test for QgsFeature from Germán Carrillo

Merge: e5437c494b d6e3188653
Victor Olaya <volayaf@gmail.com>	2012-10-29

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-29

    Fixed bug using multipleinputpanel in modeler

Tim Sutton <tim@linfiniti.com>	2012-10-29

    Added Dave DeHaan (SQLAnywhere author and maintainer) to the authors file

Tim Sutton <tim@linfiniti.com>	2012-10-29

    Fix for failure in unit test thanks to Massimo.

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-29

    remove unused import

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-21

    use plain delimiter if one delimiter only was selected (partially fix #4091)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-29

    WMS: add keyword attribute for sia feature info output

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-29

    remove about dialog from SEXTANTE plugin

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-29

    show english help for console if translations not found

Radim Blazek <radim.blazek@gmail.com>	2012-10-29

    fixed accidentally swapped transparency group boxes

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-29

    Add UI file for help
    minor fix in settings dialog

Larry Shaffer <larrys@dakotacarto.com>	2012-10-26

    Run Mac bundled app from build directory

    - No longer a need for hard link
    - Build directory app bundle, providers, Python plugins and unit tests functional
    - Adjusted resources corrected on install

Merge: f0102057b4 1bac84ca77
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-28

    Merge pull request #307 from slarosa/master

    Reimplemented copy action for keybindings in console

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-29

    Reimplemented copy action for keybindings in console

Merge: 9744b8a292 0660dcf73e
Tim Sutton <tim@linfiniti.com>	2012-10-28

    Merge pull request #306 from slarosa/master

    Remove the about tab in settings dialog for console

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-28

    Remove the about tab in settings dialog for console

Tim Sutton <tim@linfiniti.com>	2012-10-28

    Marked symbologyv2 test as expected to fail

Tim Sutton <tim@linfiniti.com>	2012-10-28

    Updated developer panel in about box

Tim Sutton <tim@linfiniti.com>	2012-10-28

    Fix transparency issue for splash

Merge: 46655cf790 50f335269b
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-28

    Merge pull request #305 from slarosa/master

    python console: fix AttributeError, method PythonEdit.createStandardContextMenu doesn't exists

Tim Sutton <tim@linfiniti.com>	2012-10-28

    Updated splash with essen hackfest image

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-28

    Improvement to contextual menu
    - typo in help.htm

Merge: 8f6ae95366 fe08fd6d57
Victor Olaya <volayaf@gmail.com>	2012-10-28

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-28

    changed behaviour of pyculator when no selection exist

Juergen E. Fischer <jef@norbit.de>	2012-10-28

    osgeo4w: fix program entry removal

Tim Sutton <tim@linfiniti.com>	2012-10-28

    Fix for jenkins breakages caused by addition of licens info to xslt

Merge: 9587252abf a8934a28f7
Victor Olaya <volayaf@gmail.com>	2012-10-27

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-27

    partially fixed #6571
    added splitRGBbands algorithm

Radim Blazek <radim.blazek@gmail.com>	2012-10-27

    invert raster colors better

Merge: 34f677a576 9fb1c113d0
Larry Shaffer <larrys@dakotacarto.com>	2012-10-27

    Merge pull request #303 from slarosa/master

    [FEATURE] - Split-pane entry and output for PyQGIS console

Merge: 5c762ef741 779e16603e
Victor Olaya <volayaf@gmail.com>	2012-10-27

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-27

    applied path for #6574
    applied patch for multiple grass sessions
    added points in polygon weighted

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-27

    Follow up f15b4e1
    - add contextual menu to output area (copy and enter selected entry)
    - auto-entered for entry in import class menu
    - cleaning code
    - more info see http://hub.qgis.org/issues/6558

Merge: f15b4e12c7 6870cff83f
Salvatore Larosa <lrssvtml@gmail.com>	2012-10-26

    Merge pull request #2 from dakcarto/console-nosplitter_1

    No splitter, mellower colors

Larry Shaffer <larrys@dakotacarto.com>	2012-10-26

    No splitter, mellower colors

Radim Blazek <radim.blazek@gmail.com>	2012-10-26

    make attribute table and identify consistent with map canvas

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-26

    Fix case where several WMS layers have the same feature info alias

D'Hont René-Luc <rldhont@gmail.com>	2012-10-26

    Add mapserver qgsspatialfilter

D'Hont René-Luc <rldhont@gmail.com>	2012-10-26

    #6535 Support WFS Post GetFeature Request in QGIS-Server

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-26

    [FEATURE] - Split-pane entry and output for PyQGIS console

Larry Shaffer <larrys@dakotacarto.com>	2012-10-25

    Add cmake option WITH_PY_COMPILE (OFF by default)

    - Byte-compiles staged and intalled plugins/modules

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-26

    Add osg include dir for globe compilation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-26

    Implement bag of properties for SIA2045 feature info output

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-25

    Move sia2045 xml conversion from request handler to wms server class

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-25

    Remove empty wms keyword list from project properties

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-25

    Support elements KeywordList, Fees, AccesConstraints in QGIS server capabilities

Larry Shaffer <larrys@dakotacarto.com>	2012-10-25

    Redo of 3ce27d6, hard-link to Mac embedded app bundle binary

Merge: 558245c8ba f391d991dd
Magnus Homann <magnus@homann.se>	2012-10-25

    Merge pull request #301 from homann/trans_sv

    Trans sv

Magnus Homann <magnus@homann.se>	2012-10-25

    Added lots of translations from Victor Axbom, through Qt phrase book. Thanks!

Magnus Homann <magnus@homann.se>	2012-10-13

    4119 översättningar

Radim Blazek <radim.blazek@gmail.com>	2012-10-25

    count features in legend for rule based renderer, fixes #5768

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-25

    fix SEXTANTE things broken by 6ca7ea987d

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-25

    missed metadata.txt for fTools

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-25

    temporarily switch back to using subprocess module (addresses #6543)

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-25

    use lowercase letters for menu (fix #5436)

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-25

    add metadata.txt to all core plugins

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-25

    Fix typo

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-25

    add category metadata to SEXTANTE plugin

Sandro Santilli <strk@keybit.net>	2012-10-25

    Allow running sextante plugin from build dir

    See http://hub.qgis.org/issues/5879

Sandro Santilli <strk@keybit.net>	2012-10-25

    Rename script files to avoid spaces in filenames

    This makes life easier with PLUGIN_INSTALL.
    I did try to make PLUGIN_INSTALL better but couldn't find a way
    to have both "(" and " " quoted at once...

Sandro Santilli <strk@keybit.net>	2012-10-25

    PLUGIN_INSTALL: quote filenames

    Fixes use with filenames having shell-dangerous chars like "(".
    NOTE: sextante help files have frequent such occurrences

Larry Shaffer <larrys@dakotacarto.com>	2012-10-25

    Hard-link to Mac embedded app bundle binary

    - Allows QGIS to be run directly from build directory
    - Link made at <build dir>/output/bin/QGIS

Larry Shaffer <larrys@dakotacarto.com>	2012-10-25

    Update to e31fb3c

    - Add comments about issue
    - Set pkgDataPath to empty QString for fix

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-25

    Possibility to set url for a feature info schema

Larry Shaffer <larrys@dakotacarto.com>	2012-10-25

    Additional fix for # 5879, handle .ui files for python utilities

    - Built off of pull request 299 by Salvatore Larosa

Larry Shaffer <larrys@dakotacarto.com>	2012-10-25

    Additional fix for # 5879

    - Adjust QgsApplication::pkgDataPath temporarily for restoring core plugins when running from build directory

Larry Shaffer <larrys@dakotacarto.com>	2012-10-25

    Adv labeling, turn off excessive debug output

Radim Blazek <radim.blazek@gmail.com>	2012-10-24

    invert color fix

Radim Blazek <radim.blazek@gmail.com>	2012-10-24

    warnings fix

Merge: e210a57101 e837a965a5
Werner Macho <werner.macho@gmail.com>	2012-10-24

    Merge pull request #300 from gioman/master

    New PT_PT translations, courtesy of Nelson Silva

Vânia Neves <vania@nivalis.(none)>	2012-10-24

    New PT_PT translations, courtesy of Nelson Silva

Radim Blazek <radim.blazek@gmail.com>	2012-10-24

    QgsError for better error propagation to user, started using for rasters

Werner Macho <werner.macho@gmail.com>	2012-10-24

    added machine readable license

Larry Shaffer <larrys@dakotacarto.com>	2012-10-23

    Revert "Do not setPkgDataPath to source dir when running from build dir"

    This reverts commit 227401d434d2a611715873bc1107d938b76740bd.

    Otherwise, crssync fails when setting up db for running tests

Larry Shaffer <larrys@dakotacarto.com>	2012-10-23

    Fix PLUGIN_INSTALL build error

Sandro Santilli <strk@keybit.net>	2012-10-23

    Allow running osm plugin from build dir

    See http://hub.qgis.org/issues/5879

Sandro Santilli <strk@keybit.net>	2012-10-23

    Allow running mapserver_export plugin from build dir

    See http://hub.qgis.org/issues/5879

Sandro Santilli <strk@keybit.net>	2012-10-23

    Allow running GdalTools plugin from build dir

    See http://hub.qgis.org/issues/5879

Sandro Santilli <strk@keybit.net>	2012-10-22

    Allow running fTools plugin from build dir

    See http://hub.qgis.org/issues/5879

Sandro Santilli <strk@keybit.net>	2012-10-23

    Do not setPkgDataPath to source dir when running from build dir

    We want to use the output/ dir for that !
    Fixes load of fTools from build tree (coming next)

Larry Shaffer <larrys@dakotacarto.com>	2012-10-22

    Adv labeling, add multi-line spacing and alignment

Larry Shaffer <larrys@dakotacarto.com>	2012-10-23

    Updates to Mac install notes

    - Add section on debug output and running tests

Larry Shaffer <larrys@dakotacarto.com>	2012-10-17

    Add CMake finds for QScintilla2 and Qsci module

    - Needs testing on Windows platform
    - Add QScintilla2 library version info to About dialog
    - Add Mac bundling support for Qwt 6 framework and QScintilla2
    - Fallback to sys or custom site-pkgs when looking for PyQt4 modules to Mac bundle

Larry Shaffer <larrys@dakotacarto.com>	2012-10-22

    Fix #6505, set typedef for Mac size_t in bindings

Merge: a45b759e1c a29ccbf553
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-22

    Merge pull request #298 from slarosa/master

    Enable non-ascii chars in Python Console

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-22

    Enable non-ascii chars in Python Console
    fixes issue http://hub.qgis.org/issues/6548

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-20

    [FEATURE] TauDEM provider for SEXTANTE

Merge: dbab4a2425 feec5f050c
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-22

    Merge branch for sia2045 GetFeatureInfo output

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-22

    Possibility to manually enter a project property to have WMS feature info in sia2045 format

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-22

    Drop invalid characters from xml element names

Juergen E. Fischer <jef@norbit.de>	2012-10-21

    update QgsVectorLayer bindings (fixes #6550)

Martin Dobias <wonder.sk@gmail.com>	2012-10-21

    Enabled delimitedtext provider again

Martin Dobias <wonder.sk@gmail.com>	2012-10-20

    Skip rendering of features without geometry

Martin Dobias <wonder.sk@gmail.com>	2012-10-20

    Store attributes and fields in vectors instead of maps

Sandro Santilli <strk@keybit.net>	2012-10-20

    Allow running plugin_installer plugin from build dir

    See http://hub.qgis.org/issues/5879

Merge: 6546d748c8 27652201d0
Victor Olaya <volayaf@gmail.com>	2012-10-20

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-20

    Added patch for #6545
    Fixed bug in SAGA extent calculation (there was a half cellsize offset)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-20

    fix build

Merge: 8ca2236134 3fecd44ae5
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-19

    Merge pull request #297 from slarosa/master

    [FEATURE] - Choose Fontfamily and API files for Python Console

Merge: ca20be178a 8ca2236134
Salvatore Larosa <lrssvtml@gmail.com>	2012-10-20

    Merge branch master of https://github.com/qgis/Quantum-GIS

Sandro Santilli <strk@keybit.net>	2012-10-20

    Add a PLUGIN_INSTALL cmake macro and use it from db_manager plugin

    One step forward toward closing http://hub.qgis.org/issues/5879
    Next all pugins should be converted to use of the macro...

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-20

    Add const

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-20

    Oversampling parameter is now in resample filter

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-20

    Fix image format conversion (used e.g. for WMS client) and two memory leaks

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-14

    [FEATURE] - Choose Fontfamily and API files for Python Console
    - update Italian translation
    - added Settings icon for toolbar
    - update Italian translation fro console_help

Sandro Santilli <strk@keybit.net>	2012-10-13

    Allow loading plugins from output dir

    See http://hub.qgis.org/issues/5879

    Still needs to find plugins under output/ dir for them to be
    loaded ...

Juergen E. Fischer <jef@norbit.de>	2012-10-19

    skip views without pk candidate

Radim Blazek <radim.blazek@gmail.com>	2012-10-19

    apply user no data to identify

Radim Blazek <radim.blazek@gmail.com>	2012-10-19

    identify context only if not projected on server

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-19

    Simplify server config parser by using layer information (alias, excluded attributes) directly

Radim Blazek <radim.blazek@gmail.com>	2012-10-19

    identify expand/collaps tools

Radim Blazek <radim.blazek@gmail.com>	2012-10-19

    identify context only if not projected

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-19

    Consider attribute aliases and hidden attributes in GetProjectSettings. Don't show WFS layers in GetCapabilities

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-19

    Simplify code for excluding attributes from WMS server. Works now also with embedded layers

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-19

    Optional use of external osgEarthQt

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-16

    Unload globe viewer

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-16

    Globe sync button disabled

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-16

    Use ViewerWidget and Controls from OsgEarth instead of backports

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-08

    Add sky to globe

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-08

    Globe zoomout button size fixed

Martin Dobias <wonder.sk@gmail.com>	2012-10-19

    QgsFeature: use a vector of attributes instead of a map (for faster access)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-18

    fix crash double-clicking to the Connect button in add PG layer dialog

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-18

    fix crash adding features without geometry to a geometry layer

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-18

    update feature id of added features (fix #6534)

Juergen E. Fischer <jef@norbit.de>	2012-10-18

    fix of by one in d62cf513

Radim Blazek <radim.blazek@gmail.com>	2012-10-18

    raster identify sip fix

Juergen E. Fischer <jef@norbit.de>	2012-10-18

    german translation update

Sandro Santilli <strk@keybit.net>	2012-10-17

    Reword "only look in geometry_columns" to "only look in layers registry"

    Fixes #4533

Juergen E. Fischer <jef@norbit.de>	2012-10-18

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-10-18

    cleanup topology lookup

Sandro Santilli <strk@keybit.net>	2012-10-14

    Lookup TopoGeometry columns metadata in topology.layer

    Closes #4532

Radim Blazek <radim.blazek@gmail.com>	2012-10-18

    WMS identify fixes

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-18

    add layer with its own CRS when possible (fix #6539)

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-18

    fix #6530

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-18

    fix SEXTANTE crash on load caused by c4c3fecf17

Marco Hugentobler <marco@sourcepole.ch>	2012-10-18

    Fix build

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-13

    set focus to python console when shown even if in a tabbed dockwidget

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-11

    sextanteexampleprovider: move import into classFactory function

D'Hont René-Luc <rldhont@gmail.com>	2012-10-18

    #6533 QGIS WFS Server Transaction Request

Juergen E. Fischer <jef@norbit.de>	2012-10-18

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-10-17

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-10-17

    fix windows build

Merge: c4c3fecf17 fa845883f0
Victor Olaya <volayaf@gmail.com>	2012-10-17

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-17

    Several patches contributed by Rado Guzinski:
    -New OTB descriptions an help
    -Update OTB descriptions
    -More responsive MultipleInputPanel.py
    -Minor bug fixes

pcav <cavallini@faunalia.it>	2012-10-17

    Microfix for IT GUI

Merge: df85492c40 bacf0bd898
Marco Hugentobler <marco@sourcepole.ch>	2012-10-17

    Merge branch 'ows_attribute_exclude'

Marco Hugentobler <marco@sourcepole.ch>	2012-10-17

    Improve ows gui

Radim Blazek <radim.blazek@gmail.com>	2012-10-17

    raster identify context, QVariant values, enables wcs caching and makes wms more robust

Marco Hugentobler <marco@sourcepole.ch>	2012-10-17

    Implement attribute restrictions in wms/wfs servers

Marco Hugentobler <marco@sourcepole.ch>	2012-10-17

    [FEATURE]: possibility to exclude vector attributes from WMS and WFS publication

Merge: 5a6401c983 0478d3b531
Marco Hugentobler <marco@sourcepole.ch>	2012-10-16

    Merge branch 'wms_selective_publish'

Marco Hugentobler <marco@sourcepole.ch>	2012-10-16

    Consider embedded groups for restricted WMS layers / groups

Marco Hugentobler <marco@sourcepole.ch>	2012-10-16

    Use collapsible group boxes for wms options to save space

Marco Hugentobler <marco@sourcepole.ch>	2012-10-16

    Optionally show embedded layers/groups in selection dialog

Marco Hugentobler <marco@sourcepole.ch>	2012-10-16

    Improve layer/group selection dialog

Radim Blazek <radim.blazek@gmail.com>	2012-10-16

    VSI/CPLMalloc/Free replaced by QgsMalloc/Free where feasible

Radim Blazek <radim.blazek@gmail.com>	2012-10-16

    undersampling if possible in QgsRasterDataProvider, multicolor widget loadMinMax fix

Marco Hugentobler <marco@sourcepole.ch>	2012-10-16

    Load/Save restricted layers for WMS server

Marco Hugentobler <marco@sourcepole.ch>	2012-10-16

    Add gui for WMS layer restriction

Larry Shaffer <larrys@dakotacarto.com>	2012-10-15

    Turn off failing PAL engine test, until redesigned

Werner Macho <werner.macho@gmail.com>	2012-10-16

    forgot png files, thanks Larry

Werner Macho <werner.macho@gmail.com>	2012-10-16

    translation update: gl_ES by XAN and sr_Latn by Goran, also added sr_Cyrl as requested, renamed sr_CS-* to sr_*

Merge: 4b76e69f5b 4f984202bd
Victor Olaya <volayaf@gmail.com>	2012-10-16

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-16

    put modeler parameters panel in a scroll widget

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-15

    add new plugin installer icons to CMakeLists.txt

Radim Blazek <radim.blazek@gmail.com>	2012-10-15

    #6504 fix - raster reprojection crash

Marco Hugentobler <marco@sourcepole.ch>	2012-10-15

    [FEATURE]: Possibility to restrict layers / groups from WMS publication

Merge: cdb9abd233 d06203ba6b
Victor Olaya <volayaf@gmail.com>	2012-10-14

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-14

    Minor fix in ModelerParametersDialog.py.

Larry Shaffer <larrys@dakotacarto.com>	2012-10-14

    Initialize default font in labeling engine

Juergen E. Fischer <jef@norbit.de>	2012-10-14

    postgres provider: fix quoting

Juergen E. Fischer <jef@norbit.de>	2012-10-14

    fix #6502

Juergen E. Fischer <jef@norbit.de>	2012-10-14

    fix visibility tracking of tile scale widget

Merge: fbca157ff4 83cb4ef4af
Victor Olaya <volayaf@gmail.com>	2012-10-14

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-14

    fixed problem with new modeler parameters dialog when algs have vector layers (just removed worng pasted code from normal parameters dialog)

Larry Shaffer <larrys@dakotacarto.com>	2012-10-12

    Initial test for PAL engine

    - Includes small custom test font based of off Gnu Free Sans
    - Test if font can be stored and loaded
    - Test if layer can have PAL engine set
    - Test render comparison for output of vector line layer

Merge: e576d93b5f 30c08cbb8c
Jürgen Fischer <jef@norbit.de>	2012-10-13

    Merge pull request #291 from strk/topogeom_and_geometry

    Find topogeometry fields in tables with a geometry/geography field

Juergen E. Fischer <jef@norbit.de>	2012-10-14

    fix windows build

Sandro Santilli <strk@keybit.net>	2012-10-14

    Find topogeometry fields in tables with a geometry/geography field

    Closes bug #6510

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-13

    missed import in SEXTANTE modeller

Martin Dobias <wonder.sk@gmail.com>	2012-10-13

    Removed unused QgsFeature::isDirty() and QgsFeature::clean()

Martin Dobias <wonder.sk@gmail.com>	2012-10-13

    Removed unused QgsFeature::typeName() and QgsFeature::setTypeName()

Juergen E. Fischer <jef@norbit.de>	2012-10-12

    german translation update

Merge: 0e2f92fa76 036d844fc5
Victor Olaya <volayaf@gmail.com>	2012-10-12

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-12

    Updated model parameters window
    fixed #6417

Larry Shaffer <larrys@dakotacarto.com>	2012-09-24

    Fix #6373, adv labeling data defined font size not affected by layer font size setting

    - Label QFontMetricsF for data and layer defined options now stored in QgsPalGeometry
    - Fix expression in rotate label tool

Juergen E. Fischer <jef@norbit.de>	2012-10-12

    fix warnings

Marco Hugentobler <marco@sourcepole.ch>	2012-10-12

    [FEATURE] QGIS server: possibility to restrict published composers

Merge: f230f51a53 12ddac6352
mhugent <marco.hugentobler@sourcepole.ch>	2012-10-11

    Merge pull request #288 from Oslandia/atlas

    Clean up atlas pdf generation code and fix a bug on windows

Larry Shaffer <larrys@dakotacarto.com>	2012-10-11

    Remove extraneous Mac browser app aliases

    - Should handle Finder pref set to hide extensions (e.g. missing .app)

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-11

    fix sip bindings

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-11

    fix warnings and identation update

Merge: 0c4846ba6d def648633c
Alexander Bruy <alexander.bruy@gmail.com>	2012-10-11

    Merge remote-tracking branch 'upstream/master'

Merge: 9ad9f8c082 78a9bd7546
Martin Dobias <wonder.sk@gmail.com>	2012-10-11

    Merge pull request #220 from tecoholic/style-docs

    UI improvements in symbol layer widgets

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-10

    remove obsolete code

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-10

    [FEATURE] reproject layer tool for SEXTANTE

Radim Blazek <radim.blazek@gmail.com>	2012-10-11

    fixed #6496 - wrong GDAL exact stats

Radim Blazek <radim.blazek@gmail.com>	2012-10-11

    debug output

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-11

    Clean up atlas pdf generation code and fix a bug on windows

Radim Blazek <radim.blazek@gmail.com>	2012-10-11

    + QgsRasterBlock

Werner Macho <werner.macho@gmail.com>	2012-10-11

    another few licenses added

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-10-11

    Switch to listbox for edit types. Fix #6495

Merge: a587cb67ff 936f4aa5f7
Nathan Woodrow <madmanwoo@gmail.com>	2012-10-11

    Merge pull request #287 from tecoholic/3275

    Fix for issue #3275

Arunmozhi <aruntheguy@gmail.com>	2012-10-11

    change symbols for selected ranges using changeBtn; retains colors

Werner Macho <werner.macho@gmail.com>	2012-10-11

    add licenses in gps directory (LGPL for NMEA Library)

Arunmozhi <aruntheguy@gmail.com>	2012-10-11

    change symbols for selected categories; retains colors

Arunmozhi <aruntheguy@gmail.com>	2012-10-11

    ability to delete multiple categories using Ctrl selection

Merge: 1ff42b2ec1 7140e52cbf
Magnus Homann <magnus@homann.se>	2012-10-10

    Merge branch 'trans_sv'

Magnus Homann <magnus@homann.se>	2012-10-10

    4039 översättningar

Merge: 552703a665 3c50290b42
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-10

    Merge pull request #284 from slarosa/master

    improvement for detection language in console_help

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-10

    improvement for detection language in console_help

Tim Sutton <tim@linfiniti.com>	2012-10-10

    Removed pycharm project files from python tests dir

Tim Sutton <tim@linfiniti.com>	2012-10-10

    Added test and sample wkt to replicate issue 4189

Merge: 2be41abd1b b1ac9469cf
mhugent <marco.hugentobler@sourcepole.ch>	2012-10-10

    Merge pull request #283 from alexbruy/datasourceuri_sip

    expose encodedUri() method in bindings

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-10

    expose encodedUri() method in bindings

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-10

    Russian help for python console

Larry Shaffer <larrys@dakotacarto.com>	2012-10-09

    [FEATURE] Fix #6482, options for showing upside-down labels

    - Adv Labeling option to 'Show upside-down labels': never, when rotation defined, or always
    - 'Never' (default) option is same as before, labels with 90 <= angle < 270 are turned so their text is always upright
    - 'When rotation defined' option shows upside-down labels if their rotation is layer- or data-defined (dynamic labels are turned upright)
    - 'Always' option shows upside-down labels at layer- or data-defined rotations and for dynamic labels

Martin Dobias <wonder.sk@gmail.com>	2012-10-09

    Fixes after rebase

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-09

    make Larry happy: larger icons in plugin installer

D'Hont René-Luc <rldhont@gmail.com>	2012-10-09

    Set QGIS WFS Server GML valid

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-09

    refresh the canvas at the end of the process,
    handle unicode strings,
    escape sql ids and strings,
    fix minor errors

Merge: 1796178e74 cb2230e3d1
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-09

    Merge pull request #281 from strk/db_manager_addlayer

    dbmananger topoviewer: addlayer instead of creating a new project

Merge: aa25448bc3 2581b3fb8a
Magnus Homann <magnus@homann.se>	2012-10-09

    Merged some swedish translations

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-09

    dbmanager: delete auto-generated files

Magnus Homann <magnus@homann.se>	2012-10-09

    3801 översättningar

Merge: 6d75d20b51 eee37cb974
Werner Macho <werner.macho@gmail.com>	2012-10-09

    Merge pull request #282 from Oslandia/i18n

    Fix some french GUI translations

Radim Blazek <radim.blazek@gmail.com>	2012-10-09

    core raster files moved to core/raster

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-09

    Fix some FR translations: use "emprise" rather than "étendue"

Radim Blazek <radim.blazek@gmail.com>	2012-10-09

    QgsMalloc, QgsCalloc, QgsFree

Marco Hugentobler <marco@sourcepole.ch>	2012-10-09

    Fix cleanup of map composition. Fixes ticket #6440

Werner Macho <werner.macho@gmail.com>	2012-10-09

    translation update: sv by Victor

Merge: f4dd8a0762 eae008ebf8
Marco Hugentobler <marco@sourcepole.ch>	2012-10-09

    QGIS server: merge get_project_settings branch

Sandro Santilli <strk@keybit.net>	2012-10-08

    Install style templates

Merge: dc522e0b61 a28157ce15
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-08

    Merge pull request #277 from slarosa/master

    add key event (del) to prevent removing of the prompt when selected,
    rename helpConsole to console_help

Marco Hugentobler <marco@sourcepole.ch>	2012-10-08

    Keep composition in GetCapabilities to keep compatibility with older versions

Martin Dobias <wonder.sk@gmail.com>	2012-07-21

    [API] added QgsFeatureIterator, changed QgsVectorProvider API

    Vector data provider now has getFeatures() method to access features.
    select(), nextFeature(), featureAtId(), rewind() were removed resp. moved to provider's feature iterator implementations.

    Providers that currently do not implement the new API were disabled.

Merge: 13a6fd98ee c0e779f0a7
mhugent <marco.hugentobler@sourcepole.ch>	2012-10-08

    Merge pull request #280 from Oslandia/atlas

    Fix a bug in atlas generation GUI.

Martin Dobias <wonder.sk@gmail.com>	2012-06-26

    Further tweaks to QgsFeatureRequest API, support featureAtId

Martin Dobias <wonder.sk@gmail.com>	2012-05-13

    Allow access to feature attributes by name

Martin Dobias <wonder.sk@gmail.com>	2012-05-12

    Added select() variant with QgsFeatureRequest for simpler construction of requests

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-08

    Fix a bug in atlas generation GUI.
    The 'print' and 'exportAsImages' actions were generating atlas even when not enabled

Larry Shaffer <larrys@dakotacarto.com>	2012-10-08

    Fix for older compilers, like on stock Mac OS X

Sandro Santilli <strk@keybit.net>	2012-10-08

    Add topoview layers to existing project

Werner Macho <werner.macho@gmail.com>	2012-10-08

    translation update: es by Diana

Merge: 3f412e4291 6c652a0acd
mhugent <marco.hugentobler@sourcepole.ch>	2012-10-08

    Merge pull request #278 from Oslandia/atlas

    Fix atlas parameter loading when loading from a template composer

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-08

    yet another fix for plugin installer

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-08

    Atlas gui: use coverge map's name rather than its id

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-08

    Fix some FR translations: s/caneva/canevas/

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-08

    fix plugins installation

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-08

    Fix atlas parameter loading when loading from a template composer

Juergen E. Fischer <jef@norbit.de>	2012-10-08

    another copyright update

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-07

    CMake variable for additional plugins to build (Usage: ccmake .. -DCUSTOM_PLUGINS:STRING=myplugin)

Merge: 53fb95cb79 fccf9ac5d0
Pirmin Kalberer <pka@sourcepole.ch>	2012-10-07

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-07

    Reuse closed globe window

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-07

    mark experimental plugins in installer (fix #5980)

Juergen E. Fischer <jef@norbit.de>	2012-10-07

    doxygen update:
    - include core/diagram and gui/symbology-ng
    - enable dynamic sections

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-07

    minor fixes and changes
    - rename helpConsole to console_help
    - add key event (del) to prevent removing of the prompt when selected

Juergen E. Fischer <jef@norbit.de>	2012-10-07

    move 'open recent project' above separator

Arunmozhi <aruntheguy@gmail.com>	2012-10-07

    auto updating of categorized rendrer symbols

Arunmozhi <aruntheguy@gmail.com>	2012-10-07

    fixed the change symbol button bug in graduated renderer

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-07

    python console: fix key events and text selection,
    do not allow to move cursor out of the edition zone (except for selection),
    cleanup (remove unused functions and vars)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-07

    make the python console working as standalone application (useful for testing)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-06

    align metadata names between __init__.py and metadata.txt:

    deprecate authorName function in __init__ (but kept for compatibility), use author function instead

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-06

    display selected feature count in attribute table when docked,
    do not select rows two times when the attribute table view is created

Merge: 52de72152f 42672c18e9
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-06

    Merge pull request #275 from slarosa/master

    fix mouse event in python console,
    update italian translation

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-07

    update Italian translation

Werner Macho <werner.macho@gmail.com>	2012-10-07

    fixed typo in script and licenseadd

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-06

    another fix to mouse event:
    - prevents paste text if cursor is not in edition zone

Werner Macho <werner.macho@gmail.com>	2012-10-06

    translatoin update; nl by Raymond

Arunmozhi <aruntheguy@gmail.com>	2012-10-06

    fixed change symbol button bug in categorized renderer

Juergen E. Fischer <jef@norbit.de>	2012-10-06

    [FEATURE] open layer properties from identify results

Merge: 9f0d858175 5d84cd3f87
mhugent <marco.hugentobler@sourcepole.ch>	2012-10-06

    Merge pull request #276 from cmoe/bug_snapping_options

    tried to fix problem with snapping options on adding a new layer to the ...

cmoe <cmoe@geoing.ch>	2012-10-06

    tried to fix problem with snapping options on adding a new layer to the project

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-06

    fix mouse event in console

Merge: 0d4b6f6d32 9135226514
mhugent <marco.hugentobler@sourcepole.ch>	2012-10-06

    Merge pull request #274 from Oslandia/atlas_integration

    Add access to the atlas layer in the expression builder GUI for labels.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-06

    Fix composer scalebar test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-06

    Fix composerhtml tests

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-06

    fix SIP bindings after atlas merge

Juergen E. Fischer <jef@norbit.de>	2012-10-06

    fix project properties ows tab taborder

Juergen E. Fischer <jef@norbit.de>	2012-10-06

    add more copyrights

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-06

    Add access to the atlas' layer in the expression builder GUI for labels.
    QgsAtlasComposition is now held by QgsComposition

Merge: f1c99553e3 e54e917431
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-06

    Merge atlas branch

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-06

    Remove signal which is not used anymore

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-06

    Fix python composermap test

Juergen E. Fischer <jef@norbit.de>	2012-10-06

    sip updates

Arunmozhi <aruntheguy@gmail.com>	2012-09-16

    fix for #6273

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-06

    Fix for white stripes between raster tiles

Werner Macho <werner.macho@gmail.com>	2012-10-06

    connect slider to spinbox for opacity

Juergen E. Fischer <jef@norbit.de>	2012-10-05

    german translation fix

Merge: 94bc4157cd c212e91ffc
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-05

    Merge pull request #272 from slarosa/master

    Fix #6458

Tim Sutton <tim@linfiniti.com>	2012-10-05

    Added simple point test used in demo at hackfest in Essen

Werner Macho <werner.macho@gmail.com>	2012-10-05

    adjust license to be readable by licensechecker

Merge: 7ee4a5ce63 7218bd3412
Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-05

    Merge branch 'atlas_integration' of https://github.com/Oslandia/Quantum-GIS into atlas

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-05

    Get rid of the unneeded vector of QgsFeature in atlas generation

Merge: 1905b61d79 9c104b3394
Pirmin Kalberer <pka@sourcepole.ch>	2012-10-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-05

    Worldwind elevation model cache removed

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-05

    typo in console_sci

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-05

    Get rid of the unneeded vector of QgsExpression in atlas generation

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-05

    Fix #6458
    - added new icon in resources
    - added tools to import QtCore,QtGui class
    - update help and locale

Juergen E. Fischer <jef@norbit.de>	2012-10-05

    add more sextante copyright headers

Merge: c5e225763d b3e2eb2ce3
Pirmin Kalberer <pka@sourcepole.ch>	2012-10-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-10-05

    fix language detection in console_help and german translation update

Merge: 88cd9439b1 4a90e738cd
Pirmin Kalberer <pka@sourcepole.ch>	2012-10-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: d9c5a68d80 680db77e99
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-05

    Merge pull request #271 from slarosa/master

    minor fixes for help in console

Radim Blazek <radim.blazek@gmail.com>	2012-10-05

    pseudocolor renderer GUI min/max support

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-05

    minor fixes for help (Python Console)

Merge: 1a1370f33d 4513ada562
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-05

    Merge pull request #270 from slarosa/master

    Fix 6459

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-05

    Fix 6459
    - update Italian translate
    - renamed help console to console_help.py
    - renamed Deutsch properties file (help translation)
    - added MouseEvent (midbutton) to Python Console

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-05

    Default elevation layer for globe

Juergen E. Fischer <jef@norbit.de>	2012-10-05

    indentation update (and minor cleanuppps ;))

cmoe <cmoe@geoing.ch>	2012-10-05

    Enable snapping on intersection introduced

Juergen E. Fischer <jef@norbit.de>	2012-10-05

    python fixes:
    - update sip bindings (including QgsRasterPipe and QgsOWSSourceSelect)
    - helpConsole: show icons from resources

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-05

    fix #5269

Merge: 7ed05a2545 372e520c84
Juergen E. Fischer <jef@norbit.de>	2012-10-05

    Merge branch 'mapserverexport' of https://github.com/rduivenvoorde/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-10-05

    indentation update

Merge: 189b0669c4 603f35c8ea
Juergen E. Fischer <jef@norbit.de>	2012-10-05

    Merge branch 'master' of https://github.com/rouault/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-10-05

    german console help translation

Juergen E. Fischer <jef@norbit.de>	2012-10-05

    debian packaging update - also moved python console files and icons

Merge: e3536e4d83 eae523d33b
Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-05

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into atlas

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-05

    Fix atlas segfaults

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-05

    Update of QgsAtlasComposition SIP (with Python unit tests as well)

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-05

    Update atlas.
    * Store every parameters and expose operations in a new QgsAtlasComposition class
    * Restructure the GUI part. The atlas configuration panel is now independant

Juergen E. Fischer <jef@norbit.de>	2012-10-05

    partly revert 14cad93b

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-05

    enclose field names in double quotes to prevent possible conflicts with
    reserved words

pcav <cavallini@faunalia.it>	2012-10-05

    Fix #6457 (v.centroids in GRASS)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-05

    Add unit test for composermap zebra style

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-05

    Fix reading of snapping dialog in dock state

Tim Sutton <tim@linfiniti.com>	2012-10-05

    Revision and refactor of python unit tests: Pep8 and 257 formatting. Use helper to import unittest so that unittest2 and unittest are seemless. 3 tests currently fail - will review those tomorrow.

Larry Shaffer <larrys@dakotacarto.com>	2012-10-04

    Remove extraneous Mac browser app aliases from failed builds

Richard Duivenvoorde <richard@duif.net>	2012-10-05

    minor mapserverexport plugin fix

    making it work on ms6 work out of the box again

Merge: 064c0c054b acaa9692b8
Tim Sutton <tim@linfiniti.com>	2012-10-04

    Merge pull request #261 from slarosa/master

    Removed jquery from helpConsole/js

Larry Shaffer <larrys@dakotacarto.com>	2012-10-03

    PyQScintilla api files setup for local compiling of pap file

    - Update and concatenate sip-built api files into PyQGIS.api
    - Move python/qgis/api to python/qsci_apis for future api selection and compiling module
    - Add base version api files for python components

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    indentation update

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    put future back to the top

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-04

    Change height calculation in composer html

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    add copyright notices

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-04

    add select/unselect buttons in project properties->OWS server->WFS layers (fix #5865)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-04

    fix GUI stuff in project properties dialog:

    add scrollbar to General tab (to be visible also in small screens),
    increase the WFS layers list's height (OWS server tab)

Radim Blazek <radim.blazek@gmail.com>	2012-10-04

    wcs select dialog cleanup

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-27

    Merge pull request from Matthias Kuhn to remove old diagram GUI

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-10-04

    wfsprovider: remove statement which is always true (QGis::WKBNoGeometry)

Jeremy Palmer <jpalmer@linz.govt.nz>	2012-08-27

    Support plain tables from WFS sources

Radim Blazek <radim.blazek@gmail.com>	2012-10-04

    auto set alpha band

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    fix #6240

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-04

    Add function helps for $page, $numpages, $feature and $numfeatures

Werner Macho <werner.macho@gmail.com>	2012-10-04

    translation update: the Hackfest Essen update strings commit

Radim Blazek <radim.blazek@gmail.com>	2012-10-04

    raster save as image transparency fix

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    fix #5883

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    apply #6281

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    setup sip dependencies

Merge: 3e8e6978ee c9c02096bc
Werner Macho <werner.macho@gmail.com>	2012-10-04

    Merge pull request #262 from gioman/master

    Update to pt_PT translation, courtesy of Nelson Silva

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-04

    Update atlas unit tests (fix the overview map frame style)

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-04

    add license headers to some fTools files

Tim Sutton <tim@linfiniti.com>	2012-10-04

    Annotate core module members properly.

Tim Sutton <tim@linfiniti.com>	2012-10-04

    Mark qgsmultibandcolorrenderer as part of core module

Vânia Neves <vania@nivalis.(none)>	2012-10-04

    Update to PT_PT translation, courtesy of Nelson Silva

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-04

    add license headers to some tests

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    review buffer tools

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    review Polygon from layer extent tool and sync it with master code

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    review Select by location tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    review Random selection and Random selection within subsets

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    [FEATURE] add Densify geometries tool to SEXTANTE

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    review Extract nodes tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    review Lines to polygons and Polygons to lines tools

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    review Multi to single and Single to multi tools

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-01

    review Simplify geometries tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-01

    review Voronoi tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-01

    review Delaunay tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-01

    review Polygon centroids tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-01

    review Export geometry info tool, sync with master

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-28

    refactor basic statistics tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-28

    review Nearest neighbour tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-28

    review and fix unique values tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-28

    review Line intersections tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-28

    review Distance matrix tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-28

    review Mean coordinates tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-27

    review Point in polygons tool

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-27

    fix encoding related bugs in writer class
    review Sum Line Length tool, add number of lines to output (implement #4712)

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-26

    fix authors file

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-18

    more translatable strings and cleanup

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-18

    use QDesktopServices to open help files

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-18

    use resource file for images

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-18

    adjust metadata.txt and __init__.py files
    initial i18n support

Merge: b5f736ad21 371efa07bb
Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-04

    Merge branch 'atlas' into atlas2

    Conflicts:
            python/core/composer/qgscomposition.sip
            tests/src/python/CMakeLists.txt

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-04

    Revert "Resolved merge conflicts when reverting 686f632"

    This reverts commit a654e274a352ef29354de0bcb13e96444868c806.

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-04

    Revert "Revert "Merge pull request #245 from Oslandia/atlas_integration""

    This reverts commit 8a1953b9e710ea25dac502b32eab9e0e8d652b10.

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-04

    Add synchronization between canvas layers addition / removal and atlas GUI

Etienne Tourigny <etourigny.dev@gmail.com>	2012-10-04

    replace QgsRasterLayer::thumbnailAsPixmap() with previewAsPixmap() : return QPixmap and add size and background color parameters ; remove QgsRasterLayer::thumbnailAsImage() as it's not used

Etienne Tourigny <etourigny.dev@gmail.com>	2012-10-04

    do not use fitted curve in histogram - fixes rending problem with low-count bins (thanks to Radim for pointing out)

Larry Shaffer <larrys@dakotacarto.com>	2012-09-26

    [FEATURE] Choose font family for app

    - Define app font family (or Qt default) in app options
    - App font choices in options are now temporary unless saved
    - Refactor to more general stylesheet methods (for later use)
    - Add QgisAppInterface and sip methods for setting app font and family

Larry Shaffer <larrys@dakotacarto.com>	2012-10-03

    Update for issue #5692

    - Qt font dialog on Mac inherits app font if app is in ancestry (make dialog parentless)

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2012-10-04

    fix globe warnings

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-04

    unify the QGis behavior opening project files (fix #6406) and cleanup

Radim Blazek <radim.blazek@gmail.com>	2012-10-04

    raster renderers clone fix - fixes saves with transparency

Tim Sutton <tim@linfiniti.com>	2012-10-04

    Work around for issue migrating 0.9.2 qml files to 0.10.0

Tim Sutton <tim@linfiniti.com>	2012-10-03

    Don't show the layer order checkbox on legend, only on layer order panel. Greetings from QGIS Hackfest in Essen

Tim Sutton <tim@linfiniti.com>	2012-10-03

    Added substitution support for :%H$ (e.g. //revision :%H$) so that when we do a release using git archive, SHA1 values can be written to released files.

Radim Blazek <radim.blazek@gmail.com>	2012-10-03

    wcs capabilities cache, fix extent verification

Magnus Homann <magnus@homann.se>	2012-10-03

    3717 översättnignar, mer än hälften!!!

Juergen E. Fischer <jef@norbit.de>	2012-10-03

    and fix building of globe plugin on linux - because the last commit broke it

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-03

    Removed jquery from helpConsole/js (Python Console)

Juergen E. Fischer <jef@norbit.de>	2012-10-03

    fix building of globe plugin on windows

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    change window title depending on action

Alexander Bruy <alexander.bruy@gmail.com>	2012-10-03

    follow up e8061c7fea

Merge: 5a0feb3f31 35a4f88b33
Tim Sutton <tim@linfiniti.com>	2012-10-03

    Merge pull request #257 from slarosa/master

    Added i18n for help (Python Console)

Tim Sutton <tim@linfiniti.com>	2012-10-03

    Fixes for QgsSpatialIndex python test

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-03

    fix #6446

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-03

    db_manager: get fields' size from formatted type string (fix #6402)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-02

    gdaltools: add cubic interpolation to Build overviews tool (fix #6301)

Merge: 88e3e348df 6369196210
Pirmin Kalberer <pka@sourcepole.ch>	2012-10-03

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Pirmin Kalberer <pka@sourcepole.ch>	2012-10-03

    Backported osgEarth::QtGui::ViewerWidget and osgEarth::Util::Controls for compatibilty with news OSG and QT version

Merge: 6548e2e1a2 8a1ad57fc2
Victor Olaya <volayaf@gmail.com>	2012-10-03

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-10-03

    fixed #6362 (should check that does not break other things and model executes correctly)

Magnus Homann <magnus@homann.se>	2012-10-02

    3507 översättningar

Magnus Homann <magnus@homann.se>	2012-10-01

    3401 översättningar

Magnus Homann <magnus@homann.se>	2012-09-29

    3300 versttningar

Magnus Homann <magnus@homann.se>	2012-09-27

    3102 översättningar

Radim Blazek <radim.blazek@gmail.com>	2012-10-02

    wcs 1.1 axis switch fix

Juergen E. Fischer <jef@norbit.de>	2012-10-02

    indentation cleanup

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-02

    Add Python unit tests for atlas rendering

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-02

    Add/Fix SIP for QgsComposition, QgsComposerMap and QgsAtlasRendering

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-02

    Fix QgsComposerLabel unit test

Hugo Mercier <hugo.mercier@oslandia.com>	2012-10-02

    Add CORE_EXPORT to QgsAtlasRendering

endmax <massimo.endrighi@geopartner.it>	2012-10-02

    - QgsSymbolLayerV2 descendants missing from sip.
      QgsSymbolLayerV2 class has been modified to convert into SubClass as needed
    - A test is provided for check subclasses binding and behaviour
    - A fix has been done for src\core\symbology-ng\qgsellipsesymbollayerv2.cpp because of an error in createFromSld about fillColor

    Signed-off-by: endmax <massimo.endrighi@geopartner.it>

Radim Blazek <radim.blazek@gmail.com>	2012-10-02

    GDAL overviews bug fix conditional < 1.9.2

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-17

    Fix bug in quantisation code. 8Bit has now a very good visual quality

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-17

    Don't do color box calculations if there are enough colors in the palette

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-17

    First working version of color quantization. Not optimized yet

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-17

    Fix bug in quantisation code

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-16

    More color quantisation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-16

    More color quantisation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-15

    Start coding of 8bit png conversion

Victor Olaya <volayaf@gmail.com>	2012-10-02

    fixed #6376
    partially fixed #6374

Salvatore Larosa <lrssvtml@gmail.com>	2012-10-02

    Moved jquery directory under resources/jQuery (Python Console)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-02

    compute the correct number of categories using Pretty Breaks mode (fix #3330)

Marco Hugentobler <marco@sourcepole.ch>	2012-10-01

    List published WFS layers in GetProjectSettings result

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-20

    fix transparency saving on QML file (follow 74ba70aa):
    do not store the same transparency value twice (for both SimpleFill symbol and its layers)

Merge: 86a56b6a24 74ba70aa7b
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-10-01

    Merge branch 'master' of git://github.com/rugginoso/Quantum-GIS into rugginoso-master

Juergen E. Fischer <jef@norbit.de>	2012-10-01

    indentation update

Tim Sutton <tim@linfiniti.com>	2012-10-01

    Revert "Merge pull request #245 from Oslandia/atlas_integration"

    This reverts commit fe8385e7f5735507adf1acfcce81a399fa6bc6f5, reversing
    changes made to 23352ce0d66855a4a9c403a81feaa1884415e45c.

Tim Sutton <tim@linfiniti.com>	2012-10-01

    Resolved merge conflicts when reverting 686f632

Tim Sutton <tim@linfiniti.com>	2012-10-01

    Revert "indentation update"

    This reverts commit 7dd58aa8f62022e710e03af78cfd7d7ce08e83f5.

Lorenzo Masini <rugginoso@develer.com>	2012-10-01

    Added fine transparency settings for vectors.

    Now the user can specify the alpha channel for outlines, border and
    fill colors of polygons and markers.
    The overall layer alpha channel is used as multiplier for these
    values.
    Selections are not affected.

    Work done for Regione Toscana-SITA.

Juergen E. Fischer <jef@norbit.de>	2012-09-30

    and more sip fixes

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-30

    typo (Python Console)

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-30

    Added i18n for help (Python Console)

Juergen E. Fischer <jef@norbit.de>	2012-09-29

    just skip the tests that require unittest2 if it's not available

Juergen E. Fischer <jef@norbit.de>	2012-09-29

    adapt test result for better coordinates (0c29b4bef51)

Juergen E. Fischer <jef@norbit.de>	2012-09-29

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-09-29

    indentation update

Juergen E. Fischer <jef@norbit.de>	2012-09-29

    sip fixes

Juergen E. Fischer <jef@norbit.de>	2012-09-29

    fix destruction of private members in atlas and add sip bindings (also adds
    CORE_EXPORT)

Even Rouault <even.rouault@mines-paris.org>	2012-09-29

    Fix Valgrind warnings about use of initialized memory. Caused by member variables
    not initialized in the constructor.

D'Hont René-Luc <rldhont@gmail.com>	2012-09-29

    Better writing of coordinate (WKT, GeoJSON, GML2) and using of searchRect

Merge: 23352ce0d6 80eb345820
Tim Sutton <tim@linfiniti.com>	2012-09-28

    Merge pull request #245 from Oslandia/atlas_integration

    [FEATURE] Support for creation of map atlasses in print composer - Atlas integration

Merge: aaa504058e 82a22f0886
Tim Sutton <tim@linfiniti.com>	2012-09-28

    Merge pull request #255 from rouault/master

    Fix errors in the usage of setlocale() and CPLGetConfigOption()

Even Rouault <even.rouault@mines-paris.org>	2012-09-28

    The return value of CPLGetConfigOption() is volatile, and can be
    invalidated by a following call to CPLSetConfigOption(). Thus it needs
    to be duplicated.

Even Rouault <even.rouault@mines-paris.org>	2012-09-28

    Return value of setlocale() is allocated in static storage and is thus volatile.

    This commit fixes the following Valgrind error :
    ==17204== Invalid read of size 1
    ==17204==    at 0x4C29F34: __GI_strchr (mc_replace_strmem.c:219)
    ==17204==    by 0xBF5E14C: _nl_load_locale_from_archive (loadarchive.c:170)
    ==17204==    by 0xBF5D60A: _nl_find_locale (findlocale.c:107)
    ==17204==    by 0xBF5CB8B: setlocale (setlocale.c:379)
    ==17204==    by 0x808B776: QgsCoordinateReferenceSystem::setProj4String(QString) (in /home/even/qgis-git/Quantum-GIS/build/install/lib/libqgis_core.so.1.9.0)
    ==17204==    by 0x808A401: QgsCoordinateReferenceSystem::createFromProj4(QString) (in /home/even/qgis-git/Quantum-GIS/build/install/lib/libqgis_core.so.1.9.0)
    ==17204==    by 0x7FC2F68: QgsDistanceArea::setEllipsoid(QString const&) (in /home/even/qgis-git/Quantum-GIS/build/install/lib/libqgis_core.so.1.9.0)
    ==17204==    by 0x6D23A3: QgsMeasureDialog::updateSettings() (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==    by 0x6D200D: QgsMeasureDialog::QgsMeasureDialog(QgsMeasureTool*, QFlags<Qt::WindowType>) (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==    by 0x6D5777: QgsMeasureTool::QgsMeasureTool(QgsMapCanvas*, bool) (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==    by 0x553E4B: QgisApp::createCanvasTools() (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==    by 0x544411: QgisApp::QgisApp(QSplashScreen*, bool, QWidget*, QFlags<Qt::WindowType>) (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==  Address 0x2aec57b1 is 1 bytes inside a block of size 11 free'd
    ==17204==    at 0x4C287BE: free (vg_replace_malloc.c:446)
    ==17204==    by 0xBF5CC34: setlocale (setlocale.c:173)
    ==17204==    by 0x808B6A0: QgsCoordinateReferenceSystem::setProj4String(QString) (in /home/even/qgis-git/Quantum-GIS/build/install/lib/libqgis_core.so.1.9.0)
    ==17204==    by 0x808A401: QgsCoordinateReferenceSystem::createFromProj4(QString) (in /home/even/qgis-git/Quantum-GIS/build/install/lib/libqgis_core.so.1.9.0)
    ==17204==    by 0x7FC2F68: QgsDistanceArea::setEllipsoid(QString const&) (in /home/even/qgis-git/Quantum-GIS/build/install/lib/libqgis_core.so.1.9.0)
    ==17204==    by 0x6D23A3: QgsMeasureDialog::updateSettings() (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==    by 0x6D200D: QgsMeasureDialog::QgsMeasureDialog(QgsMeasureTool*, QFlags<Qt::WindowType>) (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==    by 0x6D5777: QgsMeasureTool::QgsMeasureTool(QgsMapCanvas*, bool) (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==    by 0x553E4B: QgisApp::createCanvasTools() (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==    by 0x544411: QgisApp::QgisApp(QSplashScreen*, bool, QWidget*, QFlags<Qt::WindowType>) (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==    by 0x53DFF5: main (in /home/even/qgis-git/Quantum-GIS/build/install/bin/qgis)
    ==17204==

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-28

    Remove expectedFailure for composition test

Merge: 500a953d96 3c1a778662
Tim Sutton <tim@linfiniti.com>	2012-09-28

    Merge pull request #254 from lynxlynxlynx/master

    test&doc friday

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-28

    Add missing control images for Atlas unit test

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-09-28

    added function help for the logarithm functions

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-09-28

    added a few more log expression tests

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-09-28

    INSTALL: mention pyqscintilla as required (hard dependency of the console)

Merge: c85ad5a46a 500a953d96
Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-28

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into atlas

    Conflicts:
            src/core/composer/qgscomposition.cpp

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-28

    Add a test for Atlas generation when the coverage layer is hidden

Merge: f2f14264c9 32deee72a5
Tim Sutton <tim@linfiniti.com>	2012-09-28

    Merge pull request #253 from slarosa/master

    New style for the toolbar icons (Python Console)

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-28

    New style for the toolbar icons
    - update the help.htm

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-27

    Catch xml import error for composition

Marco Hugentobler <marco@sourcepole.ch>	2012-09-28

    Escape xml characters in composer template string replacement

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-28

    Fix QgsComposerMap constructor

Juergen E. Fischer <jef@norbit.de>	2012-09-28

    add qscintilla to INSTALL

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-09-28

    fix failed assertion when sld import fails

Juergen E. Fischer <jef@norbit.de>	2012-09-28

    fix ogr provider's createEmptyDataSource()

Merge: 28fc9d06fd 630a02153f
Tim Sutton <tim@linfiniti.com>	2012-09-27

    Merge pull request #248 from slarosa/master

    Several fixes and added for python console

Merge: 2dfa77cbd5 885bd2e8a7
Jürgen Fischer <jef@norbit.de>	2012-09-27

    Merge pull request #251 from sdikiy/work

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2012-09-27

    german translation update

Serge Dikiy <serge@gisfiber.com>	2012-09-27

    fix windows build

Radim Blazek <radim.blazek@gmail.com>	2012-09-27

    Pyramids problem GDAL ticket

Radim Blazek <radim.blazek@gmail.com>	2012-09-27

    building pyramids crash fix

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-27

    Fix the composer label test unit

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-27

    Add a test unit for Atlas generation

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-27

    Improved the console toolbar
    - added menu for class import
    - added menu for open/save script
    - update help and Italian translate

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-27

    Robustify atlas generation

Tim Sutton <tim@linfiniti.com>	2012-09-27

    Removed failure expectation from test

Radim Blazek <radim.blazek@gmail.com>	2012-09-27

    wcs cache option

Juergen E. Fischer <jef@norbit.de>	2012-09-27

    sip fixes: networkanalysis is a separate module

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-27

    Fix single file checkbox reading in QgsComposerMapWidget

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-27

    Add a comment

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-27

    Fix QgsExpression SIP

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-27

    Add a test unit for expressions in QgsComposerLabel

Radim Blazek <radim.blazek@gmail.com>	2012-09-27

    compare wcs extent using significant digits

Merge: 504ed49034 2d12bb86cc
Tim Sutton <tim@linfiniti.com>	2012-09-27

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-09-27

    Added test to verify analysis lib can be loaded

Tim Sutton <tim@linfiniti.com>	2012-09-27

    Fixed attribution for composition test

Merge: db7b26fa55 126b897b40
Tim Sutton <tim@linfiniti.com>	2012-09-27

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-09-27

    Removed extraneous newline from test

Merge: 126b897b40 7ef9dbdd3f
Magnus Homann <magnus@homann.se>	2012-09-27

    Merge swedish translations

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-27

    Added keys binding to view the command history
    - added new command to clear completely the command history
    - fixed copy,cut command in keyPressEvent more minor problems
    - update for help
    - update for Italian translate

Magnus Homann <magnus@homann.se>	2012-09-26

    3000 översättningar

Radim Blazek <radim.blazek@gmail.com>	2012-09-26

    TestCase and expectedFailure must both come from the same unittest

Radim Blazek <radim.blazek@gmail.com>	2012-09-26

    reverted raster reprojection matrix size, Magnus Homann wrote: Ooops, that wasn't supposed to go in the commit

Juergen E. Fischer <jef@norbit.de>	2012-09-26

    more sip fixes

Juergen E. Fischer <jef@norbit.de>	2012-09-26

    sip fixes

Merge: 4657c84422 ee593e860d
Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-26

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into atlas

    Conflicts:
            python/core/qgsexpression.sip

    Add a missing function to QgsExpression

Merge: b95296a252 6a1c2808d4
Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-26

    Merge branch 'atlas_integration' of https://github.com/Oslandia/Quantum-GIS into atlas

Radim Blazek <radim.blazek@gmail.com>	2012-09-26

    additional wcs test params

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-26

    Add support for Atlas export to SVG and multipage PDF

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-26

    Allow the use of expressions inside a composer label

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-26

    Fix $CURRENT_DATE replacement in QgsComposerLabel

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-25

    Update QgsExpression's SIP

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-26

    Add test units for special columns in QgsExpression

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-25

    Add support for user-defined special columns in expressions

Tim Sutton <tim@linfiniti.com>	2012-09-26

    Added a test to verify that we can get a map to render in the template (python bindings)

Merge: 671cc98895 dad7f98570
Tim Sutton <tim@linfiniti.com>	2012-09-26

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-09-26

    Added test which shows failure in composer substitution if passing in a QString containing a degree symbol. Test is marked as expected to fail for now.

Radim Blazek <radim.blazek@gmail.com>	2012-09-26

    fixed missing vector,database and web menu in customization

Tim Sutton <tim@linfiniti.com>	2012-09-26

    Initial work for composition test

Tim Sutton <tim@linfiniti.com>	2012-09-26

    Reenable composer html test but disable segfaulting tests

Tim Sutton <tim@linfiniti.com>	2012-09-26

    Added QGIS_PREFIX_PATH to app settings display

Juergen E. Fischer <jef@norbit.de>	2012-09-26

    typo fixes and german function help update

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-26

    Update help for console
    - header icon changed
    - re-organized text

Larry Shaffer <larrys@dakotacarto.com>	2012-09-25

    Fix for older compilers, like on stock Mac OS X (provided by Juergen)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-25

    QgsCollapsibleGroupBox: rename mSaveState to mSaveCollapsedState and update saveState/restoreState, update raster save dialog

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-20

    set horizontal stretch for content in splitter widgets

Juergen E. Fischer <jef@norbit.de>	2012-09-25

    [FEATURE] allow manual addition of browser favorite directories

Juergen E. Fischer <jef@norbit.de>	2012-09-25

    fix doxygen warnings

Radim Blazek <radim.blazek@gmail.com>	2012-09-25

    wcs extent verification

Radim Blazek <radim.blazek@gmail.com>	2012-09-25

    wcs test timeout

Merge: ded943d77d a0566c79b7
Tim Sutton <tim@linfiniti.com>	2012-09-25

    Merge pull request #247 from slarosa/master

    [FEATURE] Added support to save History in Python Console

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-25

    Cleaning the code

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-25

    Added support to save history in python console
    - edited console.py to save history on closeEvent
    - edited console_sci.py to add read, clear and write history methods
    - edited help file
    - update to Italian translate file

Juergen E. Fischer <jef@norbit.de>	2012-09-25

    update bindings

Marco Hugentobler <marco@sourcepole.ch>	2012-09-25

    Possibility to ignore features in the avoid intersection function

Juergen E. Fischer <jef@norbit.de>	2012-09-25

    fix windows build

Larry Shaffer <larrys@dakotacarto.com>	2012-09-24

    Enable up/down arrow key navigation of browser application data layers

Larry Shaffer <larrys@dakotacarto.com>	2012-09-24

    Add /Volumes to browser tree for Mac

Juergen E. Fischer <jef@norbit.de>	2012-09-24

    enable more gui sip bindings

Tim Sutton <tim@linfiniti.com>	2012-09-24

    Comment out composer tests for now.

Tim Sutton <tim@linfiniti.com>	2012-09-24

    Comment out composer tests for now.

Juergen E. Fischer <jef@norbit.de>	2012-09-24

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-09-24

    more sip fixes

Juergen E. Fischer <jef@norbit.de>	2012-09-24

    fix typos

Larry Shaffer <larrys@dakotacarto.com>	2012-09-24

    Update to 4d9d16d, missing commit

Larry Shaffer <larrys@dakotacarto.com>	2012-09-22

    Update PAL to OverPoint placement, fix for #6378

    - Label all parts of multipart is option is set
    - Data defined rotation and offset support moved into pal::Feature
    - Limit x/y-independent data defined rotation for layer and Rotate Label tool to OverPoint, until support for other placements (if any?) are added to pal::Feature.
    - Fix pinning where upside-down label caused position flipping

Larry Shaffer <larrys@dakotacarto.com>	2012-09-22

    Labeling centroid calculation update (provided by Serge Dikiy)

Merge: 782484206a 74fd0e48ae
Tim Sutton <tim@linfiniti.com>	2012-09-24

    Fix compilation error caused by numeric_limits::quiet_NaN not being passed a type

Tim Sutton <tim@linfiniti.com>	2012-09-24

    Transfer ownership of transparency

Juergen E. Fischer <jef@norbit.de>	2012-09-24

    more sip fixes:
    - also move enum StyleEntity in QgsStyleV2
    - fix some warnings

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-24

    fix SIP bindings

Merge: 1190eea55f 75452b8102
Magnus Homann <magnus@homann.se>	2012-09-24

    Merge pull request #246 from homann/CP-legal

    A fix for #6396.

Magnus Homann <magnus@homann.se>	2012-09-24

    A fix for #6396

Werner Macho <werner.macho@gmail.com>	2012-09-24

    translation update: gl_ES by Xan

Juergen E. Fischer <jef@norbit.de>	2012-09-24

    fix QgsSymbolLayerV2Metadata sip bindings

Tim Sutton <tim@linfiniti.com>	2012-09-24

    Added sample template needed for tests

Tim Sutton <tim@linfiniti.com>	2012-09-24

    Reinstate public qualifier for vector gradient colour ramp

Tim Sutton <tim@linfiniti.com>	2012-09-24

    Added missing sys import

Tim Sutton <tim@linfiniti.com>	2012-09-24

    Reinstate symbol layer registry sip stuff

Merge: 1dc93021f2 34f542edef
Tim Sutton <tim@linfiniti.com>	2012-09-24

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-09-24

    fix sip syntax error

Tim Sutton <tim@linfiniti.com>	2012-09-24

    Mark composer html multiframe test as expected to fail for now

Merge: 719db73e38 04f934841d
Tim Sutton <tim@linfiniti.com>	2012-09-24

    Resolved merge conflicts with origin master

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-24

    Clean up the last commit

Juergen E. Fischer <jef@norbit.de>	2012-09-24

    add a missing file

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-24

    Translation into Italian for the console toolbar

Juergen E. Fischer <jef@norbit.de>	2012-09-24

    SIP bindings update:
    - update methods of existing classes
    - add comment to methods missing in the sip bindings
    - split up collective sip files into single files and use
      same directory structure in python/ as in src/
    - add a lot of missing classes (some might not make sense because of
      missing python methods in those classes)
    - remove some non-existing methods from the header files
    - add scripts/sipdiff
    - replace some usages of std::vector and std::set with QVector/QSet

Merge: 58ba3f0084 740eaf98dc
Tim Sutton <tim@linfiniti.com>	2012-09-23

    Merge pull request #243 from slarosa/master

    Italian translation for python console

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-23

    adjustment to the translate file to get the Italian translation in python console

Merge: f7af2defa9 58ba3f0084
Tim Sutton <tim@linfiniti.com>	2012-09-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Larry Shaffer <larrys@dakotacarto.com>	2012-09-22

    Update to QgsCollapsibleGroupBox

    - Saving/restoring checked state is off by default
      Restoring checked state caused many issues for groupboxes used in same window, but for different parent objects (e.g. labeling for different layers).
    - Saving/restoring checked state can be get/set via code
    - Add ability to get/set a QSettings group (instead of window obj name) for saving states.
      Allows for groupboxes to be used in multiple places/dialogs and maintain same states (e.g. adv labeling dialog).

Merge: d80d3cf985 1b95cdca85
Victor Olaya <volayaf@gmail.com>	2012-09-22

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Victor Olaya <volayaf@gmail.com>	2012-09-22

    fixed #6295
    did some cleaning in GrassAlgorithm.py

Merge: 2b1443fe26 1b95cdca85
Tim Sutton <tim@linfiniti.com>	2012-09-22

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 73fcb66257 c5ff5ee5be
Tim Sutton <tim@linfiniti.com>	2012-09-22

    Merge pull request #242 from slarosa/master

    improved python console paste action and minor bug fixes

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-22

    improved paste action and minor bug fixes

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-22

    cleaning and minor adjustments to the code for console

Magnus Homann <magnus@homann.se>	2012-09-21

    Used QsgScaleComboBox in scale based visibility. Also fix #6213

Juergen E. Fischer <jef@norbit.de>	2012-09-21

    indentation update

Juergen E. Fischer <jef@norbit.de>	2012-09-21

    update QgsDiagramRendererV2 sip bindings

Juergen E. Fischer <jef@norbit.de>	2012-09-21

    fix OGRSpatialReferenceH member declaration

Merge: 341935d214 d1c8884ca1
Magnus Homann <magnus@homann.se>	2012-09-21

    Merge pull request #240 from homann/test_scalecombobox

    Test and refactoring - qgsscalecombobox

Magnus Homann <magnus@homann.se>	2012-09-21

    Added SIP, fixed qgisapp to use new setter and optimized a bit

Magnus Homann <magnus@homann.se>	2012-09-21

    Added setting of scale programatially

Magnus Homann <magnus@homann.se>	2012-09-20

    Added test for rounding

Magnus Homann <magnus@homann.se>	2012-09-20

    Change in qgisapp and fixed a test

Magnus Homann <magnus@homann.se>	2012-09-19

    Test of signals

Magnus Homann <magnus@homann.se>	2012-09-19

    Simplified, and more test

Magnus Homann <magnus@homann.se>	2012-09-19

    Added static helper functions and more tests

Magnus Homann <magnus@homann.se>	2012-09-18

    First simple test

Merge: 003f83330d 719db73e38
Tim Sutton <tim@linfiniti.com>	2012-09-21

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Merge: dd367274a0 8f155b9755
Tim Sutton <tim@linfiniti.com>	2012-09-21

    Merge pull request #239 from matthias-kuhn/diagram-numberformat

    Always show numbers in decimal format ( no e format )

Merge: 6ac87920d0 dd367274a0
Tim Sutton <tim@linfiniti.com>	2012-09-21

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-09-21

    fix windows build

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-06

    Always show numbers in decimal format ( no e format )

Juergen E. Fischer <jef@norbit.de>	2012-09-21

    add links to old api version to doxygen documentation

Merge: a220ef5731 0133ed20fc
Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-21

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS into atlas

Tim Sutton <tim@linfiniti.com>	2012-09-21

    Test new ComposerHtml accessor method and fixes for other tests.

Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-21

    Integration of Atlas into the core, first shot

Tim Sutton <tim@linfiniti.com>	2012-09-21

    Fixes for fetching a CompositionHtml from a Composition

D'Hont René-Luc <rldhont@gmail.com>	2012-09-21

    The parameter TYPENAME in the DescribeFeature request is now optional

Radim Blazek <radim.blazek@gmail.com>	2012-09-21

    wcs test - improved report

Merge: 88ca822c4e 5243423f0b
Tim Sutton <tim@linfiniti.com>	2012-09-21

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 05ae00de29 88ca822c4e
Tim Sutton <tim@linfiniti.com>	2012-09-20

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Merge: 8fd78059c9 5243423f0b
Tim Sutton <tim@linfiniti.com>	2012-09-20

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: c5cc634520 fed17aa552
Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-20

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-20

    raster save creation options validation:
    - move help and validation to gdal provider
    - validate options before saving
    - test for valid PREDICTOR option, depending raster properties

Tim Sutton <tim@linfiniti.com>	2012-09-20

    Better test html table

Merge: 8489bd17cd fed17aa552
Tim Sutton <tim@linfiniti.com>	2012-09-20

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2012-09-20

    wcs test - issues descriptions, GDAL WCS comparison

D'Hont René-Luc <rldhont@gmail.com>	2012-09-20

    In addition to indicate the geometry type in the DescribeFeatureType request, this patch adds boundedBy to FeatureCollection and Feature element.

D'Hont René-Luc <rldhont@gmail.com>	2012-09-20

    Revert "In addition to indicate the geometry type in the DescribeFeatureType request, this patch adds boundedBy to FeatureCollection and Feature element."

    This reverts commit 34175686a638e19edfa15e0324c2bce56f1468de.

D'Hont René-Luc <rldhont@gmail.com>	2012-09-20

    In addition to indicate the geometry type in the DescribeFeatureType request, this patch adds boundedBy to FeatureCollection and Feature element.

Tim Sutton <tim@linfiniti.com>	2012-09-20

    Further refactoring of composer html tests and fixes so that html elements consume all horizontal space

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-20

    fix typo in OGC filter implementaion

Merge: 8fd78059c9 b1e00e950c
Tim Sutton <tim@linfiniti.com>	2012-09-20

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-09-19

    Added bindings for getting an item by id and a composerhtml instance that belongs to an item.

Radim Blazek <radim.blazek@gmail.com>	2012-09-19

    wcs test - improved report, servers list in json

Merge: 78cb4e01a6 11dead9a3a
Tim Sutton <tim@linfiniti.com>	2012-09-19

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-09-19

    In progress support for retrieval of html composer and items by id from map composition. Also refactoring python composer tests.

Radim Blazek <radim.blazek@gmail.com>	2012-09-19

    nodata per band, src nodata optional

Merge: 0618a1f163 35d869cfb3
Magnus Homann <magnus@homann.se>	2012-09-19

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Magnus Homann <magnus@homann.se>	2012-09-19

    Changed comments only

Radim Blazek <radim.blazek@gmail.com>	2012-09-19

    apply user nodata to all bands

Juergen E. Fischer <jef@norbit.de>	2012-09-18

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-09-18

    debian packaging update

Merge: 117e6f9eae 9c6ebdd4ee
Tim Sutton <tim@linfiniti.com>	2012-09-18

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2012-09-18

    fixes for QgsRasterInterface subclassing in Python

Magnus Homann <magnus@homann.se>	2012-09-18

    Fixed restarting measurement with right-clicking.

Radim Blazek <radim.blazek@gmail.com>	2012-09-18

    reimplemented user defined raster no data values

Larry Shaffer <larrys@dakotacarto.com>	2012-09-17

    Fix to enable QgsCollapsibleGroupBox disclosure triangle if widget was previously disabled

Larry Shaffer <larrys@dakotacarto.com>	2012-09-17

    Fix for compilers that do not cope with template argument

Merge: ca752eedb0 af63afa05b
Tim Sutton <tim@linfiniti.com>	2012-09-17

    Merge pull request #236 from matthias-kuhn/diagramtest

    Add diagram test files

Juergen E. Fischer <jef@norbit.de>	2012-09-17

    fix a544133e46 - update measurement settings only on crs and options change

Juergen E. Fischer <jef@norbit.de>	2012-09-17

    support non-squared svg symbols

Juergen E. Fischer <jef@norbit.de>	2012-09-17

    debian packaging update

Merge: e671351747 a25b1ec509
Tim Sutton <tim@linfiniti.com>	2012-09-17

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2012-09-17

    Example script in Python to download WCS layer

Radim Blazek <radim.blazek@gmail.com>	2012-09-17

    raster saveas rendered with QgsSingleBandPseudoColorRenderer fix

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-17

    Add diagram test files

Juergen E. Fischer <jef@norbit.de>	2012-09-17

    update measure dialog only when visible

Juergen E. Fischer <jef@norbit.de>	2012-09-17

    add sip bindings to QgsCredentials

Juergen E. Fischer <jef@norbit.de>	2012-09-17

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-09-17

    fix windows build

Werner Macho <werner.macho@gmail.com>	2012-09-17

    translation update: small fix for sv by Johan Nilsson

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-16

    remove unused constructor (also fix build error in mac osx)

Merge: d00c33529c 0138c47e45
Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-16

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-16

    style manager : cosmetic changes (wider icons, splitter with save/restore, changed buttons appearance, add menu icon) and use menu instead of dialog to select new color ramp type

Juergen E. Fischer <jef@norbit.de>	2012-09-17

    add more sip bindings:
    QgsCentroidFillSymbolLayerV2
    QgsImageFillSymbolLayer
    QgsLinePatternFillSymbolLayer
    QgsPointPatternFillSymbolLayer
    QgsSVGFillSymbolLayer
    QgsSimpleFillSymbolLayerV2

Merge: 44ef220477 8898e6b847
Tim Sutton <tim@linfiniti.com>	2012-09-16

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-09-16

    Fixed comments only

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-16

    - various changes and bugfixes to QgsCptCityArchive and QgsCptCityColorRampV2

    UI changes:
     - view color ramps in separate list widgets, with qsplitter
     - draw stippled (check-board) background for ramps with transparency
     - save / restore geometry and layout
     - separate preview and info with tab widget

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-15

    add PROJ.4 version to about dialog

Juergen E. Fischer <jef@norbit.de>	2012-09-16

    missed the new file

Juergen E. Fischer <jef@norbit.de>	2012-09-16

    add sip bindings for QgsPalLabeling, QgsSimpleMarkerSymbolLayerV2,
    QgsSvgMarkerSymbolLayerV2, QgsFontMarkerSymbolLayerV2

Larry Shaffer <larrys@dakotacarto.com>	2012-09-16

    Fixes for raster layer save as dialog

    - Initial show of very long CRS no longer makes combobox too wide
    - Remove min height for nodata groupbox, possible cause for not fully collapsing

Merge: cc63a1e297 d83b618f1e
Magnus Homann <magnus@homann.se>	2012-09-16

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Magnus Homann <magnus@homann.se>	2012-09-16

    Fix stupid C++ error

Larry Shaffer <larrys@dakotacarto.com>	2012-09-16

    Fixes for PAL labels to work with 8a347eb

    - Point/centroid label offset functions now work with independent data defined rotation
    - Rotate label tool now works with independent data defined rotation (always with Center/Half rotation point)

Larry Shaffer <larrys@dakotacarto.com>	2012-09-16

    Fix for PAL label vertical offset

    - Corrected vertical alignment offset for all labels
    - Curved and parallel line labels also now register well for above/on/below

Merge: 3fb80939b0 802ab85673
Magnus Homann <magnus@homann.se>	2012-09-16

    Merge pull request #235 from homann/test_qgsclipper

    Fix stupid SIP error

Magnus Homann <magnus@homann.se>	2012-09-16

    Fix stupid SIP error

Merge: 8a347ebaf7 96295010d3
Magnus Homann <magnus@homann.se>	2012-09-16

    Merge pull request #234 from homann/test_qgsclipper

    Test qgsclipper, improved testing and added constructor in QgsRectangle.

Magnus Homann <magnus@homann.se>	2012-09-16

    Improved QgsClipper test, and ran prepare-commit

Magnus Homann <magnus@homann.se>	2012-09-16

    Added conversion between QgsRectangle and QRectF. And tests.

Juergen E. Fischer <jef@norbit.de>	2012-09-15

    [FEATURE] allow data defined rotation without data defined position

Juergen E. Fischer <jef@norbit.de>	2012-09-15

    debian packaging update

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-15

    change line endings to UNIX

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-15

    Process configuration also if the project has no own layers (there could be just embedded ones). Fixes ticket #6340

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-15

    Fix display of features in composer table if map is projected (ticket #6335)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-09-15

    Fix scalebar alignment in composer (ticket #6317)

Larry Shaffer <larrys@dakotacarto.com>	2012-09-14

    Label preview of adv labeling is collapsible

Larry Shaffer <larrys@dakotacarto.com>	2012-09-14

    Fix QgsCollapsibleGroupBox signal and scrolling issue

    - Signal now passes pointer to custom widget; calling isCollapsed() now works in connected slot
    - Keep expanded group boxes in scroll areas from scrolling on first showing of dialog

Merge: c328539479 3130719ad3
Magnus Homann <magnus@homann.se>	2012-09-14

    Merge pull request #233 from homann/test_qgsclipper

    Test Friday! QgsClipper test

Magnus Homann <magnus@homann.se>	2012-09-15

    Test Friday! QgsClipper test

Merge: 7b80206793 2a32eca41f
Alexander Bruy <alexander.bruy@gmail.com>	2012-09-14

    Merge branch 'master' into sextante-import

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-14

    anomality images for stingray

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-14

    fix coordinate transform python test
    fix typo in renderchecker

Merge: db59e1b1b3 3a4d5e0ca2
Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-09-14

    debian packaging update:
    extra python-unittest2 dependency only necessary on squeeze, lucid and oneiric)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-14

    automatically scroll parent QScrollArea when QgsCollapsibleGroupBox is expanded

Juergen E. Fischer <jef@norbit.de>	2012-09-14

    debian packaging update

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-14

    set parent of QgsRasterLayerSaveAsDialog to inherit css

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-14

    honor flat property when set in designer or code before showEvent() (patch by Larry)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-14

    fix alignment when using oxygen (kde) theme

Merge: 1080d978c4 799795a05a
Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 8bf5cb264c 799795a05a
Alexander Bruy <alexander.bruy@gmail.com>	2012-09-14

    Merge branch 'master' into sextante-import

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-14

    [FEATURE] add SEXTANTE to core plugins
    Also add Victor to authors

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-14

    create directories for scripts and models in user directory

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-14

    add cmake stuff for SEXTANTE plugin

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-14

    fix migration errors

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-14

    fix another signal-slot connection in new console

Merge: 8241030957 26a43408b4
Tim Sutton <tim@linfiniti.com>	2012-09-14

    Merge pull request #232 from slarosa/master

    fix error in path for sextante icon

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-14

    fix path for icon

Merge: e1a1627896 5b91b38d8e
Magnus Homann <magnus@homann.se>	2012-09-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Magnus Homann <magnus@homann.se>	2012-09-14

    Reversed erroneous change

Merge: 396f3633f3 89e75cf64a
Tim Sutton <tim@linfiniti.com>	2012-09-13

    Merge pull request #230 from slarosa/master

    [New Python Console] - remember last used location for Open Tool

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-14

    added sextante icon for help

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-13

    added action to import sextante class

Larry Shaffer <larrys@dakotacarto.com>	2012-09-13

    Remove hardcoded path for pyuic4 on Mac install

Merge: 24a047d283 e2e27923a5
Magnus Homann <magnus@homann.se>	2012-09-13

    Merge pull request #231 from homann/memcpy_malloc_fixes

    Memcpy malloc fixes, should remove some out of mem crashes. Downside, it is still slow... Also fixed a warning about missing copy ctor.

Magnus Homann <magnus@homann.se>	2012-09-13

    Removed warning about missing initalization of base class in copy constructor. I hope it is corect now?

Magnus Homann <magnus@homann.se>	2012-09-13

    Changed from int to size_t in some places

Magnus Homann <magnus@homann.se>	2012-09-13

    size_t is 8, int is 4 on amd64

Magnus Homann <magnus@homann.se>	2012-09-12

    Added memory allocation failure tests

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-13

    cleaning up code

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-13

    improved icons and clean code

Radim Blazek <radim.blazek@gmail.com>	2012-09-13

    raster sip fix for test unit

Radim Blazek <radim.blazek@gmail.com>	2012-09-13

    raster sip fixes

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-13

    added remember last used dir for open tool in python console

Merge: 6af929a252 94c2e1cbb0
Hugo Mercier <hugo.mercier@oslandia.com>	2012-09-13

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-09-12

    Transfer ownership of renderer to c++ in sip bindings when calling QgsRasterLayer.setRenderer and when passing shader to QgsSingleBandPseudoColorRenderer. Fixes crash experienced when using python bindings and replacing the shader or renderer of a raster.

Tim Sutton <tim@linfiniti.com>	2012-09-12

    Regression test to similate crash that occurs when setting a raster layer renderer a second time

Tim Sutton <tim@linfiniti.com>	2012-09-12

    Fix compiler warning about use of deprecated crs.epsg() call

Merge: 3cb46692b5 c1f37e8a03
Magnus Homann <magnus@homann.se>	2012-09-12

    Merge pull request #229 from homann/issue5895

    Issue 5895 fix and testcase for projection errors. Hopefully, we can add on other projection errors to this test case. If there are any more...

Magnus Homann <magnus@homann.se>	2012-09-12

    prepare-commit.sh

Magnus Homann <magnus@homann.se>	2012-09-12

    Catch inverse transform failures in raster reprojector. Fix for #5895

Magnus Homann <magnus@homann.se>	2012-09-12

    Changed to a much smaller raster file

Magnus Homann <magnus@homann.se>	2012-09-11

    First little test case

Magnus Homann <magnus@homann.se>	2012-09-10

    Fixed a divde-by-zero error

Radim Blazek <radim.blazek@gmail.com>	2012-09-12

    WCS extent and save as fix

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-12

    disable Toggle editing button when provider is not editable

Tim Sutton <tim@linfiniti.com>	2012-09-12

    Support older version of python for expectedfail in rect tests

Tim Sutton <tim@linfiniti.com>	2012-09-12

    Fix crash if colour for pallette is out of range

Radim Blazek <radim.blazek@gmail.com>	2012-09-12

    rasters saveas data type conversion fix

Merge: 7ce99b8cab e2fff49874
Tim Sutton <tim@linfiniti.com>	2012-09-12

    Merge pull request #228 from slarosa/master

    added support to paste code with multi-line text in console

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-12

    added support to paste multi-line text

Tim Sutton <tim@linfiniti.com>	2012-09-11

    [FEATURE] Improved python console in QGIS based on PyScintilla. (This is a nominal commit to record the addition of this new feature)

Merge: 597e770d37 318dd7c16b
Tim Sutton <tim@linfiniti.com>	2012-09-11

    Merge pull request #217 from endmax/master

    [FEATURE] The QgslegendInterface implementation updated to allow access to items and groups at all levels.

Radim Blazek <radim.blazek@gmail.com>	2012-09-11

    WCS public servers test improved

Larry Shaffer <larrys@dakotacarto.com>	2012-09-11

    Clean with prepare-commit

Larry Shaffer <larrys@dakotacarto.com>	2012-09-11

    Increase padding for collapsed groupbox

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-10

    add save/load state and titleRect()

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-10

    add updateStyle() slot - to call when application style/style sheet changes

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-10

    allow to expand/collapse when clicking on title

Larry Shaffer <larrys@dakotacarto.com>	2012-09-10

    Update adv labeling groupbox layout

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-10

    UI tweaks

Larry Shaffer <larrys@dakotacarto.com>	2012-09-10

    Different approach, fixes several issues

    - Just set max height instead of hiding widgets
    - Default is to show expanded
    - Removed check in favor of just toggled signal
    - setCollapsed() now sets desired state for first show, if not visible
    - Added another test with Adv Labeling dialog (all grpbxs are now collapsible)
    - Wording cleanup

Larry Shaffer <larrys@dakotacarto.com>	2012-09-10

    Move non-groupbox form widgets out of scroll area

Larry Shaffer <larrys@dakotacarto.com>	2012-09-10

    Remove margin fix and tighten up spacing

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-10

    adapt raster save as dialog to changes in collapsible group box

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-09

    UI fixes to QgsCollapsibleGroupBox

Larry Shaffer <larrys@dakotacarto.com>	2012-09-08

    Update collapsible groupbox with checkbox and styles

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-11

    fix signals connection in console

Juergen E. Fischer <jef@norbit.de>	2012-09-11

    also copy console_sci to build directory

Merge: 80c03e5d33 a090559f3d
Tim Sutton <tim@linfiniti.com>	2012-09-11

    Merge pull request #227 from slarosa/master

    [New Python Console] - added delete key for pressing event + other minor fixes

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-11

    added delete key in keyPressEvent

Tim Sutton <tim@linfiniti.com>	2012-09-11

    Sorted names using vim

Tim Sutton <tim@linfiniti.com>	2012-09-11

    Added Salvatore Larosa to contributors file

Tim Sutton <tim@linfiniti.com>	2012-09-11

    Fix python console api installation

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-11

    Fix CMakeLists for building API

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-11

    check platform for font size

Merge: 02b687321a 9db9ef80c6
Salvatore Larosa <lrssvtml@gmail.com>	2012-09-11

    Merge pull request #1 from dakcarto/slarosa_pyqgisconsole

    Add support for prepared API file

Larry Shaffer <larrys@dakotacarto.com>	2012-09-10

    Add support for prepared API file

    - Prepared API file supports Python 2.7, PyQGIS master, PyQt4.7.4, QScintilla2 2.4.5, osgeo 1.9.1
    - Set point size larger (should be setting in app)
    - Remove extra spacing between toolbar and console edit widget
    - Remove space from Qt object name
    - With many more API lines, autocompletion should start at least on second character, if not third

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-11

    fix issue with home key

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-10

    clear some command key and added shortcut ctrl+space

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-10

    clean up to code and added api directory

Salvatore Larosa <lrssvtml@gmail.com>	2012-09-10

    New Python Console

Tim Sutton <tim@linfiniti.com>	2012-09-10

    Mark qgsrectangle ctor test as known to fail.

Tim Sutton <tim@linfiniti.com>	2012-09-10

    Added asWktPolygon method to QgsRectangle with a unit test. Discovered QgsRectangle tests were missing their main method causing them to not run. Then discovered that some of these tests fail, one of which remains unresolved.

Merge: 5eba984842 83482fe9a1
homann <magnus@homann.se>	2012-09-10

    Merge pull request #226 from homann/issue2465_patch

    Issue2465 patch now included. Question if old pints-file now work directly.

Magnus Homann <magnus@homann.se>	2012-09-10

    Added east/north clarification

Magnus Homann <magnus@homann.se>	2012-09-06

    Compiles, but issues

Magnus Homann <magnus@homann.se>	2012-09-06

    New files added

Magnus Homann <magnus@homann.se>	2012-09-06

    Applied patch 2012-06-27 only

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-10

    adapt raster save as dialog to changes in collapsible group box

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-09

    UI fixes to QgsCollapsibleGroupBox

Tim Sutton <tim@linfiniti.com>	2012-09-09

    Alphabetaised imports of qgsrasterlayerproperties.cpp

Larry Shaffer <larrys@dakotacarto.com>	2012-09-08

    Update collapsible groupbox with checkbox and styles

Juergen E. Fischer <jef@norbit.de>	2012-09-09

    doxygen & indentation fixes

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-09-09

    Fix Mac build

Juergen E. Fischer <jef@norbit.de>	2012-09-08

    - make python tests runnable from build directory again
    - don't change testfiles in test runs

Juergen E. Fischer <jef@norbit.de>	2012-09-08

    debian packaging update

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-09-08

    Use configpath for customization. Fix #6068

Larry Shaffer <larrys@dakotacarto.com>	2012-09-07

    Fix for #6315, and keeps centroid calc. for whole feature in adv labeling

Merge: 09c3693409 2e8d82fd3e
Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-07

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-07

    fix QgsCollapsibleGroupBox UI (arrows should render correctly)

Tim Sutton <tim@linfiniti.com>	2012-09-07

    Added simple python vector layer test

Tim Sutton <tim@linfiniti.com>	2012-08-27

    Added comment about origin of qgis path var

Merge: d686fbe7cb 26dc40676d
Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-07

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-07

    add cpt-city files to osgeo4w build

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-07

    python tests for QgsRectangle and QgsSpatialIndex

Marco Hugentobler <marco@sourcepole.ch>	2012-09-07

    Return edit types as text

Marco Hugentobler <marco@sourcepole.ch>	2012-09-07

    Show display field in GetProjectSettings

Marco Hugentobler <marco@sourcepole.ch>	2012-09-07

    Show layer visibility in GetProjectSettings

Merge: 6e63f9f083 3a4fa2fdb6
Tim Sutton <tim@linfiniti.com>	2012-09-07

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-09-07

    Added Jaka to contributors list - thanks \o/

Merge: c5763f975e 89811ae0c1
Tim Sutton <tim@linfiniti.com>	2012-09-07

    Merge pull request #225 from lynxlynxlynx/master

    linking fix + coalesce tests + coalesce doc

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-09-07

    added english coalesce() function help

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-09-07

    tests: added coalesce coverage

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-09-07

    fixed building of qgis.g.info when nothing else passes the math link flag

Marco Hugentobler <marco@sourcepole.ch>	2012-09-07

    Show print information only in GetProjectSettings, not in caabilities. Better handling of layer order

Tim Sutton <tim@linfiniti.com>	2012-09-07

    Removed added in 1.9 comment for qgsrectangle::scale

Tim Sutton <tim@linfiniti.com>	2012-09-07

    Added version note for scale method in qgsrectangle

Tim Sutton <tim@linfiniti.com>	2012-09-07

    Make linear interpolation default for pseudocolor raster renderer

Juergen E. Fischer <jef@norbit.de>	2012-09-07

    german translation update and typo fixes

Juergen E. Fischer <jef@norbit.de>	2012-09-07

    indentation update

Juergen E. Fischer <jef@norbit.de>	2012-09-07

    fix windows build

Merge: 0d189ffaea ea86b93e0d
Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2012-09-06

    more raster Python bindings, raster write test in Python

Merge: 5b49c9e6d9 e690048b46
Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-09-06

    add cpt-city files to debian builds

Marco Hugentobler <marco@sourcepole.ch>	2012-09-06

    Export layer drawing order to extended capabilities

Marco Hugentobler <marco@sourcepole.ch>	2012-09-06

    Add min/max scale denominator to capabilities output

Merge: d77973d0d3 ea2de726d3
Tim Sutton <tim@linfiniti.com>	2012-09-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-09-06

    Revert "Fix from lynxlynxlynxlynxlynx for building grass on mac"

    This reverts commit 977518af3a669aac1045eebb5b00fce2b6d50680.

Marco Hugentobler <marco@sourcepole.ch>	2012-09-06

    [Feature]: Add GetProjectSettings request to QGIS server to have more specific information about the project than in GetCapabilities

Larry Shaffer <larrys@dakotacarto.com>	2012-09-06

    Adjust wording about PAL engine

Tim Sutton <tim@linfiniti.com>	2012-09-06

    Fix issue where layer order panel is restored in place of layers panel

Tim Sutton <tim@linfiniti.com>	2012-09-06

    Fix from lynxlynxlynxlynxlynx for building grass on mac

Larry Shaffer <larrys@dakotacarto.com>	2012-09-06

    Fix for #6309, add case-insensitive sort for vector provider encodings

Merge: 4d90320d9c 6cd3d77762
mhugent <marco.hugentobler@sourcepole.ch>	2012-09-06

    Merge pull request #224 from matthias-kuhn/diagram

    Minor diagram improvements

Marco Hugentobler <marco@hugis1.(none)>	2012-09-06

    Better reusage of composer functionality between server and desktop

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-06

    Double clicking an attribute item adds it to assigned items

Marco Hugentobler <marco@hugis1.(none)>	2012-09-06

    Fix item reading for GetPrint (project file format changed between 1.8 and 1.9)

Merge: e1091013af 07488674b2
homann <magnus@homann.se>	2012-09-05

    Merge pull request #223 from homann/custom_ellipsoid

    Custom ellipsoid for measurement and corresponding UI changes

Magnus Homann <magnus@homann.se>	2012-09-06

    Adjusted major/minor printout

Magnus Homann <magnus@homann.se>	2012-09-06

    No divide by zero, thanks

Magnus Homann <magnus@homann.se>	2012-09-05

    Removed unused functions and polished UI

Magnus Homann <magnus@homann.se>	2012-09-05

    Changed UI for selecting ellipsoid, and added custom parameters for ellipsoids

Radim Blazek <radim.blazek@gmail.com>	2012-09-05

    New QgsRasterChecker class for raster comparison in tests.

    New test for raster file writer.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-05

    Fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-09-05

    fix windows build

Radim Blazek <radim.blazek@gmail.com>	2012-09-05

    GRASS raster rendered by default as pseudo color, color table loaded from GRASS

Radim Blazek <radim.blazek@gmail.com>	2012-09-05

    GRASS stats upgrade

Radim Blazek <radim.blazek@gmail.com>	2012-05-24

    calc raster stats in grass module, time reduced to 20%, solves part of #4862

Merge: 9d5b16e842 1e1cdb83b3
Marco Hugentobler <marco@hugis1.(none)>	2012-09-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco@hugis1.(none)>	2012-09-05

    Added Matthias to contributor list

Marco Hugentobler <marco@hugis1.(none)>	2012-09-05

    Fix printing of pie and text diagrams

Merge: cfa15ff560 aa31c8c6ba
Marco Hugentobler <marco@hugis1.(none)>	2012-09-05

    [Feature]: Merge diagram improvements provided by Matthias Kuhn

pcav <cavallini@faunalia.it>	2012-09-05

    Fix #6105

Marco Hugentobler <marco@hugis1.(none)>	2012-09-05

    Add documentation for function QgsComposition::loadFromTemplate

Marco Hugentobler <marco@hugis1.(none)>	2012-09-04

    Allow text substitution for template loading

Marco Hugentobler <marco@hugis1.(none)>	2012-09-04

    Don't create undo action if loading template via gui

Marco Hugentobler <marco@hugis1.(none)>	2012-09-04

    Ensure item widgets are deleted if loading composer templates

Marco Hugentobler <marco@hugis1.(none)>	2012-09-04

    Add method QgsComposition::loadFromTemplate and python bindings

Larry Shaffer <larrys@dakotacarto.com>	2012-09-04

    Clean up label engine dialog

Larry Shaffer <larrys@dakotacarto.com>	2012-09-04

    Add 'show all labels' setting to individual PAL layers

    - Implements a version of #5874
    - Show-all labels are not obstacles for other PAL layer labels during collisions
    (i.e. they will overlap or underlie other labels depending upon render order)

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-09-05

    Add tests for expression scale function

Radim Blazek <radim.blazek@gmail.com>	2012-09-04

    - QgsRenderChecker moved to core + Python bindings
    - raster transparency python test

Radim Blazek <radim.blazek@gmail.com>	2012-09-04

    raster transparency test

Radim Blazek <radim.blazek@gmail.com>	2012-09-04

    raster saveas: load nodata from layer transparency

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-09-04

    Add expression function help

Radim Blazek <radim.blazek@gmail.com>	2012-09-04

    raster transparency floating point fix

Magnus Homann <magnus@homann.se>	2012-09-03

    Fixed the rebasing-mess

Magnus Homann <magnus@homann.se>	2012-09-01

    Started on ExpBuiWid

Magnus Homann <magnus@homann.se>	2012-08-30

    Added DA to qgsattribute... Not sure if it works OK...

Magnus Homann <magnus@homann.se>	2012-08-30

    Made qgsexpression be DA-aware

Merge: ad2ff907bd 0d1b1aa425
homann <magnus@homann.se>	2012-09-04

    Merge pull request #219 from homann/measure_cleanup

    Measure cleanup and fix #5156

Magnus Homann <magnus@homann.se>	2012-09-03

    Changed to GEO_NONE, fixed a bug in test

Magnus Homann <magnus@homann.se>	2012-08-30

    Change to using UnitTypes, part deux

Magnus Homann <magnus@homann.se>	2012-08-30

    Change to using UnitTypes

Magnus Homann <magnus@homann.se>	2012-08-29

    Scalebar uses preferred units now

Magnus Homann <magnus@homann.se>	2012-08-29

    Small tidying up, replacing with GEO_NONE

Magnus Homann <magnus@homann.se>	2012-08-28

    Fix for #5156

Magnus Homann <magnus@homann.se>	2012-08-28

    Removed Ellipsoid button and added "NONE" as a selectable ellipsoid.

    All three measure dialog now work on the same global setting,
    using ellipsodial calculation only if CRS transformation is turned
    on in Project Settings, and if the chosen ellipsoid is != "NONE".
    An old bug made "NONE" not selectable!

Magnus Homann <magnus@homann.se>	2012-08-27

    Changed angle measurement to behave same as the other

Magnus Homann <magnus@homann.se>	2012-08-27

    Fix of type in header

Magnus Homann <magnus@homann.se>	2012-08-27

    Cleaned up a bit, fixed area dialog also

Magnus Homann <magnus@homann.se>	2012-08-27

    Looks good, but an extra line when finished is not so pretty. The total is constant, though

Magnus Homann <magnus@homann.se>	2012-08-26

    Not working, but soon

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-09-04

     Add missing sip file

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-09-02

    Add python bindings message bar

Juergen E. Fischer <jef@norbit.de>	2012-09-03

    fix sip error

Alexander Bruy <alexander.bruy@gmail.com>	2012-09-03

    fix loading vector metadata

Radim Blazek <radim.blazek@gmail.com>	2012-09-03

    WMS transparency fix, issue #6276

Tim Sutton <tim@linfiniti.com>	2012-09-03

    Added comment about introduction of srid to version 1.9 for data source id

Merge: 7cc62de08e 56c15dc647
Tim Sutton <tim@linfiniti.com>	2012-09-03

    Resolved merge conflicts

Merge: ff7b21d545 bb3d86bc07
Tim Sutton <tim@linfiniti.com>	2012-09-03

    Merge pull request #222 from homann/test_DA

    Test of QgsDistanceArea + functionality addition

Magnus Homann <magnus@homann.se>	2012-09-03

    Adedd .sip define

Magnus Homann <magnus@homann.se>	2012-09-03

    Added simple text unit test

Magnus Homann <magnus@homann.se>	2012-09-02

    Added possibility to set custom ellipsoid

Magnus Homann <magnus@homann.se>	2012-09-02

    Added test of distance calculations and test data

Magnus Homann <magnus@homann.se>	2012-09-01

    Basic test of QgsDistanceArea

Radim Blazek <radim.blazek@gmail.com>	2012-09-03

    ECW identify() fix conditional for ECW driver and GDAL < 1.9.2

Larry Shaffer <larrys@dakotacarto.com>	2012-09-03

    Fix for double point size in font named-style lookups

Merge: 70fc079230 c322cd52cf
Nathan Woodrow <madmanwoo@gmail.com>	2012-09-03

    Merge pull request #221 from szekerest/master

    Specify port 1433 for FreeTDS by default. Allow to specify server/database/uid/password when the driver setting is present

szekerest <szekerest@gmail.com>	2012-09-03

    Specify port 1433 for FreeTDS by default. Allow to specify server/database/uid/password when the driver setting is present (fixes #6259, fixes #6263)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-03

    sizePainterUnits: Calculate based on specified size instead of size in QgsDiagramSettings

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-03

    Calculate size for PAL correctly also if same attribute is used multiple times.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-03

    Allow smaller numbers in size spin box

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-03

    Enable diagram size options based on sizeType selection

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-03

    Comments for documentation

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-03

    Selection mode for diagram attributes adjusted

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-03

    Add warning if no reference value for diagram scaling has been selected.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-09-03

    Use QToolBox instead of QTabWidget in diagram properties

Werner Macho <werner.macho@gmail.com>	2012-09-03

    translation update: gl_EX by XAN

Larry Shaffer <larrys@dakotacarto.com>	2012-08-31

    Add quadrant, offset, rotation for points/centroids in adv labeling

    - Possible fix for #4634, #5256, #6162
    - Uses GEOS to convert centroids to points before PAL solution

    - Implements #3492, #6285
    - Convert PAL layer types 'over point/centroid' to 'offset from point/centroid'
    - Add quadrant offsets (above/below/right, etc. like in old labeling)
    - Add x and y offset, in mm or map unit, in addition to quadrant
    - Default for offset is set to map units (mm scales oddly with zoom)

    - Implements #4517, #6118; updates fix for #4317
    - Rotation is independent of data defined columns
    - Rotation bounding box included in offset calculation
    - GUI spin box range set from -360 to +360 for initial dev testing

    - Keep from scaling letter/word spacing if set to 0

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-09-01

    expose layer to javacript

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-08-21

    Move expression text replace to QgsExpression

        - Update actions, html map tips, and annotations

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-08-12

    Add html annotations

Merge: b43ed34872 df047713b3
Jürgen Fischer <jef@norbit.de>	2012-09-01

    Merge pull request #200 from sdikiy/dirdebug

    Debugging of all files in a directory

Juergen E. Fischer <jef@norbit.de>	2012-09-01

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-09-01

    only accept crs matches if there's only one (improved #5066)

Magnus Homann <magnus@homann.se>	2012-08-31

    Svensk översättning

Larry Shaffer <larrys@dakotacarto.com>	2012-08-30

    Add word and letter spacing to PAL layer of adv labeling

    - Caveat: does not work with curved line labels (yet)
    - Reorganize form widgets, moving mulit-line options to own groupbox
    - Character width option removed due to very erratic QFont::setStretch() bugs

Marco Hugentobler <marco@hugis1.(none)>	2012-08-28

    Fix diagram scaling for print

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-31

    Revert print scale fix.
    Use Marco Hugentobler's print scale fix. It's cleaner

Marco Hugentobler <marco@hugis1.(none)>	2012-08-31

    Improve scalebar default settings

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-31

    use 4 spaces for the indention, as per PEP8

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-30

    move QgsMessageBar class to GUI library, improve its doc

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-23

    add option to choose whether enable project macros

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-22

    add tooltip to message bar's close button

Larry Shaffer <larrys@dakotacarto.com>	2012-08-21

    Changes to QgsMessageBar icons and Enable macros action

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-21

    Project macros: do not display the warning bar when there are no macros in the project, decrease warning bar message level for macros

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-21

    [FEATURE] Add support to user-defined python macros into project file:

    macros are executed when a project is loaded (openProject function), saved (saveProject function) or is closing (closeProject function),
    macros' python code is embedded in the project file (XML),
    a bar (non-blocking) is shown on the top of the canvas to ask to the user whether enable project macros.

    Work done for ARPA Piemonte

Marco Hugentobler <marco@hugis1.(none)>	2012-08-31

    Add test and control images for composer scalebar test

Magnus Homann <magnus@homann.se>	2012-08-31

    Svensk översättning

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-08-31

    Add format_number function to QgsExpression.

        - Add locale-aware separator for thousand separator

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-31

    fix db handling when modifying existing color ramp (#6229)

Merge: ee1636900a c928868916
Marco Hugentobler <marco@hugis1.(none)>	2012-08-31

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco@hugis1.(none)>	2012-08-31

    Thousand separator for numeric scale bar style (depending on locale). Implements ticket #6287

Larry Shaffer <larrys@dakotacarto.com>	2012-08-30

    Add Panels and Toolbars submenus to View menu in Composer

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-08-31

    initialize mScale to 0 in QgsExpression

Arunmozhi <aruntheguy@gmail.com>	2012-08-30

    lot of UI improvements in symbol layer widgets

Marco Hugentobler <marco@hugis1.(none)>	2012-08-30

    Fix frames in html tests

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-08-30

    Add  function to QgsExpression

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-30

    fix file permissions

Marco Hugentobler <marco@hugis1.(none)>	2012-08-30

    Test for multiframe html in python

Larry Shaffer <larrys@dakotacarto.com>	2012-08-28

    Add capitalization support to PAL layer of adv labeling

    - Title case does not convert existing uppercase->lowercase, only lowercase->uppercase (Qt issue)
    - Didn't offer QFont::SmallCaps option as it does not work right with QPainterPath::addText()
      see https://bugreports.qt-project.org/browse/QTBUG-13965
    - Store and re-apply some QFont properties stripped when choosing new typeface
    - Move sample background color selector right of sample text

Magnus Homann <magnus@homann.se>	2012-08-29

    Svensk översättning

Magnus Homann <magnus@homann.se>	2012-08-29

    Small tidying up, replacing with GEO_NONE

Magnus Homann <magnus@homann.se>	2012-08-28

    Fix for #5156

Magnus Homann <magnus@homann.se>	2012-08-28

    Removed Ellipsoid button and added "NONE" as a selectable ellipsoid.

    All three measure dialog now work on the same global setting,
    using ellipsodial calculation only if CRS transformation is turned
    on in Project Settings, and if the chosen ellipsoid is != "NONE".
    An old bug made "NONE" not selectable!

Magnus Homann <magnus@homann.se>	2012-08-27

    Changed angle measurement to behave same as the other

Magnus Homann <magnus@homann.se>	2012-08-27

    Fix of type in header

Magnus Homann <magnus@homann.se>	2012-08-27

    Cleaned up a bit, fixed area dialog also

Magnus Homann <magnus@homann.se>	2012-08-27

    Looks good, but an extra line when finished is not so pretty. The total is constant, though

Magnus Homann <magnus@homann.se>	2012-08-26

    Not working, but soon

Juergen E. Fischer <jef@norbit.de>	2012-08-29

    fix build error

Juergen E. Fischer <jef@norbit.de>	2012-08-29

    fix #5894

Marco Hugentobler <marco@hugis1.(none)>	2012-08-29

    Added python test for composer html

Marco Hugentobler <marco@hugis1.(none)>	2012-08-29

    Change composerhtml control images. Fix html test to have item frames

Juergen E. Fischer <jef@norbit.de>	2012-08-29

    use qRound() fro round() (followup ad437bfdffd)

Juergen E. Fischer <jef@norbit.de>	2012-08-29

    fix crash in #6276

Marco Hugentobler <marco@hugis1.(none)>	2012-08-29

    Upload images from python composer check to cdash, fix frame of python composer test

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-29

    Draw histogram diagrams in assigned space (no half-bar-width offset)

Merge: 4e914c6657 244e7d1875
Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-29

    Merge branch 'print-diagram'

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-29

    Default width for histogram

Merge: 0eab9697c0 dae596a251
Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-29

    Merge branch 'master' of https://github.com/matthias-kuhn/Quantum-GIS

    Conflicts:
            src/app/qgsdiagramproperties.cpp

Merge: c8a3321287 b97f2fc060
Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-29

    Merge branch 'diagram-additional-fix'

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-29

    Fix text diagram
    Assign userData properly to text diagram combobox item.
    Use id's instead of translated text for selected item identification in combobox.

Juergen E. Fischer <jef@norbit.de>	2012-08-29

    use qRound() for round()

Juergen E. Fischer <jef@norbit.de>	2012-08-29

    fix build error and a few warnings

Juergen E. Fischer <jef@norbit.de>	2012-08-29

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-08-28

    [FEATURE] add optional filter value to value relation edit widget
    and sync QgsVectorLayer sip bindings with C++ interface

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-28

    add raster stats to python bindings (many more functions missing)

Merge: 2a3d09c90e d2a18c21b0
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-28

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-28

    use meaningful names for new symbols and ramps

Marco Hugentobler <marco@hugis1.(none)>	2012-08-28

    Fix diagram scaling for print

Merge: 9226e84f0c 29006466ec
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-28

    Merge branch 'style-docs' of https://github.com/tecoholic/Quantum-GIS

Arunmozhi <aruntheguy@gmail.com>	2012-08-26

    added name checking to new colorramps as well

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-28

    fix #6264

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-28

    fix #6235

Merge: ec6b5a5086 924e7eb9f2
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-27

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-27

    reduce verbosity of QgsDataItem

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-27

    fix #6225

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-08-28

    Add startup python script support

endmax <massimo.endrighi@geopartner.it>	2012-08-27

    removed the limitation to top leve items for group indexing

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-13

    SLD support: fix conversion between dash style and dasharray, retrieve displacement offset

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-11

    SLD support: try to convert OGC Literal to number before using it as string, fix parser error check

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-11

    SLD support: convert SLD rotated lines back to line pattern fill (partially fix #6173)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-27

    retrieve marker line interval from SLD, do not use default value when 0

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-27

    identifiers (schemas, tables, fields) added to DBManager sql windows completer list.

    Thanks Silvio Grosso for the sponsorship.

Juergen E. Fischer <jef@norbit.de>	2012-08-27

    fix #6253

Alister <alister.hood@gmail.com>	2012-08-23

    minor fix and improvement to rendering of selected polygons

Larry Shaffer <larrys@dakotacarto.com>	2012-08-26

    Revert most Mac hacks for testing in favor of 4cfc365

    - Cleanup of old .qml svg paths to matches other test data .qml

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-26

    implement pyramids in raster save dialog ; improve pyramids creation ; remove pyramid-related stuff from qgsrasterlayer

Juergen E. Fischer <jef@norbit.de>	2012-08-26

    make tests runable without install

Merge: 31743cfca9 725275cf6c
Tim Sutton <tim@linfiniti.com>	2012-08-26

    Merge pull request #215 from homann/small_fixes_1969_2850

    Follow up commit for #1959 and #2850

Tim Sutton <tim@linfiniti.com>	2012-08-26

    Typo fix

Tim Sutton <tim@linfiniti.com>	2012-08-26

    Typo fix

Tim Sutton <tim@linfiniti.com>	2012-08-26

    Added coordinate system python test and set cmake to copy qgis.db and srs.db into output dir so tests that rely on those can work

Tim Sutton <tim@linfiniti.com>	2012-08-25

    Tidy up for py geometry tests

Tim Sutton <tim@linfiniti.com>	2012-08-24

    In progress implementation of coordinate transform test

Tim Sutton <tim@linfiniti.com>	2012-08-23

    Added python test for qgscoordinatetransform

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-08-26

    Add double to int rounding function

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-08-25

    Add round function to QgsExpression

Magnus Homann <magnus@homann.se>	2012-08-25

    Re-added connect from Ellipsoid checkbox

Juergen E. Fischer <jef@norbit.de>	2012-08-25

    typo fixes, translation string updates and german translation update

Merge: ae089619c2 5ba8422893
Tim Sutton <tim@linfiniti.com>	2012-08-25

    Merge pull request #212 from homann/issue2850

    Fix for issue 2850

Merge: ca7fa30242 6862a948b1
Tim Sutton <tim@linfiniti.com>	2012-08-24

    Merge pull request #208 from homann/issue1969

    Issue1969 - Improvements to use of measurement functionality

Tim Sutton <tim@linfiniti.com>	2012-08-24

    In progress implementation of coordinate transform test

Tim Sutton <tim@linfiniti.com>	2012-08-23

    Added python test for qgscoordinatetransform

Larry Shaffer <larrys@dakotacarto.com>	2012-08-24

    Fix for app paths not found by test

Larry Shaffer <larrys@dakotacarto.com>	2012-08-24

    Fix package data and svg paths for cmake and pyqgis tests on Mac

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-25

    Fix for bug #6245 (master crashes applying a composer template)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-24

    fix style test

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-24

    restore qgscolorbrewerpalette.h

Merge: 3f8a467982 c836d61e99
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-24

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into coloramp

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-24

    fix merge mistake

Merge: 9d96e76291 f5c77536d5
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-24

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-24

    implement UI for pyramids in raster save dialog, ui tweaks and bugfixes

Merge: d0bf482683 11ce55c0ac
Tim Sutton <tim@linfiniti.com>	2012-08-24

    Merge pull request #214 from slarosa/master

    Added tests to Geometry test

Tim Sutton <tim@linfiniti.com>	2012-08-24

    Merged in upstream svn changes into sextante branch

Merge: 17f91e73af 9f47d96796
Tim Sutton <tim@linfiniti.com>	2012-08-24

    Merge linfiniti2:/tmp/sextante into sextante-import

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-24

    Add accessor for individual frame to QgsComposerMultiFrame. Adapt unit tests because composer items without frames are now the default

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-24

    add qgscollapsiblegroupbox, use in raster save dialog

Salvatore Larosa <lrssvtml@gmail.com>	2012-08-24

    Added other tests for PyQgsGeometry

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-24

    fix warnings

Magnus Homann <magnus@homann.se>	2012-08-24

    Small sizeof() fix

Radim Blazek <radim.blazek@gmail.com>	2012-08-24

    API doc fix

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-23

    bugfixes to archive management

Merge: 69c3774650 eaecf0cd2c
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-23

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into coloramp

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-23

    offload parsing from cptcityarchive to cptcitydataitem members, minimize load times by reading dirs/files on demand

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-22

    change QgsCptCityCollection to QgsCptCityArchive, join with items and model in file qgscptcityarchive.h

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-22

    use selections from .xml files

Larry Shaffer <larrys@dakotacarto.com>	2012-08-20

    Support for named typeface styles in adv. labeling engine

    - Support for named typeface styles (Hairline, Slanted, Bold Cond Italic, etc.)
    - Named style combobox selector and PAL layer setting
    - Named style assignment to preexisting PAL layer fonts
    - Underline and strikeout options outside of font selection dialog
    - Simple test and notification for missing fonts per layer
    - Add QSplitter between preview and label options
    - Large previews now viewable even on small screens
    - Label previews for map units can scale to 320 pixels
    - More accurate underline, strikeout and buffer previews

Radim Blazek <radim.blazek@gmail.com>	2012-08-23

    raster save as optional nodata

Magnus Homann <magnus@homann.se>	2012-08-23

    Added a signal from canvas when it has refreshed

Merge: 523b56f58f 8015c12acd
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-23

    implement collapsible groupbox items - needs feedback before implementing as a widget in qgis_gui

Radim Blazek <radim.blazek@gmail.com>	2012-08-23

    faster grass raster nodata

Radim Blazek <radim.blazek@gmail.com>	2012-08-23

    nodata rendered transparent

Merge: b145998078 a8ca14b6ed
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-23

    fix symbol and color ramp saving - issues #6222 and #6227

Merge: b6760ce1d4 447c0d1e54
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-23

    Merge branch 'style-docs' of https://github.com/tecoholic/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-23

    Disable frame on composer items per default

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-23

    Use map width instead of diagonal for scale bar calculation based on ellipsoid (because scale is often depending on direction)

Juergen E. Fischer <jef@norbit.de>	2012-08-23

    fix typos and some warnings

Magnus Homann <magnus@homann.se>	2012-08-23

    Removed unecessary .arg()

Magnus Homann <magnus@homann.se>	2012-08-23

    Added translation to QgsMeasureDialog

Magnus Homann <magnus@homann.se>	2012-08-22

    Added converters for QGis:UNitTypes

Magnus Homann <magnus@homann.se>	2012-08-21

    Renamed one member and its funtcion, and undo last commit

Magnus Homann <magnus@homann.se>	2012-08-21

    Fix for projection/ellipsoid

Magnus Homann <magnus@homann.se>	2012-08-21

    Changed UI and added tool tip

Magnus Homann <magnus@homann.se>	2012-08-20

    Moved convertMeasure to QgsDistanceArea

Magnus Homann <magnus@homann.se>	2012-08-20

    Renamed accessor/mutator and deprecated old names

Magnus Homann <magnus@homann.se>	2012-08-20

    Loads of debug output. Shouldn't affect functionality

Larry Shaffer <larrys@dakotacarto.com>	2012-08-22

    Fix for #6234, data-defined strikeout not written

Radim Blazek <radim.blazek@gmail.com>	2012-08-22

    gdal identify with 2x2 block, hopefully fix for #4594 (slow identify with ecw

Radim Blazek <radim.blazek@gmail.com>	2012-08-22

    raster transparency single band ranges, no data in save as, pipe to file writer

Arunmozhi <aruntheguy@gmail.com>	2012-08-22

    bug fix for issue #6229

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-22

    smooth scrolling in message log
    fix file permissions

Arunmozhi <aruntheguy@gmail.com>	2012-08-22

    added documentation to the QgsStyleV2 functions

Juergen E. Fischer <jef@norbit.de>	2012-08-21

    postgres provider: cancel running geometry type query

Radim Blazek <radim.blazek@gmail.com>	2012-08-21

    layer crs instead of provider crs in raster save dialog

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-20

    fix #6223

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-20

    fixed indentation error in single to multiparts alg

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@355 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-20

    fixed #6221 (single to multiparts)

    adapted SEXTANTE native algs to be able to handle all kinds of vector outputs

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@354 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-08-19

    fix some leaks and cleanup

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-19

    Try to install R package rgdal if unavailable.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@353 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-19

    fixed #6221

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@352 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-19

    Adapt composerhtml test to new multiframe resize modes

Merge: bcbdd7cba5 cb3a08e6ef
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-19

    Merge branch 'multiframe_options'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-19

    More resize mode fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-19

    Fix multiframe resize behaviour

Juergen E. Fischer <jef@norbit.de>	2012-08-19

    use QEXPECT_FAIL instead of disabling the test

Merge: 45cb47c78b c690f53374
Tim Sutton <tim@linfiniti.com>	2012-08-18

    Merge pull request #207 from homann/issue1591

    Added lat,long or east,north to some tooltips

Magnus Homann <magnus@homann.se>	2012-08-18

    Added lat,long or east,north to some tooltips

Juergen E. Fischer <jef@norbit.de>	2012-08-18

    fix #5931

Juergen E. Fischer <jef@norbit.de>	2012-08-18

    handle min()/max() macros offending std::numeric_limits<T>::min()/max() on MSVC in one spot

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-18

    update columns list when attribute table updated

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-18

    colorramp: modify tests for builtin gradients, fix rendering

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-17

    create basidc cpt-city collection with colorbrewer and grass gradients

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-17

    rework collection handling, add builtin collection (just colorbrewer for now)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-16

    check for valid items in qgscptcitybrowsermodel

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-13

    show license+description when directory is selected

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-12

    cpt-city dialog: implement as model/view

Juergen E. Fischer <jef@norbit.de>	2012-08-18

    log network timeouts

Juergen E. Fischer <jef@norbit.de>	2012-08-18

    - extend support for user defined network timeout to QgsNetworkAccessManager
    - support for user defined tile expiration time for WMTS/WMS-C tiles (fixes #5104)

Merge: 4b40c53a45 500c64a001
Nathan Woodrow <madmanwoo@gmail.com>	2012-08-18

    Merge pull request #206 from szekerest/master

    MSSQL: Fix for the parser when reading multipoint geometries (fixes #6190)

Juergen E. Fischer <jef@norbit.de>	2012-08-18

    fix #5828

szekerest <szekerest@gmail.com>	2012-08-18

    MSSQL: Fix for the parser when reading multipoint geometries (fixes #6190)

Merge: b42067eed6 a18e3965b0
Tim Sutton <tim@linfiniti.com>	2012-08-17

    Merge pull request #205 from homann/issue1993

    Issue1993

Merge: 24e3559f94 ceea621242
Nathan Woodrow <madmanwoo@gmail.com>	2012-08-17

    Merge pull request #204 from szekerest/master

    Fix for the issue with mssql non-spatial views (#6217)

Juergen E. Fischer <jef@norbit.de>	2012-08-18

    fix test crash on windows

Magnus Homann <magnus@homann.se>	2012-08-18

    Fix extent to determine center point for angle calculation

Magnus Homann <magnus@homann.se>	2012-08-18

    Changed TOL tests

Juergen E. Fischer <jef@norbit.de>	2012-08-18

    fix tests on windows

Larry Shaffer <larrys@dakotacarto.com>	2012-08-17

    Fix Mac path to resources and grass and sqlanywhere  provider frameworks for tests

    - Any test needing access to QGIS_DATA_SUBDIR (srs.db, svg, etc.) was looking for Resources in the bundled app instead
    - This included failure for any call to qgscoordinatereferencesystem.cpp using srs.db and when locating svg icons
    - Does not fix QGIS_DATA_SUBDIR in Python tests
    - Subtests that were failing, as above, within a given test are still not triggering a fail for the test
    - Symlink to grass and sqlanywhere frameworks created just for testing

szekerest <szekerest@gmail.com>	2012-08-17

    Fix for the issue with non-spatial views (#6217)

Tim Sutton <tim@linfiniti.com>	2012-08-17

    Added test for logger

Juergen E. Fischer <jef@norbit.de>	2012-08-17

    use serif font in qgis_composerhtmltest

Juergen E. Fischer <jef@norbit.de>	2012-08-17

    test fixes:
    - fix TestQgsRectangle build error
    - disable TestStyleV2::testSaveLoad() test while QgsStyleV2::save() is defunct
    - used temporary copy of testzip.zip in TestZipLayer so that original is not modified

Merge: b7e6e64f0f d05701fdf4
Tim Sutton <tim@linfiniti.com>	2012-08-17

    Merge pull request #203 from slarosa/master

    Added MultiGeometry tests

Salvatore Larosa <lrssvtml@gmail.com>	2012-08-17

    Added MultiGeometries tests for test friday

Merge: b37a3b64f5 b5a59fd251
Jürgen Fischer <jef@norbit.de>	2012-08-17

    Merge pull request #202 from homann/issue6194

    Fix for #6194

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-17

    do not override pen alpha when a transparency is set

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-17

    piechart: draw circle if only one value > 0

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-17

    Do not apply diagram transparency to pen
    but instead save custom pen alpha value

Merge: ed988051e7 4839a2ab01
Alexander Bruy <alexander.bruy@gmail.com>	2012-08-17

    Merge branch 'test_memory'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-17

    Implemented new resize modes for multiframe item (currently only html)

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-17

    add python test for memory provider

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-17

    Fix compile problem: define variable

Magnus Homann <magnus@homann.se>	2012-08-17

    Typo.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-17

    Fix diagram printing
    When units are set to mm convert first to units that PAL expects for arrangement.

Magnus Homann <magnus@homann.se>	2012-08-17

    Fixed SIP errors and reinstated expand() as depreceated.

Magnus Homann <magnus@homann.se>	2012-08-17

    Fix for scale/extend issue #6194. Added test case.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-17

    Add new composer multiframe resize methods ExtendToNextPage and RepeatUntilFinished

alexander.bruy@gmail.com <alexander.bruy@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-17

    use last used encoding if none specified

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@351 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

alexander.bruy@gmail.com <alexander.bruy@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-17

    add encoding support for output vector

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@350 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

alexander.bruy@gmail.com <alexander.bruy@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-17

    add wrapper vector writer class

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@349 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Larry Shaffer <larrys@dakotacarto.com>	2012-08-16

    Fix for disappearing and inaccurate buffer previews in adv labeling

Juergen E. Fischer <jef@norbit.de>	2012-08-16

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-08-16

    allow to ignore (OGR's interpretation of ) shape file encoding (might fix #5911)

Larry Shaffer <larrys@dakotacarto.com>	2012-08-16

    Fix scale-dependent, data defined fields test against renderer's scale for accuracy

Larry Shaffer <larrys@dakotacarto.com>	2012-08-14

    Add map units, join styles and transp. fill to buffer options in adv labeling

    - Preview now shows when interior of buffer is set to transparent
    - Text size in map units are now not reset to pts when choosing a font
    - Preview background is now saved with PAL settings per layer
    - Add groupbox title warning about missmatch of unit type between text and buffer
    - Preview now does not show buffer if it is in map units and the text is in pts
    - Preview now shows map units text/buffer visual ratio within reason (looks like map labels)
    - Preview can now be dynamically scaled between 8 and 152 pts size
    - Defaults for new setting methods set to match previous defaults (backwards compat.)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-16

    Change diagram properties dialog dropdown to use id instead of translated text

Radim Blazek <radim.blazek@gmail.com>	2012-08-16

    raster save as raw/image mode, pipe clone

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-16

    Diagram type not properly selected in properties dialog

Merge: 033bd79762 d845a0a458
Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-16

    Merge diagram icons

    Conflicts:
            src/app/qgsdiagramproperties.cpp

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-16

    Add icons to the diagram dropdown

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-16

    Identify selected items based on id's rather than translated text

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-16

    Identify selected items based on id's rather than translated text

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-16

    add icons to diagram dropdown

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-16

    Fix attribute list (transparent colors, disappearing items)

Juergen E. Fischer <jef@norbit.de>	2012-08-16

    nightly build fixes:
    - QLineEdit::setPlaceholderText only available >= Qt 4.7
    - debian packaging for symbology-ng-style update

Radim Blazek <radim.blazek@gmail.com>	2012-08-16

    raster save as dialog minor improvements

Radim Blazek <radim.blazek@gmail.com>	2012-08-15

    raster save as crs and resolution

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    Renamed "Engine settings" to "PAL engine settings"

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    Add direct link to PAL engine settings to diagram tab

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    PieDiagram: draw empty circle if all attribute values == 0

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    Save scale method for graduated and categorized symbols

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    Fixed scale method (area/diameter) for graduated and categorized markers

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-15

    updated remaining ftools algorithms to new architecture

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@348 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    add transparency for diagrams

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-15

    more cleanup in fTools menu creating code

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    Fixed scale factor for histogram diagrams.

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    Remove unused slot

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    Use Q_UNUSED instead of self-assignment

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-15

    Fix wrong include

Juergen E. Fischer <jef@norbit.de>	2012-08-15

    fix ui warning

Juergen E. Fischer <jef@norbit.de>	2012-08-15

    translation string fixes and german translation update

Juergen E. Fischer <jef@norbit.de>	2012-08-15

    indentation update

Martin Dobias <wonder.sk@gmail.com>	2012-08-14

    Fixed compilation

Merge: da5609c839 d2f08eeb24
Martin Dobias <wonder.sk@gmail.com>	2012-08-14

    [FEATURE] Reworked symbol selector/properties dialog, greatly improved style manager

    This is merge of Arun's GSoC 2012 work.

    Merge remote-tracking branch 'arun/gsoc'

    Conflicts:
            src/gui/symbology-ng/qgssymbolv2selectordialog.cpp

Radim Blazek <radim.blazek@gmail.com>	2012-08-14

    raster stats for providers without block size fixed

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-14

    Set xml declaration for QGIS server capabilities

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-14

    Disconnect itemChanged signal for composer scalebar if scalebar widget does the change

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-14

    Transparency test...

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-14

    Fix loading of composer scalebar (ticket #6195)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-14

    - Fix default textdiagram => label placment option
    - Add warning if unknown diagram type is specified

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-14

    - Line options only shown when available
    - Default value for text diagram => label placment option
    -

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-14

    Fix histogram orientation bug (left <-> right exchanged)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-14

    Major reorganisation and refactoring of diagram widget

Radim Blazek <radim.blazek@gmail.com>	2012-08-14

    fix for multiband byte (regression992)

Radim Blazek <radim.blazek@gmail.com>	2012-08-14

    default raster contrast enhancement by type

Larry Shaffer <larrys@dakotacarto.com>	2012-08-14

    Add font and buffer transparency to adv labeling and data defined columns

    - Data defined transparency field integer values 0->100 = opaque->transparent

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-14

    new shiny icon for RoadGraph plugin. Thanks Robert!

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-14

    cleanup in fTools menu creation code

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-14

    Prefix joined field with layer name to make conflict between attributes with the same name less likely

Juergen E. Fischer <jef@norbit.de>	2012-08-14

    use PUBLIC_HEADER only on mac (followup 55628dd81)

Juergen E. Fischer <jef@norbit.de>	2012-08-14

    fix doxygen warnings

Juergen E. Fischer <jef@norbit.de>	2012-08-13

    also update doxygen template (followup 22a4de4ea0)

Juergen E. Fischer <jef@norbit.de>	2012-08-13

    add missing directories to api doc

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-13

    Raise internal error if algorithm execution exception is not GeoAEE.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@347 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Arunmozhi <aruntheguy@gmail.com>	2012-08-14

    removed project/recent symbol groups which aren't a part of style

Radim Blazek <radim.blazek@gmail.com>	2012-08-13

    disabled writing WCS debug cache tmp file

Radim Blazek <radim.blazek@gmail.com>	2012-08-13

    WCS GeoServer fixes

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-13

    Fix startup state of diagram option widgets

Juergen E. Fischer <jef@norbit.de>	2012-08-13

    enable debug output for windows Debug and RelWithDebInfo builds (follow up 511e89ca3)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-13

    Added possibility to scale a markers area. Up to now, only the diameter could be scaled.

Juergen E. Fischer <jef@norbit.de>	2012-08-13

    fix #6191

Werner Macho <werner.macho@gmail.com>	2012-08-13

    translation update: gl_ES by Xan

Merge: 129dc0b3d1 9a266503aa
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-13

    Merge branch 'scalebar_units'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-13

    Fix crash if undoing / redoing scale bar unit changes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-13

    [FEATURE]: possibility to have scale bar in meters also for maps in degrees (based on map diagonal)

Werner Macho <werner.macho@gmail.com>	2012-08-13

    translation update: pt_PT by Pedro .. added as new translator

Larry Shaffer <larrys@dakotacarto.com>	2012-08-12

    Add min/max scale-based visibility to advanced labeling data defined columns

    - Layer-level options, if set, will override data defined values (correct behavior IMHO)
    - Spinboxes for min and max added to Change Label tool's dialog
    - Seems to still be a bug in renderer scale-to-value comparison, where equal scales are not always equal if user directly enters values in the map canvas scale combobox

Larry Shaffer <larrys@dakotacarto.com>	2012-08-12

    Remove hide label function from pin/unpin label tool

    - More informative tool tips for labeling tools

Larry Shaffer <larrys@dakotacarto.com>	2012-08-12

    Split off part of pin/unpin label tool's function to new show/hide label tool

    - Show/Hide Labels (uses new Show label data defined column)
    - Click or marquee on feature to show label
    - Hold Shift+click or marquee on label to hide it
    - Hide label function of pin/unpin label tool removed

Tim Sutton <tim@linfiniti.com>	2012-08-12

    Added raster identfy test

Larry Shaffer <larrys@dakotacarto.com>	2012-08-11

    Add Show Label to advanced labeling data defined columns

    - Allows label to be shown/hidden (1 or 0) without adjusting the mapped font size field
    - Current method of setting mapped font size field to 0 still works
    - Show label checkbox added to Change Label tool's dialog

Larry Shaffer <larrys@dakotacarto.com>	2012-08-08

    Update to adv labeling dialog, also addresses #4385

    - Fix for resizing of dialog (#4385)
    - New label preview pane with custom text entry and background color (preview moved to Label settings tab)
    - Fix preview for labels using map units (standardized to 24 pt)
    - Preview layout accommodates up 150 pt fonts on larger screens
    - Set step increment for buffer to a more reasonable 0.1
    - New, fairly complete QFont properties added to GUI (some may not be able to be used until after derived PAL solution)
    - Transparency for buffering added to GUI
    - New data defined mappings in the GUI to match new layer-level options
    - New Show Label and Min/Max Scale mappings added to GUI
    - All new options and mappings that are not yet functional are greyed (all greyed with this commit)

Larry Shaffer <larrys@dakotacarto.com>	2012-08-11

    Small refactoring to switch freeze/thaw to pin/unpin label tool

    - Thanks to Tim for the better metaphor for the tool
    - Freeze/thaw was a bit obtuse, pinning a label is a more ubiquitous mapping concept
    - New icons to represent switch

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-11

    Fix memory leaks in raster writer

Juergen E. Fischer <jef@norbit.de>	2012-08-11

    german translation update

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-10

    R script execution log information: commands and console output.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@346 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-10

    Correct non-sensical code in error behaviour.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@345 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Tim Sutton <tim@linfiniti.com>	2012-08-10

    Some more little tests for test friday.

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-10

    solved problem with memory storage

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@344 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-08-10

    run python tests only when bindings are enabled

Juergen E. Fischer <jef@norbit.de>	2012-08-10

    avoid gettimeofday

Merge: 2983ad732c 8f3142efbc
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-10

    Merge branch 'cptcity' of ../qgis-etiennesky

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-10

    add author and license information ; UI tweaks ; add avg preview if available ( see QgsCptCityColorRampV2Dialog::eventFilter() )

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Add "scale area / scale diameter" radio buttons to scale menu

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-10

    Added support for non-file-based output channels
    Changed GUI elements accordingly
    Only Ftools's Convex hull algorithm has been changed to support this. All other native algorithms have to be adapted

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@343 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Save scale by area/diameter setting

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Add option to scale by area/scale by diameter for PieChart and Text Diagram

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Diagram option page reloaded, pt. 1

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Let scale value for pie diagrams denote diameter rather than area

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-10

    Less obtrusive "missing parameter" error message in Algorithm Execution Dialog. c.f #5381


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@342 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-10

    Display execution dialog log in unthreaded mode if "keep open" option is activated. Also make algorithm error messages non-modal, less obtrusive.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@341 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Diagram width was not correctly calculated

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Diagram size correction (important for placement with PAL)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Adjust include paths for diagrams

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Adjust include path of diagram files

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-10

    Adjust file header information

Juergen E. Fischer <jef@norbit.de>	2012-08-09

    fix build on mac (take II)

Juergen E. Fischer <jef@norbit.de>	2012-08-09

    fix build on mac

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-09

    Read / write map annotation format to xml

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-09

    Add GUI elements to change composer map grid annotation format

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-09

    Disable degree / minute / second format if map units are not degrees

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-09

    [FEATURE]: possibility to show composer map grid coordinates in degree/minute/seconds

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-09

    remove unsplit diagram files

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-09

    split diagram code into seperate files

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-09

    draw smaller diagrams on top

Merge: 8b2b601713 cceb1fbcb3
Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-09

    draw smaller diagrams on top

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-09

    insert default bar width

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-09

    area accuracy for circular diagrams

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-09

    let diagrams decide how much space they need themselves

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-08

    Make bar width configurable

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-08

    Add histogram

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-08

    revert bad patch (placement)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Place pie charts on point

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Save settings for scaling small diagrams

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Add minimum size option for diagrams. (Will be scaled if smaller)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Add .project file to .gitignore (eclipse)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-06

    Text diagrams: new label placement method (x-height)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-06

    Change vertical alignment

    Use x-height for vertical offset rather than font-height/2

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-08

    Make bar width configurable

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-08

    Add histogram

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-08

    revert bad patch (placement)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Place pie charts on point

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Save settings for scaling small diagrams

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Add minimum size option for diagrams. (Will be scaled if smaller)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Add .project file to .gitignore (eclipse)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-06

    Text diagrams: new label placement method (x-height)

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-06

    Change vertical alignment

    Use x-height for vertical offset rather than font-height/2

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-09

    Keep checkbox in sync if enableBackbuffer option not yet used

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-09

    Remove unneede variable

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-09

    Enable backbuffering / incremental drawing features only on supported platforms
    Correct typo

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Diabled backbuffering choice on any other system than X11

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Remove merge conflict

Matthias Kuhn <matthias.kuhn@gmx.ch>	2012-08-07

    Remove merge conflict

Matthias Kuhn <kk@kk-office.gslwd>	2012-08-07

    Remove merge conflict

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-09

    Add python bindings for composerhtml

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-09

    Add python composition checker and composermap test

Arunmozhi <aruntheguy@gmail.com>	2012-08-09

    fixed the filename as groupname in import dialog

Arunmozhi <aruntheguy@gmail.com>	2012-08-09

    fixed a number of bugs in stylemgr, importdlg and symbolslistwdgt

Larry Shaffer <larrys@dakotacarto.com>	2012-08-07

    Option to preserve existing rotation values during freeze/thaw label operations

    - PAL layer setting for preserving existing rotation values
    - Clean up field-mapping checks

Juergen E. Fischer <jef@norbit.de>	2012-08-09

    reintroduce PUBLIC_HEADERS removed in af502953

Juergen E. Fischer <jef@norbit.de>	2012-08-09

    recalculate vector layer extent only when necessary (fixes #6172)

Juergen E. Fischer <jef@norbit.de>	2012-08-09

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-08-09

    only install 'copy OS X content' on OS X

Juergen E. Fischer <jef@norbit.de>	2012-08-08

    fix #6170

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    Add export macros to classes and fix warning

Merge: 954bec45a0 12f521eb55
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    Fix merge conflict

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    Fix html test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    More cleanup changes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    Avoid crash in html item test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    Move adding the first html frame out of QgsComposerHtml

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    More undo/redo improvements

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    More multiframe undo improvements

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    Show progress dialog for raster save

Juergen E. Fischer <jef@norbit.de>	2012-08-08

    crssync: skip crs known to fail

Arunmozhi <aruntheguy@gmail.com>	2012-08-08

    fixed new group name for import dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-08

    Further changes to undo-mechanism. Currently not working

Radim Blazek <radim.blazek@gmail.com>	2012-08-08

    WCS public servers test

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-08

    fix typo in expression builder widget

Juergen E. Fischer <jef@norbit.de>	2012-08-08

    fix wcs test on windows

Juergen E. Fischer <jef@norbit.de>	2012-08-08

    fix build w/o QGISDEBUG

Juergen E. Fischer <jef@norbit.de>	2012-08-08

    debian packaging update

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-07

    Make recent algorithm list persistent between sessions.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@340 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-07

    Log console output (SAGA; OTB; GRASS).


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@339 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-07

    More modeler algorithm debug info.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@338 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-08-07

    VSILFILE missing in GDAL < 1.8

Serge Dikiy <serge@gisfiber.com>	2012-08-07

    QGIS_DEBUG_FILE - debugging of all files in a directory

Serge Dikiy <serge@gisfiber.com>	2012-08-07

    duplicate lines

Juergen E. Fischer <jef@norbit.de>	2012-08-07

    translation string fixes and german translation update

Juergen E. Fischer <jef@norbit.de>	2012-08-07

    [FEATURE] add new labeling to vector layer properties
    - add 'deprecated' label to old labeling in vector layer properties

Juergen E. Fischer <jef@norbit.de>	2012-08-07

    - remove CMAKE_BUILD_TYPE from osgeo4w nightly configuration
    - rename 'our' astyle to qgisstyle

Radim Blazek <radim.blazek@gmail.com>	2012-08-07

    singlebandgray double

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-07

    Avoid undo commands from multiframe classes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-07

    Test for multiframe html item

Juergen E. Fischer <jef@norbit.de>	2012-08-07

    fix windows build

Merge: 829f672b48 0fc62dd443
Radim Blazek <radim.blazek@gmail.com>	2012-08-07

    WCS native

Merge: e9afc7bc81 829f672b48
Radim Blazek <radim.blazek@gmail.com>	2012-08-07

    Merge remote branch 'origin/master' into wcs2

Radim Blazek <radim.blazek@gmail.com>	2012-08-07

    WCS time support

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-07

    Add composer html test

Arunmozhi <aruntheguy@gmail.com>	2012-08-07

    fixed things in style manager and import dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-07

    Add html icon to composer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-07

    Webkit seems to assume a standard dpi of 96

Larry Shaffer <larrys@dakotacarto.com>	2012-08-07

    Fix for odd alignment attribute bug

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-07

    Fix positioning of new frames

Larry Shaffer <larrys@dakotacarto.com>	2012-08-07

    Update to vector layer options dialog Display tab

Werner Macho <werner.macho@gmail.com>	2012-08-07

    translation update: gl_ES by Xan

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-06

    add preview icon to all items

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-06

    integrate with Color Ramp Manager plugin to download cpt-city files

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-06

    Option to toggle showing debug and commands in execution dialog's log panel.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@337 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-06

    Some formatting in parameters dialog log. Plus "debug" info for modeler algorithms.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@336 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 6861078d02 2752f66ec1
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-06

    add a few cpt-city svg files to tests

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-06

    fix cpt-city svg parsing and display

Larry Shaffer <larrys@dakotacarto.com>	2012-08-06

    SVG icons for freeze/thaw label tools for default and GIS themes

Arunmozhi <aruntheguy@gmail.com>	2012-08-06

    fixed the menu and grid in the style manager

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-06

    OTB and GRASS commandline to log.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@335 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 53da893280 3b3f6748f1
Radim Blazek <radim.blazek@gmail.com>	2012-08-06

    master merge

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-06

    added field pyculator algorithm
    fixed minor issues in algorithm execution and logging
    added support for multiline strings
    updated credits in about html page

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@334 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-08-06

    remove CMAKE_BUILD_TYPE dependency on windows

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-08-02

    Add html support in map tips

     - Add new display tab to edit html text

Larry Shaffer <larrys@dakotacarto.com>	2012-08-04

    Updated Mac build notes and INSTALL

    - Added ccache optional setup to Mac notes
    - Added cmake options to handle external libspatialindex
    - Fixed some Mac notes typos
    - Rebuilt INSTALL and INSTALL.html, which were outdated

Tim Sutton <tim@linfiniti.com>	2012-08-04

    Moved sextante exampled provider to plugins.

Tim Sutton <tim@linfiniti.com>	2012-08-04

    Moved sextante into python plugins. Note sextant was brought in at revision 333 from svn

Tim Sutton <tim@linfiniti.com>	2012-08-04

    Moved sextante into python plugins. Note sextant was brought in at revision 333 from svn

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-08-04

    sld support: use Title tag (instead of Abstract) exporting styles to SLD (fix #6152)

Arunmozhi <aruntheguy@gmail.com>	2012-08-04

    tweaks for symbolslist widget filtering

Merge: 3305ccda50 d4a316a9d9
Tim Sutton <tim@linfiniti.com>	2012-08-04

    Merge linfiniti2:/tmp/sextante-clone into sextante-import

Arunmozhi <aruntheguy@gmail.com>	2012-08-04

    fixed the empty group issue in symbol filter

Arunmozhi <aruntheguy@gmail.com>	2012-08-04

    added groups support to symbolslist widget

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-03

    Fix bug in algo execution dialog that prevented loading results.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@333 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-03

    fix #6151

Juergen E. Fischer <jef@norbit.de>	2012-08-03

    add title() expression test row

Merge: 8761bc7730 84706aea14
Tim Sutton <tim@linfiniti.com>	2012-08-03

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-08-03

    Added from wkbPoint and Polyline tests to python geometry tests

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-03

    Add command class for multiframe changes

Juergen E. Fischer <jef@norbit.de>	2012-08-03

    fix windows build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-03

    Add dpi parameters for umn and geoserver also to GetMap request

Werner Macho <werner.macho@gmail.com>	2012-08-03

    translation update: gl_ES by Xan

Juergen E. Fischer <jef@norbit.de>	2012-08-03

    add 'foreach' to astyle and re-run indentation

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-03

    Log only for threaded algorithm execution


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@332 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: de5f95b6f4 e39c216a59
Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-02

    Merge branch 'coloramp' of ../qgis-etiennesky

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-02

    add tests for cpt-city color ramps

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-31

    create cpt-city color ramp and dialog

Juergen E. Fischer <jef@norbit.de>	2012-08-03

    [FEATURE] implement title() expression

Juergen E. Fischer <jef@norbit.de>	2012-08-02

    [FEATURE] allow adding of sql queries with SelectAtId=false
    - sync sip bindings of QGis, QgsApplication, QgsDataSourceURI and QgsPoint with
      C++

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-02

    SAGA commandline to algorithm execution dialog log


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@331 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-08-02

    fix #6142

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-02

    Improved multiframe command handling

Merge: d8e918d97c 28b8ab09ad
Tim Sutton <tim@linfiniti.com>	2012-08-02

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-08-02

    Renamed app test with py prefix and added simple geometry test case

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-01

    add support for color ramps to raster layers

Etienne Tourigny <etourigny.dev@gmail.com>	2012-08-01

    add tests for styles - just for color ramp for now

Juergen E. Fischer <jef@norbit.de>	2012-08-02

    fix #6120

alexander.bruy@gmail.com <alexander.bruy@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-02

    fix missed module name

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@330 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Arunmozhi <aruntheguy@gmail.com>	2012-08-02

    [bugfix] fixed a bug that called populateSymbols multiple times

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-02

    fixed #6141

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@329 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Arunmozhi <aruntheguy@gmail.com>	2012-08-02

    support for online import of style XML files added

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-02

    fixed #6140

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@328 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Alexander Bruy <alexander.bruy@gmail.com>	2012-08-02

    fix warning

Larry Shaffer <larrys@dakotacarto.com>	2012-07-28

    Fix and update to Freeze/Thaw, Move, and Rotate Label tools

    Updates
    - Move tool now preserves calculated x, y offset for upside-down labels, when initially moved and data-defined fields have no previous data.
    - Move tool now stores the label's PAL solution for rotation on initial move, if rotation is data-defined with no previous data.
    - Freeze/Thaw and Move tools now support all variations of previously data-defined halign and valign options on initial freeze.
    - Freeze/Thaw tool has updated key modifiers that should work across major platforms.
    - Tests for whether layer labels support data-defined rotation moved to base QgsMapToolLabel class.
    Fixes
    - Fix bug where labels defined in map units causing font to show as pointsize of same integer at small map scales.
    - Half of a fix for rotation point of labels with data-defined size of map units actually being based off of point size.
      (still references the layer-defined font size somewhere in the rotation point calculation)
    - Valign settings of Base and Half now more accurately key off of inverse of font ascent (instead of descent). No discernible shift occurs now on initial freeze.

Werner Macho <werner.macho@gmail.com>	2012-08-02

    translation update: gl_ES by Xan

Larry Shaffer <larrys@dakotacarto.com>	2012-08-01

    Keep QGIS Browser alias on Mac from duplicating

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-01

    Basic logging widgets.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@327 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-08-01

    implement #6128

Juergen E. Fischer <jef@norbit.de>	2012-08-01

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-08-01

    [FEATURE][API] allow display in degrees, decimal minutes
    - store degree format setting in project file
    - [API] drop degree formats in unit type

Juergen E. Fischer <jef@norbit.de>	2012-08-01

    fix more warnings
    (layers might be miscounted in qgsowsdataitems.cpp)

Larry Shaffer <larrys@dakotacarto.com>	2012-08-01

    Visual test for SVG upscaling

    - Changed mActionPanToSelected.svg to 24x24 to test QSvgIconEngine upscaling

Larry Shaffer <larrys@dakotacarto.com>	2012-08-01

    Add QSvgIconEngine plugin to Mac bundles

Juergen E. Fischer <jef@norbit.de>	2012-08-01

    fix #6116

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-01

    added patch for #6137

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@326 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-07-31

    fix windows build and a couple of warnings

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-08-01

    fixed #6127

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@325 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-08-01

    - GEOSInterpolate only available in GEOS>=3.2
    - sync QgsGeometry sip bindings with C++

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-08-01

    Fix warning

Larry Shaffer <larrys@dakotacarto.com>	2012-07-31

    Test for cross-platform SVG icon scaling

    - Several PNG icons are switch out with SVG counterparts to test Qt scaling on different platforms
    - Default theme has added SVG icons that are comprised of the regular PNG embedded within
    - GIS theme has added mostly SVG 24x24 icons and one at 48x48 (also for touch interfaces)
    - This commit's changes will probably be reverted after testing

alexander.bruy@gmail.com <alexander.bruy@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-31

    fix plugin loading error caused by wrong usage of list comprehensions

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@324 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-31

    Add/Remove command for composer multipage

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-31

    fixed rpoblem when selecting extent from canvas

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@323 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-31

    refixed 5949. fixed 5925

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@322 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-31

    fixed #6123

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@321 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-07-31

    fix warnings

Merge: ec87f7f8eb dbad873488
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-31

    Merge branch 'wms_address'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-31

    [FEATURE]: possibility to overwrite wms url for capabilities document in project properties

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-30

    fixed #5949

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@320 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-07-30

    ogr provider: use FROM8 macro getting name from layer definition

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-30

    Update frame widgets if the multiframe object has changed

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-30

    Load / save html item and multi frames

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-30

    fixed #6112


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@319 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-30

    changed region mechanism in grass. Now it is set in each execution, using an extent parameter. This is a more flexible mechanism, with more possibilities

    ExtentPanel now can be set to the min covering extent of input values. This is the default value, when the text box is blank, except when it is not possible to do so.

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@318 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-30

    Save html multiframe

Radim Blazek <radim.blazek@gmail.com>	2012-07-29

    fixed gdal stats approx for large rasters

Merge: f457ece3eb 52eed922cb
Larry Shaffer <larrys@dakotacarto.com>	2012-07-29

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Larry Shaffer <larrys@dakotacarto.com>	2012-07-29

    Fix for crash on scale combobox popup

    - Fixes undocumented crash on clicking scale combobox, when it shows 'Invalid scale' (also in 1.8.0)
    - 'Invalid scale' shows up on initial launch, but apparently not on New Project

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-07-29

    revert platform case

Larry Shaffer <larrys@dakotacarto.com>	2012-07-29

    Fix for Mac sed error in prepare script

Radim Blazek <radim.blazek@gmail.com>	2012-07-29

    wcs - enabled histogram

Merge: 5a5928e37a 1eeb537e76
Radim Blazek <radim.blazek@gmail.com>	2012-07-29

    master merge

Larry Shaffer <larrys@dakotacarto.com>	2012-07-29

    Fix to keep defined custom symbol paths from being added to first of new global scales.

Merge: 5b44fbfb40 26a4f80260
Larry Shaffer <larrys@dakotacarto.com>	2012-07-29

    Merge pull request #192 from dakcarto/update-rulebasestyles-gui-2

    Update to usability of rule-based styles widgets.

Larry Shaffer <larrys@dakotacarto.com>	2012-07-29

    Somewhat vain first direct commit

Juergen E. Fischer <jef@norbit.de>	2012-07-29

    allow crs without projection entries (fixes #6117)

Juergen E. Fischer <jef@norbit.de>	2012-07-29

    fix debug output

Radim Blazek <radim.blazek@gmail.com>	2012-07-29

    typo

Radim Blazek <radim.blazek@gmail.com>	2012-07-29

    raster cumulative cut optional limits

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-07-29

    Add interoplate to QgsGeometry

Radim Blazek <radim.blazek@gmail.com>	2012-07-29

    cumulative cut tools, raster stretching moved from qgisapp to raster layer, unfortunately one control image has also be changed because stretching changed from GDALComputeRasterMinMax which gives for tests/testdata/landsat.tif 3. band min/max 57/157 to GDALComputeRasterStatistics which gives 51/172

Alexander Bruy <alexander.bruy@gmail.com>	2012-07-29

    allow create grid without specifying base layer (fix #6109)

Arunmozhi <aruntheguy@gmail.com>	2012-07-29

    import and export of styles done

Radim Blazek <radim.blazek@gmail.com>	2012-07-28

    continues removing of stats from raster layer

Juergen E. Fischer <jef@norbit.de>	2012-07-28

    fix attribute dialog (iterate layer attributes, not feature attributes)

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-28

    Modeler can now have hard-coded layer paths
    Added "hidden" property to parameters

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@317 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-07-28

    new widget for raster min/max load

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-07-27

    import vector layer: do not change attribute map of the source feature,
    do not copy values of un-mapped attributes forward to the destination layer:

    avoid features with dirty attribute maps being added to the buffer

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-07-27

    spatialite provider: fix segfault looking for nonexistent field

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-27

    fixed #6103

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@316 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-27

    Remove multi frame once the last frame is deleted

Werner Macho <werner.macho@gmail.com>	2012-07-27

    translation update: bg by Zahari

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-27

    Fix update of html frames

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-27

    Delete composer frames from list

Radim Blazek <radim.blazek@gmail.com>	2012-07-27

    Stats/histogram removed from raster layer

Arunmozhi <aruntheguy@gmail.com>	2012-07-27

    improvements to style manager; tag&group support for colorramps

Juergen E. Fischer <jef@norbit.de>	2012-07-27

    postgres provider: fix signess of 64 bit fields

Juergen E. Fischer <jef@norbit.de>	2012-07-27

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-07-27

    fix vector save as

Juergen E. Fischer <jef@norbit.de>	2012-07-26

    fix doxygen warnings and add copyright headers

Radim Blazek <radim.blazek@gmail.com>	2012-07-26

    raster histograms separated from stats, generic implementation (used by GRASS,WCS), more histogram and stats options (extent, sample size), stats and histograms cached in providers

Radim Blazek <radim.blazek@gmail.com>	2012-07-25

    new raster histogram

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-26

    Connect signal slots for html dialog

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-26

    uncommented try block

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@315 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-07-26

    also sync non-EPSG crs

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-26

    fixed 6048 and 5952

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@314 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-07-26

    fix warning

Juergen E. Fischer <jef@norbit.de>	2012-07-26

    fix 9e21b1752 (actually use the value of VERSION_INT as symbol postfix)

Juergen E. Fischer <jef@norbit.de>	2012-07-26

    german translation fix

alexander.bruy@gmail.com <alexander.bruy@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-26

    cosmetic fixes


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@313 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

alexander.bruy@gmail.com <alexander.bruy@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-26

    fTools: add Distance Matrix tool


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@312 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-07-26

    debian packaging update

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-26

    added grass region definition from layer
    fixed problem with grass algorithms requiring an explicit region

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@311 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

alexander.bruy@gmail.com <alexander.bruy@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-26

    reorganize imports
    add List Unique Values tool


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@310 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-26

    Add signal / slot for adding composer html

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-26

    Extend content to next pages if resize mode is extend

Arunmozhi <aruntheguy@gmail.com>	2012-07-26

    symbol DB updated to support groups,tags for colorramp

Merge: d8fd81ba02 ee4ac59dc5
Tim Sutton <tim@linfiniti.com>	2012-07-26

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-07-26

    Added missing core devs to AUTHORS file

Juergen E. Fischer <jef@norbit.de>	2012-07-25

    fix one more warning

Juergen E. Fischer <jef@norbit.de>	2012-07-25

    run python tests from build directory

Juergen E. Fischer <jef@norbit.de>	2012-07-25

    fix build errors and warnings on windows (interface apparently is a keyword in VC++)

Juergen E. Fischer <jef@norbit.de>	2012-07-25

    indentation update with a few fixed warnings

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-25

    fixed #5954 anad #6087

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@309 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: f2c4f53941 d039c3f649
Hugo Mercier <hugo.mercier@oslandia.com>	2012-07-25

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS

    Conflicts:
            src/core/symbology-ng/qgsrulebasedrendererv2.cpp

Merge: d039c3f649 1bcd947247
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-25

    Merge branch 'raster-pipes-2'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-25

    Test multiple frame html rendering

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-25

    Recalculate content if one of the frames changes size

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-25

    Scaling for html multi frame

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-25

    Add sizeChanged signal for composer item

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-25

    Add composer frame class

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-25

    Render method for composer html

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-24

    fix qwt version check

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-24

    qwt fix for histogram

Radim Blazek <radim.blazek@gmail.com>	2012-07-24

    fixed rendering algorithms applied twice

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-24

    ui tweaks to make dialog more compact, add right-click action to swap options ui

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-24

    Add QWebPage to composer html, link core to webkit

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-24

    Add composer html class

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-24

    Add QgsComposerMultiFrame as base class for multi-frame composer content

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-24

    use QgsRasterFormatSaveOptionsWidget in gdaltools merge widget

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-24

    add qgsrasterformatsaveoptionswidget to sip and cleanup names ; better hack for mOptionsLabel click

Merge: 4018ca61bd c9f17ed0e4
Tim Sutton <tim@linfiniti.com>	2012-07-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-07-23

    Wrap content in label editor widget

Juergen E. Fischer <jef@norbit.de>	2012-07-23

    fix build error

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-23

    use QgsDialog ; formatting cleanup

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-23

    add qdsdialog widget - generic dialog with layout and button box

Arunmozhi <aruntheguy@gmail.com>	2012-07-23

    smart groups implemented

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-23

    Add spin box to set composer item background transparence numerically

Juergen E. Fischer <jef@norbit.de>	2012-07-23

    more function help improvements

Juergen E. Fischer <jef@norbit.de>	2012-07-23

    improve CRS GDAL synchronization (fixes #6071, #4337 and #2777)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-22

    re-implement QgisApp::removeDockWidget to remove dock widget action from panel menu when plugins are disabled (#4796)

Merge: b702d3ca9f 68bf5ec8c2
Tim Sutton <tim@linfiniti.com>	2012-07-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-07-23

    Initial test framework for running python tests as part of the CTest suite.

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-07-22

    browser needs providers and other resources

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-22

    add profiles and validate and help buttons

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-22

    fixed #6015

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@308 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-07-22

    Give QGIS Browser icon and info.plist to make it a complete app, other Mac build updates

Juergen E. Fischer <jef@norbit.de>	2012-07-22

    implement #6080

Juergen E. Fischer <jef@norbit.de>	2012-07-22

    function help fixes and german translation update

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-07-22

    Add left,right,rpad,lpad string functions - Fix #6079

        - With tests :)

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-07-22

    Add data and time function help

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-22

    History dialog signals: item change instead of click.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@307 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-22

    Further unification of execution dialogs.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@306 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-22

    Fake statusbar for tests.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@305 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-07-22

    Add CASE and CASE ELSE to expression builder groups

     - Use readAll() for function help to preserve html

Merge: c517a90cdd 2599bf4683
William Kyngesburye <kyngchaos@kyngchaos.com>	2012-07-21

    Merge pull request #196 from dakcarto/fix_mac-build-libs

    Fix bundled libs linking

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-21

    fixed #6076
    Improved parametertablefield with datatype options

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@304 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-21

    Test data providers loading, finally :)


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@303 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-21

    basic raster format option widget

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-20

    add basic driver create options - simple line edit in save dialog and in gdal driver options

Merge: 47b8d60332 c517a90cdd
Radim Blazek <radim.blazek@gmail.com>	2012-07-20

    master merge

Radim Blazek <radim.blazek@gmail.com>	2012-07-20

    raster single band gray cumulative pixel count cut

Juergen E. Fischer <jef@norbit.de>	2012-07-20

    german translation update

thomas <th.arnold@gmx.net>	2012-06-22

    apply #4819: use QPainterPath instead of QPolygonF for highlighting

Merge: d4a26cb62d 23ba58d2fe
Tim Sutton <tim@linfiniti.com>	2012-07-20

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-07-20

    Added basic notes on Jenkins setup

Merge: ecb7b241b2 28021ef0c5
Nathan Woodrow <madmanwoo@gmail.com>	2012-07-20

    Merge pull request #195 from dakcarto/feature_freeze-thaw-labels_6

    Update to freeze/thaw label tool

Larry Shaffer <larrys@dakotacarto.com>	2012-07-20

    Update to freeze/thaw label tool

    Added ability to hide label(s), i.e. set font size to 0, by holding Ctl (Cmd on Mac) modifier key.
    This is a temporary convenience function, until there is a specifically mapped field for showing/hiding a label.
    Silently fails if no font size field is mapped.

    Dropped What's This? text in favor of concise tool tip for freeze/thaw tool.

    Added self to CONTRIBUTORS. Stripped trailing whitespace from that file.

Tim Sutton <tim@linfiniti.com>	2012-07-20

    Added xslt for transforming CTest results to Junit for Jenkins. Source: https://gist.github.com/2358656

Merge: 814ea09272 b6380b7f32
Tim Sutton <tim@linfiniti.com>	2012-07-20

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Werner Macho <werner.macho@gmail.com>	2012-07-20

    translation update: bunch of updates and new names

Larry Shaffer <larrys@dakotacarto.com>	2012-07-19

    Fix for Mac source builds.

    Builds were not portable (i.e. Snow Leopard to Lion, dev Mac to client) because libs were still referencing dev Mac's libs and were not being updated on bundle frameworks.

Merge: d6c0c6dbbc 5f9f76ea82
Tim Sutton <tim@linfiniti.com>	2012-07-19

    Merge pull request #190 from dakcarto/fix-comp-label-edit

    Additional fix for #5862 fix.

Merge: 62a51e8e92 7d469dbf37
Tim Sutton <tim@linfiniti.com>	2012-07-19

    Merge pull request #186 from lynxlynxlynx/master

    two small usability improvements to the plugin manager & installer

Tim Sutton <tim@linfiniti.com>	2012-07-19

    Added anomaly files for jenkins server

Juergen E. Fischer <jef@norbit.de>	2012-07-19

    fix some warnings

Radim Blazek <radim.blazek@gmail.com>	2012-07-19

    Automatically enable OTF projection if layers have different CRS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-19

    Allow non-square pixels for raster formats with exact resolution

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-19

    Save as raster access from right click menu

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-19

    Allow overwriting of existing raster datasets

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-19

    Show GeoTiff in format combo box, fix wrong loop index

Merge: 78bbb659dd 3af7ef3085
Tim Sutton <tim@linfiniti.com>	2012-07-19

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2012-07-19

    WCS test server instructions

Radim Blazek <radim.blazek@gmail.com>	2012-07-19

    WCS URI description, fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-19

    Adapt compositionchecker for multi pages

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-19

    Add test for unique composermap ids

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-19

    Fix for ticket #6062, unique composer map id in copy / paste

Tim Sutton <tim@linfiniti.com>	2012-07-19

    Added docs on setting up the wcs test server

Radim Blazek <radim.blazek@gmail.com>	2012-07-19

    better wcs mapfile mimetypes

Merge: 8e66f2c45c 0c62390027
Nathan Woodrow <madmanwoo@gmail.com>	2012-07-18

    Merge pull request #194 from dakcarto/binding_labelsWithinRect

    sip binding for QgsLabelingEngineInterface::labelsWithinRect()

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-18

    use project template folder and "New project from template" action

Larry Shaffer <larrys@dakotacarto.com>	2012-07-18

    sip binding for QgsLabelingEngineInterface::labelsWithinRect()

    qgis.utils.iface.mapCanvas().mapRenderer().labelingEngine().labelsWithinRect(some_extent) can now return all labels shown within the canvas (if that's the extent given).

Merge: cb1e7d3f6b 83764a6f1e
Tim Sutton <tim@linfiniti.com>	2012-07-18

    Merge pull request #193 from dakcarto/feature_freeze-thaw-labels_4

    [Feature] Freeze-thaw labeling tool, with on-the-fly transformation support.

Radim Blazek <radim.blazek@gmail.com>	2012-07-18

    wcs test unit data

Juergen E. Fischer <jef@norbit.de>	2012-07-18

    fix #6060

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-18

    Fix off-by-one in average resampler (may occure in rare cases because of rounding)

Radim Blazek <radim.blazek@gmail.com>	2012-07-18

    wcs test unit

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-18

    Use composition printing methods also in server

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-18

    Print only requested pages

Arunmozhi <aruntheguy@gmail.com>	2012-07-18

    tags included in symbol searching

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-18

    Python bindings for printing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-18

    Move non-gui part of printing functionality to composition

Merge: aea41eebbc f5dce33431
Alexander Bruy <alexander.bruy@gmail.com>	2012-07-18

    Merge branch 'project_scale'

Alexander Bruy <alexander.bruy@gmail.com>	2012-07-16

    scales import/export

Alexander Bruy <alexander.bruy@gmail.com>	2012-07-07

    [FEATURE] project scale list (if used - overrides global predefined scales)

Alexander Bruy <alexander.bruy@gmail.com>	2012-07-07

    reload scales list only when necessary

Alexander Bruy <alexander.bruy@gmail.com>	2012-07-05

    [FEATURE] editable global scales list

Merge: 0cfe094aca 74021a477e
Juergen E. Fischer <jef@norbit.de>	2012-07-18

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-07-18

    move HAVE_TOUCH to qgsconfig.h - fixes vtable of QgsMapCanvas/QgsMapTool for plugins

Larry Shaffer <larrys@dakotacarto.com>	2012-07-17

    [Feature] Freeze-thaw labeling tool, with on-the-fly transformation support.

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-17

    don't fail histogram test when images differ - too many different possible renderings depending on machine config.

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-17

    save default template to <home>/.qgis/default.qgs

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-24

    add New Blank Project action that creates a blank project, regardless of template settings

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-12

    add optional default project file which is loaded when fileNew() is called

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-17

    add transparency slider ; ui tweaks

Arunmozhi <aruntheguy@gmail.com>	2012-07-17

    added context menu grouping and regrouping

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-12

    add project defaults for layer symbology

Merge: 03b0526e19 19d64998f6
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-17

    Merge branch 'composer_multi_pages'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-17

    Adapt zoom to composer extent for multipage

Radim Blazek <radim.blazek@gmail.com>	2012-07-17

    disabled checkboxes in raster pipes tab

Radim Blazek <radim.blazek@gmail.com>	2012-07-17

    insert raster resampler to pipe

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-17

    Python bindings for multipage composer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-17

    Fix page resize

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-17

    Fix resolution in image export

Juergen E. Fischer <jef@norbit.de>	2012-07-17

    fix windows build and some deprecation warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-17

    Consider multi pages in snap to grid function

Juergen E. Fischer <jef@norbit.de>	2012-07-17

    fix #6053

Juergen E. Fischer <jef@norbit.de>	2012-07-17

    fix doxygen warning

Juergen E. Fischer <jef@norbit.de>	2012-07-17

    update grass provider after 008592b0

Merge: b58b827e07 d1b7e8bac3
Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-16

    Merge branch 'histogramwidget' of ../qgis-etiennesky

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-16

    add raster histogram tests

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-16

    move raster histogram widget to separate class, fix paletted+pseudo

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-16

    fix raster render tests - disable .aux.xml files

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-16

    move getThemeIcon() and getThemePixmap() to QgsApplication

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-16

    More changes for multipage print

Juergen E. Fischer <jef@norbit.de>	2012-07-16

    fix sip bindings to QgsVectorLayer signals attributeValueChanged/geometryChanged

Juergen E. Fischer <jef@norbit.de>	2012-07-16

    fix windows build

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-07-16

    fix build (follow beb70d317)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-16

    Consider multipages in print

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-16

    Update overview map list

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-07-16

    move delimitedtext plugin functionality to the provider (fix #6013):

    allow GUI and provider to use the same splitLine method.

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-07-16

    do a case-insensitive check looking for SL tables into geometry_columns

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-07-15

    fix data type check displaying PG table data

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-07-15

    fix segfaults due to off-by-one error checking bands (band numbers start from 1)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-15

    histogram: qwt6 and file export fixes

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-15

    Base class for dialogs. WIP


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@302 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-15

    fixed #6029

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@301 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Arunmozhi <aruntheguy@gmail.com>	2012-07-15

    some more fixups for colorramp

Arunmozhi <aruntheguy@gmail.com>	2012-07-15

    fixed a number of colo ramp bugs

Juergen E. Fischer <jef@norbit.de>	2012-07-15

    fix build with Qwt6

Martin Dobias <wonder.sk@gmail.com>	2012-07-15

    [API] removed QgsSearchString - QgsExpression should be used instead

Merge: 87bdff9314 f84d9658e1
Alexander Bruy <alexander.bruy@gmail.com>	2012-07-15

    Merge branch 'raster_fixes'

Alexander Bruy <alexander.bruy@gmail.com>	2012-07-15

    show band names instead of numbers in transparency tab
    don't add empty row when loading default transparency values

Alexander Bruy <alexander.bruy@gmail.com>	2012-07-15

    make band names consistent

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-14

    sort QgsRasterRendererRegistry entity names in a logical order, for use in raster properties dialog

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-13

    GDAL driver selection: show driver extension, flags and long name

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-14

    tidy up tests/testdata dir

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-14

    fix histogram and stats compute (set bapprox=false) for gdal provider ; fix histogram display for non-Byte data

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-13

    histogram: ui tweaks; re-organize actions and add custom stddev action

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-12

    make multiband color raster widget more compact

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-12

    don't use color interpretation band names when band count > 1

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-12

    fix after master rebase

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-18

    prevent double refresh of histogram tab (#4132)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-18

    verify that raster has cached histogram, compute on demand

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-18

    add histogram zoom in/out

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-17

    add UI to pick min/max band values in histogram

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-13

    Dedup Sextante.runalg and Sextante.runandload


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@300 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-13

    Merge ParametersDialog & Ui_ParametersDialog. (Remnant from QT Designer?)


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@299 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-13

    More multipage changes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-13

    [FEATURE]: Multipage compositions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-13

    Code cleanup

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-13

    Implement saving for non-argb types (still needs cleanout of spaghetti code)

Arunmozhi <aruntheguy@gmail.com>	2012-07-13

    removed everything related to QgsSymbolV2PropertiesDialog

Arunmozhi <aruntheguy@gmail.com>	2012-07-13

    added context menu to the groupTree to +/- groups

Merge: c840ce199c b70a0c6991
Radim Blazek <radim.blazek@gmail.com>	2012-07-12

    Merge remote branch 'origin/master' into wcs2

Radim Blazek <radim.blazek@gmail.com>	2012-07-12

    wcs - enabled invert/ignore axis

Radim Blazek <radim.blazek@gmail.com>	2012-07-12

    wcs exceptions, simplified xml parsing

Arunmozhi <aruntheguy@gmail.com>	2012-07-12

    fixed the symbol +/-/edit/rename issues in style manager

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-12

    Move expected output from composermap tests into subdir

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-12

    Test for composer overview map

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-12

    Write results of compositionchecker to dash

Tim Sutton <tim@linfiniti.com>	2012-07-12

    Added another anomaly check for osx/hawkeye host

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-12

    Fix loading of composer map preview states after template read. Ticket #5961

Arunmozhi <aruntheguy@gmail.com>	2012-07-12

    fixed the groupTree bugs

Tim Sutton <tim@linfiniti.com>	2012-07-12

    More anomaly images for hawkeye host failures

Radim Blazek <radim.blazek@gmail.com>	2012-07-11

    common QgsGdalProviderBase for GDAL and WCS, get native CRS, size if possible

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-11

    fixed #5987

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@298 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Move descriptive label

Merge: c3727720a3 ea2f74ab70
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Merge branch 'composer_overview_map'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Fix display of overview marker symbol

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Better default style for overview frame box

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Load and save overview symbol

Etienne Tourigny <etourigny.dev@gmail.com>	2012-07-11

    add me (Etienne) to AUTHORS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Use symbolv2selectordialog to set style of overview map frame

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-11

    Load real provider.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@297 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Remove hardcoded crs in raster writer

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-11

    Add provider to test model.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@296 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Enable WMS saving

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Possibility to set maximum tile width / height in raster iterator

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Changes to raster iterator

Arunmozhi <aruntheguy@gmail.com>	2012-07-11

    fixed the symbol editor tweaks"
    "

Tim Sutton <tim@linfiniti.com>	2012-07-11

    Added more windows anomalies

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-12

    Enable ok button even always if hideOutput is selected

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Small tweaks

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Possibility to hide elements in save as raster dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-06

    Option to choose output extent for save as raster

Juergen E. Fischer <jef@norbit.de>	2012-07-11

    sync description of EPSG:102067 with GDAL (fixes #4945 again)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Small dialog tweak

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-05

    Wire in QgsRasterLayerSaveAsDialog in QgisApp

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-31

    Initialize raster save as dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-30

    Delete wrong dialog file

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-30

    Save as raster dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Modify provider registry to also return invalid providers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-11

    Write operation for raster providers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-21

    Set crs to created gdal dataset

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-20

    Add create/remove methods to raster provider baseclass

Juergen E. Fischer <jef@norbit.de>	2012-07-11

    Fix #4945

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-10

    runalg accepts algorithm parameter.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@295 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-10

    Model test changes.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@294 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-07-10

    wcs preferred version, identify

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-10

    Allow selection of a polygon symbol for the overview frame

Radim Blazek <radim.blazek@gmail.com>	2012-07-10

    wcs 1.1 - describe coverage, get multipart response

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-07-10

    Pass feature object to layer init function - fixes #5596

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-10

    Python bindings for overview map frame

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-10

    Improve overview map frame in composer map

Arunmozhi <aruntheguy@gmail.com>	2012-07-09

    fixed a button issues in widgets

Arunmozhi <aruntheguy@gmail.com>	2012-07-07

    tagging/detagging of symbols in Style Manager done

Arunmozhi <aruntheguy@gmail.com>	2012-07-05

    added tagging,detagging functions to qgsstylev2

Arunmozhi <aruntheguy@gmail.com>	2012-06-29

    incremental wild card searching done

Arunmozhi <aruntheguy@gmail.com>	2012-06-29

    added a function in qgsstyle for wild card searching

Arunmozhi <aruntheguy@gmail.com>	2012-06-28

    fixed the layer +/- button enabling

Arunmozhi <aruntheguy@gmail.com>	2012-06-28

    UI Tweaks to make the symbol selector better

Arunmozhi <aruntheguy@gmail.com>	2012-06-26

    [fixup] update the tree preview when a sub symbol is loaded

Arunmozhi <aruntheguy@gmail.com>	2012-06-26

    Merged the symbol editing with the symbol selector dialog

Arunmozhi <aruntheguy@gmail.com>	2012-06-22

    Midway commit; implements symbols listing/changing in symbol selector

Arunmozhi <aruntheguy@gmail.com>	2012-06-20

    copy pasted a lot of code required for the widget from symbol selector; status - Compiles

Arunmozhi <aruntheguy@gmail.com>	2012-06-19

    added widget file for listing symbols

Arunmozhi <aruntheguy@gmail.com>	2012-06-18

    mapped symbollayer properties widgets to layer selection changes

Arunmozhi <aruntheguy@gmail.com>	2012-06-17

    Working tree in Symbol properties dialog, Widgets NOT yet mapped

Arunmozhi <aruntheguy@gmail.com>	2012-06-13

    Added ability to group and ungroup symbols

Arunmozhi <aruntheguy@gmail.com>	2012-06-10

    Added support for creating nested symbol XML and save symbol to DB

Arunmozhi <aruntheguy@gmail.com>	2012-06-09

    Adding and removing of groups using style manager done

Arunmozhi <aruntheguy@gmail.com>	2012-06-08

    added tags support, now lists Smart Groups in style manager

Arunmozhi <aruntheguy@gmail.com>	2012-06-08

    Converted symbology style from XML to SQlite
    - Adds a python script, and the resulting default .db file
    - Cannot SAVE new symbols into the DB still
    Added the Grouping of symbols in Style Manager
    - Can read groups from the DB and load them
    - Limited to read-only operations

Arunmozhi <aruntheguy@gmail.com>	2012-05-22

    Added tooltip, icon and custom name to the svg groups tree

    .

    .

Arunmozhi <aruntheguy@gmail.com>	2012-05-06

    implemented SVG symbol grouping

    Group tree implemented for SVG Marker symbols

    implemented grouping for SVG Fill symbol widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-09

    Improve resize behaviour of rotated labels and shapes

Juergen E. Fischer <jef@norbit.de>	2012-07-09

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-07-09

    fix #5976

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-09

    Model testing and command line arguments for test suite.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@293 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-09

    Forgot to add control image for composer grid test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-09

    Added raster file writer

Larry Shaffer <larrys@dakotacarto.com>	2012-07-08

    Update to usability of rule-based styles widgets.

    Rule-based tree widget:
    * Label and expression header sections have a larger initial width of 200, with new minimum width of 100 for all sections.
    * Resizing of first 3 sections are saved to/restored from QSettings. Last section stretches, so is not saved/restored.
    * All items now have tool tips of their content (good for small screens).

    Rule editing dialog:
    * Expanded width for initial form fields
    * Added tool tips for expression and description fields.

Juergen E. Fischer <jef@norbit.de>	2012-07-08

    add clear text password warning (fixes #5959)

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-08

    Fix bug in error dialog for threaded executor


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@292 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-08

    Parameter Dialog tests -- output check missing


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@291 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-07-07

    apply #5970

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-07

    Use drawer and iterator to render maps

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-07

    Added class QgsRasterIterator

Werner Macho <werner.macho@gmail.com>	2012-07-07

    translation update: gl by Xan

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-06

    [FEATURE]: display rectangle of another composer map (overview map)

Merge: aa8cccb527 bc18adb02e
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-06

    Merge branch 'composer_test'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-06

    Generate diff images in composer tests

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-06

    Tolerance for wrong pixels, better cleanup

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-06

    Add test for composer grid

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-06

    Add unit test for composer map

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-06

    added tooltips to toolbox

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@290 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Larry Shaffer <larrys@dakotacarto.com>	2012-07-05

    Additional fix for #5862 fix.
    Editing text for composer label in text edit widget caused label to emit itemChanged(), which caused cyclical update of gui elements and the cursor to jump to end of text edit's text.
    Tested update of label via Python and #5862 fix still works, i.e. text edit updates as well.

Juergen E. Fischer <jef@norbit.de>	2012-07-05

    sip fix

Juergen E. Fischer <jef@norbit.de>	2012-07-05

    refactor QgsPaintEngineHack into core and add python bindings

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-05

    removed r.colors

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@289 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-05

    Better default for r.slope.aspect


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@288 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-05

    changed adddfield and fieldscalculator algorithms (outputs are not hidden now)
    Fixed problem with logging in unthreaded execution

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@287 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-05

    Better default for r.slope


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@286 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-05

    Better default for v.random GRASS module


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@285 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-05

    Splitted r.contour, following GRASS plugin (to be completed)


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@284 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: b4d8b9afdb ba0f5da677
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-05

    Merge branch 'raster_transparency'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-05

    More fixes for raster transparency

Werner Macho <werner.macho@gmail.com>	2012-07-05

    translation update: de

Merge: ddd8028fe9 72d7a238b7
Werner Macho <werner.macho@gmail.com>	2012-07-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-07-04

    spatialite provider:
    - fix #4569
    - select newly added spatialite database

Alexander Bruy <alexander.bruy@gmail.com>	2012-07-04

    use band numbers in transparency tab if color interpretation is undefined

Merge: 3cd360c64e 9d3b505271
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-04

    Merge branch 'zebra_style'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-04

    Set correct frame style in composermap widget, update python bindings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-04

    [FEATURE]: Zebra style for composer grid (black/white pattern at borders)

Juergen E. Fischer <jef@norbit.de>	2012-07-04

    osgeo4w: fix browser batchfile

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-04

    Also update enum in python bindings of composer map

Merge: 040b046ac3 5a7cb21c93
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-04

    Merge branch 'graticule_labels'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-04

    Remove legacy methods in composer map

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-04

    Project file conversion for composer grid annotation position and direction

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-04

    Some colors in test the understand what's going on.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@283 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-04

    Fix for bug #5930


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@282 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-04

    Test cases for threaded & unthread algorithms. Check outputs exist.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@281 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-07-04

    add translator

Radim Blazek <radim.blazek@gmail.com>	2012-07-03

    wcs null values, enabled statistics

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-03

    [FEATURE]: possibility to change grid annotation position and direction indidually for left/right/top/bottom

Radim Blazek <radim.blazek@gmail.com>	2012-07-03

    wcs 1.0.0 partialy working

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-03

    Some basic algorithm running tests.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@280 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-07-03

    translation update: zh_TW by Lin Nung-yao

Werner Macho <werner.macho@gmail.com>	2012-07-03

    translation update: galician by Xan

Radim Blazek <radim.blazek@gmail.com>	2012-07-02

    native wcs request

Radim Blazek <radim.blazek@gmail.com>	2012-07-02

    native wcs - initial work, useful pieces extracted from gdal and wms

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-07-02

    Add string position function to expression engine

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-01

    Delete old renderer widgets

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-07-01

    Fix picking of transparent pixels

Radim Blazek <radim.blazek@gmail.com>	2012-07-01

    checkable interfaces in pipe

Radim Blazek <radim.blazek@gmail.com>	2012-07-01

    on/off rasterinterface switch

Radim Blazek <radim.blazek@gmail.com>	2012-07-01

    use QgsRasterInterface::DataType enum instead of int; in raster interfaces check in setInput if input is compatible;

Merge: 2fdd82f4b8 fab2fe16fd
Radim Blazek <radim.blazek@gmail.com>	2012-07-01

    Merge remote branch 'origin/master' into raster-pipes-2

Juergen E. Fischer <jef@norbit.de>	2012-07-01

    fix windows build

Radim Blazek <radim.blazek@gmail.com>	2012-07-01

    raster interfaces stats fixes

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-01

    added optional logging for SAGA and GRASS

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@278 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-06-30

    interface time stats improvements

Radim Blazek <radim.blazek@gmail.com>	2012-06-30

    master rebase fixes

Radim Blazek <radim.blazek@gmail.com>	2012-06-30

    raster projector fixes

Radim Blazek <radim.blazek@gmail.com>	2012-06-30

    filter names replaced by interface

Radim Blazek <radim.blazek@gmail.com>	2012-06-29

    removing interfaces from raster pipe

Radim Blazek <radim.blazek@gmail.com>	2012-06-29

    Role removed from QgsRasterInterface, the logic moved to QgsRasterPipe

Radim Blazek <radim.blazek@gmail.com>	2012-06-29

    re enabled resampling, clean up

Radim Blazek <radim.blazek@gmail.com>	2012-06-28

    pipe in properties dialog

Radim Blazek <radim.blazek@gmail.com>	2012-06-27

    QgsRasterPipe

Radim Blazek <radim.blazek@gmail.com>	2012-06-26

    more methods from provider to interface, renderer shortcuts

Radim Blazek <radim.blazek@gmail.com>	2012-06-19

    QgsRasterFace renamed to QgsRasterInterface, some singlebandgray cleanup

Radim Blazek <radim.blazek@gmail.com>	2012-06-18

    sip modified for raster pipes

Radim Blazek <radim.blazek@gmail.com>	2012-06-18

    rasterprojector in pipe

Radim Blazek <radim.blazek@gmail.com>	2012-06-18

    resampler separated, reenabled transparency in renderers

Radim Blazek <radim.blazek@gmail.com>	2012-06-18

    preliminary raster pipes support

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-07-01

    History algorithm execution progress & cancel button.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@277 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-07-01

    check interval type

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-30

    Implement populateTransparencyTab also for three band

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-30

    Add method to query used bands to renderer, use it in raster properties dialog

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-06-30

    Add expression functions for handling date/time:

        - year,month,day,hour,minute,second extraction
        - new QgsInterval objects - handles time amounts
        - age() function returns the difference between two  datetimes
        - $now returns the current date and time
        - support for datetime - interval = new datetime
        - tointerval, todate, totime functions
        - tests ;)

Werner Macho <werner.macho@gmail.com>	2012-06-30

    translation update: galician by Xan

Juergen E. Fischer <jef@norbit.de>	2012-06-30

    implement #3337

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-30

    Basic test suite.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@276 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-30

    More AlgExecutor logging


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@275 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-29

    fix #5905

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-29

    fixed minor issue when executing algorithms from the toolbox

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@274 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-29

    Outcomment debug code

Merge: 53dd79644c 663f5ad0a1
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-29

    Merge branch 'label_rotation'

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-29

    reimplemented unthreaded executino (threads are not still fully stable). Running algs in a thread is now optional

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@273 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-29

    Add undo/redo for item move with cursor. Prevent item command merge for different items

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-29

    Improved label rotation

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-29

    fixed minor problem in model saving

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@272 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-29

    fixed #5721

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@271 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-06-29

    translation update: et_EE by Veiko

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-29

    fixed #5852

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@270 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-28

    added unicode support in modeler

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@269 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-28

    added threading to execution from console

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@268 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Denis Rouzaud <denis.rouzaud@gmail.com>	2012-06-28

    [FEATURE] add multiple selection option in value relations

Juergen E. Fischer <jef@norbit.de>	2012-06-28

    mark legacy raster function deprecated

Juergen E. Fischer <jef@norbit.de>	2012-06-28

    fix runtime warning

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-28

    [FEATURE]: Initial support for rotation in composer label

Juergen E. Fischer <jef@norbit.de>	2012-06-28

    osgeo4w: make creation of desktop and menulinks optional

Juergen E. Fischer <jef@norbit.de>	2012-06-28

    fix build with HAVE_TOUCH

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-27

    Fix for bug #5877

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-27

    added a quick fix for the unicode problem in log (now exceptions are catched and ignored). this fixes #5882

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@267 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-27

    removed conflictive help files
    moved imports to classfactory method in __init__.py

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@266 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-26

    Bugfix by Radim: prevent extra multiplication if alpha is 1

Merge: 91862c3432 94a1210d87
Tim Sutton <tim@linfiniti.com>	2012-06-26

    Merge pull request #181 from etiennesky/decorationgrid

    [FEATURE] Added Decoration grid

Merge: 1e7e763af1 e27ce7c75f
alexbruy <alexander.bruy@gmail.com>	2012-06-26

    Merge pull request #188 from slarosa/master

    Fix #5861

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-06-26

    Add bindings for touch map tool

     - Also expose via QgisInterface like other actions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-26

    Update composer widget after text change. Ticket #5862

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-25

    implement calculating offset from raster layer, change interval and offset spin boxes to line edit widgets for precision issues

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-25

    Transparency for WMS rendering

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-25

    Fix reprojected single band color drawing

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-25

    remove cross grid type and set default marker to cross; remove annotation position option

Salvatore Larosa <lrssvtml@gmail.com>	2012-06-25

    fix #5861

Juergen E. Fischer <jef@norbit.de>	2012-06-25

    osgeo4w: enable touch support

Merge: a2d857fd93 6b4a27a902
Nathan Woodrow <madmanwoo@gmail.com>	2012-06-25

    Merge pull request #187 from mbernasocchi/android

    Android: make QGIS settings go to .qgis

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-05-22

    Set the default format as INI when using custom settings path

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-06-25

    make QGIS settings go to the same place

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-06-25

    make QGIS settings go to .qgis

Merge: 48e42c5417 6a7ab642e9
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-25

    Merge branch 'raster_renderer_default'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-25

    Fix for transparent values in singleband gray renderer

Alexander Bruy <alexander.bruy@gmail.com>	2012-06-25

    fix typo in option name

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-06-24

    plugin manager: use a case insensitive sort (fixes #5845)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-24

    Fix load/save of raster renderer transparency, ticket #5853

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-24

    Don't save raster options from properties dialog

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-06-24

    plugin installer: split the description tooltip into multiple lines as needed

    some plugins have so long descriptions, a single line tooltip doesn't fit
     on my 1366px screen. Would be even worse on mobile devices if they had
     the notion of mouse over tooltips. :I Example: MultiEdit

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-06-24

    plugin manager: use a case insensitive sort #5845

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-23

    partial fix for label size + label tweaks

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-23

    set default interval to approx. 1/5 of map extent ; add option to set interval from raster layer ; disable grid when map units change ; reset grid (and disable) when project changes

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-21

    UI tweaks + selectively enable line/cross width/marker picker

Merge: 52158fbd89 9a88de8465
Werner Macho <werner.macho@gmail.com>	2012-06-23

    Merge pull request #185 from lynxlynxlynx/master

    i18n: slovenian translation update

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-06-23

    i18n: slovenian translation update

    added all the missing plural strings and some various touchups

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-23

    Fix transparency table and histogram

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-23

    added line break in button text

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@265 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-23

    updated help

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@264 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-23

    fixed bug in grass description loading

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@263 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-23

    fix #5490 again

Merge: b6ad69d12c 2238fc1d66
Nathan Woodrow <madmanwoo@gmail.com>	2012-06-23

    Merge pull request #184 from mbernasocchi/android

    fixing bool QgsMapTool::gestureEvent( QGestureEvent *e )

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-06-23

    fixing bool QgsMapTool::gestureEvent( QGestureEvent *e ) must return a value build (ms vc) error

Alexander Bruy <alexander.bruy@gmail.com>	2012-06-23

    show 'unkonwn'instead of '-1' in sublayers dialog (addresses #5844)

Merge: 3599700d86 5445178151
Jürgen Fischer <jef@norbit.de>	2012-06-22

    Merge pull request #183 from mbernasocchi/android

    Android small patch

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-06-23

    activate 1000ms update in qtlocationconnection

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-06-23

    fix unusable WITH_TOUCH cmake switch

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-04-25

    added update interval of 1000ms  to limit the ammount of positions send

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-22

    Catch all errors in the worker thread and print msg.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@261 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-22

    OTB ROI: apply to vectors


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@260 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-22

    OTB ROI: support multiple input rasters


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@259 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-22

    [FEATURE] implement coalesce and concat function expressions (implements #4551)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-22

    Remove symbology related member variables and functions from raster layer

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-22

    fixed bug with unfound recent algs
    improved model algorithms edition

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@258 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-22

    Clean QgsRasterLayer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-22

    Implement default renderer creation in raster renderer registry

Werner Macho <werner.macho@gmail.com>	2012-06-21

    translation update: adding more danish translations and a new maintainer

Merge: fcb86cf513 3df1c4e668
Tim Sutton <tim@linfiniti.com>	2012-06-21

    Merge pull request #182 from dakcarto/fix-unittests-mac

    Fix to get unit tests working again on Mac.

Larry Shaffer <larrys@dakotacarto.com>	2012-06-21

    Fix to get unit tests working again on Mac.
    make 'check', 'test' and 'Experimental' work from build directory to run tests.

    Current caveats:
    - Build will not install. Re-build with ENABLE_TESTS=FALSE to produce a build a functioning bundled .app.
    - Temp QGIS.app in build/output/bin directory will start, but also needs a different symlink for finding providers. Even then, the app doesn' work right. It appears to be unnecessary for running tests, so there is no advantage to running it from the build directory.

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-21

    fixed #5822

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@257 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-21

    fix doxygen warning

Juergen E. Fischer <jef@norbit.de>	2012-06-21

    transpose raster property resampling widgets

Juergen E. Fischer <jef@norbit.de>	2012-06-21

    german translation fix

Juergen E. Fischer <jef@norbit.de>	2012-06-21

    run TestZipLayer::testTarItemSubfolder() only on GDAL>=1.8

Merge: 02b1324faa de6f642152
Tim Sutton <tim@linfiniti.com>	2012-06-21

    Merge branch 'fix-menu-ordering-2' of https://github.com/dakcarto/Quantum-GIS into 5753

Juergen E. Fischer <jef@norbit.de>	2012-06-20

    add version notes to qgscoordinatereferencesystem.h

Juergen E. Fischer <jef@norbit.de>	2012-06-20

    fix #5809

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-20

    add missing files

Tim Sutton <tim@linfiniti.com>	2012-06-20

    Lyon splash added

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-20

    Add comments for new functions

Merge: b86498a3b5 618832252f
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-20

    Merge branch 'snap_interface'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-20

    Add checkbox for invert color to raster symbol dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-20

    Convenient access functions also for topological editing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-20

    Update QGIS snapping dialog if settings changed via QgsProject

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-19

    Add option to set min/max values to stdDev in singleband gray and multiband color widgets

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-06-19

    fix check for extension saving style (follow 88187f1e4c)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-06-19

    swap names for lessOrEqual and greaterOrEqual binary operators converting expressions to ogc filters

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-19

    improvement in saga and grass algorithms loading

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@256 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-19

    add missing core headers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-19

    New test image for regression992 test

Alexander Bruy <alexander.bruy@gmail.com>	2012-06-19

    fix Define current projection when identical CRSes selected

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-19

    Write snap settings for a layer in a convenient way

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-19

    Implement QgsProject::snapSettingsForLayer as a convenient way to access snap properties for a layer

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-06-19

    display a menu to choose the output format saving vector styles (fix #5136)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-06-19

    fix export from Graduated renderingV2 to SLD, generate valid SLD docs (fix #5795):

    Description tag must have a child tag,
    OnlineResource tag and its child Format tag must have SE namespace,
    Filter tag created and never appended to the Rule element exporting from a Graduated rendering,
    fix convertion between PropertyIsBetween tag and QgsExpression

Juergen E. Fischer <jef@norbit.de>	2012-06-19

    german translation update

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-18

    fixes

    fixes

Juergen E. Fischer <jef@norbit.de>	2012-06-19

    osgeo4w: move desktop and browser executable to main bin

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-19

    OTB helper commands log.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@255 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-19

    OTB extents. Test implementation.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@254 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-19

    runalg arguments by name


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@253 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-18

    Fix #5821


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@252 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-18

    determine geometry types of GEOMETRY in geometry_columns (related to #5813)

Juergen E. Fischer <jef@norbit.de>	2012-06-18

    fix #4969

Juergen E. Fischer <jef@norbit.de>	2012-06-18

    fix identify with 64bit fids

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-14

    use symbologyv2 for lines and add marker symbols (in addition to Cross)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-13

    create QgsDecorationItem class for all decoration items and render in a specific order (grid before others so it's on bottom

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-13

    add decoration grid, based on composer grid (code copied, not reused)

    add missing qgssymbollayerv2utils.h include

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-18

    fixed bad imports in lidar package
    fixed problem with non-ascii filenames
    (both patches supplied by Alexander Bruy)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@250 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-18

    move QGIS_PREFIX_PATH support to QgsApplication

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-18

    Replace contents of pseudoColor test with raster renderer code that generates the same result

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-18

    Add QML in new format for landsat875 test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-18

    Add backward compatibility code to rasterlayer and fix render checker. Landsat basic passes now

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-18

    Small useability improvement: disable autocompletion in scale combo

Werner Macho <werner.macho@gmail.com>	2012-06-18

    translation update: first danish strings by Preben

Werner Macho <werner.macho@gmail.com>	2012-06-18

    translation update: ko_KR by BJ

Juergen E. Fischer <jef@norbit.de>	2012-06-17

    nsis fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-17

    Applied fix for #4453 from Leyan Ouyang

Merge: f55c13fa93 ac453510af
mhugent <marco.hugentobler@sourcepole.ch>	2012-06-17

    Merge pull request #179 from sdikiy/master

    quick fix for http://hub.qgis.org/issues/4514

Serge Dikiy <serge@gisfiber.com>	2012-06-17

    quick fix for http://hub.qgis.org/issues/4514

Juergen E. Fischer <jef@norbit.de>	2012-06-17

    osgeo4w nsis: recreate shortcuts for desktop and browser

Juergen E. Fischer <jef@norbit.de>	2012-06-17

    fix nightly osgeo4w

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-15

    user layerName() when adding raster from browser (#5636)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-08

    add zip item layer dialog to open .zip and .tar files with many files ; fix gdal sublayer names

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-08

    add support for .tar/.tgz files and relevant tests ; delay scan of .tgz files and large .zip files until requested

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-07

    remove Passthru option and change storage of options scanZipInBrowser and scanItemsInBrowser

Juergen E. Fischer <jef@norbit.de>	2012-06-16

    forward port osgeo4w stuff from 1.7

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-16

    otb: region of interest.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@249 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-16

    Cancelation terminates thread.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@248 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-16

    fix osgeo4w postinstall

Juergen E. Fischer <jef@norbit.de>	2012-06-16

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2012-06-16

    osgeo4w packaging update

Juergen E. Fischer <jef@norbit.de>	2012-06-16

    fix #5494

Juergen E. Fischer <jef@norbit.de>	2012-06-16

    fix #5543

Larry Shaffer <larrys@dakotacarto.com>	2012-06-15

    Fix for #5753, for all platforms.

    This fix takes a different approach to dynamically building standard plugin category menus, by putting them after or before the Raster menu, which is already in /src/ui/qgisapp.ui.

    If third-party plugins use firstRightStandardMenu() as a key for placing their plugin menus before it, this fix should now keep the menubar properly ordered, with dynamically added/removed standard plugin category menus, as such:

    File, Edit, View, Layer, Settings, Plugins, [Vector], Raster, [Database], [Web], [Plugin-added-menus], Window (on Mac), Help

Merge: a240f44237 dceefca2a8
alexbruy <alexander.bruy@gmail.com>	2012-06-15

    Merge pull request #175 from coyotte508/master

    Improved Dissolve speed for some use cases

Etienne Tourigny <etourigny.dev@gmail.com>	2012-06-15

    fix #4434

Juergen E. Fischer <jef@norbit.de>	2012-06-14

    fix warnings and indentation

Juergen E. Fischer <jef@norbit.de>	2012-06-15

    run crssync from output directory

coyotte508 <coyotte508@hotmail.com>	2012-06-15

    Improved dissolve per field-value

Radim Blazek <radim.blazek@gmail.com>	2012-06-15

    typo

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-06-16

    Hide sample buttons in expression builder on load

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-15

    Forgot to add license header

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-15

    Use band number as text in raster renderer widgets if color interpretation is undefined. Fix for ticket #5799

Merge: 11b23d5c0e 70b68be646
Radim Blazek <radim.blazek@gmail.com>	2012-06-15

    WCS

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-15

    Set user style sheet in parameter dialog help.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@247 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-15

    updated help

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@246 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-15

    added saga help files (still have to fix the code to use the custom css)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@245 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-14

    fix tile scale widget state tracking

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-14

    More information in saga help files + stylesheet.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@244 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-06-14

    to open raster layer properly, more data must be read from project file, temporary fix to get old WMS layers working

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-14

    fixed bugs in lidar tools

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@243 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Alexander Bruy <alexander.bruy@gmail.com>	2012-06-14

    fix Python bindings for raster renderer and resampler

Merge: f3f1c4378e 9a006e4dad
Tim Sutton <tim@linfiniti.com>	2012-06-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-14

    Forgot to add sip files

Radim Blazek <radim.blazek@gmail.com>	2012-06-14

    some crashes on loading project fixed

Radim Blazek <radim.blazek@gmail.com>	2012-06-14

    Generic QgsDataSourceURI, WMS provider adapted to QgsDataSourceURI, enabled WMS drag-and-drop from browser

Juergen E. Fischer <jef@norbit.de>	2012-06-14

    missed one...

Juergen E. Fischer <jef@norbit.de>	2012-06-14

    fix warnings and link errors on windows

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-14

    Make project file transform for rasters between 1.8 and 1.9

Merge: dba6ba4fb1 966c5c15c0
Tim Sutton <tim@linfiniti.com>	2012-06-14

    Resolved merge conflicts

Juergen E. Fischer <jef@norbit.de>	2012-06-14

    update master version

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-14

    Fix typo

Merge: adca9d39dc efb54eaf3b
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-14

    Adapt project file transform to changed release schedule

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-14

    reorganized lidar tools

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@242 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: ff87deef07 fd0a46a8d3
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-14

    Merge raster resampler branch

Merge: b33ea422ce efb54eaf3b
Tim Sutton <tim@linfiniti.com>	2012-06-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-06-14

    Updated version number, splash icon, for master

Juergen E. Fischer <jef@norbit.de>	2012-06-14

    fix nightly builds for Qt <4.7

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-06-02

    Expression builder widget UI tweaks

    - remove open,save button
    - add Load All | Load Sample values buttons
    - remove search label and show inside lineedit

Juergen E. Fischer <jef@norbit.de>	2012-06-13

    german translation update

Werner Macho <werner.macho@gmail.com>	2012-06-13

    fix typo: one ' too much

Werner Macho <werner.macho@gmail.com>	2012-06-13

    fix spelled QGIS not Qgis

Werner Macho <werner.macho@gmail.com>	2012-06-13

    fix typo in nl translation

Radim Blazek <radim.blazek@gmail.com>	2012-06-13

    missing QHash

Merge: 5ebdbe34f2 f276fdee6c
Juergen E. Fischer <jef@norbit.de>	2012-06-13

    [FEATURE] Add WMTS support

Merge: 371351188f e85d9b8586
Tim Sutton <tim@linfiniti.com>	2012-06-12

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-06-12

    Unembedded 1.8 from icon and added another 1.8 labeled icon rather (non default)

Tim Sutton <tim@linfiniti.com>	2012-06-12

    Embedded version 1.8 in icon

Tim Sutton <tim@linfiniti.com>	2012-06-12

    Remove rc from splash

Merge: ef60f812e3 e85d9b8586
Juergen E. Fischer <jef@norbit.de>	2012-06-12

    Merge remote-tracking branch 'origin/master' into wmts

Werner Macho <werner.macho@gmail.com>	2012-06-12

    fixed some typos in NEWS

Tim Sutton <tim@linfiniti.com>	2012-06-12

    Added more anomaly files for sid i386

Werner Macho <werner.macho@gmail.com>	2012-06-12

    update tsstat with new translators

Werner Macho <werner.macho@gmail.com>	2012-06-12

    prepare for 1.8: update ChangeLog file

Tim Sutton <tim@linfiniti.com>	2012-06-12

    Manually applied pull request #169 - patch to update French translator list

Werner Macho <werner.macho@gmail.com>	2012-06-12

    translation update: ko_KR by BJ Jang

Juergen E. Fischer <jef@norbit.de>	2012-06-12

    fix #5523

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-11

    Saga Help file generator.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@239 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-06-11

    translation update: et_EE by Veiko

Werner Macho <werner.macho@gmail.com>	2012-06-11

    translation update: es by Carlos

Merge: cc9b8983bc 8a9c82cb6a
Tim Sutton <tim@linfiniti.com>	2012-06-11

    Merge pull request #171 from Cracert/trans

    translation update: pl by Robert

Robert Szczepanek <robert@szczepanek.pl>	2012-06-11

    translation update: pl by Robert

Merge: 014b9ac563 e0b899e964
Tim Sutton <tim@linfiniti.com>	2012-06-11

    Merge pull request #170 from dakcarto/fix-about-hijack

    Better fix for #5754. More of a hack but works well.

Larry Shaffer <larrys@dakotacarto.com>	2012-06-11

    Better fix for #5754. More of a hack but works well.
    Keeps all plugins from hijacking About or Preferences application menus on Mac.

Merge: 442adbac3b a5199a8140
Werner Macho <werner.macho@gmail.com>	2012-06-11

    Merge pull request #168 from Jean-Roc/master

    update fr strings

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-11

    Handle algorithm errors.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@238 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-06-11

    translation update: lv by Maris

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-06-11

    update fr strings

Werner Macho <werner.macho@gmail.com>	2012-06-11

    translation update: pt_BR by Arthur

Werner Macho <werner.macho@gmail.com>	2012-06-11

    remove Henriette from translators

Werner Macho <werner.macho@gmail.com>	2012-06-11

    translation update: ja by yoichi

Merge: 615089c9f6 f47d1ab07b
Werner Macho <werner.macho@gmail.com>	2012-06-11

    Merge pull request #167 from artfwo/master

    Russian translation update for 1.8

Artem Popov <artfwo@gmail.com>	2012-06-11

    Updated Russian translation.

Merge: 6d9f0dddb8 24cca20d02
Werner Macho <werner.macho@gmail.com>	2012-06-11

    Merge pull request #166 from rduivenvoorde/master

    nl fix

Richard Duivenvoorde <richard@duif.net>	2012-06-11

    NL gui translation fix

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-11

    removed previous cancelation mechanism (not used)
    fixed #5777

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@237 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

pcav <cavallini@faunalia.it>	2012-06-11

    IT GUI transaltion completed

Werner Macho <werner.macho@gmail.com>	2012-06-11

    translation update: bring all ts files to the same level

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-11

    History processing moved to separate thread. Note not much user feedback.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@236 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

cpolymeris@gmail.com <cpolymeris@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-11

    Batch processing in separate thread.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@235 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 769fd5e20a 7f1a4e28d1
Jürgen Fischer <jef@norbit.de>	2012-06-10

    Merge pull request #165 from dakcarto/fix-menus-two

    Fixes for issues #5753 and #5754

Larry Shaffer <larrys@dakotacarto.com>	2012-06-10

    Fix for #5753

    Does not address third-party plugins that add their own menus. They should use (here for Python):

    menu_bar = self.iface.mainWindow().menuBar()
    menu_bar.insertMenu( self.iface.firstRightStandardMenu().menuAction(), self.my_plugins_menu )

    Ideally, a new QgisInterface public slot pair of addMenuToMenuBar(QMenu)/removeMenuFromMenuBar(QMenu) should be added, to help plugin developers put their menus in the correct place.

    Deletion in GdalTools.py is redundant add-to-menu code. It moved the Raster menu to -1 on the menubar (between Window and Help on Mac).

Juergen E. Fischer <jef@norbit.de>	2012-06-10

    fix query item removal

Merge: 3c746c7667 ed801a47fa
Juergen E. Fischer <jef@norbit.de>	2012-06-10

    Merge remote-tracking branch 'origin/master' into wmts

Larry Shaffer <larrys@dakotacarto.com>	2012-06-10

    Simple fix for #5754 (Mac OS-specific). Better fix would be to make a method that set all QAction additions to base menus (submenus ok) to QAction::NoRole. This would keep any new action from hijacking the Mac app's About or Preferences… menus.

    See: http://doc.qt.nokia.com/4.7.1/qmenubar.html#qmenubar-on-mac-os-x

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-06-10

    Fix #5766

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-06-09

    DBManager: use the first suitable field loading a view (fix #5676)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-06-09

    DBManager: do not use translated string for geometry type name (fix #5764)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-06-09

    delete not valid provider instances (fix memory leaks),
    avoid failure due to assertion calling disconnectDb on PG provider more times

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-06-09

    DBManager: fix spatial index creation importing a vector layer (fix #5625)

Merge: 23c0f252e7 12ef68e834
Gary Sherman <gsherman@geoapt.com>	2012-06-09

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Gary Sherman <gsherman@geoapt.com>	2012-06-09

    Fix Ingres connection type so stored connections can be created using the
    add vector layer dialog, database option

Martin Dobias <wonder.sk@gmail.com>	2012-06-09

    Fix placement of curved labels when there is just one character

Juergen E. Fischer <jef@norbit.de>	2012-06-08

    Use QString::number with QDomElement::setAttribute with double/float (fixes #5749)

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-08

    fixed problem with boolean values in R scripts

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@234 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-08

    fixed problem with boolean values in scripts (#5755)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@233 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-08

    fixed minor bug in in OTB provider

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@232 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 7b08cbaa31 4a33d74cc3
Werner Macho <werner.macho@gmail.com>	2012-06-08

    Merge pull request #162 from rduivenvoorde/master

    nl translation fix

Richard Duivenvoorde <richard@duif.net>	2012-06-08

    little dutch translation fix

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-06-08

    Try to detect WFS feature type if not available in describeFeatureType response. Fixes ticket #5745

Juergen E. Fischer <jef@norbit.de>	2012-06-08

    fix #5758

Werner Macho <werner.macho@gmail.com>	2012-06-07

    translation update: nl by Richard

Juergen E. Fischer <jef@norbit.de>	2012-06-07

    fix #5759

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-07

    fixed problem when opening OTB descriptions

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@231 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Tim Sutton <tim@linfiniti.com>	2012-06-07

    fix for #5760 - make heatmap dialog resizeable and use a layout in advanced options

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-07

    fixed problem when editing help and saving R scripts

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@230 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-07

    fixed encoding problem in log
    fixed problem when editing help and saving scripts (still have to apply it to R scripts)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@229 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Alexander Bruy <alexander.bruy@gmail.com>	2012-06-07

    fix fTools version to avoid conflicts with version from Carson's repo

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-07

    fixed encoding problem in log

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@228 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-06-07

    updated widgets / customization

Merge: 38d15f1200 77d3ab91e2
Juergen E. Fischer <jef@norbit.de>	2012-06-07

    Merge remote-tracking branch 'origin/master' into wmts

Juergen E. Fischer <jef@norbit.de>	2012-06-07

    fix WMS-C

Merge: c695198e17 ac6730996e
Werner Macho <werner.macho@gmail.com>	2012-06-06

    Merge pull request #161 from Cracert/trans

    translation update: pl by Robert

Robert Szczepanek <robert@szczepanek.pl>	2012-06-07

    translation update: pl by Robert

Tim Sutton <tim@linfiniti.com>	2012-06-06

    Apply patch from Borys to remove 'add 3rd party repos' button in plugin manager

Werner Macho <werner.macho@gmail.com>	2012-06-06

    translation update: et_EE by Veiko

Werner Macho <werner.macho@gmail.com>	2012-06-06

    translation update: nl by Richard

Juergen E. Fischer <jef@norbit.de>	2012-06-06

    fix some links in INSTALL

Juergen E. Fischer <jef@norbit.de>	2012-06-06

    update creatensis section of INSTALL

Merge: 40fbac0db7 1ca6e7d193
Werner Macho <werner.macho@gmail.com>	2012-06-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Werner Macho <werner.macho@gmail.com>	2012-06-06

    translation update: update TRANSLATORS

Werner Macho <werner.macho@gmail.com>	2012-06-06

    translation update: nl by Richard

Werner Macho <werner.macho@gmail.com>	2012-06-06

    translation update: ja by yoichi

Merge: d78e605243 237f73cb33
Werner Macho <werner.macho@gmail.com>	2012-06-05

    Merge pull request #160 from Cracert/trans

    translation update: pl by Milena and Robert

Werner Macho <werner.macho@gmail.com>	2012-06-06

    translation update: gl_ES by Xan

Juergen E. Fischer <jef@norbit.de>	2012-06-06

    fix #5747

Robert Szczepanek <robert@szczepanek.pl>	2012-06-06

    translation update: pl by Milena and Robert

Werner Macho <werner.macho@gmail.com>	2012-06-05

    translation update: pt_BR by Arthur

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-05

    Added first version of threading interface (by Camilo Polymeris, as part of GSoC 2012)
    Fixed #5720. Still have to add refreshing to the model after the change in the element is done.

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@227 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-05

    update osgeo4w dependency list in INSTALL

pcav <cavallini@faunalia.it>	2012-06-05

    Fix an error in IT translation

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-05

    fixed progress tracking in linux

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@226 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-05

    fixed bad behaviour with fixed tables

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@225 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-05

    fixed #5739

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@224 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-05

    Fixed NVIZ GRASS module (did not work)


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@223 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 08a712a5f0 dab475868f
Juergen E. Fischer <jef@norbit.de>	2012-06-04

    Merge branch 'master' into wmts

Gary Sherman <gsherman@geoapt.com>	2012-06-04

    Fix Ingres driver name so it is recognized.
    OGR reports the driver name in title case rather than
    all caps currently used in qgsogrprovider.cpp

Juergen E. Fischer <jef@norbit.de>	2012-06-04

    add support for optional wm(t)s axis inversion

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-04

    Fixed r.los (see #5734)


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@222 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-04

    Changed a default value for r.param.scale


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@221 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-04

    Added r.slope, r.aspect - simpler and faster to use than full r.slope.aspect


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@220 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-04

    fixed #5557

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@219 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-04

    modeler canvas is now bigger (5000x5000). TODO: make it resize dynamically

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@218 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-04

    fixed #5673

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@217 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-04

    updated help

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@216 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 8ad85ed59e 2519df85ff
Nathan Woodrow <madmanwoo@gmail.com>	2012-06-03

    Merge pull request #159 from szekerest/master

    MSSQL provider: Implement minimumValue, maximumValue and uniqueValues

szekerest <szekerest@gmail.com>	2012-06-03

    MSSQL provider: Implement minimumValue, maximumValue and uniqueValues (fixes #5610)

Werner Macho <werner.macho@gmail.com>	2012-06-03

    translation update: es by Carlos

Juergen E. Fischer <jef@norbit.de>	2012-06-03

    remove empty translations and update moved translation

Werner Macho <werner.macho@gmail.com>	2012-06-03

    forgot to update nl file to latest strings, TRANSLATORS file also updated

Werner Macho <werner.macho@gmail.com>	2012-06-03

    translation update: ja by Yoichi

Werner Macho <werner.macho@gmail.com>	2012-06-03

    translation update: nl by Richard

Merge: cdd683c5bc d6d1e70646
Werner Macho <werner.macho@gmail.com>	2012-06-03

    Merge pull request #158 from Jean-Roc/master

    update fr strings

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-02

    Removed v.topoclean because of duplicate v.in.ogr. See ticket #5717


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@214 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: c3f240b81e 2ed561bdd5
Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-06-02

    update fr strings, patches from Etienne Tourigny and Robin Cura

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-02

    Added v.topoclean (not yet working, unclear if it's a global bug)


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@213 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-02

    Patch from Markus Metz, see #5714


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@212 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: af01338e30 7db9df5d86
MORREALE Jean-Roc <jr.morreale@enoreth.net>	2012-06-02

    Merge pull request #5 from RCura/master

    Quelques modifications de traduction

Werner Macho <werner.macho@gmail.com>	2012-06-02

    translation update: pt_BR by qgisbrasil

Robin Cura <robin.cura@gmail.com>	2012-06-02

    Some french translations fix

    Std Dev -> écart type, RGB -> RVB, Natural Breaks (Jenks) -> Seuils
    naturels and some minor things.

Martin Dobias <wonder.sk@gmail.com>	2012-06-02

    Fixes for refinement of rules.

    - quoting of columns (#5536 and #5542)
    - quoting of string
    - do not quote of numbers (avoids type cast during evaluation)
    - use at least 4 floating point digits for doubles

Juergen E. Fischer <jef@norbit.de>	2012-06-01

    fix #5692

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    more improvement to grass description

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@211 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    fixed #5708

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@210 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-06-01

    cache sublayer feature counts and don't retrieve expensive ones (fixes #5322)

Merge: 2767edf8c9 b7382e3653
Werner Macho <werner.macho@gmail.com>	2012-06-01

    Merge pull request #157 from artfwo/master

    Russian translation update for 1.8

art <art@teaquetzl.(none)>	2012-06-02

    Updated Russian translation.

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    fixed some GRASS descriptions
    fixed problem with defautl values in parameterRange

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@209 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    Corrected several misprints in help.


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@208 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

paolo.cavallini <paolo.cavallini@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    First test commit (help minor edits).


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@207 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-06-01

    translation update: gl_ES by XAN

Werner Macho <werner.macho@gmail.com>	2012-06-01

    translation update: cs_CZ by Jan

Werner Macho <werner.macho@gmail.com>	2012-06-01

    translation update: lv by Maris

Werner Macho <werner.macho@gmail.com>	2012-06-01

    translation update: hu by Zoltan

Werner Macho <werner.macho@gmail.com>	2012-06-01

    translation update: es by Carlos

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    fixed #5664 (problem with extent parameter)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@206 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    added iimproved GRASS algorithm description by M. Neteler and patch for #5674 by M.Metz

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@205 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Hugo Mercier <hugo.mercier@oslandia.com>	2012-06-01

    refs #5536
    Escape field names in refine rules functions

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    fixed #5693

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@204 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    changed grass default resolution to 100 (#5700)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@203 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    fixed #5697 (temp files naming)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@202 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-06-01

    added improved descrition for r.* algorithms, provided by Markus Neteler

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@201 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-31

    added improved definition of GRASS algorithms, contributed by Markus Metz

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@200 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Martin Dobias <wonder.sk@gmail.com>	2012-05-31

    fix #5678 (old labeling does not work with rule-based rendering)

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-31

    fixed #5673

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@199 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: af01338e30 53684682f2
Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-31

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-31

    correct typos

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-31

    fixed grass algorithms
    fixed bug when using multiple layers in saga (#5652)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@198 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-31

    run Points in Polygon in separate thread and don't block QGIS main
    window (addresses #5162)

Juergen E. Fischer <jef@norbit.de>	2012-05-31

    remove obsolete parts from finished translations

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-05-31

    Add .mailmap file so that git shortlog reports stats better

Martin Dobias <wonder.sk@gmail.com>	2012-05-30

    fix #5665 (rendering order not working in rule-based renderer)

Martin Dobias <wonder.sk@gmail.com>	2012-05-30

    Merge branch 'master', remote-tracking branch 'origin'

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-30

    minor fixes

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@197 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-05-30

    fix #5487

Juergen E. Fischer <jef@norbit.de>	2012-05-30

    fix test debug output

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-29

    skip vrt-in-zip test for gdal<1.7

Juergen E. Fischer <jef@norbit.de>	2012-05-29

    apply #5598.33

Juergen E. Fischer <jef@norbit.de>	2012-05-29

    node tool fixes:
    - fix OTFR support (fixes #5327.16)
    - smaller snap tolerance for geographic CRSs (fixes #5661)
    - use different snapping epsilons in QgsVectorLayer::snapToGeometry() for
      layers with geographic and projected crs.
    - [API] enhancements (to fix #5661):
     * QgsGeometry::closestSegmentWithContext: allow passing of segment snapping
       epsilon
     * QgsPoint::sqrDistToSegment: allow assing of segment snapping epsilon
     * QgsMapLayer::crs() add "const"

Merge: 23b40de5a6 1341a5537e
alexbruy <alexander.bruy@gmail.com>	2012-05-29

    Merge pull request #154 from slarosa/master

    fix #2733

Salvatore Larosa <lrssvtml@gmail.com>	2012-05-29

    fix #2733

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-29

    fixed #5644

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@195 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-29

    added notice when grass help is not configured

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@194 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-05-29

    vector layer: also consider changed geometries, when there's no select rectangle

Juergen E. Fischer <jef@norbit.de>	2012-05-29

    fix #5660

Merge: 9859709e92 9e45d4c52b
Werner Macho <werner.macho@gmail.com>	2012-05-29

    Merge pull request #153 from rduivenvoorde/master

    translation update: new partial dutch translation

Richard Duivenvoorde <richard@duif.net>	2012-05-29

    dutch translation

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-28

    fix set crs to OGR data items (broken in 04aab2938)

Merge: 5e45e876dc 04aab2938c
Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-29

    Merge remote-tracking branch 'etiennesky/browser_fixes'

Juergen E. Fischer <jef@norbit.de>	2012-05-29

    fix #5657

Juergen E. Fischer <jef@norbit.de>	2012-05-28

    skip null values in vector file writer (fixes #5172)

Juergen E. Fischer <jef@norbit.de>	2012-05-28

    fix #5030

Merge: 369b32e5e5 721765e5ee
Tim Sutton <tim@linfiniti.com>	2012-05-28

    Merge pull request #152 from dakcarto/patch-1

    Add libqico.dylib copy and lib update to Mac app bundle for upcoming 1.8...

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-28

    fixed bug in settings when adding an external provider

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@193 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

dakcarto <larrys@dakotacarto.com>	2012-05-28

    Add libqico.dylib copy and lib update to Mac app bundle for upcoming 1.8 release. Linux already supports libqico (favicons), while Windows apparently isn't supported by Qt yet (Notes section of http://qt-project.org/doc/qt-4.8/qtwebkit.html ). This is useful for plugins that render web pages and want to display the favicon of the site.

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-28

    update field list on each layer list update (fix #5655)

Juergen E. Fischer <jef@norbit.de>	2012-05-28

    fix tests

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-21

    add python binding for QgsCoordinateReferenceSystem::createFromUserInput()

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-21

    add more autotests for ESRI WKT

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-21

    use GDAL_FIX_ESRI_WKT=GEOGCS instead of TOWGS84 and maintain user-defined value

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-19

    add ESRI .prj test to make sure towgs84 is ok (bug #5598), and add QgsCoordinateReferenceSystem::createFromUserInput()

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-19

    make sure  QgsCoordinateReferenceSystem::setProj4String() and createFromProj4() trim the input proj4 string

Juergen E. Fischer <jef@norbit.de>	2012-05-28

    fix #5327

Juergen E. Fischer <jef@norbit.de>	2012-05-28

    debian packaging update

pcav <cavallini@faunalia.it>	2012-05-28

    IT GUI transaltion completed after string freeze

Werner Macho <werner.macho@gmail.com>	2012-05-28

    translation update: sl_SI by Joze

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-28

    do not show file extension in TOC, add QqsLayerItem::layerName() for getting layer name (bug #5621)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-27

    prevent .vrt and .gz files from appearing as both GDAL and OGR items (bug #5636)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-24

    add tests for QgsDataItem - verify that .gz and .vrt files are not recognized as both gdal and ogr items (bug #5636)

Werner Macho <werner.macho@gmail.com>	2012-05-27

    translation update: preparing for 1.8 release

Tim Sutton <tim@linfiniti.com>	2012-05-27

    Remove 'm' tagged QGIS icon in lead up to release of 1.8

Merge: c1df6269a7 4295a687d1
Tim Sutton <tim@linfiniti.com>	2012-05-27

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 9d0745fa68 df79503cae
alexbruy <alexander.bruy@gmail.com>	2012-05-27

    Merge pull request #150 from slarosa/master

    fix #3549

Juergen E. Fischer <jef@norbit.de>	2012-05-27

    fix nightly builds

Juergen E. Fischer <jef@norbit.de>	2012-05-27

    fix warning

Merge: d281277665 812ff51e39
Werner Macho <werner.macho@gmail.com>	2012-05-26

    Merge pull request #149 from Jean-Roc/master

    update fr strings

Juergen E. Fischer <jef@norbit.de>	2012-05-26

    fix #4843 again

Juergen E. Fischer <jef@norbit.de>	2012-05-26

    log OGR errors in QgsVectorFileWriter::addFeature

Juergen E. Fischer <jef@norbit.de>	2012-05-26

    debian packaging update

Salvatore Larosa <lrssvtml@gmail.com>	2012-05-26

    fix #3549

Juergen E. Fischer <jef@norbit.de>	2012-05-26

    - replace SaQueryBuilder with QgsQueryBuilder
    - replace SaDbFilterProxyModel with QgsDbFilterProxyModel
    - remove spurious copy of QgsDbFilterProxyModel from postgres provider
    - fix #4491

Tim Sutton <tim@linfiniti.com>	2012-05-26

    Updates whats new documentation for 1.8

Juergen E. Fischer <jef@norbit.de>	2012-05-26

    fix #5490

Juergen E. Fischer <jef@norbit.de>	2012-05-25

    remove unused includes

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-25

    update fr strings

Merge: c4db2e0e33 afcd5b6e3c
Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-25

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-25

    Smaller treshold for GetFeatureInfo for polygons

Juergen E. Fischer <jef@norbit.de>	2012-05-25

    fix #4521

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-25

    fixed bug in outputfile

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@191 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 88a319a4fc 40c34d4b40
Tim Sutton <tim@linfiniti.com>	2012-05-25

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-05-25

    Added anomaly files for windows

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-25

    improved model edition in modeler

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@190 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-05-25

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-05-25

    sip bindings: add /Transfer/ to QgsMapCanvas::mapRenderer()
    (otherwise mc.mapRenderer().hasCrsTransformEnabled() can crash)

Juergen E. Fischer <jef@norbit.de>	2012-05-25

    validation/geometry/threading fixes:
    - fTools/polygon centroids: catch missing centroid with invalid geometry
      (fixes #4963)
    - fTools/validate geometry:
     * fix final position of progress bar
     * don't use isGeosValid()
     * zoom to feature on locationless errors (including OTFR support)
     * store/restore dialog position
    - QgsGeometry(Validator):
     * log GEOS exceptions
     * (closed) rings need at least 4 points not 3
     * log error when geometry can't be exported to GEOS
     * don't produce "geometry is valid" error
    - improve logging from threads
     * keep message output from main thread as popup
     * log message from threads to message log (fixes crash on python error
       in thread)

Juergen E. Fischer <jef@norbit.de>	2012-05-25

    message log: fix crash on exit

Merge: a442b89c71 474e04b027
alexbruy <alexander.bruy@gmail.com>	2012-05-25

    Merge pull request #148 from slarosa/master

    minor fixes in fTools GUI

Merge: e37a9aea58 3dc5d54805
Jean Roc <jr.morreale@enoreth.net>	2012-05-25

    Merge pull request #4 from mathieubossaert/master

    plus qu'une trentaine de chaînes.

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-25

    improved model edition in modeler

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@189 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

slarosa <lrssvtml@gmail.com>	2012-05-25

    minor fixes in gui fTools

Mathieu Bossaert <mathieu@appart.numericable.fr>	2012-05-24

    update french strings, plus que 34! mathieu

Juergen E. Fischer <jef@norbit.de>	2012-05-24

    fTools: fix handling of locationless geometry errors (fixes #4396)

Merge: bc367ce7dd 84f7b125dc
Jean Roc <jr.morreale@enoreth.net>	2012-05-24

    Merge pull request #3 from mathieubossaert/master

    traduction française

Juergen E. Fischer <jef@norbit.de>	2012-05-24

    fix synchronous geometry validation

Radim Blazek <radim.blazek@gmail.com>	2012-05-24

    restricted location/mapset names in GRASS new mapset dialog, fixes #4258

Radim Blazek <radim.blazek@gmail.com>	2012-05-24

    Europe extent, fixed #5080

Juergen E. Fischer <jef@norbit.de>	2012-05-24

    debian packaging: optionally remove api/installdox

Mathieu Bossaert <mathieu@appart.numericable.fr>	2012-05-24

    update french strings

Juergen E. Fischer <jef@norbit.de>	2012-05-24

    fix #5632

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-24

    Algorithms in modeler can now be edited with a double click (not yet finished)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@188 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-05-24

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-05-23

    take III on #5597

Juergen E. Fischer <jef@norbit.de>	2012-05-23

    another take on #5597

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-23

    some fixes in geoprocessing tools (hope this will fix database support)

Radim Blazek <radim.blazek@gmail.com>	2012-05-23

    check thread in customization, it should fix #5597

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-23

    make Clip tool work with SpatiaLite layers (fix #4571)

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-23

    make Dissolve tool work with SpatiaLite (addresses #4571)

Merge: 4d3cf1abca c367a35ce9
Tim Sutton <tim@linfiniti.com>	2012-05-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-05-22

    wmts: use QObject property to make tile resolutions available to tilescalewidget

Juergen E. Fischer <jef@norbit.de>	2012-05-22

    wmts: use KVP GetMap only when allowed

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-22

    create vector grid in layer CRS (fix #5204)

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-22

    correctly handle WMS rasters in Random Points tool (fix #5202)

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-22

    make "use value from field" available in Random Points tools, also show
    only integer fields (fix #4570)

Juergen E. Fischer <jef@norbit.de>	2012-05-22

    fix crash on opening symbol levels dialog when using categorized renderer with showClassifiers

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-22

    fix #5617. Patch submitted by Salvatore Larosa, thanks!

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-22

    Revert last commit

    This reverts commit 5cb6dd7c0b686890cffff1c0d4476dfa2dce57f9.

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-22

    store geometries from GeometryCollection in list

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-22

    Split tool: prefer default values for new features vs. values copied from original feature. Fixes ticket #5475

Merge: 5a4412a21d 1780344671
Radim Blazek <radim.blazek@gmail.com>	2012-05-21

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2012-05-21

    updated widgets / customization

Juergen E. Fischer <jef@norbit.de>	2012-05-20

    fix 'unused' warning

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-21

    partial fix for #5617 from Salvatore Larosa (slightly modified)

Juergen E. Fischer <jef@norbit.de>	2012-05-21

    open sqlite3 database readonly where possible (another followup on 9154e4e)

Juergen E. Fischer <jef@norbit.de>	2012-05-16

    merge master:
    - don't use createFromEpsg
    - cleanup: don't save tiles for debugging

Juergen E. Fischer <jef@norbit.de>	2012-05-21

    update icon link for api doc - again

Juergen E. Fischer <jef@norbit.de>	2012-05-21

    update icon link for api doc

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-20

    DBManager: added missing required (not implicit) self argument

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-20

    DBManager: don't raise any errors while disconnecting signals from destroyed objects

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-19

    DBManager: remove label from separators (fix #5393)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-19

    fix zip file reading for gdal<1.9 and add test for folder-in-zip

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-19

    prefer non-deprecated crses (fixes part of #4977)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-19

    trim proj4 parameters for sql queries (#5598)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-18

    zip files: update VSIReadDirRecursive1() from VSIReadDirRecursive() in gdal trunk, fixes long filename issues (see gdal bug#4658)

Juergen E. Fischer <jef@norbit.de>	2012-05-18

    add missing copyright headers to c++ files

Juergen E. Fischer <jef@norbit.de>	2012-05-18

    fix #5176

Juergen E. Fischer <jef@norbit.de>	2012-05-17

    log more verbose error messages if the view primary key selection is wrong.

D'Hont René-Luc <rldhont@gmail.com>	2012-05-18

    WFS service Capability request resource bug

Juergen E. Fischer <jef@norbit.de>	2012-05-17

    fix #5544

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-17

    QgsMapRenderer: Load projection flag and destination CRS before extent. Fixes ticket #5605

Juergen E. Fischer <jef@norbit.de>	2012-05-16

    fix feature info for WMS 1.3

Juergen E. Fischer <jef@norbit.de>	2012-05-21

    update icon link for api doc - again

Juergen E. Fischer <jef@norbit.de>	2012-05-21

    update icon link for api doc

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-21

    finished adding pymorph algorithms

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@187 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-20

    replaced mmqgis by new improved version, compatible with standalone plugin

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@186 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-20

    DBManager: added missing required (not implicit) self argument

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-20

    DBManager: don't raise any errors while disconnecting signals from destroyed objects

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-19

    DBManager: remove label from separators (fix #5393)

Tim Sutton <tim@linfiniti.com>	2012-05-20

    Marked updateFeatureCount as unused (removes compiler warning)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-19

    fix zip file reading for gdal<1.9 and add test for folder-in-zip

Merge: 9dcee6b424 396aaf1c6e
Tim Sutton <tim@linfiniti.com>	2012-05-19

    Merge pull request #142 from etiennesky/fix_crs

    Fix crs issues

Merge: 1e7b9ed0d4 b6997a0788
Tim Sutton <tim@linfiniti.com>	2012-05-19

    Merge pull request #141 from etiennesky/zip_fixes2

    zip files: update VSIReadDirRecursive1() from VSIReadDirRecursive() in gdal trunk

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-19

    prefer non-deprecated crses (fixes part of #4977)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-19

    trim proj4 parameters for sql queries (#5598)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-18

    zip files: update VSIReadDirRecursive1() from VSIReadDirRecursive() in gdal trunk, fixes long filename issues (see gdal bug#4658)

Juergen E. Fischer <jef@norbit.de>	2012-05-18

    add missing copyright headers to c++ files

Juergen E. Fischer <jef@norbit.de>	2012-05-18

    fix #5176

Juergen E. Fischer <jef@norbit.de>	2012-05-17

    log more verbose error messages if the view primary key selection is wrong.

D'Hont René-Luc <rldhont@gmail.com>	2012-05-18

    WFS service Capability request resource bug

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-18

    implemented a few more pymorph algorithms

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@185 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-05-18

    WMTS/WMS-C: remove Cache-Control header from tile requests to force cache usage

Juergen E. Fischer <jef@norbit.de>	2012-05-17

    fix #5544

Juergen E. Fischer <jef@norbit.de>	2012-05-17

    wmts fixes:
    - [FEATURE] add support for CRS:27 and CRS:83 in QgsCoordinateReferenceSystem
    - fix axis orientation for CRS:84
    - respect inverted axis orientation in WMTS and allow to ignore it for WMS 1.3/WMTS
    - fix: only consider valid TileMatrixSetLimits

Juergen E. Fischer <jef@norbit.de>	2012-05-16

    debian packaging: add optional support for gdal 1.9 in ubuntu lucid/oneiric/precise

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-16

    show warning before updating exisiting shapefile (fix #5335)

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-13

    minor formatting fixes

Juergen E. Fischer <jef@norbit.de>	2012-05-13

    fix cmake warning and report GDAL version

slarosa <sal.larosa@libero.it>	2012-05-12

    Add Multigeometries support in Simplify tool for geomVertexCount function

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-12

    also add MultiPolygon support in Densify geometry

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-12

    add MultiLineString support to Densify geometries tool (addresses #5577)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-04

    QgsMSLayerCache inherits from QObject to use signal/slot mechanism

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-04

    Empty config file entry in layer cache for sld layers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-04

    Invalidate cache layers if project files are changed

Juergen E. Fischer <jef@norbit.de>	2012-05-11

    run make t2tdoc

Juergen E. Fischer <jef@norbit.de>	2012-05-11

    re-run scripts/scandeps.pl

Juergen E. Fischer <jef@norbit.de>	2012-05-11

    fix GDAL version check

Juergen E. Fischer <jef@norbit.de>	2012-05-10

    fix overriding of locale in options

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-09

    Rastercalculator: fix for reading out of source raster bounds

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-17

    implemented a few more pymorph algorithms

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@184 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-17

    QgsMapRenderer: Load projection flag and destination CRS before extent. Fixes ticket #5605

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-17

    update fr strings

Merge: 07e4fb1534 bfd846a192
Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-17

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-17

    started adding pymorph library

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@183 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-05-16

    fix last commit - not my day - sorry

Juergen E. Fischer <jef@norbit.de>	2012-05-16

    fix feature info for WMS 1.3

Juergen E. Fischer <jef@norbit.de>	2012-05-16

    debian packaging: add optional support for gdal 1.9 in ubuntu lucid/oneiric/precise

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-16

    show warning before updating exisiting shapefile (fix #5335)

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-16

    fixed #5566
    added deactivation of algorithms in modeler

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@182 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 2caba61bba a1255fce34
Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-15

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-05-15

    wmts fixes:
    - fix tile limits
    - fix support support for multiple formats

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-13

    update fr strings

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-13

    minor formatting fixes

Merge: edaadddb2a e9ff072335
alexbruy <alexander.bruy@gmail.com>	2012-05-13

    Merge pull request #140 from slarosa/master

    Add Multigeometries support in Simplify tool

Juergen E. Fischer <jef@norbit.de>	2012-05-13

    fix cmake warning and report GDAL version

slarosa <sal.larosa@libero.it>	2012-05-12

    Add Multigeometries support in Simplify tool for geomVertexCount function

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-12

    also add MultiPolygon support in Densify geometry

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-12

    add MultiLineString support to Densify geometries tool (addresses #5577)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-04

    QgsMSLayerCache inherits from QObject to use signal/slot mechanism

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-04

    Empty config file entry in layer cache for sld layers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-04

    Invalidate cache layers if project files are changed

Juergen E. Fischer <jef@norbit.de>	2012-05-11

    run make t2tdoc

Juergen E. Fischer <jef@norbit.de>	2012-05-11

    re-run scripts/scandeps.pl

Juergen E. Fischer <jef@norbit.de>	2012-05-11

    fix GDAL version check

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-10

    renamed mmqgis code
    splitted r.surf.rst

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@181 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-05-10

    fix overriding of locale in options

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-10

    added GridSurface and MergeData algs to FUSION

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@180 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-10

    changed batch process behaviour when there are html outputs

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@179 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-09

    added r histogram script
    fixed bug in r script editor
    fixed bug in modeler when using lagorithms with optional raster layers

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@178 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-09

    forced output log filename in R

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@177 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-09

    added clear history button
    fixed buf in outputs (missing open variable)
    fixed bug when using table-like params dialog

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@176 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-09

    added pseudo-optional outputs
    switched to rst-based help files

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@175 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-09

    Rastercalculator: fix for reading out of source raster bounds

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-07

    use VSIReadDir() from gdal instead of quazip for listing .zip files and remove quazip entirely, including HAVE_ZLIB variable ; set default scanZip to 2 (Basic Scan)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-06

    fix ziplayer handling for windows

Werner Macho <werner.macho@gmail.com>	2012-05-08

    translation update: sl_SI by Joze

Tim Sutton <tim@linfiniti.com>	2012-05-07

    Mark unused var

Juergen E. Fischer <jef@norbit.de>	2012-05-07

    improve message log resizing

Robert Szczepanek <robert@szczepanek.pl>	2012-05-07

    translation update: PL by Robert

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-05-07

    Remove old GCPs in georeferencer; clear image on close.  Fixes #4310

Tim Sutton <tim@linfiniti.com>	2012-05-06

    Removed unused qsettings includes in tests

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-06

    update fr strings

Merge: 0dbf937ff9 f60d40aa10
Tim Sutton <tim@linfiniti.com>	2012-05-08

    Merge pull request #139 from etiennesky/zip_fixes

    Zip support fixes from Etienne

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-08

    added GroundFilter (fusion)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@174 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-08

    fixed bugs in saga and grass extent calculation

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@173 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-07

    use VSIReadDir() from gdal instead of quazip for listing .zip files and remove quazip entirely, including HAVE_ZLIB variable ; set default scanZip to 2 (Basic Scan)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-05-06

    fix ziplayer handling for windows

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-08

    fixed bug when running unsaved models
    added gridmetrics to FUSION

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@172 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-05-08

    translation update: sl_SI by Joze

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-08

    added explode and multi to single part algorithms
    added lastools for linux
    added FUSION filterdata algorihtm
    changed r installation method

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@171 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Tim Sutton <tim@linfiniti.com>	2012-05-07

    Mark unused var

Juergen E. Fischer <jef@norbit.de>	2012-05-07

    WMTS/WMS updates:
    - larger precision in BBOX (WMS/WMS-C)
    - keep GetCapabilities request or document for GetCapabilities request (WMTS)
    - parse multiple image format and infoFormat elements in GetCapabilities response
    - support diffent nestings of TileMatrixSetLink/TileMatrixSet
    - case insesitive parsing of ResourceURL attributes

Juergen E. Fischer <jef@norbit.de>	2012-05-07

    improve message log resizing

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-07

    moved grass.txt

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@170 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: be0e17be31 301e3206f9
Werner Macho <werner.macho@gmail.com>	2012-05-07

    Merge pull request #138 from Cracert/trans

    translation update: PL by Robert

Robert Szczepanek <robert@szczepanek.pl>	2012-05-07

    translation update: PL by Robert

Juergen E. Fischer <jef@norbit.de>	2012-05-07

    missed a dialog

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-07

    fixed syntax error in sagaalgorithm

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@169 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-05-07

    Remove old GCPs in georeferencer; clear image on close.  Fixes #4310

Merge: 54eabf300b acd16433e3
Tim Sutton <tim@linfiniti.com>	2012-05-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-05-06

    Removed unused qsettings includes in tests

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-06

    added how-to about grass description files (yet to be finished)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@168 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-06

    changed resampling extent behaviour in SAGA

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@167 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: db1c3d9f4e 1ad8700cbd
Werner Macho <werner.macho@gmail.com>	2012-05-06

    Merge pull request #136 from Jean-Roc/master

    translation update: fr by JR

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-05-06

    update fr strings

Juergen E. Fischer <jef@norbit.de>	2012-04-26

    [FEATURE] WMTS

Juergen E. Fischer <jef@norbit.de>	2012-04-28

    test cleanups

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-06

    remove unused icons

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-06

    new icons for Georeferencer plugin (fix #5530)

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-06

    changed str() with unicode(), to avoid problems with files in non-ascii paths

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@166 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 0bf56ab225 8c236a39a8
Werner Macho <werner.macho@gmail.com>	2012-05-05

    Merge pull request #135 from Cracert/trans

    Translation update PL

Robert Szczepanek <robert@szczepanek.pl>	2012-05-06

    translation PL update: Dlg*

Robert Szczepanek <robert@szczepanek.pl>	2012-05-06

    translation PL test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-05

    Save memory in raster rendering

Merge: 99d41cfa9d 43abddb630
alexbruy <alexander.bruy@gmail.com>	2012-05-04

    Merge pull request #134 from artfwo/master

    Russian translation update for 1.8

Artem Popov <artfwo@gmail.com>	2012-05-05

    Updated Russian translation.

Tim Sutton <tim@linfiniti.com>	2012-05-04

    Removed return - for pg provider crs method comments

Sandro Santilli <strk@keybit.net>	2012-05-04

    typo

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-05-04

    Disable floating dock widgets in composer. Fix #5118

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-03

    remove the unused DB Manager About dialog .ui

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-05-03

    fix #5541

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-05-03

    bundle libspatialindex in app

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-05-03

    add spatialindex to OSX install instructions

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-05-03

    bundle more Qt imageformats that might be useful to external plugins

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-03

    fixed bug in lasground

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@164 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Tim Sutton <tim@linfiniti.com>	2012-05-02

    Added anomaly tests for stingray

Radim Blazek <radim.blazek@gmail.com>	2012-05-02

    WCS / OWS select format fix

Radim Blazek <radim.blazek@gmail.com>	2012-05-02

    Better formats in QgsOWSSourceSelect

Radim Blazek <radim.blazek@gmail.com>	2012-05-02

    better add WCS layer icon

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-02

    fixed #5514

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@163 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-05-02

    fixed #5522 and #5529

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@162 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-05-02

    WCS 1.0 GetCapabilities parser

Werner Macho <werner.macho@gmail.com>	2012-05-02

    translation update: cs_CZ by Jan

Tim Sutton <tim@linfiniti.com>	2012-05-02

    Applied patch from Etienne to make gzip/zip tests run under linux

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-05-01

    Python binding for raster renderer and resampler classes

Radim Blazek <radim.blazek@gmail.com>	2012-05-01

    OWS meta provider; represents all OWS services under single connection in browser

Radim Blazek <radim.blazek@gmail.com>	2012-05-01

    new icons for vector layer and OWS data source

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-01

    SpatiaLite support in Select by Location tool (fix #5264)

Alexander Bruy <alexander.bruy@gmail.com>	2012-05-01

    fix duplicate control names

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-04-30

    Add convert to subclass for QgsGpsConnection for python bindings

Merge: adb8390158 a859c62062
Tim Sutton <tim@linfiniti.com>	2012-04-30

    Merge pull request #131 from etiennesky/zip_qml2

    [TEST][API]improved qml support for zip layers and more tests

Merge: 69ef4deba1 bba09a19f0
Tim Sutton <tim@linfiniti.com>	2012-04-30

    Merge pull request #133 from NathanW2/zoombug

    [TEST]Add fix for bad zoom using pen PCs; Add tests

Radim Blazek <radim.blazek@gmail.com>	2012-04-30

    WFS adapted to QgsOWSConnection, remaining functionality from QgsWFSConnection moved to QgsWFSCapabilities

Tim Sutton <tim@linfiniti.com>	2012-04-30

    Added developers meeting pic in help -> about -> developers as per Paolo's request

Tim Sutton <tim@linfiniti.com>	2012-04-30

    Copied over splash from old 1.8 branch

Tim Sutton <tim@linfiniti.com>	2012-04-30

    Changed version to 1.8

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-29

    allow export vector data to ESRI FileGDB

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-29

    multipoint geometry support in Field Calculator (fix #5513)

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-29

    add multipoint geometry support to Export/Add geometry column. Thanks to
    Salvatore for investigating issue

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-29

    remove unused signal

Werner Macho <werner.macho@gmail.com>	2012-04-29

    translation update: pl by Robert and gl by Xan

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-04-28

    Add fix for bad zoom using pen PCs; Add tests

Radim Blazek <radim.blazek@gmail.com>	2012-04-28

    WCS data items (browser support)

Radim Blazek <radim.blazek@gmail.com>	2012-04-28

    WCS gis theme icons

Radim Blazek <radim.blazek@gmail.com>	2012-04-28

    show correct service in connection title

Radim Blazek <radim.blazek@gmail.com>	2012-04-28

    gis theme add WCS layer icon

Radim Blazek <radim.blazek@gmail.com>	2012-04-28

    explanation of various bugs in GDAL and Mapserver

Juergen E. Fischer <jef@norbit.de>	2012-04-27

    gdal provider: fix debug output

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-27

    update icon for touch action

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-27

    added some more fusion algorihtms

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@161 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-27

    changed copy method for algorithms
    fixed #5450
    started added FUSION lidar tools

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@159 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-04-26

    WCS - better versions and CRS

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-26

    added "advanced parameters" button in parameters panel

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@158 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-26

    add ESRI FileGDB driver to OGR drivers list

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-26

    changed saga algorithm to support extent parameter

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@157 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-04-26

    WCS better version support

Radim Blazek <radim.blazek@gmail.com>	2012-04-26

    better hide unused widgets

Radim Blazek <radim.blazek@gmail.com>	2012-04-26

    check if provider is valid

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-26

    also update icons for r.mapcalc and r.mapcalculator GRASS modules

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-26

    Icons day. New icon for Raster Terrain analysis plugin, thanks again
    Robert!

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-26

    new icon for Interpolation plugins. Thanks, Robert!

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-26

    update Pan To Selected icon

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-26

    icon from Robert for Raster Calculator

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-26

    add icon created by Robert to Zonal statistics plugin

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-26

    new icon from Robert for Tile Index command

Tim Sutton <tim@linfiniti.com>	2012-04-25

    Added anomaly images for i386 natty nightly builds that are failing

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-25

    code cleaning
    improved nviz link
    added 2 more algs to lastools

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@153 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-04-25

    WCS support

Radim Blazek <radim.blazek@gmail.com>	2012-04-25

    initial WCS support based on GDAL

Radim Blazek <radim.blazek@gmail.com>	2012-04-25

    OWS common classes

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-25

    iterative execution now works without problems
    changed names of providers in settings

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@152 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-25

    added customizable parameter check before launching algorithms

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@151 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-25

    added addfield and fieldcalculator algorithms

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@150 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-24

    test that styles are loaded from qml files outside zip

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-24

    fix .qml file loading in /vsigzip and /vsizip items

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-24

    load default style if provider is gdal and if no style was given

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-24

    add more QgsZipItem tests and data

Juergen E. Fischer <jef@norbit.de>	2012-04-24

    bring back internal spatialite for Debian squeeze and Ubuntu lucid, maverick, natty and oneiric

Juergen E. Fischer <jef@norbit.de>	2012-04-24

    test fixes on windows

Juergen E. Fischer <jef@norbit.de>	2012-04-24

    quazip: fix warnings and drop OF macro

Merge: 2978bfa4ce cd408bc531
Tim Sutton <tim@linfiniti.com>	2012-04-24

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-24

    Added anomaly images for failing tests on theodwyn-squeeze-amd64

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-24

    Made provider names more descriptive

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@149 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-24

    remove About dialog from Georeferencer plugin

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-24

    remove About dialog from RoadGraph plugin as discussed in ML

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-24

    added some i.* to grass, some new tools to lastools and nviz


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@148 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-24

    fix #5481

Juergen E. Fischer <jef@norbit.de>	2012-04-24

    fix spatialindex requirement

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-24

    Added run button to modeler
    Added tool to define grass region on canvas

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@147 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-24

    fixed 5458
    added crs param to gdal warp

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@146 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Tim Sutton <tim@linfiniti.com>	2012-04-24

    Added more anomalies for nightly tests on i386 precise

Juergen E. Fischer <jef@norbit.de>	2012-04-24

    more test fixes on windows

Juergen E. Fischer <jef@norbit.de>	2012-04-24

    fix regression992 test crash

Juergen E. Fischer <jef@norbit.de>	2012-04-23

    fix german field calculator translation

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-23

    added more functionality to iterative execution
    fixed minor bugs

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@145 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-23

    fix ziplayer test for GDAL<1.8

Juergen E. Fischer <jef@norbit.de>	2012-04-23

    case insensitive vsizip/vsigzip support

Juergen E. Fischer <jef@norbit.de>	2012-04-17

    fix #4805:
    - drop internal spatialite and internal spatialindex
    - drop support for debian lenny (no system spatialindex/spatialite there)

Tim Sutton <tim@linfiniti.com>	2012-04-23

    Added anomaly files from nightly build server

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-23

    [otb] keep track of algorithm key

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@144 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-23

    added #5460

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@143 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-23

    added option not to close dialog after execution
    added help editing dialogs

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@142 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 71d0e4dd19 ed8c3a1232
Nathan Woodrow <madmanwoo@gmail.com>	2012-04-22

    Merge pull request #129 from szekerest/master

    MSSQL: Fix query builder support

szekerest <szekerest@gmail.com>	2012-04-22

    MSSQL: Fix query builder support (fixes #5401)

Juergen E. Fischer <jef@norbit.de>	2012-04-22

    deprecated QgsCoordinateReferenceSystem::equals: as it might return false
    eventhough the proj.4 string is equal. PROJ.4 string isn't unique to
    CRSes.

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-22

    Added feature request #5439

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@141 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-22

    added feature request #5444. Also added to scripts

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@140 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-22

    fixed #5435

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@139 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-22

    fix windows build

Martin Dobias <wonder.sk@gmail.com>	2012-04-22

    Fix #5344 - square symbol not selectable

Juergen E. Fischer <jef@norbit.de>	2012-04-22

    test fixes:
    - run xvfb in 96 dpi mode
    - indentation update (including tests)
    - fix running tests from build directory

Juergen E. Fischer <jef@norbit.de>	2012-04-21

    raise field precision limit to 15

Juergen E. Fischer <jef@norbit.de>	2012-04-21

    add running GDAL/OGR version to about box

Werner Macho <werner.macho@gmail.com>	2012-04-21

    added Translator name

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-21

    Remove about dialog in db manager

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-21

    Remove about dialog from gdal tools

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-04-21

    handle crssync in bundling stage

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-21

    added tooltip support

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@138 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-21

    followup 78c2a2b803

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-21

    removed ? button in parametersdialog

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@137 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-21

    debian package: remove pyspatialite from python-qgis

Juergen E. Fischer <jef@norbit.de>	2012-04-21

    cmake: rename GIT to GITCOMMAND

Juergen E. Fischer <jef@norbit.de>	2012-04-21

    remap attribute by name not index on paste (fixes #5425)

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-20

    changed size of close buttons

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@136 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-20

    'shorten' last commit

Juergen E. Fischer <jef@norbit.de>	2012-04-20

    - run tests with temporary copy of srs.db
    - sync srs.db in a single transaction

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-20

    Added PrameterCRS and CRS selectors

    Fixed GRASS bug when using v.* algorithms

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@135 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-20

    debian packaging: pyspatialite fix

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-20

    changed grass description. Now one grass algorithm can be splitted in several sextante ones

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@134 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-20

    addded folder slection parameter
    Added support for new parameters in r and python scripting providers

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@133 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-20

    use install rpath only on apple

Juergen E. Fischer <jef@norbit.de>	2012-04-19

    wms provider: handle content type case insensitive

Juergen E. Fischer <jef@norbit.de>	2012-04-19

    debian packaging: set build name for cdash

Juergen E. Fischer <jef@norbit.de>	2012-04-19

    run crssync on coordinate system test and run osgeo4w test as nightly

brushtyler <brushtyler@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    use output field param's value executing gdal_polygonize, change default output field name to DN (fix #5416)


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@132 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    fixed minor bugs in ftools and in ParametersPanel

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@131 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    [otb] fix OutputFile declaration and clean up when no default value available

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@130 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    [gui] optional layer bug. NOT_SELECTED was not declared in self

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@129 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    [otb] recognize linux default paths to avoid configuration

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@128 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-04-19

    translation update: gl_ES by Xan

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    [otb] set default value for ParameterSelection

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@127 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    [otb] use new ParameterFile and OutputFile type

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@126 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    [otb] more user friendly naming of algorithms

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@125 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    [core] missing import, lost grass and otb on linux

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@124 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    [otb] classify application with their tags

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@123 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    Added ParameterFile and OutputFile
    Added LasTools provider and a few algorithms (still quite a few left, to be added soon)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@122 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Tim Sutton <tim@linfiniti.com>	2012-04-19

    Move deprecated tag from addMapLayers to addMapLayer where it was originally intended to go. Small updates to comments.

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-19

    [grass] broken doc detection on windows when fixing linux

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@121 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-19

    osgeo4w: fix quazip support

Juergen E. Fischer <jef@norbit.de>	2012-04-19

    Revert d7e8ae18 and d637c677c (fixes #5407, #5409 and #5410)

Juergen E. Fischer <jef@norbit.de>	2012-04-18

    debian packaging: run tests with xvfb and upload results to dashboard

Merge: 7bd9240efd 49936755e0
Tim Sutton <tim@linfiniti.com>	2012-04-18

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-18

    Added unit test to verify zip layers can be opened

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-18

    More load raster style fixes

Werner Macho <werner.macho@gmail.com>	2012-04-18

    update TRANSLATORS file

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-18

    Enable load style for raster renderers

Tim Sutton <tim@linfiniti.com>	2012-04-18

    Added zipped shp for testing zip driver

Merge: ad39a428e6 0b082fb766
Tim Sutton <tim@linfiniti.com>	2012-04-18

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-18

    Added provenance information for quazip.

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-18

    added some stuff to iterating execution

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@120 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-18

    postgres provider fix: layers with incomplete geometry type/srid/pk data could not be selected for addition

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-18

    some code cleaning
    changed style of parameters dialog when called from toolbox
    added iterate buttons (functionality not yet implemented)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@119 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-18

    Use project file transformation for raster symbology also when loading from qml

Werner Macho <werner.macho@gmail.com>	2012-04-18

    translation update: ru by Artem

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-18

    fixed #5384

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@118 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-18

    changed miinor bug in spinner when using a integer numerical value

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@117 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-18

    improved kriging description to avoid wrong usage

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@116 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-04-18

    adding korean translator name

Juergen E. Fischer <jef@norbit.de>	2012-04-18

    indentation update

Merge: 70a2a4a6fa 62482954f9
Tim Sutton <tim@linfiniti.com>	2012-04-18

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: fc373b3bc5 e1c934af13
Tim Sutton <tim@linfiniti.com>	2012-04-17

    Merge pull request #127 from mhugo/copy_paste_styles

    [FEATURE] Copy / paste of styles

Hugo Mercier <hugo.mercier@oslandia.com>	2012-04-16

    Make the style copy/paste functionality closer to the geometry copy/paste implementation

Hugo Mercier <hugo.mercier@oslandia.com>	2012-04-15

    Implement basic copy/paste of styles between layers

Merge: 213a1bcb12 e5775e71d5
Tim Sutton <tim@linfiniti.com>	2012-04-17

    Merge pull request #114 from etiennesky/providers_browser2

    [FEATURE] gdal/ogr providers: optimizations and .zip / .gz file support - fixed

Tim Sutton <tim@linfiniti.com>	2012-04-18

    Added some extra output to provide some hints for creating a new anomaly file

Tim Sutton <tim@linfiniti.com>	2012-04-17

    Added anomaly checks based on test run http://dash.orfeo-toolbox.org/testDetails.php?test=9375735&build=81442

Merge: 2ad635a554 7221eaa1f3
Tim Sutton <tim@linfiniti.com>	2012-04-17

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-17

    More useful dash messages for render checker images

Tim Sutton <tim@linfiniti.com>	2012-04-17

    Added anomaly for ubuntu 12.04 buffer render

Merge: 205a4b3240 506d829ba2
Tim Sutton <tim@linfiniti.com>	2012-04-17

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-04-17

    fix dbmanager resource dependency and some other warnings

Juergen E. Fischer <jef@norbit.de>	2012-04-17

    german translation update

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-17

    [grass] fix guessing of doc folder for linux

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@115 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

pcav <cavallini@faunalia.it>	2012-04-17

    Updated IT GUI translation

Werner Macho <werner.macho@gmail.com>	2012-04-17

    translation update: string update db_manager

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-17

    added default value for ParameterSelection



    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@114 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-04-17

    update TRANSLATORS with every string update

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-17

    fixed type in saga description

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@113 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-17

    added delete model action (#5392)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@112 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-17

    show help button now appears only if a help file is available (#5388)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@111 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-17

    remove -z modifier when exproting to shapefile (bug#5394)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@110 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-17

    fixed bug when deleting elements

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@109 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-17

    added close button to about dialog

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@108 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Radim Blazek <radim.blazek@gmail.com>	2012-04-17

    QgsDataSourceURI used for WMS provider, all params are now encoded in URI, removed WMS specific functions from QgsRasterLayer and QgisAppInterface

Radim Blazek <radim.blazek@gmail.com>	2012-04-17

    added generic mode

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-17

    fix About dialog in DB Manager

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-17

    fix broken Points in polygon (fix #5389)

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-17

    Improved SAGA descriptions (difference between integer and float number params)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@107 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-04-16

    translation update: pl by polish team

Werner Macho <werner.macho@gmail.com>	2012-04-16

    translation update: cz by Jan

Juergen E. Fischer <jef@norbit.de>	2012-04-16

    debian packaging: followup changelog rename

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-16

    added contributor names to about.htm

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@106 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-16

    fixed indentation in OTBAlgorithm

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@105 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-16

    Fix for bug #5354 (scalebar problems in print composer)

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-16

    fixed grass launching. Should work now without problems. Still have to write something to get output info to update progress bar

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@104 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-16

    fixed indentation in OTBAlgorithm

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@103 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-16

    fixed bug detecting SAGA installed in linux

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@102 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-16

    fixed bug #5361
    changed saga and grass description filenames

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@101 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-04-16

    [FEATURE] add DB Manager plugin

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-04-16

    import vector layer: don't clear the error message if too many errors occur

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-16

    correctly handle user defined CRSes (fix #5257)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-16

    Fix beforeVertex - afterVertex mistake for linear referencing

pcav <cavallini@faunalia.it>	2012-04-16

    Fixed minor inconsistencies in strings (requires regenerating files for translation)

Hugo Mercier <hugo.mercier@oslandia.com>	2012-04-16

    Make the style copy/paste functionality closer to the geometry copy/paste implementation

D'Hont René-Luc <rldhont@gmail.com>	2012-04-16

    Using title and abstract of vector layer in WFS capabilities

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-16

    Added some checks for external apps configuration

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@100 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

pcav <cavallini@faunalia.it>	2012-04-16

    Fixed IT Sponsors page

Tim Sutton <tim@linfiniti.com>	2012-04-16

    Anomalies for tests so that they run on ubuntu 12.04

Tim Sutton <tim@linfiniti.com>	2012-04-16

    Anomalies for tests so that they run on ubuntu 12.04

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-04-15

    import vector layer: fix override layer option (follow f8d5d432)

pcav <cavallini@faunalia.it>	2012-04-16

    More IT GUI translation

pcav <cavallini@faunalia.it>	2012-04-16

    Almost completed IT GUI translation

Werner Macho <werner.macho@gmail.com>	2012-04-16

    flag and language file fixes

Juergen E. Fischer <jef@norbit.de>	2012-04-15

    make tests & qgis work from the build directory (python still doesn't)

Werner Macho <werner.macho@gmail.com>	2012-04-15

    translation update: fix upstream

Werner Macho <werner.macho@gmail.com>	2012-04-15

    small typo fixes for consistency

Merge: e51dd2cc10 a39d0b7362
Nathan Woodrow <madmanwoo@gmail.com>	2012-04-15

    Merge pull request #126 from szekerest/master

    MSSQL: Support non spatial tables in browser dock

szekerest <szekerest@gmail.com>	2012-04-15

    MSSQL: Support non spatial tables in browser dock (fixes #5334)

Merge: 8f6d9418b2 9da981bf2a
pcav <cavallini@faunalia.it>	2012-04-15

    Merge branch 'master' of github.com:qgis/Quantum-GIS

pcav <cavallini@faunalia.it>	2012-04-15

    Updated IT GUI translation.

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-04-15

    add delete layer action to PG data items

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-04-15

    allow PG provider to delete a layer

Tim Sutton <tim@linfiniti.com>	2012-04-15

    Better hash comparison implementation for render checker

Werner Macho <werner.macho@gmail.com>	2012-04-15

    fix estonian flag

Werner Macho <werner.macho@gmail.com>	2012-04-15

    translation update: all strings .. prepare 1.8

Merge: c25a18686a 8332f32014
Tim Sutton <tim@linfiniti.com>	2012-04-15

    Merge pull request #125 from lynxlynxlynx/master

    ignore system setup errors in the regression992 test

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-15

    [grass] fix #5359

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@99 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Hugo Mercier <hugo.mercier@oslandia.com>	2012-04-15

    Implement basic copy/paste of styles between layers

Juergen E. Fischer <jef@norbit.de>	2012-04-15

    run Experimental test target on nightly build

Werner Macho <werner.macho@gmail.com>	2012-04-15

    rename our CHANGELOG to NEWS and add new ChangeLog according to GNU Standards

Juergen E. Fischer <jef@norbit.de>	2012-04-15

    Revert accidentally commited parts of 6b7f594

Juergen E. Fischer <jef@norbit.de>	2012-04-15

    workaround deprecation warnings in MSVC for GEOWkt global

Alexander Bruy <alexander.bruy@gmail.com>	2012-04-15

    fix typo

Alexander Bruy <alexander.bruy@gmail.com>	2012-03-28

    remove buttons for saving contrast enhancement, std dev. and band
    combination from raster layer properties dialog

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-11

    use standard deviations only when requested (fix #4917)

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-11

    move some raster settings such as std. dev and band combination to
    general QGIS settings

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-04-15

    GdalTools: display a friendly message when python-gdal is missing

Juergen E. Fischer <jef@norbit.de>	2012-04-15

    disable projection selection in project properties, while OTFP is off

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-04-15

    regression992 test: only check the actual regression

    this test would fail if GDAL doesn't have any jpeg2000 support compiled in

Juergen E. Fischer <jef@norbit.de>	2012-04-15

    cleaner fix for #5355: remove shortcuts to destroyed actions automatically

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-04-15

    update the "invert color" checkbox status opening the raster propery dialog (fix #4423)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-04-15

    in import vector layer fix overwrite option and report provider errors

Merge: dca998f4b0 0dc5080a99
Tim Sutton <tim@linfiniti.com>	2012-04-15

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-15

    Show anomaly hashes in test reporting

Juergen E. Fischer <jef@norbit.de>	2012-04-15

    fix #5355: remove touch action before registering the shortcuts list

Tim Sutton <tim@linfiniti.com>	2012-04-15

    Added anomalies for nimbus host in test suite

Tim Sutton <tim@linfiniti.com>	2012-04-15

    Use explicit qt libs for tests

Tim Sutton <tim@linfiniti.com>	2012-04-15

    Fixes for coordinate ref sys test errors on Werner's machine

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Added additional diagnostics for why stripped wkt compare is failing on some machines.

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Don't use ugly old std::out to send info to CDash

Merge: aab9976b55 847650e433
Tim Sutton <tim@linfiniti.com>	2012-04-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Upload test images to cdash

Richard Duivenvoorde <richard@duif.net>	2012-04-14

    Set measureUnits also for myFirstLayer (otherwise wrong scale is shown)

Juergen E. Fischer <jef@norbit.de>	2012-04-14

    [API] fix #5014

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-14

    Project file conversion for freakout shader

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-14

    Legend items for singleband gray renderer

Martin Dobias <wonder.sk@gmail.com>	2012-04-14

    Always create favourites item + expand the favourites item in dock widget

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Fixed bug with signal being emitted declaring layers were added but having a zero length layer list

Merge: 4097ed5cbd 5598082c51
Tim Sutton <tim@linfiniti.com>	2012-04-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Fixed issue with spatialite assigning incorrect field types when creating columns

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-14

    Raster legend for paletted renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-14

    Modify raster legend mechanism to work with raster renderers

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-14

    [otb] add options for saving dem options

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@98 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Werner Macho <werner.macho@gmail.com>	2012-04-14

    forgot danish language

Merge: b995abf71a 6718000bea
Tim Sutton <tim@linfiniti.com>	2012-04-14

    Merged conflicts

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Added ignore file for personal ctest options

Werner Macho <werner.macho@gmail.com>	2012-04-14

    forgot danish language

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-14

    Add code for add/delete/sort buttons in singleband pseudocolor widget

Werner Macho <werner.macho@gmail.com>	2012-04-14

    also ignore .qm file in i18n

Werner Macho <werner.macho@gmail.com>	2012-04-14

    Displaying Translators Countries and Languages in a nicer way

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Inital implementation of test submission to CDash using OTB Dash server. Use make Experimental to submit your tests.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-14

    More project file conversion for multiband color

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-14

    More raster project file transformation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-14

    Project file conversion for paletted color

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Fix wanings about duplicated grid layout

Merge: a3fea94d3f 5148d5f3f6
Tim Sutton <tim@linfiniti.com>	2012-04-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 8c3f2a1872 0a2fdb6d08
Werner Macho <werner.macho@gmail.com>	2012-04-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Werner Macho <werner.macho@gmail.com>	2012-04-14

    now add flags for real

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-14

    [otb] fix choice parameter

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@97 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-14

    [otb] remove last empty choice

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@96 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-14

    debian packaging update: switch from test to check target for tests

Juergen E. Fischer <jef@norbit.de>	2012-04-14

    show GDAL & PROJ version in CRS test

Werner Macho <werner.macho@gmail.com>	2012-04-14

    inserting flags for language codes

Merge: 4665ac01f5 fa07903644
Tim Sutton <tim@linfiniti.com>	2012-04-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Fix bug with test renderer where it was saving diff images to the wrong place

Juergen E. Fischer <jef@norbit.de>	2012-04-14

    Revert "fixed two SIP warnings about deprecated syntax" as it
    breaks builds with older SIP versions (Debian squeeze, Ubuntu lucid and
    maverick)

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-14

    [otb] handle not filled string parameters

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@95 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-14

    fix modeler (from G. Sucameli)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@94 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-14

    [gdal] fix gdal_merge (from G. Sucameli)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@93 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-14

    [gdal] fix polygonize (at least for linux)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@92 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Finished first pass implementation for anomaly testing in renderchecker.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-14

    Project file conversion for singleband pseudo color

Tim Sutton <tim@linfiniti.com>	2012-04-14

    Moved control images one per directory and updated render checker to generate paths and filenames more cleanly. All tests pass for me.

Merge: cfcf12f121 1e193c32c2
Tim Sutton <tim@linfiniti.com>	2012-04-13

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-13

    Small core formatting changes only

Tim Sutton <tim@linfiniti.com>	2012-04-13

    Refactored tests using control images to get control image path from renderchecker.

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] update description after previous commits

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@91 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] need to specify vector layer type

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@90 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] None not allowed for default value

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@89 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] add multiple input support

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@88 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] add quotes around command parameter

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@87 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 0358ddcaaf 15f14856b1
Martin Dobias <wonder.sk@gmail.com>	2012-04-13

    Merge pull request #121 from lynxlynxlynx/master

    fix for one abort and a few SIP compile warnings

Merge: a65ded011f 27fe00467a
Tim Sutton <tim@linfiniti.com>	2012-04-13

    Merge pull request #117 from dakcarto/master

    Fix for source or build directory paths that contain spaces (on Mac).

Merge: 7f295723fd 5310b5bed0
Tim Sutton <tim@linfiniti.com>	2012-04-13

    Merge pull request #122 from mbernasocchi/android

    Android

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    Added diferentiation between int and float values
    extent selector more or less working now
    changed version to 1.0.3

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@86 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-04-13

    added null pointer protection

Tim Sutton <tim@linfiniti.com>	2012-04-13

    Moved test images into their own folder

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-04-13

    remove the touch button if HAVE_TOUCH=0

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-04-13

    addVectorLayers: return early if no layers were succesfully added

    fixes an abort later on if all the layer loadings failed for some reason,
    like missing the shx file for a shapefile.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-13

    SCALE parameter for GetLegendGraphic

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-04-13

    fixed two SIP warnings about deprecated syntax

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-13

    Rename variable from beforeIndex to afterIndex

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] use parameter name instead of description

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@85 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    Improved extension selector

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@84 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    fix command launching for otb and gdal

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@83 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] fix application descriptors

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@82 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] fix application descriptor generator for Mandatory/optional management

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@81 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    add pyc to gitignore

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@80 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] add .gitignore file

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@79 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] add description for otb modules

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@78 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] add helper script

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@77 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

julien.malik@gmail.com <julien.malik@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    [otb] fix command launching for linux

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@76 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-04-13

    remove qsplashscreen on android

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-13

    Apply patch from ticket #5348 provided by René-Luc D'Hont

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    Started adding an auto configuration mechanism

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@75 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-13

    Fix contrast enhancement buttons in raster branch

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-12

    Project file conversion for single band pseudo color

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-12

    Project conversion code for singleband gray renderer

szekerest <szekerest@gmail.com>	2012-04-12

    MSSQL: Add handling of default values (fixes #5316)

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-13

    Made OTB configurable also in linux
    Added extent parameter

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@74 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 4da0c038b9 67c77e5532
Tim Sutton <tim@linfiniti.com>	2012-04-12

    Merged from master into raster resampler branch

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-12

    Added first working OTB algorithm
    Added file selector for vector and raster layers
    fixed bug with numbers and string in modeler dialog
    added RenderingStyleFilePanel

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@73 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-12

    started raster layer exporting mechanism


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@72 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: 67c77e5532 be8f135abb
Nathan Woodrow <madmanwoo@gmail.com>	2012-04-12

    Merge pull request #118 from szekerest/master

    Fix for issues with sql server geography type

szekerest <szekerest@gmail.com>	2012-04-12

    Fix for issues with sql server geography type (fixes #5229 fixes #5302)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-11

    add detection of libz (optional, needs update for win32)

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-11

    relocated otb folder (wrongly imported in the previous commit)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@71 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-11

    Did some R and GRASS testing and debugging
    Added the OTB folder with a skeleton of OTB alg provider

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@70 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-11

    added some gdal algs

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@69 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

dakcarto <larrys@dakotacarto.com>	2012-04-10

    Fix for source or build directory paths that contain spaces.

dakcarto <larrys@dakotacarto.com>	2012-04-10

    Fix for source or build directory paths that contain spaces.

dakcarto <larrys@dakotacarto.com>	2012-04-10

    Fix for source or build directory paths that contain spaces.

dakcarto <larrys@dakotacarto.com>	2012-04-10

    Fix for source or build directory paths that contain spaces.

dakcarto <larrys@dakotacarto.com>	2012-04-10

    Fix for source or build directory paths that contain spaces.

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-10

    did some work on the gdal bindings

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@68 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

dakcarto <larrys@dakotacarto.com>	2012-04-09

    Added SIP generation to build/python directory of API files for QScintilla code completion/call tips.

    Signed-off-by: Tim Sutton <tim@linfiniti.com>

Werner Macho <werner.macho@gmail.com>	2012-04-09

    translation update: et by veiko

Juergen E. Fischer <jef@norbit.de>	2012-04-09

    fix #5333

Tim Sutton <tim@linfiniti.com>	2012-04-09

    Added make-no-x options (experimental) for running unit tests on a headless server.

Tim Sutton <tim@linfiniti.com>	2012-04-08

    Better diagnostics for CRS tests debug output

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-04-08

    OS X install cleanup, fill in more dependencies;
    adjust header styles for better readability

Tim Sutton <tim@linfiniti.com>	2012-04-08

    Added verbose output on test failure to make check command

Tim Sutton <tim@linfiniti.com>	2012-04-08

    Added test datasets aux.xml files for what its worth

Tim Sutton <tim@linfiniti.com>	2012-04-08

    Revise script to get rid of orig files

Tim Sutton <tim@linfiniti.com>	2012-04-08

    Replaced raster test images so all tests pass

Merge: bbf471eee7 051749a495
Tim Sutton <tim@linfiniti.com>	2012-04-08

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-08

    Renderer tests passing now

Juergen E. Fischer <jef@norbit.de>	2012-04-08

    raw only won't work with GPSes that don't speak NMEA (should fix #4050)

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-04-07

    OS X install update - osgearth and globe plugin

Juergen E. Fischer <jef@norbit.de>	2012-04-07

    fix #5331

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-04-07

    Add bundling of osg/osgEarth for OS X app

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-04-07

    Don't bundle PyQwt if not present in system

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-04-07

    Qt bundling cleanup

Tim Sutton <tim@linfiniti.com>	2012-04-07

    Use more appropriate global for createFromId CRS test

Merge: 8ae8e1596c a82a2438e1
Tim Sutton <tim@linfiniti.com>	2012-04-07

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-07

    Emit layer added signals in addMapLayers method of layer registry

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-04-07

    Remove/Add layers to snapping dialog.  Fixes #5318

Tim Sutton <tim@linfiniti.com>	2012-04-07

    Update control image and qml for map renderer test - all renderer tests now pass for me.

Juergen E. Fischer <jef@norbit.de>	2012-04-07

    fix add/remove layers connections (follows up f9ed6d4)

Tim Sutton <tim@linfiniti.com>	2012-04-07

    Changed the way equality tests are done in qgscoordinatereference system. Simply comparing WKT's is not effective since the same CRS can be expressed in different ways. Now we compare the authid (which may have some side effects but probably less than the old system. All qgscoordinatereferencesystem tests pass now.

Tim Sutton <tim@linfiniti.com>	2012-04-07

    1 remaining test fails in CRS tests

Tim Sutton <tim@linfiniti.com>	2012-04-07

    One CRS test failure left

Tim Sutton <tim@linfiniti.com>	2012-04-07

    3 coordinate system test failures left

Tim Sutton <tim@linfiniti.com>	2012-04-06

    [BACKPORT] in progress test updates / fixes

Tim Sutton <tim@linfiniti.com>	2012-04-06

    [BACKPORT] Naming consistency for GEOWkt global (renamed to GEOWKT)

giohappy <giohappy@gmail.com>	2012-04-06

    Update src/core/qgsdistancearea.cpp

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-06

    Zoom to layer extent when adding the first layer

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-06

    improved table usage.Added better transparent layer handling for external apps.Started gdal bindings

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@65 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-05

    also get crs record count readonly (follows up 9154e4e)

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-04-04

    fix bd916b1

William Kyngesburye <kyngchaos@kyngchaos.com>	2012-04-04

    OS X install updates

Juergen E. Fischer <jef@norbit.de>	2012-04-05

    indentation update

Merge: d830d537a6 ae20835d7b
Tim Sutton <tim@linfiniti.com>	2012-04-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-04-05

    [BACKPORT] to 1.8. Remove deprecated use of map layer registry addLayer and removeLayer elsewhere in code base

Juergen E. Fischer <jef@norbit.de>	2012-04-05

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-04-04

    show acres after sq ft and before sq mile

szekerest <szekerest@gmail.com>	2012-04-04

    MSSQL:Improve handling of datetime types (fixes #5283)

Tim Sutton <tim@linfiniti.com>	2012-04-05

    [BACKPORT] to 1.8. Further improvements to multiple layer removal in one operation support for the registry and apply suggested improvements from Jürgen.

Werner Macho <werner.macho@gmail.com>	2012-04-04

    translation update: es by Carlos

Juergen E. Fischer <jef@norbit.de>	2012-04-04

    postgres provider: use same precision in st_makeenvelope and BOX3D

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-04

    Implement readXML for singleband pseudo color

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-03

    Implement readXML for singleband gray renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-03

    Implement readXML for singleband color data renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-03

    Implement readXML for multiband color renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-03

    Avoid multiple redraws if loading projects

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-03

    added check for macOS when opening help manual

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@62 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-03

    Did some more work on GRASS descriptions

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@61 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-03

    updated example provider

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@60 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-03

    don't use -Wl,--no-undefined on OSX

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-03

    Polished some GRASS descriptions
    Fixed small bug when handling selection parameters
    added statistical values to numerical value selector

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@58 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-04-03

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2012-04-02

    move grassprovider to grass library (might fix #3999)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-02

    Fix check/unchek of groups in TOC (ticket #5013)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-04-02

    skip .shp.xml and .aux.xml files in ogrdataitem

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-25

    add option to bypass dataset scanning in browser dock

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-24

    add support for reading datasets inside zip file in browser using quazip

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-24

    add quazip for zip file read support

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-24

    add preliminary support for GDAL/OGR VSIFileHandler (.zip and .gz files) - full support requires new QgsCollectionItem class

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-24

    cache gdal sublayers list for subsequent access

Juergen E. Fischer <jef@norbit.de>	2012-04-02

    open CRS database readonly by default (fixes permission timeouts on windows)

szekerest <szekerest@gmail.com>	2012-04-01

    Improve handling of estimated metadata (fixes #5227 fixes #5252)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-01

    [FEATURE]: possibility to set MaxWidth and MaxHeight for GetMap request

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-01

    Fix direction for eventLayer offset

Werner Macho <werner.macho@gmail.com>	2012-04-01

    translation update: string update for all languages on request

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-01

    Implement readXML for paletted raster renderer

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-04-01

    Fixed bugs #5262, #5263, #5265 , #5266, #5267
    Added numeric value selector
    improved grass provider


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@57 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-04-01

    writeXML for single band pseudo color renderer

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-31

    [FEATURE] allow multiline feature actions

Tim Sutton <tim@linfiniti.com>	2012-04-01

    [API] Added registry support for addition and removal of multiple layers in one operation (and notification thereof). Maintains API compatibility with single layer add/remove operations.

Juergen E. Fischer <jef@norbit.de>	2012-03-31

    fix warnings

Tim Sutton <tim@linfiniti.com>	2012-03-31

    Mark unused var

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-31

    Intendention update and remove legacy code

Merge: c4aed92c62 dd9b98a1b3
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-31

    Merge branch 'linear_referencing'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-31

    [FEATURE]: geometry offset for event layer function

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-31

    writeXML method for single band pseudo color renderer

Juergen E. Fischer <jef@norbit.de>	2012-03-31

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-03-31

    fix gcc 4.7 warnings/errors

Merge: 401aea2a49 76ba1f6924
Tim Sutton <tim@linfiniti.com>	2012-03-31

    Merge pull request #112 from mbernasocchi/android

    Android goodies (touch maptool, with-touch mode, ui edits, ...)

Merge: be4d125e3f 8966899d22
Tim Sutton <tim@linfiniti.com>	2012-03-31

    Merge pull request #111 from etiennesky/ftools1

    Ftools vector grid improvements

Merge: 785f9ae0cc 157541ed2b
Tim Sutton <tim@linfiniti.com>	2012-03-31

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-25

    group favourites in top-level item (when there are 5 or more favourites) and add favourites icon

    Signed-off-by: Tim Sutton <tim@linfiniti.com>

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-26

    sort items in browser dock: sort items by type, so directories are before data items, sort top-level provider items by name

    Signed-off-by: Tim Sutton <tim@linfiniti.com>

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-24

    add missing icons for raster and vector collections in themes/default

    Signed-off-by: Tim Sutton <tim@linfiniti.com>

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-24

    add simple layer properties dialog to browser dock (source, provider and metadata) ; ui tweaks in raster properties dialog

    Signed-off-by: Tim Sutton <tim@linfiniti.com>

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-24

    browser: add collapse all button

    Signed-off-by: Tim Sutton <tim@linfiniti.com>

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-24

    browser and dataitems - show wait cursor when loading

    Signed-off-by: Tim Sutton <tim@linfiniti.com>

Tim Sutton <tim@linfiniti.com>	2012-03-31

    [BACKPORT] Api update - added signlas for legend events and made them available to plugin api. Patch courtesy of Etienne Tourigny <etourigny.dev@gmail.com> and closes pull request 107

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-30

    prefer non-deprecated crses (fixes #4355)

Juergen E. Fischer <jef@norbit.de>	2012-03-30

    fix nightly debian build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-30

    Implement writeXML method for single band data renderer

Alexander Bruy <alexander.bruy@gmail.com>	2012-03-30

    better wording for error message

Tim Sutton <tim@linfiniti.com>	2012-03-30

    Mark unused variables to prevent compiler warnings if using older geos.

Juergen E. Fischer <jef@norbit.de>	2012-03-29

    Revert 02749e9 (will be fixed in GDAL package).

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-29

    added recent algs list
    tested and improved saga resampling
    added non-spatial calculator
    added mechanism to connect external plugins
    Added example of provider plugin(still unfinished)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@56 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-03-29

    osgeo4w: set GDAL_DRIVER_PATH again (GDAL looks in apps/qgis-dev/bin/gdalplugins otherwise)

Juergen E. Fischer <jef@norbit.de>	2012-03-29

    fix srs validation from threads

Juergen E. Fischer <jef@norbit.de>	2012-03-27

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2012-03-27

    debian packaging update

Alexander Bruy <alexander.bruy@gmail.com>	2012-03-29

    fix #5257

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-29

    Implement writeXML method for singleband gray renderer

Radim Blazek <radim.blazek@gmail.com>	2012-03-29

    faces

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-03-28

    added TODO find a better default fontsize

    adding suggestion to how to detect font size

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-03-20

    defaulting to symbology V1 on android (workaround to http://hub.qgis.org/issues/5170)

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-03-01

    added close button to attribute table

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-02-29

    removing qDebug() from compass plugin

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-02-29

    adding touch maptool that allows panning, pinch zooming, double tap zoomWithCenter, twofinger tap zoomOut

    fixed toolbar button functionality

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-02-23

    adding a touch mode if qt >=4.6 (allows qt5) this defaults to on for android and to off for the rest. can be requested by -DWITH_TOUCH

    allow qt 5

Tim Sutton <tim@linfiniti.com>	2012-03-28

    [BACKPORT] Enable gdaltools by default on all platforms

Merge: 5333b7479a f375e351f3
Tim Sutton <tim@linfiniti.com>	2012-03-28

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-03-28

    [BACKPORT] Enable gdaltools by default on install in windows (when using standalone installer)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-28

    WriteXML method for multiband color renderer

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-28

    ftools vector grid:  UI improvements

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-28

    ftools vector grid:  Align extents and resolution to selected raster layer

szekerest <szekerest@gmail.com>	2012-03-27

    Use forward only cursor in all queries

szekerest <szekerest@gmail.com>	2012-03-27

    Do not abort if sp_pkeys is not working

szekerest <szekerest@gmail.com>	2012-03-27

    Determine whether there's an integer column with unique values that can be used as a pkey

szekerest <szekerest@gmail.com>	2012-03-27

    Exclude the geometry column when identifying the type

szekerest <szekerest@gmail.com>	2012-03-27

    Retrieve the primary key column when opening MS SQL tables and no identity column has been specified

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-28

    Remove old SLD files in QGIS server

Merge: 0ef88a247a 145a18477b
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-28

    Merge branch 'qgis_server_sld'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-28

    Throw exception if there is an SLD error

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-28

    Use new symbology SLD import for QGIS server

Tim Sutton <tim@linfiniti.com>	2012-03-28

    Minor english cleanups for action help

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-28

    Improve "Actions" section in vector layer properties context help

    Signed-off-by: Tim Sutton <tim@linfiniti.com>

Merge: c8ca7d7401 516fc7eb2d
Tim Sutton <tim@linfiniti.com>	2012-03-28

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-28

    feature actions: new "Open" action type to open urls in the default web browser and files with a suitable application

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-28

    feature actions: new button to add some default actions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-27

    Fix transparency band in raster layer props, start implementing writeXML methods of renderers

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-27

    improved r and saga behaviour, specially on linux; changed some grass descriptions

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@54 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: eef6f538c0 04e826881a
Tim Sutton <tim@linfiniti.com>	2012-03-27

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2012-03-27

    [BACKPORT] Added Anom to Indonesian translators list

szekerest <szekerest@gmail.com>	2012-03-26

    MSSQL provider: Remove the dependency from sqlext.h

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-26

    Add writeXML method for renderers (needs still to be implemented for most types)

Juergen E. Fischer <jef@norbit.de>	2012-03-25

    QgsAttributeAction::expandAction still in use - drop deprecation

Juergen E. Fischer <jef@norbit.de>	2012-03-25

    fix support for multigeometries in postgres and mssql provider

Juergen E. Fischer <jef@norbit.de>	2012-03-25

    wms server: improve inverted axis handling for WMS 1.3

Juergen E. Fischer <jef@norbit.de>	2012-03-25

    osgeo4w: don't set GDAL_DRIVER_PATH

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-24

    Fix restoring of transparent slider

Tim Sutton <tim@linfiniti.com>	2012-03-24

    Fix margin issues on digitizing tab of options dialog (reset from 9 to 0 all around). Set scrollbox frame style to noframe

Juergen E. Fischer <jef@norbit.de>	2012-03-24

    fix warnings in mssql provider

Alexander Bruy <alexander.bruy@gmail.com>	2012-03-24

    [FEATURE] option to avoid WKT copying from attribute table (fix 4591)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-24

    Add 0 pointer for renderer widget in case of singleband data

Juergen E. Fischer <jef@norbit.de>	2012-03-24

    heatmap cleanups:
    - don't crash when there is no layer at all
    - don't translate debug messages
    - add german translations

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-24

    Fix initialisation of transparency list

Arunmozhi <aruntheguy@gmail.com>	2012-03-18

    merge pull request #104:
    - redesigned the dialog, added a options for - weighted buffer - raster size
    - moved the advanced stuff under advancedGroupBox
    - finished the GUI code
    - finally heatmap hits v0.2 Users can now
     - specify the rows and columns for the raster
     - specify the cell size of the raster
     - Choose a field as weight for each point
     - Choose a field to act as the buffer radius for each point
     - Buffer radius can be specified in real-world units like meters & mapunits
    - indentation updated

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-03-24

    Use 'New Connection...' instead of 'New...' for browser data items

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-03-24

    Fix typo in MS SQL FreeTDS driver name

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-23

    Clean up raster properties dialog

Juergen E. Fischer <jef@norbit.de>	2012-03-23

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-03-23

    indentation update

Juergen E. Fischer <jef@norbit.de>	2012-03-23

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2012-03-22

    fix warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-23

    Add offset parameters to eventLayer functions

Merge: 51ece3c0c4 f2f65d1d79
Nathan Woodrow <woodrow.nathan@gmail.com>	2012-03-23

    Merge MS SQL provider support.  Funded by Digital Mapping Solutions (Australia) completed by Tamas Szekeres

    Also includes initial drag and drop support for PostGIS

szekerest <szekerest@gmail.com>	2012-03-18

    PG:Implement handledrop for the postgres provider

szekerest <szekerest@gmail.com>	2012-02-06

    Adding the native MSSQL provider

Juergen E. Fischer <jef@norbit.de>	2012-03-22

    fix QgsSpatiaLiteProvider::uniqueValues, when there is a subset string

Juergen E. Fischer <jef@norbit.de>	2012-03-22

    fix #5203

Juergen E. Fischer <jef@norbit.de>	2012-03-22

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-03-22

    indentation update and a few unused parameter warnings fixes

Juergen E. Fischer <jef@norbit.de>	2012-03-19

    switch to external spatialite on osgeo4w

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-22

    temporarily deactivated grass
    added manual

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@53 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-22

    fixed small bugs while settign rendering styles

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@52 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-21

    minor change to avoid showing non-file-based layers


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@51 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-21

    added support for custom output rendering styles

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@50 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-21

    Add possibility to force eventLayer features to single geometry type

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-21

    started grass algorithm provider

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@48 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-20

    [FEATURE]: Add WFS support for QGIS server. Provided by René-Luc D'Hont

pcav <cavallini@faunalia.it>	2012-03-19

    Fixed v.extrude and v.drape GRASS modules

Juergen E. Fischer <jef@norbit.de>	2012-03-19

    apply #5121

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-18

    finished conversion of models into python code


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@46 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-18

    Saga algorithms are now aware of selection in qgis

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@45 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-18

    Restrict input type for zonal statistics to gdal rasters for now (switch to use QgsRasterDataProvider in the mid term)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-18

    Fix for zonal statistics (ticket #4972)

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-17

    Severql bug fixes qnd smqll improvements in qgis bindings

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@43 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-16

    Improve multiband color widget

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-16

    Append Filter tag to Rule tag when exporting Categorized/Graduated rendererV2 to SLD doc (fix #5191)

Juergen E. Fischer <jef@norbit.de>	2012-03-15

    WMS 1.3: better detection of inverted axis

Alexander Bruy <alexander.bruy@gmail.com>	2012-03-15

    also count points that intersects polygon bounds (fix #5163)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-14

    Contrast enhancement functions for multiband color renderer widget

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-14

    fix memory leak instantiating QgsExpression in actions

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-14

    convert $currfield (was %%) running actions from "Identify actions" tool

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-12

    "Run feature action" tool does the action for all the matching features (fix #5126)

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-14

    finished improving saga algorithm descriptions

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@42 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-13

    Improvements to single band gray renderer widget

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-13

    improved saga algorithms descriptions

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@41 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf <volayaf@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-13

    changed how user dir is found

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@40 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-03-12

    fix crash on quit

Juergen E. Fischer <jef@norbit.de>	2012-03-12

    fix QgsComposerItem API

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-12

    added a new method for loading layers into qgis

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@38 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-12

    improved saga algorithm descriptions

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@37 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Tim Sutton <tim@linfiniti.com>	2012-03-12

    [BACKPORT] Formatting changes only for raster color ramp shader class

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-11

    Added value range control to ParameterNumber

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@36 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-11

    improved algorithm descriptions

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@35 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-11

    Completed single band gray widget

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-11

    BuildVRT: set input layer list when tool starting (follow d6ea1a03).
    Thanks Etienne for the patch.

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-10

    changed saga descriptions to new format (still need to be checked and improved)

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@33 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-10

    refresh BuildVRT command when input layers changes, cleanup (follow 9da5d0345)

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-08

    allow to use loaded layers as input files (instead of file selector) for GDALTools Build Virtual Raster

Juergen E. Fischer <jef@norbit.de>	2012-03-09

    remove geoimage austria wms server

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-09

    QgisApp::askUserForGDALSublayers : fix order of new layers in the layers dock ; add an option to load all sublayers of a GDAL raster with subdatasets

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-09

    browser dock: add selected layers via context menu and tool button

Etienne Tourigny <etourigny.dev@gmail.com>	2012-03-09

    fixes for browser (GDAL rasters) : skip *.aux.xml files ; add suffix to raster file names in browser ; add HDF4 file suffix (.hdf) in buildSupportedRasterFileFilterAndExtensions()

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-09

    Fix for crash when quiting QGIS (ticket #5145)

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-09

    fixed bug in deepcopy of ModelAlgorithm
    other small bugs
    Added number checking for numerical settings

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@32 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-03-09

    use GDAL_FIX_ESRI_WKT in QgsOgrProvider::crs (fixes #5066 with GDAL 1.9)

Juergen E. Fischer <jef@norbit.de>	2012-03-09

    fix for some translations and expression function help

Juergen E. Fischer <jef@norbit.de>	2012-03-09

    fix typos

Juergen E. Fischer <jef@norbit.de>	2012-03-09

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2012-03-09

    debian packaging update

Alexander Bruy <alexander.bruy@gmail.com>	2012-03-09

    fix #5097

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-08

    Improvements in R Connection (more or less working now)
    added R toolbox actions


    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@31 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-03-08

    debian packageing update: add globe plugin to ubuntu precise

Merge: d3f5eb2684 dabd59b134
pcav <cavallini@faunalia.it>	2012-03-08

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-03-08

    also build pyspatialite with system spatialite

pcav <cavallini@faunalia.it>	2012-03-08

    Added a module

pcav <cavallini@faunalia.it>	2012-03-08

    [FEATURE] Added v.extrude GRASS module Note: also added r.stats in a previous commit

pcav <cavallini@faunalia.it>	2012-03-08

    Minor edit to r.external grass module

pcav <cavallini@faunalia.it>	2012-03-08

    Cleanup and improvements to r.external, r.in.gdal, and v.in.ogr GRASS modules

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-03-08

    [FEATURE] load/save layer style (new symbology) from/to SLD document

    This is a huge commit, but it's mostly new functions. It changes only few lines on the existing code.
    - add conversion between QgsExpression and OGC Filter Encoding 1.1
    - add conversion between QgsRendererV2 and OGC Symbology Encoding 1.1

    Work done for Regione Toscana-SIGTA

Juergen E. Fischer <jef@norbit.de>	2012-03-07

    fix #5132

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-07

    Improvements in R Connection

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@30 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-07

    Fix wrong extent after loading project files with embedded groups

Juergen E. Fischer <jef@norbit.de>	2012-03-07

    catch transformation exceptions in QgsGrassRegionEdit::transform

Juergen E. Fischer <jef@norbit.de>	2012-03-07

    composer api doxygen fixes

Juergen E. Fischer <jef@norbit.de>	2012-03-07

    debian packaging update: drop hardy, intrepid, jaunty and karmic

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-06

    implemented saga resampling procedure
    some ftools algorithms

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@29 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-03-06

    debian packaging update: add wheezy and use internal spatialite where libspatialite3 not available

Juergen E. Fischer <jef@norbit.de>	2012-03-06

    german translation update

Alexander Bruy <alexander.bruy@gmail.com>	2012-03-06

    [FEATURE] fTools: allow to calculate extent not only for whole layer but
    for individual features too

Juergen E. Fischer <jef@norbit.de>	2012-03-06

    fix warning

Juergen E. Fischer <jef@norbit.de>	2012-03-06

    expression builder: only fetch geometry when required (and available)

Juergen E. Fischer <jef@norbit.de>	2012-03-06

    fix #2766

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-05

    Fill comboboxes in single band gray widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-05

    Add widget for single band gray raster renderer

Juergen E. Fischer <jef@norbit.de>	2012-03-05

    postgresql provider: don't require access to geometry_columns

Juergen E. Fischer <jef@norbit.de>	2012-03-05

    debian packaging update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-05

    Add more analysis header to install

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-04

    [FEATURE]: support PNG 8Bit for GetMap in QGIS server

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-03-04

    added mmqgis and ftools algorithms
    several more changes in qgis interface

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@28 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

pcav <cavallini@faunalia.it>	2012-03-04

    Added r.stats grass module

pcav <cavallini@faunalia.it>	2012-03-03

    Added option to r.slope grass module

Gary Sherman <gsherman@geoapt.com>	2012-03-02

    Make the capitalization of menu items and tools consistent in the main
    window and layer popup UI.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-02

    Fix compile error

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-02

    Avoid multiple redraws when loading projects

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-02

    WMS server: create rendercontext to find out visible features

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-02

    Use symbolsForFeature in point displacement renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-02

    WMS featureinfo: use willRenderFeature instead of symbolForFeature

Tim Sutton <tim@linfiniti.com>	2012-03-02

    [BACKPORT] added more missing python bindings for composer api

Merge: 32be114f76 ad955e26bf
Tim Sutton <tim@linfiniti.com>	2012-03-02

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Martin Dobias <wonder.sk@gmail.com>	2012-03-02

    Added willRenderFeature() and symbolsForFeature() utility methods.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-03-01

    Disable offset curve if geos version < 3.3

pcav <cavallini@faunalia.it>	2012-03-01

    Adder option to r.mask GRASS module

Alexander Bruy <alexander.bruy@gmail.com>	2012-03-01

    fix geometry column export when used calculation on ellipsoid

Merge: 643db0e328 8459b5834f
Tim Sutton <tim@linfiniti.com>	2012-03-01

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-02-29

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-02-29

    fix warnings

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-29

    Replace New with 'New Connection' in browser context menu
    New... implied creating a new spatiaLite database, which is not the
    case.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-29

    Remove comment

Merge: 9a9ab73b61 139821dc15
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-29

    Merge branch 'curve_offset'

Radim Blazek <radim.blazek@gmail.com>	2012-02-28

    dont add empty field to options, fixes #4929

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-28

    Delay loading of composer picture  preview icons until widget is shown

Tim Sutton <tim@linfiniti.com>	2012-02-28

    Added missing composer label alignment bindings to python api and better api docs.

Tim Sutton <tim@linfiniti.com>	2012-02-28

    [BACKPORT] Nicer api for composer item frames and carry docs through to sip.

Merge: c1b268c2d5 cda3693d58
Tim Sutton <tim@linfiniti.com>	2012-02-28

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-25

    Live widget updates in graduated symbol renderer when symbol, breaks,
    break type, field, or ramp changes.

Juergen E. Fischer <jef@norbit.de>	2012-02-27

    fix crash in CRS selection

Juergen E. Fischer <jef@norbit.de>	2012-02-27

    german translation update

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-02-26

    big QGIS update

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@24 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Merge: c42f0945d4 a90e3e9262
Tim Sutton <tim@linfiniti.com>	2012-02-24

    Merge pull request #96 from mbernasocchi/android

    Android right click using TapAndHoldGesture

pcav <cavallini@faunalia.it>	2012-02-24

    Adapting GRASS module list to previous changes

pcav <cavallini@faunalia.it>	2012-02-24

    Simplify slope and aspect GRASS modules

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-24

    Server: set selection color prior to each render

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-24

    Offset curve tool: snap to segment, not to vertex and segment

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-24

    Catch offset errors

pcav <cavallini@faunalia.it>	2012-02-24

    Improved v.random GRASS module

pcav <cavallini@faunalia.it>	2012-02-24

    More options for the v.surf GRASS module

Tim Sutton <tim@linfiniti.com>	2012-02-24

    Added some comments explaining how alpha works

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-24

    Fix lazy restore of composer maps from xml

Juergen E. Fischer <jef@norbit.de>	2012-02-24

    fix #5000

pcav <cavallini@faunalia.it>	2012-02-24

    Improved v.surf GRASS modules.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-24

    Load / save functions for single band pseudocolor

Juergen E. Fischer <jef@norbit.de>	2012-02-23

    [FEATURE] allow to specify FEATURE_COUNT for WMS GetFeatureInfo

Juergen E. Fischer <jef@norbit.de>	2012-02-23

    debian packaging update

pcav <cavallini@faunalia.it>	2012-02-23

    Typo

pcav <cavallini@faunalia.it>	2012-02-23

    Improved v.surf.idw GRASS module

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-23

    Offset curve tool: convert multiline features in both directions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-23

    Restore properties in singleband pseudo color dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-22

    Started renderer dialog for singleband pseudocolor

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-02-16

    Fixed Right click support using TapAndHold gesture

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-02-09

    initial right click support

Werner Macho <werner.macho@gmail.com>	2012-02-22

    translation update: es by Carlos

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-22

    Offset curve: add empty field values to newly created features

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-22

    Force geometry copy in offset curve tool if control key pressed

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-22

    Sort schema list in SPIT plugin. Patch provided by Horst Duester

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-22

    Set delete feature dialog parent. Fixes #5062

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-21

    Show snap vertex marker for offset curve

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-21

    Add options for offset curve (join style, quadseg, mitre limit)

Juergen E. Fischer <jef@norbit.de>	2012-02-21

    fix #5062 and apply rest of #5041

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-21

    Activation of OffsetCurve tool

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-21

    Icon for offset curve tool

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-21

    Snap to all visible layers with default vertex search tolerance (but to vertex and segment)

Juergen E. Fischer <jef@norbit.de>	2012-02-21

    fix #4993

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-21

    Use zoom to mouse by default.  Fixes #5054

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-20

    Add type name to renderers. Restore the corresponding renderer widget in raster properties

Merge: b90d550da3 6fab61a3e4
Nathan Woodrow <madmanwoo@gmail.com>	2012-02-20

    Merge pull request #99 from spilth/master

    http://www.kyngchaos.com/ URL changes

Brian Kelly <polymonic@gmail.com>	2012-02-20

    kyngchaos URLs no longer have /wiki/ in them

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-20

    Offset curve: snap to background layers in mouse move

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-20

    Show spin box for distance values in status bar on X11 (resize bug)

Juergen E. Fischer <jef@norbit.de>	2012-02-20

    collect GIS translation from wikipedia

Juergen E. Fischer <jef@norbit.de>	2012-02-20

    osgeo4w: switch to GRASS 6.4.2

Juergen E. Fischer <jef@norbit.de>	2012-02-19

    fix #4259

Juergen E. Fischer <jef@norbit.de>	2012-02-18

    postgres provider: ignore errors on querying geography_columns

Werner Macho <werner.macho@gmail.com>	2012-02-18

    translation update: galician by Xan

Werner Macho <werner.macho@gmail.com>	2012-02-18

    translation update: indonesian

Werner Macho <werner.macho@gmail.com>	2012-02-13

    translation update: string update it language

Juergen E. Fischer <jef@norbit.de>	2012-02-18

    apply #5041 (slighly modified)

Juergen E. Fischer <jef@norbit.de>	2012-02-18

    fix #5022

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-18

    Add moving spin box to enter numeric value for curve offset

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-18

    [Backport]: Avoid intersection for QgsMapToolAddPart. Fixes ticket #4624

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-18

    Delete feature if add polygon not successfull

Merge: cd509e612c 974fe9531b
mhugent <marco.hugentobler@sourcepole.ch>	2012-02-17

    Merge pull request #98 from lynxlynxlynx/master

    a crash fix and a tiny cleanup

Merge: 200124916d 46ba39082a
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-17

    Merge branch 'raster_resampler' of github.com:mhugent/Quantum-GIS into raster_resampler

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-17

    Started widget for multiband color

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-02-17

    removed extraneus pointer redeclaration

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2012-02-17

    fixed crash when trying to add features with invalid geometry

    QgsMapToolAddFeature::canvasReleaseEvent wasn't checking if geos returned
    a sane geometry. One simple way of triggering the crash is to click twice
    on the same point and then complete the op by rightclicking. Of course this
    is not a real polygon, so things went haywire after that.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-17

    Add distance item

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-17

    In case of offset curve on background layers: try to merge together the source layers

Juergen E. Fischer <jef@norbit.de>	2012-02-17

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2012-02-16

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2012-02-16

    debian packaging: drop extra QtWebkit include path on natty and oneiric

Juergen E. Fischer <jef@norbit.de>	2012-02-16

    message log status bar icon:
    - hide by default
    - show when new messages arrive while log is closed
    - hide when message log is opened

Juergen E. Fischer <jef@norbit.de>	2012-02-15

    fix #5017 and fix #5024

Juergen E. Fischer <jef@norbit.de>	2012-02-15

    fix #5023

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-15

    Add user interaction, snapping, etc. for offset curve tool

Radim Blazek <radim.blazek@gmail.com>	2012-02-15

    WMS and WFS credential separated, credentials not yet used in WFS, it would be just another hack until we get a common class for uri encoding

Juergen E. Fischer <jef@norbit.de>	2012-02-15

    wms feature info:
    - use extent of last GetMap for GetFeatureInfo
    - use QWebView instead of QTextBrowser to show html results and
    - show errors on GetFeatureInfo

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-15

    move Colormap tab next to the Style tab (fix #5018)

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-15

    better fix for #5010

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-15

    minor UI fix in New SpatiaLite layer dialog

Arunmozhi <aruntheguy@gmail.com>	2012-02-13

    [FEATURE] Group selected layers on right click

Juergen E. Fischer <jef@norbit.de>	2012-02-14

    fix 659abb8d (fixes #5016)

Juergen E. Fischer <jef@norbit.de>	2012-02-14

    fix string mishap in nodetool

Juergen E. Fischer <jef@norbit.de>	2012-02-14

    fix crash when the current maptool is destroyed

Juergen E. Fischer <jef@norbit.de>	2012-02-14

    postgres provider:
    - fix primary key detection, if column is behind geometry column
    - add support for varchar length limits

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-14

    fix Intersect lines tool

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-14

    Draw svg symbols as vectors if there is rotation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-14

    Small fix for linear referencing

Juergen E. Fischer <jef@norbit.de>	2012-02-13

    fix build error on osx

Juergen E. Fischer <jef@norbit.de>	2012-02-13

    heatmap: add grid layouts

Juergen E. Fischer <jef@norbit.de>	2012-02-13

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-02-13

    postgres provider: move connection settings to QgsPostgresConn (also fixes #4998 and #4999)

Juergen E. Fischer <jef@norbit.de>	2012-02-13

    debian packaging: include heatmap plugin (fixes #4994)

Werner Macho <werner.macho@gmail.com>	2012-02-13

    fix small typos

Werner Macho <werner.macho@gmail.com>	2012-02-13

    translation update: et by Veiko

Werner Macho <werner.macho@gmail.com>	2012-02-13

    added new italian translators

Juergen E. Fischer <jef@norbit.de>	2012-02-13

    update tsstat.pl

pcav <cavallini@faunalia.it>	2012-02-12

    Translation of IT GUI finished (to be checked). Thanks to Roberto (BobMaX) Angeletti and Alessandro Fanna.

Juergen E. Fischer <jef@norbit.de>	2012-02-12

    fix #4992

Juergen E. Fischer <jef@norbit.de>	2012-02-12

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-02-12

    fix tooltip string

pcav <cavallini@faunalia.it>	2012-02-12

    More IT GUI translation - thanks Alessandro Fanna

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-02-12

    Batch processing already working
    Scripting already working
    Started with modeler
    added saga descriptions to saga folder
    added configuration dialog

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@23 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-02-11

    freeze canvas instead of modifying the render flag when changing legend (fixes #4982)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-02-11

    allow to choose input directory in GdalTools Merge tool (fix #4930)

Juergen E. Fischer <jef@norbit.de>	2012-02-11

    fix #4981

Juergen E. Fischer <jef@norbit.de>	2012-02-11

    fix warnings from clang

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-02-11

    add -allow_projection_difference option (fix #4888)

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-11

    add myself to the Authors list :)

Tim Sutton <tim@linfiniti.com>	2012-02-10

    Fix transparency restoration on project load

pcav <cavallini@faunalia.it>	2012-02-11

    More IT GUI translation - sill incomplete.

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-11

    Add Arunmozhi to contributors list for his work on the heatmap plugin

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-11

    Don't leave space for empty title.  Semi fixes #3484

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-11

    Change tool tip for composer legend. Fixes #4980

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-07

    [FEATURE] Add multi line support for legend title, groups, and items. Semi fix for #3484

Tim Sutton <tim@linfiniti.com>	2012-02-10

    Fix transparency restoration on project load

Juergen E. Fischer <jef@norbit.de>	2012-02-10

    ignore invalid gps coordinate even if there seems to be a fix

Juergen E. Fischer <jef@norbit.de>	2012-02-09

    fix #4971

Werner Macho <werner.macho@gmail.com>	2012-02-09

    translation update: es by Carlos

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-09

    case insensitive search for CRS in WMS provider

Juergen E. Fischer <jef@norbit.de>	2012-02-09

    postgis string fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-09

    [FEATURE]: maptool for parallel line displacement

Juergen E. Fischer <jef@norbit.de>	2012-02-09

    arrange buttons on raster transparency tab horizontally

Juergen E. Fischer <jef@norbit.de>	2012-02-09

    minor german translation update

Juergen E. Fischer <jef@norbit.de>	2012-02-09

    restore buttons to bottom and put pages in scroll areas for raster properties too

Juergen E. Fischer <jef@norbit.de>	2012-02-09

    restore buttons to bottom of vector layer properties and put pages into scroll areas

Juergen E. Fischer <jef@norbit.de>	2012-02-09

    setRenderer(V2) also updates V2 renderer flag

Juergen E. Fischer <jef@norbit.de>	2012-02-08

    yet another german translation update

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-01-06

    android goodies (pull request #94):
    [Marco Bernasocchi]
    - adding needed files to support internal GPS via QtMobility, implementation of QgsQtLocationConnection is only a stub
    - cleaning up methods names
    - adding mobility to CMakeLists
    - testing
    - added hack to test parseData()
    - adding more parsing stuff
    - Adding debugging info and making connection fail if no QtSatellite datasource available
    - Initial working GPS with coordinates bug (values shifted)
    - Adding Initial GPS support to android using QtLocation
    - Adding Ground speed and direction
    - put ok button on top of widget to make it usable until scroll area is added (HACK to be Reverted later)
    - added vertical and horizontal accurancy
    - Removing test values qtlocationconnection
    - refactor debug messages
    - adding compass plugin
    - trying NathanW suggestion
    - adding new compass plugin
    - Fixed satellitesUpdated signals
    - removing setDataRate
    - temporarely removed calibrationLevel display to be reverted when https://sourceforge.net/p/necessitas/tickets/153/ is fixed
    - addin comment
    - making QLineEdits readonly
    - added calibration level support
    [Jürgen E. Fischer]
    - squashed, reindented and skipped some already addressed changes to qgisapp and vector layer provider

Juergen E. Fischer <jef@norbit.de>	2012-02-08

    postgres provider:
    - pre-select first integer column as primary key for views
    - also consider oid type as integer column

Juergen E. Fischer <jef@norbit.de>	2012-02-08

    heatmap plugin: fix menu removal

Merge: 36a69afc43 a080538aec
Tim Sutton <tim@linfiniti.com>	2012-02-08

    Merge changes from QGIS upstream

Tim Sutton <tim@linfiniti.com>	2012-02-08

    Applied patch from Borys for heatmap context help

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-08

    enable Toggle editing button depending on layer type (fix #4965)

Merge: 093aae5611 2b07e3dfe8
Alexander Bruy <alexander.bruy@gmail.com>	2012-02-08

    Merge remote-tracking branch 'upstream/master'

Merge: 2a7ac93636 b7994f1468
pcav <cavallini@faunalia.it>	2012-02-08

    Merge branch 'master' of github.com:qgis/Quantum-GIS

pcav <cavallini@faunalia.it>	2012-02-08

    Some more IT GUI translation - thanks Alesandro Fanna and BobMaX

Juergen E. Fischer <jef@norbit.de>	2012-02-08

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-02-08

    heatmap updates:
    - fix warnings on windows
    - minor cleanups
    - some string updates

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-08

    fix Heatmap plugin unloading, also place button to the Raster toolbar

Juergen E. Fischer <jef@norbit.de>	2012-02-08

    indentation update

Tim Sutton <tim@linfiniti.com>	2012-02-08

    [FEATURE] added heatmap plugin to QGIS master. Removed README from heatmap dir. Nominal commit to tag this as a new feature.

Tim Sutton <tim@linfiniti.com>	2012-02-08

    Removed Alex from contributors since he is in AUTHORS

Tim Sutton <tim@linfiniti.com>	2012-02-08

    Merged in Arunmozhi's heatmap plugin into QGIS core

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-08

    Make QgsSymbolV2::renderHints() const

Juergen E. Fischer <jef@norbit.de>	2012-02-07

    german translation update

Werner Macho <werner.macho@gmail.com>	2012-02-08

    translation update: hr_HR by Zoran

Juergen E. Fischer <jef@norbit.de>	2012-02-07

    match sip binding of QgsSymbolV2::renderHints() to c++ interface

Juergen E. Fischer <jef@norbit.de>	2012-02-07

    initialize QgsApplication::mConfigPath later

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-07

    Render rotation tool preview image

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-07

    Add support for new symbology for rotate point tool

Juergen E. Fischer <jef@norbit.de>	2012-02-07

    spatialite provider: prefer auth_id over proj4 string (fix #4958)

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-07

    Composer Legend: Add spacing for groups.  Fixes #4247 Patch by Anna
    Kratochvilova. Thanks!

Juergen E. Fischer <jef@norbit.de>	2012-02-06

    postgres provider: fix crs(), if no crs was requested

Juergen E. Fischer <jef@norbit.de>	2012-02-06

    fix #3742:
    - after CRS changes reproject canvas extent regardless of OTFR
    - toggling OTFR off, switches the project CRS to the current layer CRS (or
      first layer, if no layer is active).
    - toggling OTFR also saves the previous CRS setting and restores the previous
      selected CRS.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-06

    Consider svg parameters for svg fill

Merge: ccf3af763a 886ed107b4
Jürgen Fischer <jef@norbit.de>	2012-02-05

    Merge pull request #92 from Jean-Roc/master

    update fr strings

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-02-05

    update fr strings

Juergen E. Fischer <jef@norbit.de>	2012-02-05

    better fix than 4d0551f0

Juergen E. Fischer <jef@norbit.de>	2012-02-05

    fix doxygen warnings

Juergen E. Fischer <jef@norbit.de>	2012-02-05

    fix crash

Juergen E. Fischer <jef@norbit.de>	2012-02-05

    indentation update

Merge: c933dce209 1be0e877a8
Nathan Woodrow <madmanwoo@gmail.com>	2012-02-05

    Merge pull request #91 from szekerest/master

    Improve the support for OGR/MSSQL driver

Merge: 876b8c7e46 c933dce209
szekerest <szekerest@gmail.com>	2012-02-05

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-05

    Fix restoring of composition widget missed in last refactor

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-01

    Redesign composer; use dock widgets vs splitter; reduce scrolling in
    item widgets

szekerest <szekerest@gmail.com>	2012-02-05

    Improve the support for OGR/MSSQL driver

Juergen E. Fischer <jef@norbit.de>	2012-02-04

    fix #4941

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-02-04

    Creted history and log dialog

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@22 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-02-03

    Several changes. Now saga algorithms can be executed and also scripts. Still have to test both, but it is more or less working fine

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@21 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-03

    Add comment

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-03

    Work with a distance tolerance for locateAlongFeature, report event items where linear referencing did not succeed

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-03

    fix Densify tool

Juergen E. Fischer <jef@norbit.de>	2012-02-03

    vector layer save as: replace 'original crs' with 'layer crs' and 'project crs' - OTFR doesn't matter anymore (fixes #4109)

Juergen E. Fischer <jef@norbit.de>	2012-02-02

    optionally add save vector file to canvas (fix #4598)

Juergen E. Fischer <jef@norbit.de>	2012-02-02

    execute undo stack on rollBack() (fixes #4635)

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-02

    fix highlighting for identify tool when OTF enabled (closes #4843)

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-02

    fTools: option to select create new shape or update existing layer when
    exporting geometry column

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-01

    [FATURE] fTools: option to export geometry column using layer CRS,
    project CRS or ellipsoid

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-02

    Fix for locateBetween method

Juergen E. Fischer <jef@norbit.de>	2012-02-02

    don't set parent of QFontDialog (fixes #4937, but makes it not follow the globally set font size)

Juergen E. Fischer <jef@norbit.de>	2012-02-02

    fix sip gps bindings

Juergen E. Fischer <jef@norbit.de>	2012-02-01

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-02-01

    postgres provider: fix query support

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-01

    Registry for raster renderers

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-01

    Russian translation for field calculator context help. Thanks, Maxim!

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-01

    More verbose comments to linear reference functions

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-01

    Display a progress bar

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-31

    Support multiple geometries per event object. Return zero geometry if result is emtpy

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-30

    Remove debug code, move locateBetween and locateAlong to public interface

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-30

    Fix errors in locateBetween

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-27

    Support reference with one measure (along)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-25

    [FEATURE]: creation of event layers in analysis lib using linear referencing

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-02-01

    set parent opening projection selector dialog (fix #4931)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-02-01

    Add sip files for gps connection. Patch from Marcel Huber, ticket #4826

Alexander Bruy <alexander.bruy@gmail.com>	2012-02-01

    updates to Field calculator help from Alister Hood (fix #4405)

Juergen E. Fischer <jef@norbit.de>	2012-02-01

    add german function help translations

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-01

    Expression builder: Rename Fields to Fields and Values; Add help for when field is selected

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-01

    Help viewer: Add nicer help not found message; reduce margins

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-01

    Expression builder: Add group header help

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-01

    Expression builder: Nicer help not found message

Juergen E. Fischer <jef@norbit.de>	2012-02-01

    reject empty field names in QgsVectorLayer::addAttribute

Juergen E. Fischer <jef@norbit.de>	2012-02-01

    fix typos

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-02-01

    Check for empty field name. Fixes #4914

Juergen E. Fischer <jef@norbit.de>	2012-01-31

    save and restore position of merge attribute dialog

Martin Dobias <wonder.sk@gmail.com>	2012-01-31

    Increase scale range (#3189)

Martin Dobias <wonder.sk@gmail.com>	2012-01-31

    Edit symbol transparency in percent values [0-100] instead of [0-1]

Martin Dobias <wonder.sk@gmail.com>	2012-01-31

    Fix expression builder highlighting (#4913)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-31

    [Backport]: disable abort if avoid intersections returns a different geometry type (e.g. multitype instead of singletype). Temporary solution for ticket #4880

Juergen E. Fischer <jef@norbit.de>	2012-01-30

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-01-30

    postgresql provider: check connection state before running PQexec (fixes #4909)

Juergen E. Fischer <jef@norbit.de>	2012-01-30

    support strange mysql quoting

Juergen E. Fischer <jef@norbit.de>	2012-01-30

    add .db to spatialite extensions (fixes #4919)

Martin Dobias <wonder.sk@gmail.com>	2012-01-30

    Use the new expression builder for rule filter editing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-30

    Apply loop improvement from Arunmozhi also to raster calc dialog

Arunmozhi <aruntheguy@gmail.com>	2012-01-29

    refactored code to reduce loop in favour of a func

Juergen E. Fischer <jef@norbit.de>	2012-01-30

    fix another build error :(

Juergen E. Fischer <jef@norbit.de>	2012-01-30

    fix build error

Juergen E. Fischer <jef@norbit.de>	2012-01-29

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-01-29

    cleanup separate file type names from extensions in translations

Juergen E. Fischer <jef@norbit.de>	2012-01-29

    fix warnings and icon size of GRASS toolbar

Juergen E. Fischer <jef@norbit.de>	2012-01-29

    also consider layer crs, when initially zooming to the extent of the first layer

Juergen E. Fischer <jef@norbit.de>	2012-01-29

    fix python path setting in windows

Juergen E. Fischer <jef@norbit.de>	2012-01-29

    use os.path.expand user for home directories for python (reintroduces fixes from #2515)

Juergen E. Fischer <jef@norbit.de>	2012-01-29

    cleanup projection selections - makes it work via keyboard again

Werner Macho <werner.macho@gmail.com>	2012-01-29

    translation update: es by Carlos

Juergen E. Fischer <jef@norbit.de>	2012-01-28

    [API] add sip bindings for QgsCsException

Richard Duivenvoorde <richard@duif.net>	2011-12-26

    fix #3243
    Richard Duivenvoorde (from pull request #78)
    - crs taking into account, bookmarklist is now editable qtreeview
    - set better column names the column names from the table

    Juergen Fischer added refactoring:
    - move adding bookmarks into QgsBookmarks
    - make QgsBookmarks a singleton
    - delete multiple entries at once

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-28

    Expose maxOversampling parameter to user

Juergen E. Fischer <jef@norbit.de>	2012-01-28

    reproject canvas extent on crs change with OTFR enabled

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-28

    Faster draw for multiband color in case there is no transparency, strech, inversion

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-28

    Put multi selection back for fields tab, use extended selection instead

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-28

    Remove multiselect from fields tab in layer properties

Juergen E. Fischer <jef@norbit.de>	2012-01-27

    postgres provider: reload fields when columns disappear

Juergen E. Fischer <jef@norbit.de>	2012-01-27

    use native file dialogs wherever possible (fixes #3763)

Juergen E. Fischer <jef@norbit.de>	2012-01-27

    fix file permissions

pcav <cavallini@faunalia.it>	2012-01-27

    Fixed v.in.region GRASS module to accept lines.

Merge: 3c33cf8f98 41e70d5adc
pcav <cavallini@faunalia.it>	2012-01-27

    Merge branch 'master' of github.com:qgis/Quantum-GIS

pcav <cavallini@faunalia.it>	2012-01-27

    Update of IT translation

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-27

    Set save button not checkable - fixes #4290

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-27

    Consider contrast enhancement in multiband color renderer

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-27

    Rule-based renderer: Add support to refine more then one rule at a time; decrease UI margins

Martin Dobias <wonder.sk@gmail.com>	2012-01-26

    Rule-based renderer: enable new labeling

Juergen E. Fischer <jef@norbit.de>	2012-01-27

    fix python binding for QgsVectorDataProvider::changeGeometryValues()

Juergen E. Fischer <jef@norbit.de>	2012-01-26

    fix #4227

Werner Macho <werner.macho@gmail.com>	2012-01-26

    translation update: string update for all languages

Juergen E. Fischer <jef@norbit.de>	2012-01-26

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-01-26

    catch more transformation errors

Juergen E. Fischer <jef@norbit.de>	2012-01-26

    handle composer window differently (partly reverts a30eb373)

pcav <cavallini@faunalia.it>	2012-01-26

    Fix #4668 (GRASS r.sunmask modules)

Juergen E. Fischer <jef@norbit.de>	2012-01-26

    even more font propagation

Juergen E. Fischer <jef@norbit.de>	2012-01-25

    use QTextCodec::codecForLocale() where "System" is not available (like android)

Juergen E. Fischer <jef@norbit.de>	2012-01-25

    more font propagation

Juergen E. Fischer <jef@norbit.de>	2012-01-25

    set parents of various objects to propagate the font settings

Martin Dobias <wonder.sk@gmail.com>	2012-01-25

    Rule-based renderer: selection and drawing of markers works again

Juergen E. Fischer <jef@norbit.de>	2012-01-25

    postgres selection: leave geometryless views enabled

Martin Dobias <wonder.sk@gmail.com>	2012-01-25

    Fixed parsing of numbers in locales using other decimal point symbols

Martin Dobias <wonder.sk@gmail.com>	2012-01-25

    Rule-based renderer: polish rule refining

Juergen E. Fischer <jef@norbit.de>	2012-01-25

    postgres selection:
    - make geometryless table selectable
    - only make srid column editable when necessary
    - leave primary key column editable
    - require primary key selection for views

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-25

    also add Pan to Selected button to the attribute table dialog

Werner Macho <werner.macho@gmail.com>	2012-01-25

    translation update: added korean translation thanks to Sanghee and the korean team

Juergen E. Fischer <jef@norbit.de>	2012-01-24

    use 8pt default font size on android

Juergen E. Fischer <jef@norbit.de>	2012-01-24

    fix warnings

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-18

    [FEATURE] new navigation tool Pan Map to Selection (fix #4031)

Martin Dobias <wonder.sk@gmail.com>	2012-01-24

    Fixed symbol levels dialog

Merge: 0b1fd34c3e 1c3c02f832
Martin Dobias <wonder.sk@gmail.com>	2012-01-24

    [FEATURE] Merge branch 'rules' - new rule-based rendering

    Conflicts:
            src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.cpp

Martin Dobias <wonder.sk@gmail.com>	2012-01-24

    Add ModelTest: Qt tool for debugging custom models

    Very handy to stay sane when your model goes crazy

Martin Dobias <wonder.sk@gmail.com>	2012-01-24

    Rule-based renderer: fixed parent(), fixed drag'n'drop

Juergen E. Fischer <jef@norbit.de>	2012-01-24

    QgsVectorLayer: use featureAtId() in selectedFeatures() (fixes #4856)

Juergen E. Fischer <jef@norbit.de>	2012-01-24

    osgeo4w update: build with Python 2.7

Juergen E. Fischer <jef@norbit.de>	2012-01-24

    fix #4858

Juergen E. Fischer <jef@norbit.de>	2012-01-23

    repaint layer after commiting

Juergen E. Fischer <jef@norbit.de>	2012-01-23

    postgres provider: fix handling of broken connections

Martin Dobias <wonder.sk@gmail.com>	2012-01-23

    GUI tweaks for rule-based renderer widget and symbol level dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-23

    Added safety check

Martin Dobias <wonder.sk@gmail.com>	2012-01-23

    Drag'n'drop for rules, rule does not need a symbol

Merge: fbc43080ac 26ca4932a1
Werner Macho <werner.macho@gmail.com>	2012-01-23

    Merge pull request #87 from Jean-Roc/master

    update fr translation

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-23

    display plugins from additional paths in Plugin Manager (fix #4178)

Juergen E. Fischer <jef@norbit.de>	2012-01-23

    implement #4823

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-23

    Do otf-reprojection directly in raster renderer (much better performance in case of resampling)

Juergen E. Fischer <jef@norbit.de>	2012-01-23

    postgres provider fix

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-01-22

    update fr translation

Juergen E. Fischer <jef@norbit.de>	2012-01-22

    move layerURI from QgsPgSourceSelect to QgsPgTableModel

Juergen E. Fischer <jef@norbit.de>	2012-01-21

    postgres provider: support tables with mixed srids

Juergen E. Fischer <jef@norbit.de>	2012-01-22

    german translation update

Werner Macho <werner.macho@gmail.com>	2012-01-21

    fix typo myPath_s_

Werner Macho <werner.macho@gmail.com>	2012-01-21

    translation update: pt_BR by Arthur

Werner Macho <werner.macho@gmail.com>	2012-01-21

    translation update: gl_ES by Xan

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-21

    clear collected plugins path before collecting svg path

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-21

    Other format for xml output GetFeatureInfo

Martin Dobias <wonder.sk@gmail.com>	2012-01-21

    Model/view-based tree of rules. Added basic unit test, GUI renderer test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-21

    Keep raster renderer parts aligned to pixel boundaries of unsampled rasters (to avoid overlaps or white stripes in large prints

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-21

    fix font in scale selector combobox

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-21

    avoid useless canvas redraw when user interacts with scale selector

Juergen E. Fischer <jef@norbit.de>	2012-01-20

    [FEATURE] add update extent button in vector layer properties
    and implement QgsDataProvider::updateExtents in postgres, ogr and
    spatialite provider

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-20

    Better array generation for paletted raster renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-19

    Consider user defined colors for paletted rasters

Juergen E. Fischer <jef@norbit.de>	2012-01-19

    remove empty source files

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-19

    force most core dialogs to remember their state and restore it when
    opened (adresses #206)

Juergen E. Fischer <jef@norbit.de>	2012-01-19

    fix font preview in labeling

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-19

    improved saga algorithm execution

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@18 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-19

    Restore resampler from xml

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-19

    Write resampler types to xml

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-19

    Possibility to set resampling modes differently for zoomed-in and zoomed-out

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-18

    added table field support

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@17 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-01-18

    postgres provider fixes

Juergen E. Fischer <jef@norbit.de>	2012-01-18

    back to using setStyleSheet to set the fontsize

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-18

    added icons
    added scripting stuff

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@16 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-01-18

    postgres provider:
    - disable "Add" in selection dialog while column type thread is running
    - fix detection of integer keys
    - when adding feature update attributes and feature id in passed features

Juergen E. Fischer <jef@norbit.de>	2012-01-18

    repaint vector layer on toggleEditing if the there are vertex markers

Juergen E. Fischer <jef@norbit.de>	2012-01-18

    expression builder: fix typos and warnings and follow selection (not just clicked)

Juergen E. Fischer <jef@norbit.de>	2012-01-18

    use signals for logging

Juergen E. Fischer <jef@norbit.de>	2012-01-18

    german translation update

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-18

    add tooltips to abstract field for WMS/WFS layers (addresses #4406).
    Also save and restore WFS dialog size and position (addresses #206)

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-18

    follow up 2e7867a14e

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-18

    Better to use unsigned char

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-18

    Use byte raster bands for relief plugin to generate smaller output rasters

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-18

    Support different xml root element for feature info response (WMSFeatureInfoDocumentName)

Juergen E. Fischer <jef@norbit.de>	2012-01-18

    add Marco Bernasocchi to AUTHORS

Juergen E. Fischer <jef@norbit.de>	2012-01-18

    use applications default font instead of style sheet to set options and determine default size (fixes 5155176e)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-18

    Support replacement of layer names in GetFeatureInfo with the elements WMSFeatureInfoAliasLayers and WMSFeatureInfoLayerAliases

Merge: 5155176eac 619083a264
Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-19

    Merge branch 'field-calc-4814'

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-15

    [FEATURE] Add expression builder to field calculator Fix #4814

Juergen E. Fischer <jef@norbit.de>	2012-01-17

    fix setting of icon size and allow to set global fontsize

Juergen E. Fischer <jef@norbit.de>	2012-01-17

    fix #4832: also consider schema in geometry_columns/geography columns

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-17

    show the correct feature's type name in debug messages

Juergen E. Fischer <jef@norbit.de>	2012-01-17

    postgres provider: fix default value assignment

Juergen E. Fischer <jef@norbit.de>	2012-01-17

    postgis provider: fix geometry detection

Juergen E. Fischer <jef@norbit.de>	2012-01-17

    commit error update:
    - push commit errors in PostgreSQL, OGR and SpatiaLite provider
    - add provider errors to commit error
    - postgres provider: improve handling of geography columns

Juergen E. Fischer <jef@norbit.de>	2012-01-17

    attribute table: show progress only every 5s

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-17

    save size and position of the core plugins dialogs (addresses #206)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-17

    GRASS py modules returns 1 getting interface description (fix 4667)

Sergey Yakushev <yakushevs@gmail.com>	2012-01-17

    RoadGraph: add dijkstra method to Network analysis library, remove unused shortestpath, update python bindings

Merge: c56d02fb66 3ba2fe9d04
Sergey Yakushev <yakushevs@gmail.com>	2012-01-17

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-01-16

    fix #4822

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-16

    Fix for ticket 4813 and cleanup legacy code in composer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-15

    Parameter for font color in GetLegendGraphic

Juergen E. Fischer <jef@norbit.de>	2012-01-16

    add python binding to QgsVectorDataProvider::fieldNameMap()

Juergen E. Fischer <jef@norbit.de>	2012-01-15

    error logging:
    - fix key message in postgres provider
    - add logging of errors to spatialite provider
    - log commit errors in vector layer

Juergen E. Fischer <jef@norbit.de>	2012-01-15

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-01-15

    and followup 84dc1ba5e :(

Juergen E. Fischer <jef@norbit.de>	2012-01-15

    follow up 9a9b53bb:
    - enable transform caching (comparing before each use disables its point)
    - invalidate the render transform cache only when the layer crs changes by
      connecting to the QgsMapLayer::layerCrsChanged() signal.
    - make CRS of map layer private so that setCrs has to be used on each change

Juergen E. Fischer <jef@norbit.de>	2012-01-15

    fix typos

Radim Blazek <radim.blazek@gmail.com>	2012-01-15

    unset QgsMapRenderer mCachedTrForLayer on setDestinationCrs and always check layer->crs against mCachedTr destCRS

Merge: aa323aea12 a6df30c99f
Sergey Yakushev <yakushevs@gmail.com>	2012-01-15

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-15

    display real band number for multiband rasters when single band gray
    drawing style used (patch by Bill Clay, fix #4138)

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-14

    [FEATURE] Add support to edit views that have triggers. Fixes #4787

Juergen E. Fischer <jef@norbit.de>	2012-01-14

    fix #4812

Merge: 1f0341cdc1 89306335ae
Sergey Yakushev <yakushevs@gmail.com>	2012-01-15

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2012-01-14

    vector provider: fetch codec list from Qt and default to System when a unavailable codecs is requested (might cure issueID #4801)

Juergen E. Fischer <jef@norbit.de>	2012-01-14

    indentation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-14

    Fix rounding problem for font size in GetLegendGraphic

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-14

    Fix for preview symbols in GetLegendGraphic

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-14

    Read optional legend parameters from GetLegendGraphic request (extension to WMS)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-14

    Keep image aspect in bilinear resampling, apply oversampling for zoom out

Juergen E. Fischer <jef@norbit.de>	2012-01-14

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-01-14

    split node tool into three class files in a subdirectory

Werner Macho <werner.macho@gmail.com>	2012-01-14

    translation update: es by carlos

Juergen E. Fischer <jef@norbit.de>	2012-01-13

    more nodetool speedups & refactoring (fixes #4523)
    [API] introduce signal QgsVectorLayer::geometryChanged() signal and use that
    to reduce the need to reload the modified geometry.

Juergen E. Fischer <jef@norbit.de>	2012-01-13

    fix warning

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-13

    added fixed table dialog. Improved saga descriptions reading

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@15 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-13

    use a better default name for the new pk field when creating a new empty PG table

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-13

    cleanup (remove unused line)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-13

    Remove Apply button from new spatialite layer dialog,
    activate add and remove attribute buttons only when appropriate

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-13

    in actions tab activate buttons only when appropriate (fixes #4785)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-13

    convert field names to lowercase when importing from shapefile,
    fix the number of written features,
    cleanup the code

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-13

    GPSTools: open "Load GPX" tab by default

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-13

    Avoid second redraw in GetPrint request

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-13

    Set composer map projection earlier (changes in qgsmaprenderer)

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-12

    fix add features in PG provider broken in recent refactoring

Juergen E. Fischer <jef@norbit.de>	2012-01-12

    osgeo4w packaging: update to GRASS 6.4.2RC3

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-12

    Append suffix in raster terrain plugin

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-12

    reapply fix for #4693 (broken in 8ed3e6d68d)

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-12

    save last used dirs and last used filter in GPSTools plugin (fix #1209).
    Also remember dialog size and position and restore them (addresses #206)

Juergen E. Fischer <jef@norbit.de>	2012-01-12

    show full filename for debugging in MSVC again

Sergey Yakushev <yakushevs@gmail.com>	2012-01-08

    RoadGraph: fix export tool.

Merge: 47ca43136c 878b04843d
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-12

    Merge branch 'relief'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-12

    Reapply cosmetical changes

Merge: 92de863c77 35eded8fde
mhugent <marco.hugentobler@sourcepole.ch>	2012-01-12

    Merge pull request #85 from mbernasocchi/android

    fixing execinfo.h no such file or directory on android

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-12

    Add missing copyright notices

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-12

    Raster category, remove obsolete files

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-12

    [FEATURE]: relief and hillshade function, modification of raster terrain structure

Juergen E. Fischer <jef@norbit.de>	2012-01-12

    german translation update

Werner Macho <werner.macho@gmail.com>	2012-01-12

    translation update: es by carlos

Juergen E. Fischer <jef@norbit.de>	2012-01-12

    fix #4636:
    - add a column containing the feature id, if no columns are there (otherwise
      there are no valid model indices)
    - vector layer: emit featureDeleted and featureAdded signals, when added
      features change their temporary to a permanent id (e.g. makes the now defunct
      rows in the attribute table disappear, instead of showing ERROR)
    - memory provider: update the feature id in added features

Juergen E. Fischer <jef@norbit.de>	2012-01-12

    apply #4167

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-11

    added multiple input dialgo and panel

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@13 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Juergen E. Fischer <jef@norbit.de>	2012-01-11

    postgres provider:
    - base geometrytype filtering on GeometryType not WkbType
    - use tooltips on dataitems
    - fix #4783
    - adapt #4767

Juergen E. Fischer <jef@norbit.de>	2012-01-11

    fix warning

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-11

    enable (or disable) "feature action" tool after adding (or removing) actions

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-11

    [FEATURE] add "feature action" map tool to run actions directly when clicking on features (fix #119 and #4262)
    work done for Regione Toscana-SIGTA

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-11

    [FEATURE] use expressions engine to evaluate feature actions
    work done for Regione Toscana-SIGTA

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-11

    make "action" tab less confusing (partially fix #4211):
    display add and update buttons below the edit action widget (following the "new shapefile" UI style)
    move the "capture output" checkbox away from the "insert field" combo

Giuseppe Sucameli <brush.tyler@gmail.com>	2012-01-04

    in the action dialog update the capture checkbox state when populating edit section

VKa <victor.axbom@gmail.com>	2012-01-04

    Fix Union tool to produce correct attribute table (fix #4567)

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-11

    always save last used dir in Raster terrain analysis plugin (fix #4693)

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-11

    simplified ui files
    added search functionality to toolbox

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@12 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-01-11

    fixing execinfo.h no such file or directory on android

Merge: 325df2697b f7d80e5d6e
Nathan Woodrow <madmanwoo@gmail.com>	2012-01-10

    Merge pull request #84 from mbernasocchi/android

    FIX #4201

Marco Bernasocchi <marco@bernawebdesign.ch>	2012-01-11

    FIX #4201

Juergen E. Fischer <jef@norbit.de>	2012-01-10

    [FEATURE] add status bar tool button that toggles visibility of message log and show tooltips when messages appear while message log is hidden

Juergen E. Fischer <jef@norbit.de>	2012-01-10

    postgres provider fixes

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-10

    don't overwrite existing classes when reclassify in graduated symbol
    renderer. Also always add default value and use it for all unclassified
    values (fixes #2709)

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-10

    working on qgis plugin, creating parameters window

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@11 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-10

    moving to qgis-plugin

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@10 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-10

    deleting qgis plugin to upload new stuff

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@8 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-10

    deleting qgis plugin to upload new stuff

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@7 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Sandro Santilli <strk@keybit.net>	2012-01-09

    Use ST_MakeEnvelope with PostGIS 2.0+ to build query rectangle

Merge: 838ac1d9ad efb7fade3c
Tim Sutton <tim@linfiniti.com>	2012-01-10

    Merge pull request #74 from mbernasocchi/android

    added QScrollarea to new spatialite dialog

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-10

    fix typo

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-10

    move map scale selector to QgsScaleComboBox class. Highlight nearest
    value to the current scale when open selectors popup

Juergen E. Fischer <jef@norbit.de>	2012-01-10

    don't require webkit when desktop is not built (refers #4756)

Werner Macho <werner.macho@gmail.com>	2012-01-10

    translation update: es by carlos

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-10

    Support for multiband singleband gray

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-10

    Remove old code in raster layer

Juergen E. Fischer <jef@norbit.de>	2012-01-10

    - log addition of user coordinate systems
    - include proj.4 definitions in CRS exceptions
    - raster layer: catch exception on extent transformation errors (fixes freeze in #4583)

Juergen E. Fischer <jef@norbit.de>	2012-01-09

    fix vc warnings

Juergen E. Fischer <jef@norbit.de>	2012-01-09

    add missing postgres provider symbol and link spit with QgsPostgresConn

Juergen E. Fischer <jef@norbit.de>	2011-12-29

    [FEATURE][API] postgres provider refactoring:
    - use m prefix for member variables and s prefix for class variables
    - refactor QgsPostgresProvider::Conn and QgsPostgresConnection to QgsPostgresConn
    - put QgsColumnTypeThread into separate file
    - use QgsPostgresConn in QgsPgSourceSelect
    - cleaner abort of column type thread (e.g. remove unfinished columns from
      selection list)
    - [API] move QgsDbTableModel as QgsPgTableModel to provider
    - [FEATURE] support for arbitrary key (including non-numeric and multi column)
    - [FEATURE][API] support for requesting a certain geometry type and/or srid in QgsDataSourceURI
     * no more explicit filter strings
     * support for empty tables without gemetry_columns entry or GEOMETRY type.

Juergen E. Fischer <jef@norbit.de>	2012-01-09

    QgsVectorLayer:
    - boundingBoxOfSelected() iterate only selected feature with featureAtId where available
    - identify unknown extents in metadata

Juergen E. Fischer <jef@norbit.de>	2011-12-28

    german translation update

Werner Macho <werner.macho@gmail.com>	2012-01-09

    translation update: fr by JRM

Juergen E. Fischer <jef@norbit.de>	2012-01-09

    fix 8a2ea36a

Juergen E. Fischer <jef@norbit.de>	2012-01-07

    [FEATURE] make loading attributes interruptable
    - also show progress
    - fix tracking of canvas extent (OTFR wasn't considered)

Juergen E. Fischer <jef@norbit.de>	2012-01-08

    strip toplevel directory from debugging output

Juergen E. Fischer <jef@norbit.de>	2012-01-08

    fix sip bindings

Juergen E. Fischer <jef@norbit.de>	2012-01-09

    [FEATURE] make desktop build optional (but default; fixes #4756)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-08

    Small fix for single band gray renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-08

    Move creation of renderer classes out of drawing loop

Juergen E. Fischer <jef@norbit.de>	2012-01-08

    fix #4622

Juergen E. Fischer <jef@norbit.de>	2012-01-07

    fix windows build and some warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-07

    Use QImage method for bilinear resampling

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-07

    Add highlighting for CASE condition; make regex for quote matching less greedy

volayaf@gmail.com <volayaf@gmail.com@881b9c09-3ef8-f3c2-ec3d-21d735c97f4d>	2012-01-07

    importing sextante for qgis plugin

    git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@6 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d

Martin Dobias <wonder.sk@gmail.com>	2012-01-07

    Expressions - conditional expressions (CASE)

    Right now only without "base" expression:
    CASE WHEN cond1 THEN exp1 [WHEN cond2 THEN exp2]* [ELSE exp3] END

Martin Dobias <wonder.sk@gmail.com>	2012-01-06

    plugin installer: use default flags (do not exclude close button)

Martin Dobias <wonder.sk@gmail.com>	2012-01-06

    Expressions: support for visitor pattern, expresion->OGCFilter now a visitor

Richard Duivenvoorde <richard@duif.net>	2011-12-27

    better fix for #4550 change itemchanged event for simple clicked event
    (also should fix #4748)

Alexander Bruy <alexander.bruy@gmail.com>	2012-01-06

    fix #4748

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-06

    [FEATURE] Add label wrapping on character. Semi Fixes #3284

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-06

    Single band pseudo color renderer

Merge: abcd193b0f 3f73c859c3
Marco Bernasocchi <marco@bernawebdesign.ch>	2012-01-05

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into android

    Conflicts:
            src/ui/qgsnewspatialitelayerdialogbase.ui

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-05

    More improvements for single band color data

Sergey Yakushev <yakushevs@gmail.com>	2012-01-06

    RoadGraph: fix runtime warnings

Nathan Woodrow <woodrow.nathan@gmail.com>	2012-01-05

    Remove border from expression builder output area

Werner Macho <werner.macho@gmail.com>	2012-01-05

    translation update: pt_BR by arthur

Juergen E. Fischer <jef@norbit.de>	2012-01-04

    fix windows build

Martin Dobias <wonder.sk@gmail.com>	2012-01-04

    Do not use automatic grouping anymore

Juergen E. Fischer <jef@norbit.de>	2012-01-04

    debugging improvements:
    - use versioned class variables in QgsApplication (multiple version of qgis_core don't conflict)
    - QgsLogger: log message to file before writing before invoking the message handler
    - on linux: produce backtrace on fatal errors

Juergen E. Fischer <jef@norbit.de>	2012-01-04

    fix #4690

Juergen E. Fischer <jef@norbit.de>	2012-01-04

    nodetool fixes (fixes #4523, #4737 & #4738)

Juergen E. Fischer <jef@norbit.de>	2012-01-04

    node tool: only draw vertex markers in the current canvas (refers to #4523)

Juergen E. Fischer <jef@norbit.de>	2012-01-03

    fix #4732

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-03

    Detect if transparency can be ignored for paletted renderer

Juergen E. Fischer <jef@norbit.de>	2012-01-03

    german translation update

Juergen E. Fischer <jef@norbit.de>	2012-01-03

    fix #4523:
    - make geometry validation optional: none, QGIS and GEOS
    - move internal validation to QgsGeometryValidator thread
    - cache wkt in QgsCoordinateReferenceSystem
    - fTools: leave progress of geometry validatation at 100%
    - move coordinate capture to vector menu

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-02

    Add single band color data renderer

Juergen E. Fischer <jef@norbit.de>	2012-01-02

    missed a file in last commit

Juergen E. Fischer <jef@norbit.de>	2012-01-02

    - fix #4732
    - move contents of src/app/attributetable and src/app/spatialite up one level
      (there was only one class in each directory left)

Juergen E. Fischer <jef@norbit.de>	2012-01-02

    fix #4736

Merge: ffa2cfdf2b 1d6d2961df
Werner Macho <werner.macho@gmail.com>	2012-01-02

    Merge pull request #80 from Jean-Roc/master

    update fr strings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-01

    Consider alpha channel for bilinear and cubic resampling

Jean-Roc Morreale <jr.morreale@enoreth.net>	2012-01-01

    update fr strings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-01

    Consider alpha settings in single band gray renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2012-01-01

    Fix singlebandgrayrenderer

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-12-31

    fix invalid list index in identify results causing wrong result or segfault accessing actions from context menu

Juergen E. Fischer <jef@norbit.de>	2011-12-29

    [FEATURE] add uuid generator widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-30

    More pixels per raster part

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-12-30

    Wrap field name in quotes when added to expression string

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-30

    Provide convenience function to draw image parts for raster renderer

Merge: de4850457c 3c9d1a3f74
Nathan Woodrow <woodrow.nathan@gmail.com>	2011-12-30

    Merge branch 'master' into expression-builder-highlighter

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-12-28

    Add = to operators box; Refector connecting of push button signals; Fixes #4706

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-29

    Set contrast enhancement to single band gray renderer

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-12-29

    Added basic highlighter for QgsExpression in expression builder widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-29

    Added single band gray renderer

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-29

    add new group after current item

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-29

    insert new layer before selected layer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-29

    Use small overlap between adjacent tiles

Tim Sutton <tim@linfiniti.com>	2011-12-29

    Fix style classes which lost their attribute association for some reason

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-29

    Consider invert color flag

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-29

    Use different oversampling factors in x and y directions to problems with resampled image size

Werner Macho <werner.macho@gmail.com>	2011-12-28

    translation update: et by veiko

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-12-28

    split proj4string on spaces followed by '+' (instead of spaces only).
    see http://trac.osgeo.org/proj/ticket/132

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-28

    Improve handling of corner cases with cubic resampler

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-28

    Better handling of edge-cases for bilinear resampler

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-12-28

    Refector QgsExpressionBuilderWidget to add API for loading field names; update uses of widget to use new API

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-28

    Fix bilinear resampler

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-28

    show warning when user tried to create field 'shape' in shapefile (fix #3201)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-28

    Invert color flag for raster renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-28

    Use raster renderer functions to retrieve data parts for multiband color too

Werner Macho <werner.macho@gmail.com>	2011-12-27

    translation update: pl by robert (and string updates for pl and es)

Werner Macho <werner.macho@gmail.com>	2011-12-27

    translation update: es by carlos

Tim Sutton <tim@linfiniti.com>	2011-12-27

    Use proper QGIS acronym (instead of Qgis) for OSX install notes

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-27

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2011-12-27

    ogr provider:
    - support for OLCStringsAsUTF8 (fixes #4558)
    - remove quotation on "ORDER BY" (produces a syntax error otherwise)
    - support for null values in uniqueValues/minimumValue/maximumValue

Juergen E. Fischer <jef@norbit.de>	2011-12-27

    query  builder: support null values in values lists

Juergen E. Fischer <jef@norbit.de>	2011-12-27

    indentation update

Juergen E. Fischer <jef@norbit.de>	2011-12-25

    german translation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-27

    Consider transparency in raster renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-27

    Select resampling type from raster properties. Read and write resampling method to project file

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-27

    add layers to group even group is not selected but selected child item
    in this group

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-27

    Improve incremental WFS fetch. Patch from Bill Clay from ticket 4604

Merge: bdd33b3048 ba2a205fac
William Kyngesburye <kyngchaos@kyngchaos.com>	2011-12-26

    Merge branch 'master' of github.com:qgis/Quantum-GIS

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-12-26

    generalize helper apps bundling; more quoting

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-26

    support for cyrillic symbols in raster metadata (fix #4452)

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-26

    sort panels alphabeticaly in context menu

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-12-26

    missed a few quotings

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-12-26

    more quoting in case there are empty variables, and tests for existence of files before executing commands

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-26

    Support for global transparency in raster renderer

Juergen E. Fischer <jef@norbit.de>	2011-12-25

    implement #4217

Juergen E. Fischer <jef@norbit.de>	2011-12-25

    fix #4305

Juergen E. Fischer <jef@norbit.de>	2011-12-25

    fix sip annotation

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-12-25

    don't create framework folders if framework does not exist;
    quote library names for IF test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-25

    Clean up memory

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-25

    Remove legacy code in palleted raster renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-25

    Fix some errors related to reading rasters in multiple parts

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-24

    Reading of rasters in several parts

Juergen E. Fischer <jef@norbit.de>	2011-12-24

    fix #4371

Juergen E. Fischer <jef@norbit.de>	2011-12-24

    fix #4402

Juergen E. Fischer <jef@norbit.de>	2011-12-24

    update for sip 4.13

Juergen E. Fischer <jef@norbit.de>	2011-12-24

    fix #3185 and #4689

Juergen E. Fischer <jef@norbit.de>	2011-12-24

    fix #3963

Juergen E. Fischer <jef@norbit.de>	2011-12-24

    fix runtime warnings

Juergen E. Fischer <jef@norbit.de>	2011-12-23

    fix #4646

Juergen E. Fischer <jef@norbit.de>	2011-12-23

    fix #4478

Juergen E. Fischer <jef@norbit.de>	2011-12-23

    disable rendering while legend group is removed

Juergen E. Fischer <jef@norbit.de>	2011-12-23

    fix #4694

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-23

    always create Database menu after Raster one

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-23

    move MapServer export and OSM plugins to Web menu

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-23

    added Web menu and toolbar for plugins

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-23

    [BACKPORT] display CRS in fTools as authid-description pair

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-23

    [BACKPORT] update QgsGenericProjectionSelector bindings

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-23

    [BACKPORT] don't ask for CRS when opening New Shapefile dialog (fix #4379)

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-23

    [BACKPORT] add extension to new SpatiaLite database if user ommits it

Juergen E. Fischer <jef@norbit.de>	2011-12-22

    gdal provider: add statusChanged signal and fix debugging output

Richard Duivenvoorde <richard@duif.net>	2011-12-22

    apply pull #64:
    - make proj4 string area resizable
    - this overriding the cursor messes up the cursor in the Qsplitter etc.
    - 4 recent crs's is a little low... make it 8
    - fixing the selecting of the non-current crs when dialog shows

Juergen E. Fischer <jef@norbit.de>	2011-12-22

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-12-22

    postgres provider: remove ctid limitation to 32bit

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-22

    [BACKPORT] use native projection selector in New SpatiaLite layer
    dialog (completely fix #4549)

Juergen E. Fischer <jef@norbit.de>	2011-12-22

    fix #4647 (introduced in 3b9b2d - track backports please)

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-22

    new gis theme icon for Merge shapefiles tool. Thanks to Robert

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-22

    [backport]: fix for attribute shift in form when invoked from table

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-21

    [backport] Skip attribute values with invalid variant type (fixes ticket #4684)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-21

    Fix bug in cubic interpolation

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-21

    [BACKPORT] fix Query builder from layer properties when layer name in
    cyrrilic (fix #2435)

Radim Blazek <radim.blazek@gmail.com>	2011-12-21

    No data values fix. Very small numbers were used instead of very big numbers for FCELL and DCELL - 0 values were rendered as null. Better looking values used because are shown in GUI

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-21

    Use bezier interpolation for cubic resampling. Still buggy

Juergen E. Fischer <jef@norbit.de>	2011-12-21

    german translation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-21

    Added cubic resampler (not working yet)

Radim Blazek <radim.blazek@gmail.com>	2011-12-20

    reload default color table

Merge: 9f8f86db5e 8f31f244f1
Gary Sherman <gsherman@geoapt.com>	2011-12-20

    Merge pull request #75 from g-sherman/master

    Added tip about plugins

Gary Sherman <gsherman@geoapt.com>	2011-12-20

    Added a tip about plugins

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-20

    introduced new plugin metadata entry "category". Show hint based on
    category in Plugin Manager and update all core plugins respectively

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-20

    move RoadGraph plugin to Vector menu and eVis to Database as suggested
    by Paolo

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-20

    move database plugins buttons to the Database toolbar

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-20

    added Database toolbar in addition to the Database menu

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-20

    quick temporary fix for fTools to work with new Vector menu

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-20

    move some plugins under Vector menu and toolbar

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-20

    add Vector menu and toolbar to improve plugins organization

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-20

    move all raster related plugins to the Raster menu (adresses #4395)

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-20

    implement helper methods to add plugins to the Raster menu and toolbar

Juergen E. Fischer <jef@norbit.de>	2011-12-20

    readd google mercartor (pseudo epsg:900913) removed with with 42e02d82c05b4da370be77ef71345ba62457cc66 (IssueID #4652)

Juergen E. Fischer <jef@norbit.de>	2011-12-20

    apply #4685

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-19

    More precise composer map rotation (ticket #4632)

Radim Blazek <radim.blazek@gmail.com>	2011-12-19

    use double instead of float for min/max values, fixes #4315

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-19

    [FEATURE] use combobox to display scale. Also add predefined values for
    quick scale select

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-19

    No access to invalid image pixels

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-19

    Add renderer class for multiband color

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-19

    Fix resampling with otf-reprojection turned on

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-18

    Bilinear resampler

Radim Blazek <radim.blazek@gmail.com>	2011-12-18

    set min/max values if available for single band, set StretchToMinimumMaximum if min/max are available for grayscale, fixes part of #4193 - GRASS rasters are drawn in gray

Radim Blazek <radim.blazek@gmail.com>	2011-12-18

    set raster stats bandName and bandNumber, fixes one problem of #4193 - band name can only be set to "" or "Not set".

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-18

    Added raster renderer interface and test implementation for paletted rasters

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-18

    Raster redesign: first prototype of paletted renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-18

    Enable button to access label engine settings

Juergen E. Fischer <jef@norbit.de>	2011-12-18

    fix #4389

Juergen E. Fischer <jef@norbit.de>	2011-12-18

    add log messages to raster layer

Juergen E. Fischer <jef@norbit.de>	2011-12-18

    fix typos

Marco BErnasocchi <marco@bernawebdesign.ch>	2011-12-18

    added QScrollarea to new spatialite dialog

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-17

    [BACPORT] fix Merge shapefile to one crash when used layers mode

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-17

    minor UI fix in New SpatiaLite Layer dialog

Juergen E. Fischer <jef@norbit.de>	2011-12-16

    remove "unsynced" EPSG CRS that are not listed in GDAL (closes #4652)

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-16

    new icons for RGB to PCT and PCT to RGB tools from Robert

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-16

    Added title / abstract to python bindings

Merge: c336eca8a7 dcae36009e
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-16

    Merge branch 'wms_layer_title_abstract'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-16

    Better layout for abstract text edits

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-16

    [BACKPORT] add extension to new GPX file if user ommit it (fix #4623)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-15

    Publish layer titles and abstracts in WMS capabilities

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-15

    [FEATURE]: layer can have abstracts and title (e.g. for the use in WMS server)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-15

    Fix column mismatch in wfs dialog

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-15

    use project title as default filename in Save and Save as dialogs
    (implements #4326)

Werner Macho <werner.macho@gmail.com>	2011-12-15

    translation update: et by veiko

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-14

    [BACKPORT] sort layers and fields alphabetically in fTools (fix #4412)

pcav <cavallini@faunalia.it>	2011-11-14

    Minor fix to IT GUI

Juergen E. Fischer <jef@norbit.de>	2011-12-13

    fix windows build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-13

    typo

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-13

    [FEATURE]: choice to keep WFS layers in cache or load the data on redraw

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-13

    [BACKPORT] use native separators in filename edit widget (fix #2992)

Merge: 8bdf4041b6 3f14ea8888
Sergey Yakushev <yakushevs@gmail.com>	2011-12-13

    Merge remote branch 'pb/master'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-13

    Avoid warnings

Merge: 700e6b42e6 05fd5983f0
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-13

    Merge branch 'wfs_filter'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-12

    Don't forget to send server response if in release mode

Merge: bca3f934c0 a9616b3aed
Werner Macho <werner.macho@gmail.com>	2011-12-11

    Merge pull request #72 from Jean-Roc/master

    update fr strings

Jean-Roc Morreale <jr.morreale@enoreth.net>	2011-12-11

    update fr string, correct keybord shorcuts

Juergen E. Fischer <jef@norbit.de>	2011-12-10

    fix source permissions

Juergen E. Fischer <jef@norbit.de>	2011-12-10

    enable wait cursor when wms search is ongoing (closes #4625)

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-10

    don't keep shortcuts after uninstalling standalone version (fix #2977)

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-10

    remove debug output from fTools (again)

Radim Blazek <radim.blazek@gmail.com>	2011-12-10

    #3723 fix, sync transparency table with raster

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-10

    [BACKPORT] mark project dirty when added or removed composer (fix #3577)

Merge: e154f692c4 c7db7dac02
Radim Blazek <radim.blazek@gmail.com>	2011-12-10

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2011-12-10

    #3576 fix, load default raster style

Merge: 315bd8541a 13fdca8f30
Werner Macho <werner.macho@gmail.com>	2011-12-10

    Merge pull request #71 from Cracert/master

    translation update: pl

Juergen E. Fischer <jef@norbit.de>	2011-12-09

    - update wms metadata (fixes #4626)
    - german translation fixes
    - fix warnings

Robert Szczepanek <robert@szczepanek.pl>	2011-12-09

    translation update: pl by Milena

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-12-09

    [BACKPORT] Enable path to pymods in GdalTools settings dialog and automatically set default OSX environment (fix #3170)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-09

    Enable wfs extent option again

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-09

    remove some debug output from fTools

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-09

    Support writing filters by hand, remove namespace from filter element, better comments

Merge: 6fbad32b6b a6746f1401
Tim Sutton <tim@linfiniti.com>	2011-12-09

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-12-09

    Applied patch from Borys Jurgiel to correct some plugin manager wobblies. See #4621

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-09

    qgis server: allow empty strings in filters

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-09

    [BACKPORT] move database related plugins to Database menu and create
    some icons in Layers toolbar (partial fix for #4395)

Juergen E. Fischer <jef@norbit.de>	2011-12-08

    WMS server: add more capabilities to GetCapabilities response (including GetPrint)
    Thanks Marco Lechner for the initial patch.

Juergen E. Fischer <jef@norbit.de>	2011-12-07

    [FEATURE] WMS server: add support for WMS 1.1.1 and port to QMap (from std::map)
    Thanks Marco Lechner for the initial WMS 1.1.1 patch.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-08

    WMS server: let fuzzy string functions go through filter safety test

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-08

    More descriptive parameter name and comment

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-01

    Show marker sizes and line widths in composer in proportion to the page

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-08

    Filter export for operators AND / OR

Merge: a74d82d013 f1c4d535f3
marco <marco@marco-laptop.(none)>	2011-12-07

    Merge branch 'composeritem_xml'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-07

    OGC filter export: support for basic comparison operators, literal and propertyName

Werner Macho <werner.macho@gmail.com>	2011-12-07

    translation update: string updates Estonian

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-07

    Read available provider fields for expression dialog from wfs DescribeFeatureInfo

Werner Macho <werner.macho@gmail.com>	2011-12-07

    translation update: et by Veiko

marco <marco@marco-laptop.(none)>	2011-12-07

    Option to create undo commands whan adding composer items from xml

marco <marco@marco-laptop.(none)>	2011-12-07

    Move more item related functions from composerview to composeritem

Juergen E. Fischer <jef@norbit.de>	2011-12-07

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-11-30

    hide layer order dock by default

Juergen E. Fischer <jef@norbit.de>	2011-11-30

    add tooltip for 'Select At Id' option in postgres selection dialog

Juergen E. Fischer <jef@norbit.de>	2011-12-06

    reindent main.cpp

Juergen E. Fischer <jef@norbit.de>	2011-12-06

    implement #4615: save as spatialite

Juergen E. Fischer <jef@norbit.de>	2011-12-06

    wms provider: log error message, if a faulty image is returned.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-06

    Possibility to add several wfs layers in one go

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-06

    fix build

Werner Macho <werner.macho@gmail.com>	2011-12-06

    translation update: small typo fix

Tim Sutton <tim@linfiniti.com>	2011-12-06

    Added more debugging info to wms server. Also when compiled in debug mode, it will write the last rendered image out to the system temp dir (overwriting it with each render)

Merge: 5b6b29326b 0c39be62fe
Tim Sutton <tim@linfiniti.com>	2011-12-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

marco <marco@marco-laptop.(none)>	2011-12-05

    More cleanups

marco <marco@marco-laptop.(none)>	2011-12-05

    Remove addItem methods of composer view. Use the ones from composition instead

Werner Macho <werner.macho@gmail.com>	2011-12-05

    translation update: pt_PT by Luís de Sousa

marco <marco@marco-laptop.(none)>	2011-12-05

    Keep item option tab up-to-date

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-12-05

    Fix crash with relative file paths if projPath is not yet defined

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-05

    [BACKPORT] don't change cursor to hourglass for fTools that runs in
    separate thread

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-05

    [BACKPORT] run Split vector layer tool in separate thread to prevent UI
    blocking

Merge: d38a0bcbbb 5151b2a82a
Tim Sutton <tim@linfiniti.com>	2011-12-04

    Merge pull request #68 from mbernasocchi/android

    [BP18] Android adaptations

Merge: f9f486072f d38a0bcbbb
Tim Sutton <tim@linfiniti.com>	2011-12-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Werner Macho <werner.macho@gmail.com>	2011-12-04

    translation update: mn by Bayarmaa

Merge: e2dac54ef8 f00785fc85
Werner Macho <werner.macho@gmail.com>	2011-12-04

    Merge pull request #70 from Jean-Roc/master

    update fr translation

marco <marco@marco-laptop.(none)>	2011-12-04

    Move loading of items to qgscomposition to avoid duplicated code

Juergen E. Fischer <jef@norbit.de>	2011-12-03

    fix #4600: also remove invisible layers from layer order list

Marco BErnasocchi <marco@bernawebdesign.ch>	2011-12-03

    - added CmakeLists.txt.user to .gitignore

Marco BErnasocchi <marco@bernawebdesign.ch>	2011-12-03

    - Fixed pull request comments

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-02

    [BACKPORT] New vector layer dialog - show CRS as authid-description pair
    instead of proj4 string

Alexander Bruy <alexander.bruy@gmail.com>	2011-12-02

    [BACKORT] move Add attribute button in New vector layer dialog (fix #2749) and some other minor UI fixes

Merge: ad8ae1bda8 335dbf1631
Tim Sutton <tim@linfiniti.com>	2011-12-02

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 7c128e118b c63b14976a
Tim Sutton <tim@linfiniti.com>	2011-12-01

    Merge pull request #69 from NathanW2/ui-tweaks

    Reduce layout margins on legend, legend order, python console. Change le...

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-12-02

    Reduce layout margins on legend, legend order, python console. Change legend order font size to 10 same as legend

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-29

    minor UI fix in vector layer properties dialog

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-12-01

    add helpful info to GdalTools Settings dialog on how to configure GDAL path

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-12-01

    [BACKPORT] find python on OSX (partially fix #3097)
    don't overwrite PATH env var, but append to it.

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-11-30

    fix #4573

Tim Sutton <tim@linfiniti.com>	2011-11-30

    Revert "Merge branch 'master' of github.com:qgis/Quantum-GIS into qgis-master"

    This reverts commit 78ce3cdc84b79dbec5d227db9ee14af6edf9af66, reversing
    changes made to 2414a3abbc97483a5355c262a96c4fc353566bcb.

Merge: 2414a3abbc 763caa71f6
Tim Sutton <tim@linfiniti.com>	2011-11-30

    Merge branch 'master' of github.com:qgis/Quantum-GIS into qgis-master

Tim Sutton <tim@linfiniti.com>	2011-11-30

    [UI] put wms options for project properties into a scroll widget so dialog can be resized vertically

Tim Sutton <tim@linfiniti.com>	2011-11-30

    [UI] put wms options for project properties into a scroll widget so dialog can be resized vertically

Merge: 2bd2d84e08 8e4e8e147c
Tim Sutton <tim@linfiniti.com>	2011-11-30

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-11-30

    german translation update

Martin Dobias <wonder.sk@gmail.com>	2011-11-30

    Allow changing rendering order in rule-based renderer

Martin Dobias <wonder.sk@gmail.com>	2011-11-30

    Allow rules to have children

Juergen E. Fischer <jef@norbit.de>	2011-11-30

    [FEATURE] allow to disable SelectAtId capability for PostgreSQL provider to
    force usage of the attribute table memory model.  Apparently the memory model
    was completely disfunctional before.  Fixes included, but it probably needs
    more testing.

Juergen E. Fischer <jef@norbit.de>	2011-11-30

    legend order: add checkboxes to control whether the legend or the layer order controls render order

Merge: ce807107c9 376d45b0dd
Marco BErnasocchi <marco@bernawebdesign.ch>	2011-11-29

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS into android

marco <marco@marco-laptop.(none)>	2011-11-28

    [FEATURE]: Copy paste for composer item. Provided by Anna Kratochvilova in ticket #4070

Juergen E. Fischer <jef@norbit.de>	2011-11-29

    remove superfluous closing parenthesis

Merge: 2bd2d84e08 4b86c710e9
Tim Sutton <tim@linfiniti.com>	2011-11-29

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco BErnasocchi <marco@bernawebdesign.ch>	2011-11-29

    cleaning up for pull

Marco BErnasocchi <marco@bernawebdesign.ch>	2011-11-29

    cleaning up for pull request

Merge: 249d8892b1 4b86c710e9
Marco BErnasocchi <marco@bernawebdesign.ch>	2011-11-29

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS into android

marco <marco@marco-laptop.(none)>	2011-11-28

    Ticket #4035

Jean-Roc Morreale <jr.morreale@enoreth.net>	2011-11-28

    update french gui

marco <marco@marco-laptop.(none)>	2011-11-28

    [FEATURE]: alignment (left/middle/right) for composer scale bar to keep bar position when zooming

Merge: 1b6e10d25c a5b9f92d4e
Tim Sutton <tim@linfiniti.com>	2011-11-27

    Resolved merge conflicts

Merge: 476df4047d 32ad063de0
Tim Sutton <tim@linfiniti.com>	2011-11-27

    Merge pull request #67 from NathanW2/projection-ui

    More tweaks to the Projection selector widget

Juergen E. Fischer <jef@norbit.de>	2011-11-27

    yet another german translation update

Juergen E. Fischer <jef@norbit.de>	2011-11-27

    fix initial state of layer order list on project load

Juergen E. Fischer <jef@norbit.de>	2011-11-27

    more log messages and auto-resize cells

Merge: 301d20717d 191fb223fb
Tim Sutton <tim@linfiniti.com>	2011-11-27

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Merge: 545e9a4b59 bae83014a7
Tim Sutton <tim@linfiniti.com>	2011-11-27

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-11-27

    use the same format in logfile and on console and use either console or logfile

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-27

    Put 'Hide deprecated CRSs' back to size 9

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-23

    UI tweaks to the projection UI; Remove old buttons and code etc

Radim Blazek <radim.blazek@gmail.com>	2011-11-27

    maxdev must also be inited

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-27

    Put 'Hide deprecated CRSs' back to size 9

Radim Blazek <radim.blazek@gmail.com>	2011-11-27

    array init fix

Radim Blazek <radim.blazek@gmail.com>	2011-11-27

    Use QImage in QgsMapCanvasMap by default, QImage was set by default from GUI, only if a user applied options from gui, otherwise QPixmap (8x slower) was used)

Radim Blazek <radim.blazek@gmail.com>	2011-11-27

    missing iostream

Juergen E. Fischer <jef@norbit.de>	2011-11-27

    another german translation update

Juergen E. Fischer <jef@norbit.de>	2011-11-27

    add translation strings for expression builder

Juergen E. Fischer <jef@norbit.de>	2011-11-27

    missed new files of 46bc34df8c0312cd169f7a1e10305060437d5cfc

Juergen E. Fischer <jef@norbit.de>	2011-11-26

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2011-11-26

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-11-26

    [FEATURE] allow legend independant drawing order

Juergen E. Fischer <jef@norbit.de>	2011-11-26

    add log messages to OGR provider

Juergen E. Fischer <jef@norbit.de>	2011-11-26

    make log tabs closable

Juergen E. Fischer <jef@norbit.de>	2011-11-26

    remove unnecessary iostream includes

Martin Dobias <wonder.sk@gmail.com>	2011-11-26

    Moved symbol levels button under renderer's advanced menu

Martin Dobias <wonder.sk@gmail.com>	2011-11-26

    Introduce capabilities for renderers (now only symbol levels capability)

Martin Dobias <wonder.sk@gmail.com>	2011-11-26

    Move rules up/down instead of inc/dec priorities

Martin Dobias <wonder.sk@gmail.com>	2011-11-25

    Remove "first rule" and "use symbol levels" options

Martin Dobias <wonder.sk@gmail.com>	2011-11-25

    Support multiple matching rules per feature, always using symbol levels

Sandro Santilli <strk@keybit.net>	2011-11-25

    Simplify generation of SQL query for selecting features in a box.

    This is propedeutic to upcoming changes related to boxes in PostGIS 2.0

Sandro Santilli <strk@keybit.net>	2011-11-21

    [FEATURE] Detect topology support

Juergen E. Fischer <jef@norbit.de>	2011-11-25

    log more error messages

Juergen E. Fischer <jef@norbit.de>	2011-11-25

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-11-25

    default postigis geometry columns lookups in the meta data only

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-25

    [FEATURE]: allow item selection tolerance in composer (default is 0)

Sergey Yakushev <yakushevs@gmail.com>	2011-11-25

    fix QgsGraphAnalyzer: a bad result if the source is a symmetric graph

Merge: 39a039d140 898604dbb4
Tim Sutton <tim@linfiniti.com>	2011-11-25

    Resolved merge conflicts

Merge: 5b9cc5cfaf 898604dbb4
Marco BErnasocchi <marco@bernawebdesign.ch>	2011-11-25

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS into android

Merge: dde70324a8 898604dbb4
Tim Sutton <tim@linfiniti.com>	2011-11-24

    Resolved merge conflicts

Merge: 23ce247f1c d3e913ce23
Martin Dobias <wonder.sk@gmail.com>	2011-11-24

    Merge pull request #56 from NathanW2/function_help

    Handle function help the same way as context help; Allows easier management of function help texts

Merge: c02ccc9ce3 9048107253
Tim Sutton <tim@linfiniti.com>	2011-11-24

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-11-24

    missed a file in last commit

Juergen E. Fischer <jef@norbit.de>	2011-11-24

    [FEATURE] add row cache for attribute table

Juergen E. Fischer <jef@norbit.de>	2011-11-24

    fix crash when project is not yet saved

Merge: 52eb8fd7be dde70324a8
Tim Sutton <tim@linfiniti.com>	2011-11-24

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-11-24

    Added the show scale range button

Marco BErnasocchi <marco@bernawebdesign.ch>	2011-11-24

    fix for issue 4224:
    - plugins are loaded only if called *plugin.so
    - providers are loaded only if called *provider.so

Tim Sutton <tim@linfiniti.com>	2011-11-23

    Enable html inspection of web views in debug mode

Tim Sutton <tim@linfiniti.com>	2011-11-23

    Updates for html interaction with qgis - raster metadata revamp

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-23

    UI tweaks to the projection UI; Remove old buttons and code etc

Tim Sutton <tim@linfiniti.com>	2011-11-23

    Further updates to places provider registry called pluginPath to make it use providerPath now

Marco BErnasocchi <marco@bernawebdesign.ch>	2011-11-23

    Added support for unversioned libs for android

Tim Sutton <tim@linfiniti.com>	2011-11-22

    Further updates to flot histogram implementation - added legend and try to map colours more intelligently

Merge: 6191319ac9 376adc4dab
Tim Sutton <tim@linfiniti.com>	2011-11-22

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-11-22

    emulate getrusage(2) on windows (borought from PostgreSQL)

Merge: 1b3c383aba a0dad9c4f6
Tim Sutton <tim@linfiniti.com>	2011-11-22

    Merge pull request #59 from NathanW2/window_theme

    [FEATURE] Allow the user to select the Qt windows style they want

Merge: ec7e159b0f b6d986c8e8
Tim Sutton <tim@linfiniti.com>	2011-11-22

    Merge pull request #66 from rduivenvoorde/projection-ui

    [FEATURE] UI Overhaul for #4550 projection ui work

Richard Duivenvoorde <richard@duif.net>	2011-11-22

    for #4550 projection ui work

marco <marco@marco-laptop.(none)>	2011-11-21

    Point displacement renderer: fix loading embeded renderers

Tim Sutton <tim@linfiniti.com>	2011-11-21

    Make save as image work for new histogram implementation

Radim Blazek <radim.blazek@gmail.com>	2011-11-21

    Dont use QgsApplication, --prefix, json fix

Tim Sutton <tim@linfiniti.com>	2011-11-21

    Fix refresh of histogram when tab is already active

Tim Sutton <tim@linfiniti.com>	2011-11-21

    Improvements to graph - allow interactive pan & zoom

Tim Sutton <tim@linfiniti.com>	2011-11-21

    Further updates to flot graphing for raster histogram

Sergey Yakushev <yakushevs@gmail.com>	2011-11-21

    fix Road graph plugin: enable geometry type filter

Merge: 555e028e73 7f1ca27900
Tim Sutton <tim@linfiniti.com>	2011-11-20

    Merge pull request #64 from rouault/master

    OGR provider: don't segfault when the layer cannot be retrieved (e.g. datasource with 0 layer)

Even Rouault <even.rouault@mines-paris.org>	2011-11-20

    OGR provider: don't segfault when the layer cannot be retrieved (e.g. datasource with 0 layer)

Tim Sutton <tim@linfiniti.com>	2011-11-20

    Further implementation of flot based graphing for raster stats

Radim Blazek <radim.blazek@gmail.com>	2011-11-20

    benchmark program

Tim Sutton <tim@linfiniti.com>	2011-11-20

    In progress work to replace qwt with flot for raster histogram

Tim Sutton <tim@linfiniti.com>	2011-11-19

    Fixed bug in showSettings output and noted that providerPath is new to 2.0 api

Tim Sutton <tim@linfiniti.com>	2011-11-19

    Keep providers in a separate dir to plugins

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-19

    Reduce margins; hide row header; use DotLine for grid; reduce spacing between rows

Juergen E. Fischer <jef@norbit.de>	2011-11-18

    [FEATURE] message log window

Juergen E. Fischer <jef@norbit.de>	2011-11-18

    fix tab restoration in project properties

Juergen E. Fischer <jef@norbit.de>	2011-11-18

    make relative paths default

Merge: 8f33367ffd d6ffb8106e
Giuseppe Sucameli <brush.tyler@gmail.com>	2011-11-18

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-11-18

    make v.what.vect working with GRASS 6.4.2rc2 (fix #4552)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-18

    Initialize default symbol to 0 in rule based renderer

Tim Sutton <tim@linfiniti.com>	2011-11-17

    Backport 1.7 changelog changes and updated sponsors to include Uster

Martin Dobias <wonder.sk@gmail.com>	2011-11-17

    [FEATURE] Delete SpatiaLite tables from browser

Martin Dobias <wonder.sk@gmail.com>	2011-11-17

    Optimize SpatiaLite feature reading speed

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-11-17

    fix #4465 to make the GRASS plugin working with GRASS 6.4.2RC2

Merge: aabfdf9d88 0a17ad5287
Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-17

    Merge upstream/master; fix conflicts

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-11-17

    fix #4466

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-17

    Use null string vs empty

Juergen E. Fischer <jef@norbit.de>	2011-11-17

    fix windows build

Merge: 608e7d05ba 00e0a61c02
Werner Macho <werner.macho@gmail.com>	2011-11-17

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Werner Macho <werner.macho@gmail.com>	2011-11-17

    translation update: galician and norwegian

Werner Macho <werner.macho@gmail.com>	2011-11-17

    translation: added galician language on request - some changes to new norwegian language

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-17

    WMS server: another correction to correctly support embedded layers and groups

Juergen E. Fischer <jef@norbit.de>	2011-11-17

    osgeo4w update: use GRASS 6.4.2RC2

Tim Sutton <tim@linfiniti.com>	2011-11-17

    Added make check command for Sandro Santilli and other gnu make officianados

Merge: 483a8d8154 c585a49feb
Tim Sutton <tim@linfiniti.com>	2011-11-17

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-11-16

    debian packaging update

Martin Dobias <wonder.sk@gmail.com>	2011-11-16

    [FEAUTRE] Import of vectors to SpatiaLite in browser + move MIME type stuff to a separate file

Martin Dobias <wonder.sk@gmail.com>	2011-11-16

    Move creation of SpatiaLite DB to provider + option to create DB from browser

Tim Sutton <tim@linfiniti.com>	2011-11-16

    Fixes so qgspoint unit tests all pass

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-16

    fix build error introduced in ed13141b67

Merge: f0d6cea53f 275585cf83
Werner Macho <werner.macho@gmail.com>	2011-11-16

    Merge remote-tracking branch 'upstream/master'

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-11-16

    added new qtmain_android.cpp

Werner Macho <werner.macho@gmail.com>	2011-11-16

    translation update: added norwegian on request

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-11-16

    changed app class path

Juergen E. Fischer <jef@norbit.de>	2011-11-16

    fix creatation of python output directory on windows

marco <marco@marco-laptop.(none)>	2011-11-16

    Better implementation of QgsProjectParser::mapLayerFromStyle

Juergen E. Fischer <jef@norbit.de>	2011-11-16

    debian packaging update

Martin Dobias <wonder.sk@gmail.com>	2011-11-15

    Fix #4511 - refreshing of Postgres tables

Juergen E. Fischer <jef@norbit.de>	2011-11-15

    fix windows build and include tests runs in nightly build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-15

    Added python bindings for vector field symbollayer

marco <marco@marco-laptop.(none)>	2011-11-14

    Flag to allow usage of QGIS server with an x-server (vector pdf output for patterns)

Tim Sutton <tim@linfiniti.com>	2011-11-14

    Partial fix to coordinate reference system unit tests

Tim Sutton <tim@linfiniti.com>	2011-11-14

    Make more tests work - only 4/16 fail now

Tim Sutton <tim@linfiniti.com>	2011-11-14

    Updates for regression992 test - test should work but raster still introduces some difference which I am working to figure out why

Tim Sutton <tim@linfiniti.com>	2011-11-14

    Fix problem with analyzer test

Tim Sutton <tim@linfiniti.com>	2011-11-14

    Further updates to the unit tests - still not all passing yet

Merge: e54680dbdd f0839fb350
Tim Sutton <tim@linfiniti.com>	2011-11-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-11-14

    Updates for unit tests so they actually run and fix application test

marco <marco@marco-laptop.(none)>	2011-11-14

    Save some time in node tool for geometry export and avoid detachs

Tim Sutton <tim@linfiniti.com>	2011-11-14

    Enable tests by default

Merge: 9adb57ebae cf849875a2
Tim Sutton <tim@linfiniti.com>	2011-11-13

    Merge pull request #61 from rduivenvoorde/cf849875

    fix for #4500

marco <marco@marco-laptop.(none)>	2011-11-13

    Don't show invisible layers and features in wms server feature info

Richard Duivenvoorde <richard@duif.net>	2011-11-13

    fix for #4500, endlessloop because of too small tolerance

Sandro Santilli <strk@keybit.net>	2011-11-13

    Add support for TopoGeometry datatype

    (don't get too excited)

Juergen E. Fischer <jef@norbit.de>	2011-11-13

    update qgisapp for new codename

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-13

    [BP18] wrap long label in Options dialog to avoid horizontal scrolling

Juergen E. Fischer <jef@norbit.de>	2011-11-13

    german translation update

Merge: 27e770a502 d52c510eaa
pcav <cavallini@faunalia.it>	2011-11-13

    Merge branch 'master' of github.com:qgis/Quantum-GIS

marco <marco@marco-laptop.(none)>	2011-11-13

    WMS server: support relative pathes to spatialite dbs

Merge: 76244bc59c f8bbe8fb70
Marco Bernasocchi <marco@bernawebdesign.ch>	2011-11-13

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into android

pcav <cavallini@faunalia.it>	2011-10-19

    More typos in IT GUI

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-13

    [FEATURE] add gdal_fillnodata to GdalTools

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-13

    [BACKPORT] fix broken Assign projection functionality in GDALTools and
    improve handling output file extension

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-13

    Add note about restart required

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-13

    Allow user to select Qt app style

Tim Sutton <tim@linfiniti.com>	2011-11-13

    Updated version number and splash for master branch

Merge: 1148aaf72e 33b7e314bc
Tim Sutton <tim@linfiniti.com>	2011-11-13

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-11-13

    [BP17]Added Voralberg as silver sponsor

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-12

    [BACKPORT] Union and Symetrical difference works only on whole layer

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-12

    [BACKPORT] fix holes in Union output (fix #3581)

Merge: ce8c75ff6c e115975037
Werner Macho <werner.macho@gmail.com>	2011-11-12

    Merge pull request #58 from Jean-Roc/master

    [BP18] Update french UI

Jean-Roc Morreale <jr.morreale@enoreth.net>	2011-11-12

    [BP18] update UI strings

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-12

    [BACKPORT] add What's this to Help menu (implement #4179)

Juergen E. Fischer <jef@norbit.de>	2011-11-12

    german translation update

Merge: cf7b989a7e d3fe1941fd
Tim Sutton <tim@linfiniti.com>	2011-11-12

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-11-12

    Added another way to find org files (but commented out)

Tim Sutton <tim@linfiniti.com>	2011-11-12

    Enable new repo by default now too

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-12

    [BACKPORT] fTools: update layers lists after adding new layer to TOC (fix #4318)

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-12

    [BACKPORT] don't block QGIS main window when running Merge shapefiles
    tool. Partially addresses #4383

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-12

    [BACKPORT] remove executable flag from fTools sources

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-12

    [FEATURE] Densify geometries tool for fTools (fix #3628). Still without
    icon

Alexander Bruy <alexander.bruy@gmail.com>	2011-11-12

    [FEATURE] Build spatial index tool for fTools (see #2779). Currently
    without icon

marco <marco@marco-laptop.(none)>	2011-11-12

    sld parser in qgis server is still on old symbology

Merge: 8422a9da4f 05edbedc5e
Werner Macho <werner.macho@gmail.com>	2011-11-12

    Merge pull request #57 from Jean-Roc/master

    updates_ts script for fedora + update local

Jean-Roc Morreale <jr.morreale@enoreth.net>	2011-11-11

    update french string

Jean-Roc Morreale <jr.morreale@enoreth.net>	2011-11-11

    adapt the script for fedora

Martin Dobias <wonder.sk@gmail.com>	2011-11-11

    Do not validate the geometry if it is known to be valid - save some time

Radim Blazek <radim.blazek@gmail.com>	2011-11-11

    correct source data type in meta (instead of internal daty type used in QGIS)

Martin Dobias <wonder.sk@gmail.com>	2011-11-08

    [FEATURE] Allow plugin metadata to be in metadata.txt

    Until now plugins' metadata were always retrieved from __init__.py by calling python methods.
    Reading metadata from a text file has the advantage of not requiring to load the plugin code
    and can be done by plugin repository.

    Metadata in metadata.txt is preferred to the methods in __init__.py - if the text file is
    present, it is used to fetch the values. From QGIS 2.0 the metadata from __init__.py
    will not be accepted - the metadata.txt file will be required.

    Plugin metadata should be in INI file format, recognized by python's ConfigParser module
    and by Qt's QSettings class.

    All currently used metadata should be in [general] section. Example use:

    [general]
    name=PostGIS manager
    description=Manage your PostGIS database
    version=Version 0.5.15
    icon=icons/postgis_elephant.png
    qgisMinimumVersion=1.0.0

Juergen E. Fischer <jef@norbit.de>	2011-11-09

    put spatialindex header directory in front of GEOS

Merge: 52a30097fa eda69e6ffe
Sergey Yakushev <yakushevs@gmail.com>	2011-11-09

    Merge remote branch 'pb/master'

Merge: c37b63a83f 98d5a7665c
Giuseppe Sucameli <brush.tyler@gmail.com>	2011-11-09

    Merge remote-tracking branch 'brushtyler/master'

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-11-09

    fix for crash in projection selection

Martin Dobias <wonder.sk@gmail.com>	2011-11-08

    Fix label orientation with line dependent position (#3643)

Juergen E. Fischer <jef@norbit.de>	2011-11-08

    german translation update

Martin Dobias <wonder.sk@gmail.com>	2011-11-01

    More intuitive setting for orientation of labels (map/line)

Sandro Santilli <strk@keybit.net>	2011-10-22

    Disable options related to interpretation and threatment of above/below line labeling when online labeling is requested.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-08

    Fix detection of CRS meter units

Martin Dobias <wonder.sk@gmail.com>	2011-11-06

    Make sure that relevant fields are set always when necessary.

Martin Dobias <wonder.sk@gmail.com>	2011-10-04

    Significantly improve OGR fetching speed - set ignored field only on select()

    Beware: featureAtId() may interfere, this should be checked.

Juergen E. Fischer <jef@norbit.de>	2011-11-07

    postgres provider: also consider int2 and int8 as primary candidates of views

Juergen E. Fischer <jef@norbit.de>	2011-10-28

    when intializing from WKT favourize EPSG instead of PROJ.4

Radim Blazek <radim.blazek@gmail.com>	2011-11-07

    GRASS version support

Radim Blazek <radim.blazek@gmail.com>	2011-11-07

    GRASS version support

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-07

    Handle function help the same way as context help; Allows easier management of help; Use same style sheet as context help.

Juergen E. Fischer <jef@norbit.de>	2011-11-07

    remove spatialindex include

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-11-06

    OS X build/install updates

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-11-06

    fix for #3999 until something better can be done

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-11-06

    frameworkize networkanalysis on OS X

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-11-06

    missed a bit for bundling qsqlite

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-11-06

    bundle qsqlite for eVis plugin; bundle other Qt frameworks for extra plugins

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-11-06

    fix missing spatialindex include dir

marco <marco@marco-laptop.(none)>	2011-11-05

    Refresh map list in composer table widget in showEvent. Ticket #4496

Martin Dobias <wonder.sk@gmail.com>	2011-11-04

    Fix #4495 - patch by Nathan

Merge: 5be1d744d0 15174da710
Werner Macho <werner.macho@gmail.com>	2011-11-04

    Merge pull request #55 from mach0/master

    german typo fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-04

    Hide query entry in legend context menu for layers with joins

Werner Macho <werner.macho@gmail.com>	2011-11-04

    translation update: small german typo fixes

Juergen E. Fischer <jef@norbit.de>	2011-11-03

    fix NULL support in expression evaluation

Martin Dobias <wonder.sk@gmail.com>	2011-11-03

    Fix #4479 - trigger "new color ramp" always when activated

Juergen E. Fischer <jef@norbit.de>	2011-11-03

    fix windows build

Martin Dobias <wonder.sk@gmail.com>	2011-11-02

    Add default gradient ColorBrewer color ramps from Anita

Merge: 650605f62e 9e809f397a
Martin Dobias <wonder.sk@gmail.com>	2011-11-02

    Merge pull request #54 from NathanW2/expression-ui

    Remove multiline label option and make it default and expression builder UI tweaks.

Martin Dobias <wonder.sk@gmail.com>	2011-11-02

    Fix #4483. Do not allow the toolbar in qbrowser to be hidden

Martin Dobias <wonder.sk@gmail.com>	2011-11-02

    Fix #4441

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-02

    Remove option for multiline; Code always uses multiline; Direction symbol now works for multiline

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-11-01

    Added icons for save and load buttons; Open and Save buttons hiden for now

Merge: 7d480b965a 68f7d57d3a
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-02

    [FEATURE]: added vector field symbol layer to visualise displacement. Changed ellipse symbol layer to resolve field indices in startRender method

Juergen E. Fischer <jef@norbit.de>	2011-11-02

    fix windows build

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-01

    Improve vector field widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-01

    Handle different vector field types

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-01

    Cleanup ellipse symbol layer to store only field names, not indices

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-01

    Fix stopRender call in graduated symbol renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-01

    Added vlayer in startRender calls of renderer classes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-11-01

    Updated python bindings, added export macros

Nathan Woodrow <woodrow.nathan@gmail.com>	2011-10-31

    Move help above field values, less movement in Ui for user;add save and open button

Merge: e9ee865f78 50f20c2c20
Tim Sutton <tim@linfiniti.com>	2011-10-31

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-10-31

    [BACKPORT] apply fix to invalid reference to trac #4440

Merge: 1a1f5ebe30 8154103176
Tim Sutton <tim@linfiniti.com>	2011-10-31

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Martin Dobias <wonder.sk@gmail.com>	2011-10-31

    Fix fix for #4439

Martin Dobias <wonder.sk@gmail.com>	2011-10-31

    Fix #4444. Patch by Vaclav Petras

Merge: ed20ff3687 a739750e45
Martin Dobias <wonder.sk@gmail.com>	2011-10-31

    Merge pull request #53 from NathanW2/expression-labels-patch

    Expression label patches

Martin Dobias <wonder.sk@gmail.com>	2011-10-29

    Fix #4439

Martin Dobias <wonder.sk@gmail.com>	2011-10-22

    Move SpatiaLite source select dialog to provider.

Martin Dobias <wonder.sk@gmail.com>	2011-10-22

    [FEATURE] SpatiaLite databases in browser

marco <marco@marco-laptop.(none)>	2011-10-30

    Optionally pass vector layer pointer to rendercontext

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-28

    Fix multiline overlap - Fix for #4454

Juergen E. Fischer <jef@norbit.de>	2011-10-29

    fix windows build

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-29

    Remove debug noise for expression labels

Merge: 0d79669f7d 05e3258ce8
Tim Sutton <tim@linfiniti.com>	2011-10-28

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-10-28

    debian packaging update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-10-28

    Added vectorfield widgets

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-28

    Fix grabbing of first QgsFeature; Cache QgsFeature being used to eval; Handle layers with no objects

Juergen E. Fischer <jef@norbit.de>	2011-10-27

    For EPSG initialize GDAL CRS from authid instead of proj.4 string

Juergen E. Fischer <jef@norbit.de>	2011-10-27

    reduce debugging noise

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-27

    Enable multiline labels by default

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-10-27

    Move point displacement renderer from plugin to main application

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-10-26

    Added vector field symbol layer and widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-10-25

    Set prompt as default behaviour for unknown CRS

Merge: 513f1c3959 1a1f5ebe30
Tim Sutton <tim@linfiniti.com>	2011-10-24

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-10-19

    osgeo4w: build qgis-dev with GRASS 6.4.2RC2

Juergen E. Fischer <jef@norbit.de>	2011-10-22

    more cosmetics

Juergen E. Fischer <jef@norbit.de>	2011-10-22

    german translation update

Sandro Santilli <strk@keybit.net>	2011-10-22

    Label direction symbol shouldn't depend on "map" vs. "line" orientation.
    Refer to issue #3643 for further discussion

Juergen E. Fischer <jef@norbit.de>	2011-10-22

    fix warnings and more cosmetics

Sandro Santilli <strk@keybit.net>	2011-10-22

    Only implement QVariant bug workaround when building against Qt < 4.7.1 [#4284]

Sandro Santilli <strk@keybit.net>	2011-10-22

    Workaround for builds against Qt 4.6.2. Fixes bug #4284.

marco <marco@marco-laptop.(none)>	2011-10-22

    Fix for ticket #4414 (svg indicators for arrows are not shown)

Martin Dobias <wonder.sk@gmail.com>	2011-10-21

    [FEATURE] Delete fields in shapefiles (finally!)

    This is currently supported only by development versions of GDAL/OGR.
    GDAL 1.8.x does _not_ support this feature.

Martin Dobias <wonder.sk@gmail.com>	2011-10-21

    Fix install

Martin Dobias <wonder.sk@gmail.com>	2011-10-21

    Allow setting I/O encoding for OGR layers in vector layer properties.

    Until now this was only possible to set when opening files with QgsEncodingFileDialog.
    Layers opened from browser were opened always with default encoding and no way to change it.

    The newly created "provider-specific" option group may be used by other providers
    for some custom actions ("create spatial index" should move here, too)

Merge: bd5a31b51e b0112f1c42
Martin Dobias <wonder.sk@gmail.com>	2011-10-21

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Martin Dobias <wonder.sk@gmail.com>	2011-10-21

    Fixed a typo, added GUI_EXPORT

Merge: 2ef1772f08 b0112f1c42
Tim Sutton <tim@linfiniti.com>	2011-10-21

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 5e45bda419 b62daee5cb
Tim Sutton <tim@linfiniti.com>	2011-10-20

    Merge pull request #52 from brushtyler/raster-transparency

    [BACKPORT] Handle raster layer's transparency band while rendering (fix #2491)

Martin Dobias <wonder.sk@gmail.com>	2011-10-20

    Fix indentation

Merge: 3a15509b7c 665e92e4ef
Martin Dobias <wonder.sk@gmail.com>	2011-10-20

    Merge branch 'master', remote-tracking branch 'nathan/expression-labels'

Juergen E. Fischer <jef@norbit.de>	2011-10-19

    german translation update

Werner Macho <werner.macho@gmail.com>	2011-10-19

    translation update: hr by Zoran

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-19

    revert changes to old QgsLabel class

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-10-19

    Handle raster layer's transparency band while rendering (fix #2491)

Martin Dobias <wonder.sk@gmail.com>	2011-10-18

    Enable "add direction symbol" only for line layers (#4387)

Martin Dobias <wonder.sk@gmail.com>	2011-10-18

    Move selectWidget() and dataCapabilities() to data items file where it belongs

Martin Dobias <wonder.sk@gmail.com>	2011-10-18

    Separate GDAL data items from provider code

Martin Dobias <wonder.sk@gmail.com>	2011-10-18

    Separate OGR data items from provider code

Martin Dobias <wonder.sk@gmail.com>	2011-10-18

    Properly support OGR sublayers (with createChildren) to avoid #4400

Martin Dobias <wonder.sk@gmail.com>	2011-10-18

    Add a default icon for data collections

Martin Dobias <wonder.sk@gmail.com>	2011-10-18

    Fix refresh of postgis schema in browser (#4400)

Martin Dobias <wonder.sk@gmail.com>	2011-10-18

    Generic icon for raster layers in browser

Martin Dobias <wonder.sk@gmail.com>	2011-10-18

    Show full path of gdal/ogr layers as a tooltip (#4399)

Merge: fc80b6023f 139e297374
Nathan Woodrow <madmanwoo@gmail.com>	2011-10-18

    Merge remote-tracking branch 'upstream/master' into expression-labels

    Conflicts:
            src/core/qgsexpression.cpp
            src/gui/CMakeLists.txt

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-18

    Correct help for upper function

Martin Dobias <wonder.sk@gmail.com>	2011-10-17

    Add icons for browser from Robert (gis theme only)

root <root@faunalia.it>	2011-10-17

    More minor fix to IT GUI

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-17

    Add more function help; Fix header email info

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-17

    Revert CMakeList to normal

Merge: 93c2fecfdd 3996d89aa1
pcav <cavallini@faunalia.it>	2011-10-17

    Merge branch 'master' of github.com:qgis/Quantum-GIS

pcav <cavallini@faunalia.it>	2011-10-14

    Fixing typos in IT GUI

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-16

    Add missing files; add more operators

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-16

    Rename files to fit QGIS coding guidelines

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-16

    Update UI spacing

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-16

    Update comments

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-16

    Add item from value list on double click

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-16

    Wire up operator buttons

marco <marco@marco-laptop.(none)>	2011-10-15

    Default constructor of QgsProjectParser is private

marco <marco@marco-laptop.(none)>	2011-10-15

    Some xml optimisation for WMS server

marco <marco@marco-laptop.(none)>	2011-10-15

    WMS server: avoid reading layer symbology if the request does not come from SLD

Merge: 10d81dd743 fb6d5512a4
marco <marco@marco-laptop.(none)>	2011-10-15

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 4e6f83b3cd 0d187bf2a4
Nathan Woodrow <madmanwoo@gmail.com>	2011-10-15

    Merge branch 'expression-labels' of github.com:NathanW2/Quantum-GIS into expression-labels

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-15

    Remove red highlight from textarea; show expresion invaild note in preview area with more info button; remove live preview checkbox and update button (not needed at this time)

Martin Dobias <wonder.sk@gmail.com>	2011-10-13

    Add error item to facilitate error handling

Martin Dobias <wonder.sk@gmail.com>	2011-10-13

    WMS: add/edit/delete connection from data items

Martin Dobias <wonder.sk@gmail.com>	2011-10-13

    Move WMS data items to separate file

Martin Dobias <wonder.sk@gmail.com>	2011-10-13

    Refresh item also when it had no children (they could be added in meanwhile)

Merge: 8154103176 f8ed801dae
Tim Sutton <tim@linfiniti.com>	2011-10-14

    Merge branch 'master' of github.com:qgis/Quantum-GIS

marco <marco@marco-laptop.(none)>	2011-10-06

    Insert date value in attribute editor

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-10-13

    Fix for ticket #4308

Juergen E. Fischer <jef@norbit.de>	2011-10-12

    debian packaging update

Martin Dobias <wonder.sk@gmail.com>	2011-10-11

    Minor housekeeping in WMS and WFS

Martin Dobias <wonder.sk@gmail.com>	2011-10-11

    Expressions: add exp,ln,log10,log functions (#4365)

Martin Dobias <wonder.sk@gmail.com>	2011-10-11

    WFS: do not show ok/cancel when embedded in qbrowser

Martin Dobias <wonder.sk@gmail.com>	2011-10-11

    WFS: add/edit/delete actions in browser

Juergen E. Fischer <jef@norbit.de>	2011-10-11

    drop non-existing slot

Martin Dobias <wonder.sk@gmail.com>	2011-10-11

    WFS: add support (#4164)

Martin Dobias <wonder.sk@gmail.com>	2011-10-08

    WFS: Move uri logic and GetCapabilities parsing to WFSConnection class.

Martin Dobias <wonder.sk@gmail.com>	2011-10-07

    Fix for a crash in projection selection

Martin Dobias <wonder.sk@gmail.com>	2011-10-07

    Move wfs gui to provider. Remove wfs plugin.

Martin Dobias <wonder.sk@gmail.com>	2011-10-07

    Move PG data items to separate cpp/h files

Martin Dobias <wonder.sk@gmail.com>	2011-10-07

    Add, edit and remove PG connections in browser dock

Martin Dobias <wonder.sk@gmail.com>	2011-10-07

    Add refresh button to browser dock (#4272)

Juergen E. Fischer <jef@norbit.de>	2011-10-11

    "fix" warnings

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-11

    used Python "and" keyword instead of && :S

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-11

    Added expression output preview area. Thanks to Andy Bates for the idea

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-10-10

    Fix shift in point displacement renderer

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-09

    Rename buttons and groupbox name

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-09

    Added new dialog for generic expression builder; Added search to function list; Right click to load sample 10-All values

mattwigway <mattwigway@gmail.com>	2011-10-08

    Corrected URLs for GitHub and for the issue tracker (it now points to Redmine).

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-09

    Add signal for expression parsed in widget; fixed enabling of controls in labeling gui; comments

Juergen E. Fischer <jef@norbit.de>	2011-10-08

    osgeo4w update: use external libspatialindex

Juergen E. Fischer <jef@norbit.de>	2011-10-08

    debian packaging update: use libspatialindex on more distributions

Juergen E. Fischer <jef@norbit.de>	2011-10-08

    fix last commit

Juergen E. Fischer <jef@norbit.de>	2011-10-08

    finish #4111:
    - apply missing bits
    - update internal spatialindex copy to 1.6.1
    - update debian packaging to use external library

Tim Sutton <tim@linfiniti.com>	2011-10-07

    Apply partial patch from #4111 to allow using separate spatialindex lib from source tree if desired.

Juergen E. Fischer <jef@norbit.de>	2011-10-07

    [API] add QgsVectorLayer::updateFeature()

Juergen E. Fischer <jef@norbit.de>	2011-10-07

    fix warning

Merge: f09417dbfc dd6a594178
Giuseppe Sucameli <brush.tyler@gmail.com>	2011-10-07

    Merge remote-tracking branch 'brushtyler/master'

    Conflicts:
            src/providers/postgres/qgspostgresprovider.cpp

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-10-07

    [FEATURE] Make the gdaltools command editable to fix #3041

Merge: 7e059aff9e f09417dbfc
Tim Sutton <tim@linfiniti.com>	2011-10-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-10-06

    Added simple script to generate a tarball

Tim Sutton <tim@linfiniti.com>	2011-10-06

    Added gource script (thanks Nathan) and qgis download stats

Nathan Woodrow <madmanwoo@gmail.com>	2011-10-06

    Add method to access label string as expression, QgsExpression only created once then cached.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-10-05

    Fix label id for GetPrint in composer

Tim Sutton <tim@linfiniti.com>	2011-10-04

    Dont use gdal c++ api. Also gdal drivers now unloaded without restart

Merge: 87c6742d77 3f70d32e85
Sergey Yakushevs <yakushevs@list.ru>	2011-10-04

    Merge remote branch 'pb/master'

    Conflicts:
            src/plugins/roadgraph/linevectorlayerdirector.cpp

Martin Dobias <wonder.sk@gmail.com>	2011-10-03

    Horizontal scroll bar in browser dock (#4274)

Martin Dobias <wonder.sk@gmail.com>	2011-10-03

    Do not show file extension in browser (#4309)

Martin Dobias <wonder.sk@gmail.com>	2011-10-03

    Do not include |layerid=X if the layer is not a collection (#4309)

Martin Dobias <wonder.sk@gmail.com>	2011-10-03

    Ensure that we have a valid line in line decoration (#4241)

Juergen E. Fischer <jef@norbit.de>	2011-10-03

    yet another take on matching proj4string in our database

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-10-03

    Fix for wrong symbol scaling if symbol size is defined in map units and symbol size below one pixel

Juergen E. Fischer <jef@norbit.de>	2011-10-02

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2011-10-02

    fix windows build

Alexander Bruy <alexander.bruy@gmail.com>	2011-10-02

    fix network-analysis API and export function in RoadGraph plugin (fix #4341)

Alexander Bruy <alexander.bruy@gmail.com>	2011-10-02

    include QgsGraphArc description in Doxygen output (fix #4342)

Juergen E. Fischer <jef@norbit.de>	2011-09-30

    fix #4282

Juergen E. Fischer <jef@norbit.de>	2011-09-30

    fix warnings

Alister <alister.hood@synergine.com>	2011-09-21

    fix minor typos + scripts/chkspelling.sh run.

Alexander Bruy <alexander.bruy@gmail.com>	2011-09-30

    fix typo

Alexander Bruy <alexander.bruy@gmail.com>	2011-09-30

    translate comments in English (fix for #4338)

Juergen E. Fischer <jef@norbit.de>	2011-09-30

    fix #4331

Juergen E. Fischer <jef@norbit.de>	2011-09-30

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-09-30

    indentation update - please use prepare-commit.sh

Merge: a2713fd0ed a950830dcf
mhugent <marco.hugentobler@sourcepole.ch>	2011-09-30

    Merge pull request #49 from stopa85/network-analysis

    Network analysis and road-graph-plugin

Jeremy Palmer <jpalmer@linz.govt.nz>	2011-09-22

    Fix from 49e4e998c6 to ensure that all postgis connection parameters are copied in the QgsPostgresConnection constructor i.e estimatedmetadata.

Juergen E. Fischer <jef@norbit.de>	2011-09-29

    fix some warnings

Juergen E. Fischer <jef@norbit.de>	2011-09-29

    debian packaging update

Juergen E. Fischer <jef@norbit.de>	2011-09-24

    indentation update

Tim Sutton <tim@linfiniti.com>	2011-09-29

    Revert "Applied fix for #4283"

    This reverts commit 7f3e9560fc93cd8b3ea4039f319bca568e17bb38.

Tim Sutton <tim@linfiniti.com>	2011-09-29

    Another valiant attempt at spurious changelog suppression.

Merge: 7f3e9560fc 3cac713cc3
Tim Sutton <tim@linfiniti.com>	2011-09-29

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Alexander Bruy <alexander.bruy@gmail.com>	2011-09-28

    Added Python wrappers for QgsZonalStatistics

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-28

    Send exception in case of unknown feature info format

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-28

    Add feature bounding box to GetFeatureInfo response if invoked with filter and without x/y coordinates

Merge: 224f0e3779 7f57de020b
mhugent <marco.hugentobler@sourcepole.ch>	2011-09-27

    Merge pull request #48 from linz/wfs_layer_sort

    Added sorting to WFS layer tree grid widget

Sergey Yakushevs <yakushevs@list.ru>	2011-09-27

    fix QgsArc.in() python-binding

Merge: af91b48805 224f0e3779
Sergey Yakushevs <yakushevs@list.ru>	2011-09-27

    Merge remote branch 'pb/master' into network-analysis

    Conflicts:
            python/CMakeLists.txt
            src/analysis/network/qgsgraphbuilder.h
            src/plugins/roadgraph/graphbuilder.h
            src/plugins/roadgraph/linevectorlayerdirector.cpp
            src/plugins/roadgraph/simplegraphbuilder.cpp
            src/plugins/roadgraph/utils.cpp
            src/plugins/roadgraph/utils.h

Nathan Woodrow <madmanwoo@gmail.com>	2011-09-26

    Loading of function list from QgsExpression now working

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-26

    Enhance maximum for point displacement tolerance (ticket #4319)

Nathan Woodrow <madmanwoo@gmail.com>	2011-09-26

    Read functions from QgsExpression. Updated FunctionDef to store group name and help text.  Add comments to code
    NOTE: Reading functions list not working yet.

Juergen E. Fischer <jef@norbit.de>	2011-09-25

    debian packaging update

Tim Sutton <tim@linfiniti.com>	2011-09-25

    Restore override cursor when about box is shown

Merge: 93a190a382 a0f8294ce6
Tim Sutton <tim@linfiniti.com>	2011-09-25

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-09-25

    Fix some more merge confglicts after merging updates from 1.7 brnach

Merge: 28319682f3 b54f668e4b
Tim Sutton <tim@linfiniti.com>	2011-09-24

    Merge branch 'master' of ../Quantum-GIS

marco <marco@marco-laptop.(none)>	2011-09-24

    Consider data defined size on symbol level for ellipse renderer (ticket 4295)

pcav <cavallini@faunalia.it>	2011-09-24

    Typos in GRASS command list

Tim Sutton <tim@linfiniti.com>	2011-09-24

    Resolved merge conflicts from applying 8c3e0669226e1861da9134266675df7ed67cf971 to master

Tim Sutton <tim@linfiniti.com>	2011-09-24

    Resolved merge conflicts from applying 36d86b019574ccb3c0c962c680093b5784f052dc to master

Tim Sutton <tim@linfiniti.com>	2011-09-24

    Resolved merge conflicts from applying 29f93f1b01ebf9799256ab55557370fbf051df44 to master

Tim Sutton <tim@linfiniti.com>	2011-09-23

    Backported changelog and style changes from 1.7 branch

pcav <cavallini@faunalia.it>	2011-09-24

    Fix to v.generalize for recent GRASS versions

Juergen E. Fischer <jef@norbit.de>	2011-09-23

    wms provider updates:
    - don't repeat WMS parameters (eg. when VERSION is specified in the WMS connection's url)
    - allow wms tags to e prefixed with "wms:" (as from XtraServer with WMS 1.3)

Tim Sutton <tim@linfiniti.com>	2011-09-22

    Applied fix for #4283

Tim Sutton <tim@linfiniti.com>	2011-09-22

    Apply patch from Nathan Woodrow to resolve attribute dialog save button issue #4290

Jeremy Palmer <jpalmer@linz.govt.nz>	2011-09-22

    Added sorting to WFS layer tree grid widget

Merge: 8a9da0f227 820469f4b1
marco <marco@marco-laptop.(none)>	2011-09-20

    Merge branch 'master' of github.com:qgis/Quantum-GIS

marco <marco@marco-laptop.(none)>	2011-09-20

    Apply patch for ticket 4155, provided by Steven Mizuno

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-19

    Fix for ticket #4283 (composer forgets on/off status of layers)

marco <marco@marco-laptop.(none)>	2011-09-18

    Prevent Qt assert when using Qt debug compiled

Juergen E. Fischer <jef@norbit.de>	2011-09-17

    add support "sum" operation to merge attribute dialog

Juergen E. Fischer <jef@norbit.de>	2011-09-16

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-09-07

    update debian/watch

Alexander Bruy <alexander.bruy@gmail.com>	2011-09-15

    more translatable strings in OSM plugin

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-15

    fix windows build error

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-15

    clean up the code to avoid deprecation and other warnings

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-15

    mark some methods as deprecated

Merge: 7093b06793 37b2c045c7
Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-15

    [FEATURE] Import a vector layer from a datasource to a different one
    Merge of another part of my Summer of Code work (remote-tracking branch 'brushtyler/import_layer')

Merge: 262ec3f8f5 37b2c045c7
Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-15

    Merge branch 'import_layer'

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-15

    use a buffer when importing features

Alexander Bruy <alexander.bruy@gmail.com>	2011-09-14

    [BACKPORT] allow negative NODATA values in GDALTools

pcav <cavallini@faunalia.it>	2011-09-14

    Minor IT GUI translation improvements

Merge: f2b6876085 6eb406b122
Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-13

    merge import_layer branch

Tim Sutton <tim@linfiniti.com>	2011-09-13

    Added unit test for GDAL_SKIP stuff

Merge: 907646164c f2b6876085
Tim Sutton <tim@linfiniti.com>	2011-09-13

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-09-13

    Fixed gdal driver (de)selection feature that had some outstanding issues

Tim Sutton <tim@linfiniti.com>	2011-09-12

    Further fixes for selective GDAL driver support (in progress)

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-12

    Move import feature main code to QgsVectorLayerImport and keep just few methods in providers

Tim Sutton <tim@linfiniti.com>	2011-09-12

    [FEATURE] implement ability to skip specific drivers (fixes #182)

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-12

    fix gdaltools error checking for ogr layers

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-10

    Fix remove GRASS vector map from mapset on Win OS (should be fix #3646 together with grass-dev package),
    disable refresh button in GRASS browser if a module is running

Juergen E. Fischer <jef@norbit.de>	2011-09-09

    trim qgsquerybuilder binding (and fix it)

Juergen E. Fischer <jef@norbit.de>	2011-09-08

    add bindings for QgsQueryBuilder

Tim Sutton <tim@linfiniti.com>	2011-09-08

    Some documentation updates for linux

Tim Sutton <tim@linfiniti.com>	2011-09-08

    Replace svn url with git one for win install notes

Werner Macho <werner.macho@gmail.com>	2011-09-08

    translation update: mn by Bayarmaa

Juergen E. Fischer <jef@norbit.de>	2011-09-08

    missed to include moved querybuilder files

Juergen E. Fischer <jef@norbit.de>	2011-09-08

    fix windows build errors
    - moves QgsQueryBuilder from app to gui
    - links postgres provider with gui

Werner Macho <werner.macho@gmail.com>	2011-09-08

    translation update: et by Veiko

Martin Dobias <wonder.sk@gmail.com>	2011-09-08

    Delete rotate point map tool (#4268)

Martin Dobias <wonder.sk@gmail.com>	2011-09-06

    Fix #4266 - georeferencer and spatial query crashing on exit

Merge: cfedf09592 f93214052b
Martin Dobias <wonder.sk@gmail.com>	2011-09-06

    [FEATURE] PostGIS connections and layer now available from browser

    Merge of one part of Giuseppe's Summer of Code work

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-06

    Use crscache in wms configparser

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-06

    Use CRS cache for faster lookup of crs by authid. Important especially for wms server. Replaces wmsserver/epsgcache.cpp and .h

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-06

    Add zero pointer checks to avoid segfaults

Merge: cc8deb9a42 c2cf5cba11
pcav <cavallini@faunalia.it>	2011-09-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-05

    Multiple symbol selection for rule based renderer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-05

    Move symbol change slots to render widget parent class

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-02

    Use context menu to set properties for multiple symbols in categorized renderer

pcav <cavallini@faunalia.it>	2011-09-05

    More consistency in WFS plugin IT translation

Merge: 431219744a 68b91fa590
Martin Dobias <wonder.sk@gmail.com>	2011-09-05

    Merge pull request #42 from rduivenvoorde/master

    trying out forking/pushing of qgis for dutch translations

Richard Duivenvoorde <richard@duif.net>	2011-09-05

    Addition of Carlo van Rijswijk to list of dutch translators

Richard Duivenvoorde <richard@duif.net>	2011-09-05

    some dutch translations for git testing

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-09-03

    make sure gdaltools input vector layers are ogr vectors

Nathan Woodrow <madmanwoo@gmail.com>	2011-09-03

    Added more functions to function tree

Nathan Woodrow <madmanwoo@gmail.com>	2011-09-03

    Clean up labeling UI.  Remove borders from frames.

Nathan Woodrow <madmanwoo@gmail.com>	2011-09-03

    UI clean up; Hide and show value list when needed; handle field items better; code clean up.

marco <marco@marco-laptop.(none)>	2011-09-02

    Output bounding boxes of wms groups in project CRS instead of WGS84

Werner Macho <werner.macho@gmail.com>	2011-09-02

    translation update: nl by richard

Juergen E. Fischer <jef@norbit.de>	2011-09-01

    debian packaging update: include pyspatialite

Martin Dobias <wonder.sk@gmail.com>	2011-09-01

    Shorter postgis root data item

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-09-01

    Small efficiency improvement for rendering

Merge: 706b6f154f 7deb0c977c
Nathan <woo@woo-mint.(none)>	2011-08-31

    Merge remote-tracking branch 'upstream/master' into expression-labels-merge-wonder

marco <marco@marco-laptop.(none)>	2011-08-30

    WMS server: report crs systems in the order given in the project

Merge: 1e7c8a7ec7 bc09ab3539
Martin Dobias <wonder.sk@gmail.com>	2011-08-30

    Merge remote-tracking branch 'remotes/giuseppe/dataitems' into dataitems

    Conflicts:
            src/app/CMakeLists.txt

Martin Dobias <wonder.sk@gmail.com>	2011-08-30

    Updated required version for bison and cmake

Martin Dobias <wonder.sk@gmail.com>	2011-08-30

    Raised minimal Bison version to 2.4 (for QgsExpression). Fixed bison version detection.

Merge: 6c0f56cc14 5e4e4f7a6d
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-30

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 26aa007f0c 03c13add29
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-30

    Merge linepattern offset

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-30

    Some cleanups for line pattern code

marco <marco@marco-laptop.(none)>	2011-08-30

    Check topological editing yes/no when opening snapping dialog

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-30

    [FEATURE]: offset for line pattern symbols

marco <marco@marco-laptop.(none)>	2011-08-30

    Fix feature_count consideration in wms feature info

marco <marco@marco-laptop.(none)>	2011-08-30

    Small typo in comment

marco <marco@marco-laptop.(none)>	2011-08-29

    Add available crs and extent also for project toplevel groups

Martin Dobias <wonder.sk@gmail.com>	2011-08-29

    Fix #4229

Martin Dobias <wonder.sk@gmail.com>	2011-08-29

    Fixed a segfault when a function has no arguments

Juergen E. Fischer <jef@norbit.de>	2011-08-29

    depends on CMake >=2.6.2 and drop support for lenny (debian oldstable)

Juergen E. Fischer <jef@norbit.de>	2011-08-29

    fix build error

Martin Dobias <wonder.sk@gmail.com>	2011-08-27

    Fixed build error

Merge: a0b8e3c9e9 96f7736021
Werner Macho <macho@void.(none)>	2011-08-27

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS

Werner Macho <macho@void.(none)>	2011-08-27

    translation: fixed some german typos

Merge: 260bf0c139 25ff28a0fa
Martin Dobias <wonder.sk@gmail.com>	2011-08-27

    Merge branch 'expr'

Borys Jurgiel <info@borysjurgiel.pl>	2011-08-26

    Don't check for plugin errors at startup

Borys Jurgiel <info@borysjurgiel.pl>	2011-08-25

    Fix QTreeWidget.resizeColumnToContents() issue observed in PyQt4.8.3 @ Debian

Jaka Kranjc <lynxlynxlynx@sourcemage.org>	2011-08-22

    symbology-ng: sort the category items when classifying them #4206

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-26

    If on android force POSTGRES_INCLUDE_DIR and POSTGRES_LIBRARY, needs to be bette but works

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-26

    Add non-default port numbers to GetMap and GetFeatureInfo urls

Juergen E. Fischer <jef@norbit.de>	2011-08-24

    german translation fix

marco <marco@marco-laptop.(none)>	2011-08-24

    Fix italic font when loading embedded layers from project. Fixes ticket #4207

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-24

    temporary hack to get half working shp suport. opening of a file works, writing only if there are no string type attributes.

Juergen E. Fischer <jef@norbit.de>	2011-08-23

    add ubuntu oneiric to debian packaging

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-23

    fix invalid postgres type when converting field,
    removed some commented and unused code

Merge: 593ea7e830 f0f1b5e3b2
Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-23

    Merge branch 'import_layer' of github.com:brushtyler/Quantum-GIS into import_layer

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-23

    keep cached crendential when getting geom type from thread (fix related to commit cddd427)

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-18

    Implement import layer feature for OGR provider using QgsVectorFileWriter

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-18

    [FEATURE] Allow to import a vector layer from canvas to SL database

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-18

    convert the primary key type name to a PG valid one,
    add a new options param to importVector

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-14

    [FEATURE] import a layer from canvas into a PG database

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-23

    adding support for spatialite

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-22

    fixing internal spatialite for android

Martin Dobias <wonder.sk@gmail.com>	2011-08-22

    Decorations are turned off by default

Juergen E. Fischer <jef@norbit.de>	2011-08-22

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-08-22

    debian packaging update

Martin Dobias <wonder.sk@gmail.com>	2011-08-21

    Renamed context help files for decorations

Martin Dobias <wonder.sk@gmail.com>	2011-08-21

    Moved scale bar plugin to app

Martin Dobias <wonder.sk@gmail.com>	2011-08-21

    Moved north arrow plugin to app

Martin Dobias <wonder.sk@gmail.com>	2011-08-20

    Moved copyright label plugin to app

NathanW <woodrow.nathan@gmail.com>	2011-08-22

    Update usage of QgsSearchString to QgsExpression

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-21

    fixing black canvas issue

Merge: 4ffa8208d7 25ff28a0fa
NathanW <woodrow.nathan@gmail.com>	2011-08-21

    Merge remote branch 'wonder/expr' into expression-labels-merge-wonder

Juergen E. Fischer <jef@norbit.de>	2011-08-20

    fix lenny build and some warnings

Alexander Bruy <alexander.bruy@gmail.com>	2011-08-20

    new nice icon for Extract projection tool. Thanks, Robert!

Martin Dobias <wonder.sk@gmail.com>	2011-08-19

    Some more comments for QgsExpression

Martin Dobias <wonder.sk@gmail.com>	2011-08-19

    Made strings translatable, made some functions static

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-19

    Merge patch for symbollevels in rule based renderer also to master (patch provided by Mayeul Kauffmann)

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-19

    adding support fo share folder

Merge: 0ba0f93465 0373a26231
Martin Dobias <wonder.sk@gmail.com>	2011-08-18

    Merge pull request #37 from NathanW2/identify-patch

    Move setting of projection to after we have features for identify feature tool.

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-18

    Implement import layer feature for OGR provider using QgsVectorFileWriter

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-18

    [FEATURE] Allow to import a vector layer from canvas to SL database

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-18

    convert the primary key type name to a PG valid one,
    add a new options param to importVector

Merge: 22f5ba29e2 0c8695ccc3
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-18

    Merge branch 'server_search'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-18

    Read selection color for wms server from project file

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-18

    [FEATURE]: possibility to select features in QGIS server by layername / id in GetMap and GetPrint

Martin Dobias <wonder.sk@gmail.com>	2011-08-17

    Close gdal/ogr data sources when finished in dataItems implementation

Martin Dobias <wonder.sk@gmail.com>	2011-08-13

    Browser: do not show header in tree view

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-17

    Add consts also to sip file for QgsMapLayer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-17

    Add feature bounding box if called with filter and without I/J

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-08-15

    make sure qwt lib path updated

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-08-15

    find qgis frameworks in /Library/Frameworks first

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-16

    ignore CMakeLists.txt.user

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-16

    added debug messages

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-15

    readded logging capabilities of qtmain_android

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-15

    fixed double declaration of qtmain_android.cpp

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-15

    uncommenting __android_log_print

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-15

    added qtmain_android

marco <marco@marco-laptop.(none)>	2011-08-14

    Set ellipse renderer outline as float. Fix for ticket #4171

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-08-14

    [FEATURE] import a layer from canvas into a PG database

Alexander Bruy <alexander.bruy@gmail.com>	2011-08-14

    fix #4170

Juergen E. Fischer <jef@norbit.de>	2011-08-13

    another debian packaging fix: add libqt4-opengl-dev build-dep

NathanW <woodrow.nathan@gmail.com>	2011-08-13

    Move setting projection to after we have features

Martin Dobias <wonder.sk@gmail.com>	2011-08-12

    Browser: correct drag&drop for canvas and browser itself

Juergen E. Fischer <jef@norbit.de>	2011-08-12

    debian packageing: fix qwt dependency

Juergen E. Fischer <jef@norbit.de>	2011-08-12

    german translation update

Steven Mizuno <spookster@netzero.net>	2011-08-12

    GPS tracking improvements (apply #4071)

Juergen E. Fischer <jef@norbit.de>	2011-08-12

    add optional Qwt 6.0 support (including QwtPolar 1.0)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-12

    Show only provider fields as join target candidates (ticket #4136)

Merge: e12191bd6c 880540baac
Tim Sutton <tim@linfiniti.com>	2011-08-11

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Martin Dobias <wonder.sk@gmail.com>	2011-08-11

    Simplified three-value logic code

Martin Dobias <wonder.sk@gmail.com>	2011-08-11

    toint, toreal, tostring in QgsExpression do not include space

Martin Dobias <wonder.sk@gmail.com>	2011-08-11

    Use QgsExpression instead of QgsSearchString

Juergen E. Fischer <jef@norbit.de>	2011-08-11

    debian packaging update: include zonal statistics and globe plugins

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-11

    Adding support for generation of libqgis.so

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-08-11

    added generation of libqgis_app.so

Tim Sutton <tim@linfiniti.com>	2011-08-10

    Make gdal pam proxy env setting more win friendly

NathanW <woodrow.nathan@gmail.com>	2011-08-10

    Fix build issues

NathanW <woodrow.nathan@gmail.com>	2011-08-10

    Update comments. Hide field value area

Merge: 89ddd03bdc 7acce8801e
Tim Sutton <tim@linfiniti.com>	2011-08-10

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-08-10

    Set gdal PAM env dir on application init

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-10

    Add crs to wms project group also if no crs constraint is there

Merge: 7196dfca01 e5f9462a02
Martin Dobias <wonder.sk@gmail.com>	2011-08-09

    Merge pull request #36 from spilth/master

    Shortcuts dialog now remembers window state between uses

Tim Sutton <tim@linfiniti.com>	2011-08-10

    Added Etienne to contributors and Alex to authors since he is a committer now

Brian Kelly <polymonic@gmail.com>	2011-08-09

    Shortcuts dialog now remembers window state between uses

Martin Dobias <wonder.sk@gmail.com>	2011-08-10

    Improved handling of types in expressions:
    - implicit conversions to string / int / number / TVL
    - error reporting on conversion errors
    - automatic conversion to numeric values for arithmetic operators
    - try to use numeric comparison by default, fallback to string comparison
    - functions do not need to explicitly care about NULL passed as an argument

Tim Sutton <tim@linfiniti.com>	2011-08-09

    [FEATURE]. Retroactive added feature tag to this commit to mark the fact that we now use native provider stats gathering. Updated min max calculation of gdal provider with more efficient implementation. Use updated stats gathering routine kindly provided by Etienne Sky.

Martin Dobias <wonder.sk@gmail.com>	2011-08-09

    Added python bindings for QgsExpression

Martin Dobias <wonder.sk@gmail.com>	2011-08-09

    Handle division by zero

Alexander Bruy <alexander.bruy@gmail.com>	2011-08-09

    move Near black close to Sieve (fix #4152)

Juergen E. Fischer <jef@norbit.de>	2011-08-09

    fix another cmake <2.8 issue (followup to f3d5387edb309935c956acda6ae5e1f52523286c)

Alexander Bruy <alexander.bruy@gmail.com>	2011-08-09

    [FEATURE] Extract projection tool for GdalTools

Alexander Bruy <alexander.bruy@gmail.com>	2011-08-09

    organize GdalTools utilities into submenus for better usability

marco <marco@marco-laptop.(none)>	2011-08-09

    Consider identify disabled layers in embedded projects

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-08

    Differentiate between image angle and line pattern angle. Fixes rotation problem

NathanW <woodrow.nathan@gmail.com>	2011-08-08

    Resolve merge conflict

Merge: 74545848cb 2034d59a2f
NathanW <woodrow.nathan@gmail.com>	2011-08-08

    Merge remote branch 'upstream/master' into expression-labels

    Conflicts:
            src/core/qgspallabeling.cpp
            src/gui/CMakeLists.txt
            src/ui/qgslabelingguibase.ui

marco <marco@marco-laptop.(none)>	2011-08-08

    Center small marker symbols in composer legend

Martin Dobias <wonder.sk@gmail.com>	2011-08-07

    [FEATURE] new QgsExpression class that replaces QgsSearchString

    The new class fixes various flaws in search strings:
    - fixed and simplified grammar in parser
    - simplified lexer
    - only one evaluation routine (instead of separate getValue/checkAgainst)
    - SQL compliant three-value logic (true, false, unknown)
    - correct error handling
    - easily extensible list of functions, saner evaluation of expressions
    - tests included

Martin Dobias <wonder.sk@gmail.com>	2011-08-07

    Do not install tests, keep their default RPATH settings

Tim Sutton <tim@linfiniti.com>	2011-08-07

    [BACKPORT] fix error in notes reported to me by Marco Braida

Merge: 2034d59a2f cbd275698e
Tim Sutton <tim@linfiniti.com>	2011-08-06

    Merge pull request #35 from NathanW2/reduce-attribute-dialog-margins

    Reduced margins on controls in dialog.  Removed frame from scroll area

NathanW <woodrow.nathan@gmail.com>	2011-08-06

    Reduced margins on controls in dialog.  Removed frame from scroll area

Werner Macho <werner.macho@gmail.com>	2011-08-04

    Bugfix #4113 and #2805 thanks to Jan Schreiber

Martin Dobias <wonder.sk@gmail.com>	2011-08-04

    Avoid a segfault when NULL layer is passed to vector writer

Alexander Bruy <alexander.bruy@gmail.com>	2011-08-04

    [BACKPORT] increase maximum points count in Random Points tool

Tim Sutton <tim@linfiniti.com>	2011-08-04

    Regenerated docs post raster-stats merge

Juergen E. Fischer <jef@norbit.de>	2011-08-03

    german translation update (with some additional fixes)

Juergen E. Fischer <jef@norbit.de>	2011-08-03

    [BACKPORT] port qgis version check to network access manager/qgis.org

Juergen E. Fischer <jef@norbit.de>	2011-08-03

    slightly better solution for recovering broken postgres connections

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-03

    Try to reopen broken postgres connection

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-08-03

    Remove duplicated code and coding style improvements in composer item (provided as part of pull request 33 by Rokemoon)

Alexander Bruy <alexander.bruy@gmail.com>	2011-08-02

    [BACKPORT] set default contrast enchacement algorithm to NoStretch
    (addresses #3867). Also set default standard deviations value to 2.0
    because this is more appropriate value

Juergen E. Fischer <jef@norbit.de>	2011-08-01

    fix windows build

marco <marco@marco-laptop.(none)>	2011-07-31

    Set wms groups always as identifiable

marco <marco@marco-laptop.(none)>	2011-07-31

    Enable feature info on layer groups in wms server

Martin Dobias <wonder.sk@gmail.com>	2011-07-30

    [FEATURE] Add/remove favourite dirs in browser dock

Alexander Bruy <alexander.bruy@gmail.com>	2011-07-29

    removed old unused code

Alexander Bruy <alexander.bruy@gmail.com>	2011-07-29

    [BACKPORT]fix RandomPoints crash when there are NULL values in
    attributes

Merge: bfb5f2c184 f3d5387edb
Marco Bernasocchi <marco@bernawebdesign.ch>	2011-07-29

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS into android

Juergen E. Fischer <jef@norbit.de>	2011-07-29

    fix lenny build (cmake <2.8)

Juergen E. Fischer <jef@norbit.de>	2011-07-29

    fix warnings

Martin Dobias <wonder.sk@gmail.com>	2011-07-28

    Allow drag&drop with multiple files

Martin Dobias <wonder.sk@gmail.com>	2011-07-28

    Allow dragging files from browser dock

Martin Dobias <wonder.sk@gmail.com>	2011-07-28

    Bring back locked/unlocked icons

Merge: a1cc666472 a5f8a82515
marco <marco@marco-laptop.(none)>	2011-07-28

    [FEATURE]: Add point and line pattern symbol layers

marco <marco@marco-laptop.(none)>	2011-07-28

    Consider transparency also for point and line patterns

marco <marco@marco-laptop.(none)>	2011-07-27

    WMS layer: add CRS for project layer group

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-07-27

    revert to without with_gsl

Marco Bernasocchi <marco@muse.(none)>	2011-07-27

    fix for qreal - double problem when crosscompiling for android

Juergen E. Fischer <jef@norbit.de>	2011-07-26

    initialize QgsPoint

Martin Dobias <wonder.sk@gmail.com>	2011-07-25

    Remove the source build check that is not necessary anymore.

Martin Dobias <wonder.sk@gmail.com>	2011-07-25

    [FEATURE] Allow running QGIS from build directory without installing

Martin Dobias <wonder.sk@gmail.com>	2011-07-24

    Added libraryPath() and libexecPath() to QgsApplication

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-25

    Fix reversed show/hide signals

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-07-25

    making GSL and thus georeferences really optional but ON by default

Merge: 8c4cf8e063 05d2cd9612
Marco Bernasocchi <marco@bernawebdesign.ch>	2011-07-25

    Merge branch 'master' of https://github.com/qgis/Quantum-GIS into android

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-07-25

    cmake entries for spatialite in android

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-24

    forgot to detab files

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-24

    more mac bundling cleanup and streamlining

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-24

    add missing Mac app setting

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-24

    simplify framework bundling, don't need to know fw version (always current)

Martin Dobias <wonder.sk@gmail.com>	2011-07-24

    Include north arrow image in the resources

Juergen E. Fischer <jef@norbit.de>	2011-07-22

    postgres provider: also consider ltree columns

Juergen E. Fischer <jef@norbit.de>	2011-07-22

    [FEATURE] allow ordering of value relations by value and
    include value relations in sip bindings

Juergen E. Fischer <jef@norbit.de>	2011-07-22

    remove themes from grass plugin's debian package

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-21

    WMS server: be more tolerant with exotic WMS clients and accept requests without service parameters

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-21

    Replace + signs in wms requests with spaces

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-21

    Improve href url for capabilities response

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-21

    Set visibility of layers for embedded groups (ticket #4097)

Juergen E. Fischer <jef@norbit.de>	2011-07-21

    update debian packaging

Pirmin Kalberer <pka@sourcepole.ch>	2011-07-21

    chmod -x *cpp

Martin Dobias <wonder.sk@gmail.com>	2011-07-20

    Include splash file in resources

Martin Dobias <wonder.sk@gmail.com>	2011-07-20

    grass: install just one world map (included in resource file)

Martin Dobias <wonder.sk@gmail.com>	2011-07-20

    grass: do not install icon files, use them from the resource file

Marco Hugentobler <marco@marco-laptop.(none)>	2011-07-20

    Add scheme (http or https) to service urls in capabilities

Juergen E. Fischer <jef@norbit.de>	2011-07-20

    [BACKPORT] fix #3974

Juergen E. Fischer <jef@norbit.de>	2011-07-20

    [FEATURE] search string update
    - added regexp_replace operator
    - check types on comparison (QgsSearchTreeValue::compare now returns QgsSearchTreeValue for error reporting)
    - field calculator shows expression errors.
    - update node types and operators in sip bindings

Martin Dobias <wonder.sk@gmail.com>	2011-07-20

    Rule-based renderer: dump meaningful debugging info

Martin Dobias <wonder.sk@gmail.com>	2011-07-20

    Fix #4088: better handling of unknown geometry types

Merge: c4cbcf4ebf 042a882c16
Tim Sutton <tim@linfiniti.com>	2011-07-19

    Merge pull request #32 from Jean-Roc/master

    update fr translation

Jean-Roc Morreale <jr.morreale@enoreth.net>	2011-07-19

    add missing fr translator

Jean-Roc Morreale <jr.morreale@enoreth.net>	2011-07-19

    update french translation

Merge: 4c004569f6 ce826f6eb2
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-19

    Merge ellipse symbollayer branch

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-19

    [FEATURE]: Apply patch from Stefan Ziegler which adds the option to select decimals places and + signs for numeric labels. Thanks\!

Tim Sutton <tim@linfiniti.com>	2011-07-19

    Patch from Michal Klatecki - see ticket #3325

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-19

    Contact person and organisation are mandatory in wms capabilities schema

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-18

    Add Service online resource element to WMS capability response. This element is mandatory according to the 1.3 spec

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-07-19

    move tooltip from the dialog to the right button...

Werner Macho <werner.macho@gmail.com>	2011-07-18

    Adding estonian translation file

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-07-18

    fix connection info passed to QgsGeomColumnTypeThread broken in 6989fc7,
    hide close and add buttons from PG source select dialog when in embedded mode (e.g. qbrowser)

Marco Hugentobler <marco@marco-laptop.(none)>	2011-07-18

    Improve capabilities output for layer groups. CRS and bounding box need to be listed before child layers (wms capabilities schema 1.3)

Juergen E. Fischer <jef@norbit.de>	2011-07-18

    ogr provider fix: apparently we need to fetch the geometry to make the spatial filter stick.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-18

    Implement point marker displacement

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-18

    Fix point marker resolution

Juergen E. Fischer <jef@norbit.de>	2011-07-18

    fix typo in field calculator context help

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-17

    osgearth gdal driver needs GEOS headers

Juergen E. Fischer <jef@norbit.de>	2011-07-17

    move qgis.ico back to app

Juergen E. Fischer <jef@norbit.de>	2011-07-17

    fix build problem with Qt 4.4

Merge: f49d2255ab e0e21f14da
Tim Sutton <tim@linfiniti.com>	2011-07-15

    Merge pull request #31 from gostrc/master

    Initial step for bug #3562 QGIS incompatible with QWT 6.0.0

Thomas Dziedzic <gostrc@gmail.com>	2011-07-15

    convert QwtArray usage to QVector usage. Change required for qwt 6.0.0 compatibility.

Juergen E. Fischer <jef@norbit.de>	2011-07-15

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-07-15

    fix #4081

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-15

    Started point pattern fill renderer

Juergen E. Fischer <jef@norbit.de>	2011-07-15

    fix #4024

Juergen E. Fischer <jef@norbit.de>	2011-07-15

    fix #4072

Juergen E. Fischer <jef@norbit.de>	2011-07-15

    fix #4084

Juergen E. Fischer <jef@norbit.de>	2011-07-15

    [BACKPORT] fix #4089
    - postgres provider: fix detection of field length and precision for char and numeric fields.
    - attribute editor: fix validation in case the field length is unknown

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-15

    Allow larger values for line pattern width and distance

Martin Dobias <wonder.sk@gmail.com>	2011-07-15

    Labeling: clip geometries to current extent if they are not completely inside. Also fixes #4083

Sandro Santilli <strk@keybit.net>	2011-07-14

    Run git in source tree, not build tree. Fixes bug #4086.

Tim Sutton <tim@linfiniti.com>	2011-07-14

    Mark var unused

Juergen E. Fischer <jef@norbit.de>	2011-07-14

    [FEATURE] add configurable decimal "point" to delimited text plugin

Juergen E. Fischer <jef@norbit.de>	2011-07-14

    globe fix: don't crash on quit

Pirmin Kalberer <pka@sourcepole.ch>	2011-07-13

    Fix more globe warnings

Juergen E. Fischer <jef@norbit.de>	2011-07-13

    pyspatialite: inhibit warnings.

Juergen E. Fischer <jef@norbit.de>	2011-07-13

    oh well - missed _the_ file...

Juergen E. Fischer <jef@norbit.de>	2011-07-13

    fix last commit

Juergen E. Fischer <jef@norbit.de>	2011-07-13

    globe plugin fixes:
    - implement a compile check to tell apart OSGEARTH 2.0 from 3.0
    - fix warnings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-13

    Better block for signals when creating composer legend widget

NathanW <woodrow.nathan@gmail.com>	2011-07-13

    Added support to show help about selected function

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-13

    Fix for considering layer title length in composer legend

Merge: 36fb5a7a6b e0f4d06562
Pirmin Kalberer <pka@sourcepole.ch>	2011-07-13

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Pirmin Kalberer <pka@sourcepole.ch>	2011-07-13

    Revert API changes for OSGEarth >2.0

Juergen E. Fischer <jef@norbit.de>	2011-07-13

    indentation update

Juergen E. Fischer <jef@norbit.de>	2011-07-13

    fix vc build

Merge: 540fb7a1b7 9c9259a703
Pirmin Kalberer <pka@sourcepole.ch>	2011-07-13

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Pirmin Kalberer <pka@sourcepole.ch>	2011-07-13

    astyle globe

Martin Dobias <wonder.sk@gmail.com>	2011-07-12

    Added home directory to the browser model. Unified method to find an index for a path

Tim Sutton <tim@linfiniti.com>	2011-07-12

    Commented out lines causing build errors on my Qt 4.4.7 setup

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-07-12

    fix cmakelists by removing files moved in bd3f77a

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-07-12

    use the provider to retrieve connections and layers

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-07-12

    add QgsDataItem to the postgres provider

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-06-06

    get supported layers from the provider

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-06-06

    easy way to access to postgres connections

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-12

    Add Service element when taking contact information from the project file

NathanW <woodrow.nathan@gmail.com>	2011-07-12

    Fill value list from selected field.

Merge: db469bedf9 f57bef47c6
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-12

    Merge branch 'master' of github.com:qgis/Quantum-GIS

NathanW <woodrow.nathan@gmail.com>	2011-07-12

    Insert expression string on double click

NathanW <woodrow.nathan@gmail.com>	2011-07-12

    Added fields and operators to tree view

NathanW <woodrow.nathan@gmail.com>	2011-07-12

    Add model to tree view

Martin Dobias <wonder.sk@gmail.com>	2011-07-11

    [FEATURE] Add browser dock widget to QGIS main window. Layers can be added to canvas by double-clicking them in the browser.

Juergen E. Fischer <jef@norbit.de>	2011-07-11

    include globe plugin in nightly build

NathanW <woodrow.nathan@gmail.com>	2011-07-11

    Redesign of expression builder UI

Merge: bff8e54465 8e3aca41ee
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-11

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-07-10

    add globe plugin to osgeo4w package

Tim Sutton <tim@linfiniti.com>	2011-07-10

    Added a more comprehensive set of default symbols based on work done for me by Petronella Tizora (see http://linfiniti.com/2011/07/openstreetmaposm-cartography-using-qgis-part-2/). You will need to remove your ~/.qgis/symbology-ng-style.xml in order to see them I think.

Pirmin Kalberer <pka@sourcepole.ch>	2011-07-09

    Build without globe by default

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-08

    More robust pattern calculation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-08

    Create base class for QImage fills, add custom outline to line  pattern fill

Juergen E. Fischer <jef@norbit.de>	2011-07-07

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-07-07

    refix qgis.ico move

Richard Duivenvoorde <rdmailings@duif.net>	2011-07-07

    fix #4039

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-06

    First experimental version of line pattern drawing

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-06

    missed these also in 3ccae3f

Merge: d56e4e958e 97d477b236
Tim Sutton <tim@linfiniti.com>	2011-07-06

    Merge branch 'margins'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-06

    Added line pattern symbol layer

Merge: dd79841c61 49e9a621ce
Tim Sutton <tim@linfiniti.com>	2011-07-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: bd495c1360 49e9a621ce
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-06

    Merge branch 'master' of github.com:qgis/Quantum-GIS

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-05

    missed file update in 3ccae3f

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-05

    forgot to move some files for 6d788eb

Pirmin Kalberer <pka@sourcepole.ch>	2011-07-06

    CMake for globe

Pirmin Kalberer <pka@sourcepole.ch>	2011-07-05

    Merge cleanup

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-04-17

    new rotation reset icon

Pirmin Kalberer <pka@sourcepole.ch>	2011-04-04

    Default compositor multitexture_ffp

Pirmin Kalberer <pka@sourcepole.ch>	2011-03-06

    Fixed world.tif install

Pirmin Kalberer <pka@sourcepole.ch>	2011-03-06

    Replaced earth file with programmatic map construction

Pirmin Kalberer <pka@sourcepole.ch>	2011-03-06

    Update to OsgEarth 2.0

Pirmin Kalberer <pka@sourcepole.ch>	2011-03-05

    Use CMake vars

mbernasocchi <marco@bernawebdesign.ch>	2011-02-20

    plugin visibility system was added to trunk in https://trac.osgeo.org/qgis/changeset/15224

mbernasocchi <marco@bernawebdesign.ch>	2011-02-20

    Globe is now visible to other (python as well) plugins. signals from globe can be catched.

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-02-19

    implemented a better syncExtent method using QgsDistanceArea

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-02-19

    code clean up

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-02-19

    - added support for globe coordinates, they are now shown in the status bar. - added modkey support

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-02-18

    shows mouse click WGS coordinates

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-02-17

    fixed bug in elevation layers dialog when changeing between projects

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-02-15

    Patched source against http://trac.osgeo.org/qgis/changeset/14452 to use newProjectCreated signal

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-02-14

    Fixed bug on new project created

Marco Bernasocchi <marco@bernawebdesign.ch>	2011-02-10

    nicer gui

Pirmin Kalberer <pka@sourcepole.ch>	2010-12-31

    Debug message removed

Pirmin Kalberer <pka@sourcepole.ch>	2010-12-31

    Place 3D models on point layer

Pirmin Kalberer <pka@sourcepole.ch>	2010-12-30

    globe_plugin_guibase.ui removed

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-10

    FIXED ALL issues regarding elevationDatasourceChanges and globeClosed signals

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-10

    fixed closeEvent by subclassing QDockWidget instead of QgsGLWidgetAdapter

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-10

    fixed GlobeClosed signal, now need to fix closeEvent

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-10

    fixed elevationDatasetsChanged() signal

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-10

    added suppor for signals for elevationDatasourceChanged and globeClosed, they don't work yet since I neet to understand how to set viever and mSettingsDialog as sender. see FIXME in globe_plugin.cpp

    Regression: moving rows up and down bug -> work on it tomorrow

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-09

    testing newProjectCreated () signal

Pirmin Kalberer <pka@sourcepole.ch>	2010-12-09

    Use cache from settings

Pirmin Kalberer <pka@sourcepole.ch>	2010-12-09

    getDatabasePager clear when changing 3D settings

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-09

    initial readProject signal support

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-09

    fixed earth file

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-09

    gui stable, added cache checkboxes

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-09

    adding initial cache support

Pirmin Kalberer <pka@sourcepole.ch>	2010-12-09

    Elevation layers from settings dialog

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-09

    Elevation Layers are now saved in the project file instead of in QSettings

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-08

    added move layers up or down

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-08

    Single selection only. Segfaults resolved

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-08

    more code clean up

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-08

    cleaned code, gui set to no drag and drop and single selection mode

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-08

    first cleanup fixed file check

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-08

    pre cleanup code

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-08

    working initial gui for elevation, needs code clean up

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-08

    added initial support for layer loading through the gui

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-07

    adapted gui to support data input

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-07

    code cleanup

Marco Bernasocchi <marco@bernawebdesign.ch>	2010-12-07

    Added disabling of irrelevant options to settings dialog

Pirmin Kalberer <pka@sourcepole.ch>	2010-12-01

    Refresh button

Pirmin Kalberer <pka@sourcepole.ch>	2010-12-01

    onClick event on mouse release

Marco Bernasocchi <marco@placebo.(none)>	2010-12-01

    fixed homeHandler

Marco Bernasocchi <marco@placebo.(none)>	2010-12-01

    added HomeControlHandler

Marco Bernasocchi <marco@placebo.(none)>	2010-12-01

    fixed sync handler fixed refresh handler added home handler code formatting

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-29

    Code cleanup

Marco Bernasocchi <marco@placebo.(none)>	2010-11-29

    reworked gui added new handlers //TODO use GlobePlugin::syncExtent instead of duplicating code

Marco Bernasocchi <marco@placebo.(none)>	2010-11-29

    initial sync exent button

Marco Bernasocchi <marco@placebo.(none)>	2010-11-28

    testing gui reset buttons

Marco Bernasocchi <marco@placebo.(none)>	2010-11-26

    added live preview of Stereo Settings

Marco Bernasocchi <marco@placebo.(none)>	2010-11-26

    added GUI navigation, reset buttons still missing

Marco Bernasocchi <marco@placebo.(none)>	2010-11-26

    added missing tilt icons added KeyboardControlHandler

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-26

    Revert FlyToExtentHandler

Marco Bernasocchi <marco@placebo.(none)>	2010-11-25

    added tilt to gui

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-26

    onMouseDown handling

Marco Bernasocchi <marco@placebo.(none)>	2010-11-25

    added keybord controls: - pan Horizontal 4,6 - pan Vertical 8,2 - rotate left / - rotate right * - tilt up 9 - tilt down 3 - zoom +-

    uset this keys because I can't get osgGA::GUIEventAdapter::KEY_Left ecc to work yet

Marco Bernasocchi <marco@placebo.(none)>	2010-11-25

    renamed flytoextenthandler to controlshandler

Marco Bernasocchi <marco@placebo.(none)>	2010-11-25

    added tilt to gui

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-24

    NavigationControl

Marco Bernasocchi <marco@placebo.(none)>	2010-11-24

    testing how to get key bindings

Marco Bernasocchi <marco@placebo.(none)>	2010-11-24

    test github commit hook

Marco Bernasocchi <marco@placebo.(none)>	2010-11-24

    added all elements to gui

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-23

    moveVControls fixed

Marco Bernasocchi <marco@placebo.(none)>	2010-11-23

    fixed typo

Marco Bernasocchi <marco@placebo.(none)>	2010-11-23

    added initial gui to the globe

Marco Bernasocchi <marco@placebo.(none)>	2010-11-23

    Completed Stereo settings support added reset stereo settings to defaults values button

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-21

    Handle screen distance stereo setting

Marco Bernasocchi <marco@placebo.(none)>	2010-11-20

    refactoring of setStereoMode done

Marco Bernasocchi <marco@placebo.(none)>	2010-11-20

    added modal dialog

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-20

    Made settings dialog a member of GlobePlugin

Marco Bernasocchi <marco@placebo.(none)>	2010-11-18

    typo fixes

Marco Bernasocchi <marco@placebo.(none)>	2010-11-18

    forgot this files in last checkout

Marco Bernasocchi <marco@placebo.(none)>	2010-11-18

    refactoring

    TODO: Call QgsGLWidgetAdapter::setStereoMode(QString stereoMode) from GlobePlugin::settings() instead of code duplication in GlobePluginDialog::setStereoMode()

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-18

    Settings dialog

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-17

    Portable cache path

Marco Bernasocchi <marco@placebo.(none)>	2010-11-17

    Added runtime stereo selection to settings dialog and at plugin start

Marco Bernasocchi <marco@placebo.(none)>	2010-11-17

    fixing resource file

Marco Bernasocchi <marco@placebo.(none)>	2010-11-16

    implemented settings dialog with placeholders methods

Marco Bernasocchi <marco@placebo.(none)>	2010-11-16

    adding place holders for settings dialog adding settings UI file

Marco Bernasocchi <marco@placebo.(none)>	2010-11-16

    adding new globe images

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-14

    Globe icon

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-14

    Use WorldWind SRTM with pre-populated cache. GlobePlugin code cleanup.

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-14

    Moved sample 3D models to Lech

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-13

    cache configuration

Mathias Walker <mwa@sourcepole.ch>	2010-11-13

    - node placement on terrain surface - placement test using generated models

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-13

    Worldwind cache data

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-13

    Remove world.tif from globe.earth

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-13

    Use world.tif from QGIS package

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-13

    HTTP Proxy support

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-13

    world.tif added

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-10

    mouse tracking

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-07

    GLOBE_OSG_STANDALONE_VIEWER

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-07

    Added Controls from 2.0 master branch

Marco Bernasocchi <marco@placebo.(none)>	2010-11-02

    Fixed mousewheel zoom making it consistent to qgis zoom (scroll up = zoom in)

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-02

    Initial support for non-WGS-84 layers

Pirmin Kalberer <pka@sourcepole.ch>	2010-11-01

    Install globe.earth in QGIS_DATA_DIR/globe

Pirmin Kalberer <pka@sourcepole.ch>	2010-10-10

    include cleanup

Pirmin Kalberer <pka@sourcepole.ch>	2010-10-06

    Mouse wheel zoom

Pirmin Kalberer <pka@sourcepole.ch>	2010-10-06

    Fly to extent handler

Pirmin Kalberer <pka@sourcepole.ch>	2010-09-03

    extent check in tile source

Pirmin Kalberer <pka@sourcepole.ch>	2010-09-03

    Aster DEM

Pirmin Kalberer <pka@sourcepole.ch>	2010-09-03

    layersChanged experiments

Pirmin Kalberer <pka@sourcepole.ch>	2010-08-19

    thread locking removed

Pirmin Kalberer <pka@sourcepole.ch>	2010-08-19

    globe plugin from master branch

Juergen E. Fischer <jef@norbit.de>	2011-07-05

    fix 55a1778 with patched qt on osgeo4w

Juergen E. Fischer <jef@norbit.de>	2011-07-05

    fix windows build

Juergen E. Fischer <jef@norbit.de>	2011-07-05

    add support for mixed case geometry types of PostGIS 2.0

Merge: a637ebcac2 93fb601fdb
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-05

    Merge branch 'master' of github.com:mhugent/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-05

    Support alpha-transparency in svg markers and fills

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-04

    Use svg cache for svg fill layer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-05

    Support alpha-transparency in svg markers and fills

NathanW <woodrow.nathan@gmail.com>	2011-07-05

    Reduce top and side margins for attribute table dialog

Martin Dobias <wonder.sk@gmail.com>	2011-07-05

    Python console: consider also Enter on keypad. Fixes #3855.

    Contributed by Steven Mizuno

Martin Dobias <wonder.sk@gmail.com>	2011-07-04

    Graduated renderer: handle the case with only one class

Martin Dobias <wonder.sk@gmail.com>	2011-07-04

    It does not make sense to classify into zero classes, does it?

Martin Dobias <wonder.sk@gmail.com>	2011-07-04

    Remove duplicate menu entries on non-kde platforms (fix #4040)

Martin Dobias <wonder.sk@gmail.com>	2011-07-04

    Fix last equal interval break in graduated symbol renderer (#4044)

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-04

    simplify detection on OS X

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-07-04

    OS X frameworks for qgis libs;
    dev frameworks install option;
    cmake cleanup

Merge: 3849742b10 ff83436cdc
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-04

    Merge branch 'master' of github.com:mhugent/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-04

    Small clean in sip file

NathanW <woodrow.nathan@gmail.com>	2011-07-04

    Updated Python bindings for lable and composeritem

NathanW <woodrow.nathan@gmail.com>	2011-07-04

    Ability to set id of any composer item moved from just qgscomposerlabel to qgscomposeritem
    All items can now have a user set id.  Good for plugin automation eg mapbook builder

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-04

    Use svg cache for svg fill layer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-04

    Fix some problems with svg cache

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-04

    Fix some problems with svg cache

Tim Sutton <tim@linfiniti.com>	2011-07-04

    Better ignore options

Merge: 934e56f8c4 a946a20f63
Tim Sutton <tim@linfiniti.com>	2011-07-04

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-07-04

    More git ignores

Tim Sutton <tim@linfiniti.com>	2011-07-04

    Try to make the histogram smoother

Juergen E. Fischer <jef@norbit.de>	2011-07-04

    fix lenny build

NathanW <woodrow.nathan@gmail.com>	2011-07-04

    Rename QgsExpressionBuilder to QgsExpressionBuilderWidget

NathanW <woodrow.nathan@gmail.com>	2011-07-03

    Copy layout and code from field calculator for expression builder widget

Juergen E. Fischer <jef@norbit.de>	2011-07-03

    other workaround for Qt#5114 (fixes #3250, #3028, #2598)

Juergen E. Fischer <jef@norbit.de>	2011-07-03

    fix windows build

Merge: 8cddfb8d5e 8e5cd403bb
NathanW <woodrow.nathan@gmail.com>	2011-07-03

    Merge remote branch 'upstream/master' into expression-labels
    Fixed merge conflict in pallabeling

    Conflicts:
            src/core/qgspallabeling.cpp

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-02

    Lock render method with mutex. Usefull e.g. for globe plugin which renders in threads

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-02

    Fix labeling-ng with utf-8 layers (ticket #3854)

Merge: 4d75a7d3e4 701e35dae2
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-07-01

    Merge branch 'master' of github.com:mhugent/Quantum-GIS

Merge: d95442138c 4d75a7d3e4
NathanW <woodrow.nathan@gmail.com>	2011-07-01

    Merge remote branch 'upstream/master' into expression-labels

Juergen E. Fischer <jef@norbit.de>	2011-07-01

    postgresql provider: fix 64bit ints

Juergen E. Fischer <jef@norbit.de>	2011-07-01

    search string parser: fix -a expression (fixes #4025)

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-06-30

    [FEATURE] Improve SpatiaLite provider to manage non-spatial tables

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-30

    Emit signal when showing / hiding composer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-30

    Emit signal when showing / hiding composer

Merge: 4888f51d54 b6fa94fa2f
Tim Sutton <tim@linfiniti.com>	2011-06-30

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-06-30

    [backport] Fix bug where histogram can be assigned negative frequency for a pixel range. Also fix potential memory leak as new histogram vector was assigned to band stats without clearing the old.

Tim Sutton <tim@linfiniti.com>	2011-06-30

    Added section on using QtCreator

Tim Sutton <tim@linfiniti.com>	2011-06-30

    Fix bugs causing a crash when histogram is gathered due to uninitilised histogram vector

Merge: eb9d6105f4 4546646f1d
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-30

    Merge branch 'svg_params'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-30

    Adapt svg param elements also if going via the line edit

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-29

    small tweak to svg file

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-29

    Small fix for svg parameter replacement

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-29

    Added svg parameters to marker files

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-29

    Replace svg params also for preview

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-29

    Fix replacement in style attribute

Merge: 664317f8c6 85ca9bd539
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-29

    Merge branch 'master' of github.com:mhugent/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-29

    Try to consider default parameters

Tim Sutton <tim@linfiniti.com>	2011-06-28

    Added missing QUrl include

Merge: 6509df23f4 b664ca0d09
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-28

    Merge branch 'master' of github.com:mhugent/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-06-28

    A neater fix for missing map parameter as suggested by Juergen

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-28

    Remove oldest entries from svg cache if cache size is too large

Merge: e79fe4d46e 0d91c81f3d
Tim Sutton <tim@linfiniti.com>	2011-06-28

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-06-28

    Removed some very noisy debugging when symbol class not encountered in symbol list

Tim Sutton <tim@linfiniti.com>	2011-06-28

    Added some extra debug info for project path

Tim Sutton <tim@linfiniti.com>	2011-06-28

    Fixed a bug where map= was not being published in onlineresource url when project files are not in the same dir as cgi

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-27

    Support also style-syntax for svg params

Juergen E. Fischer <jef@norbit.de>	2011-06-27

    fix #3987

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-27

    Restore svg marker selection

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-27

    Tweak for layer cache

Merge: de5ffb5eae 8910039115
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-27

    Merge branch 'master' of github.com:mhugent/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-27

    Tweak for layer cache

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-25

    Notify dialog if svg accepts parameters

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-25

    Change color through svg marker dialog

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-25

    Use QImage for map and QPicture for composer

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-24

    Fix for filtering in qgis server

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-24

    Remove debug noise

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-24

    Fix for filtering in qgis server

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-24

    Remove debug noise

Juergen E. Fischer <jef@norbit.de>	2011-06-23

    add context help

Juergen E. Fischer <jef@norbit.de>	2011-06-23

    [FEATURE] add function to calculator to determine x/y coordinate of nth point of a line
    (xat(i) / yat(i); indexs starts with 0; negative indizes apply to end of the line)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-23

    Add caching, experimental test with QPicture for svg marker

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-23

    Further work on the svg cache

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-23

    Composer legend: support point symbol sizes in map units

Merge: 1d65377013 3bd37ecf98
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-23

    Merge branch 'master' of github.com:mhugent/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-23

    Composer legend: support point symbol sizes in map units

Juergen E. Fischer <jef@norbit.de>	2011-06-21

    translation fix

Juergen E. Fischer <jef@norbit.de>	2011-06-21

    postgres provider: fix endianess detection

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-21

    Started to implement svg cache

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-20

    Fix for using ellipses with renderers other than single

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-20

    Add line edit to select svg marker

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-20

    Fix for embeding layer and groups from project with relative pathes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-16

    Fix bug in case of embeding from other projects with relative path

Juergen E. Fischer <jef@norbit.de>	2011-06-19

    german translation update

NathanW <woodrow.nathan@gmail.com>	2011-06-19

    Use selected text in label combo box for start off expression text

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-18

    Add license header to postrequesthandler, clean old code section

Merge: 2a05b5430f abe6bb5812
Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-18

    Merge branch 'master' of github.com:mhugent/Quantum-GIS

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-18

    Add postrequesthandler

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-18

    Support requests with http post. Up to now, only SOAP requests over HTTP POST have been supported

Sergey Yakushev <yakushevs@list.ru>	2011-06-06

    Fix #3866 for measure angle tool

Merge: 9028bf7d7d f70aae6f21
Radim Blazek <radim.blazek@gmail.com>	2011-06-18

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2011-06-18

    enabled drag-and-drop from qbrowser to qgis, except wms

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-18

    More legend cleanup

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-17

    Better layout for composer legend

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-18

    More legend cleanup

NathanW <woodrow.nathan@gmail.com>	2011-06-18

    Fix seg fault with using empty expression labels, added checks for empty expression

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-17

    Better layout for composer legend

Juergen E. Fischer <jef@norbit.de>	2011-06-17

    fix windows build

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-17

    Better consideration of large point symbols in composer legend

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-17

    Fix for composer legend issues, e.g. ticket #3346

Juergen E. Fischer <jef@norbit.de>	2011-06-16

    fix warnings

Juergen E. Fischer <jef@norbit.de>	2011-06-16

    [FEATURE] support 64bit feature ids

Radim Blazek <radim.blazek@gmail.com>	2011-06-16

    drag layer fix

Merge: 728de0059c 608d3947f2
Radim Blazek <radim.blazek@gmail.com>	2011-06-16

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-16

    Possibility to delete multiple composer legend entries at once

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-16

    Avoid infinite recursion if no log file variable set

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-16

    Support for raster legend in composer

Merge: 6ce35e37e4 cc7e63b439
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-16

    merge conflict

Juergen E. Fischer <jef@norbit.de>	2011-06-16

    fix lenny build

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-06-16

    Correct the output label's text in GdalTools Contour

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-15

    Collapse raster symbology items by default, check for graystile raster first and for raster shaders in a second part

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-15

    Fix preview with data defined settings, indentation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-15

    Fix python bindings

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-15

    Add tooltips for shapes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-15

    Forgot to add support for data defined shape

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-15

    Improve legend for pseudocolor, freakout, grayscale

Sergey Yakushevs <yakushevs@list.ru>	2011-06-15

    fix

Sergey Yakushevs <yakushevs@list.ru>	2011-06-15

    fix

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-14

    Symbol items for pseudo color shader

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-14

    Value label for colortable rasters

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-14

    [FEATURE]: Show colormap items in legend

Sergey Yakushevs <yakushevs@list.ru>	2011-06-14

    optimization hit

Merge: 27db9c3ca2 a954488ba7
Radim Blazek <radim.blazek@gmail.com>	2011-06-14

    resolved qgsbrowsermodel merge conflicts

Radim Blazek <radim.blazek@gmail.com>	2011-06-14

    mime for drag and drop, not finished

NathanW <woodrow.nathan@gmail.com>	2011-06-13

    Revert changes related to v1 labeling. Only going to support v2 labels for now.  Only return needed attributes for labeling to select (like before).  Add handlers for Ok and Cancel in expression dialog box (only temp)

Tim Sutton <tim@linfiniti.com>	2011-06-12

    Fixed some old svn references and typos in INSTALL docs

Tim Sutton <tim@linfiniti.com>	2011-06-12

    [BACKPORT] Added missing include for qgslogger

Tim Sutton <tim@linfiniti.com>	2011-06-11

    [BACKPORT] Removed assert too

Tim Sutton <tim@linfiniti.com>	2011-06-11

    [BACKPORT] Partially address https://bugzilla.redhat.com/show_bug.cgi?id=712620 - don't assert when things go wrong. Still needs to give user some decent feedback somehow but at least it shouldnt crash QGIS

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-10

    Improve data defined rotation

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-10

    Fix ellipse rotation

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-10

    started rotation / data defined rotation

Merge: d967b71c91 efb462b831
Tim Sutton <tim@linfiniti.com>	2011-06-10

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-06-10

    Obsoleted QgsMSLogger as it duplicates functionality from QgsLogger

Tim Sutton <tim@linfiniti.com>	2011-06-10

    Added pre-render layer count to maprenderer

Tim Sutton <tim@linfiniti.com>	2011-06-10

    Improve formatting of debug output for maprenderer map dimentions

Tim Sutton <tim@linfiniti.com>	2011-06-05

    added debugging info to mapserver while trying to resolve blank rendering issues

Sergey Yakushev <yakushevs@list.ru>	2011-06-10

    add support for WKBMultiLineString geometries in RoadGraph plugin

Tim Sutton <tim@linfiniti.com>	2011-06-10

    Improve formatting of debug output for maprenderer map dimentions

Tim Sutton <tim@linfiniti.com>	2011-06-10

    Run astyle to cleanup formatting

Tim Sutton <tim@linfiniti.com>	2011-06-10

    [FEATURE] Added support for logging to a file. To enable it, set the QGIS_LOG_FILE environment variable to a writable file on your file system. When using the QGIS Mapserver, you can enable logging by adding a directive such as 'SetEnv QGIS_LOG_FILE /tmp/qgislog.txt' to the  cgi-bin section of your apache config file.

Tim Sutton <tim@linfiniti.com>	2011-06-10

    Run astyle to cleanup formatting

Merge: 4bcddc1929 be751be6ec
Tim Sutton <tim@linfiniti.com>	2011-06-10

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-06-10

    [FEATURE] Added support for logging to a file. To enable it, set the QGIS_LOG_FILE environment variable to a writable file on your file system. When using the QGIS Mapserver, you can enable logging by adding a directive such as 'SetEnv QGIS_LOG_FILE /tmp/qgislog.txt' to the  cgi-bin section of your apache config file.

Tim Sutton <tim@linfiniti.com>	2011-06-10

    Don't use exponential notation for wms extents display

Tim Sutton <tim@linfiniti.com>	2011-06-10

    Added warning that .qgs extension may be missing

Merge: b2fa1b8952 fabc66aa1d
Tim Sutton <tim@linfiniti.com>	2011-06-10

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-06-10

    Added warning that .qgs extension may be missing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-10

    [FEATURE]: zonal statistics plugin

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-10

    [FEATURE]: zonal statistics plugin

Sergey Yakushev <yakushevs@list.ru>	2011-06-06

    fix RoadGraph plugin "path not found" error when start and stop points are equal

Juergen E. Fischer <jef@norbit.de>	2011-06-07

    document impact of using estimated table metadata (and revert last commit)

Gary Sherman <gsherman@geoapt.com>	2011-06-07

    Fix feature count for postgres provider so it doesn't use estimated metadata when reporting results of a subset in the query builder

Tim Sutton <tim@linfiniti.com>	2011-06-05

    Updated references to bug tracker to point to hub website

Alexander Bruy <alexander.bruy@gmail.com>	2011-06-03

    remove unimplemented QgsLabel::setLabelFieldName()

Juergen E. Fischer <jef@norbit.de>	2011-06-03

    fix #3866

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-03

    Don't list join fields to facilitate 'save as' function (fixes #3857). Don't display the query builder if a layer has joins (#3858)

Merge: 82e9936c21 1b1552812d
Tim Sutton <tim@linfiniti.com>	2011-06-10

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-07

    Fix for layer order in case of option addNewLayersToCurrentGroup

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-07

    Avoid unnecessary canvas refreshes when adding group to legend

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-07

    Zoom to filtered layers in wms server if BBOX parameter missing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-06

    Reformating, fix for project cleaning

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-06

    Fix order of embedded layers in groups

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-06

    More safety checks

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-05

    Support embedded layers and groups in server

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-03

    Move embed action to layer menu

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-03

    Improvements to embed dialogs and stability

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-01

    Wire in dialog to select embedded groups and layers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    Add support for embedded legend groups

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    Show embedded layers in italic

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    remove more redundancy in qgsproject

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-30

    embedding of single layer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-09

    Support data defined fields in ellipse renderer

Sergey Yakushev <yakushevs@list.ru>	2011-06-06

    fix RoadGraph plugin "path not found" error when start and stop points are equal

Sergey Yakushevs <yakushevs@list.ru>	2011-06-09

    fix sip module

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-09

    Add and wire in ellipse symbol layer widget

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-09

    Integrated qgsellipsesymbollayer

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-09

    Ported single and graduated symbol renderer to use usedAttributes() functions of symbol

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-08

    Pass pointer to vectorlayer to all simbol widgets

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-08

    Include QgsFeature pointer to symbol render context. Bindings not adapted yet

Merge: 36854d213d a57968532b
Tim Sutton <tim@linfiniti.com>	2011-06-08

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-07

    Fix for layer order in case of option addNewLayersToCurrentGroup

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-07

    Avoid unnecessary canvas refreshes when adding group to legend

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-07

    Zoom to filtered layers in wms server if BBOX parameter missing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-06

    Reformating, fix for project cleaning

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-06

    Fix order of embedded layers in groups

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-06

    More safety checks

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-05

    Support embedded layers and groups in server

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-03

    Move embed action to layer menu

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-03

    Improvements to embed dialogs and stability

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-01

    Wire in dialog to select embedded groups and layers

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    Add support for embedded legend groups

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    Show embedded layers in italic

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    remove more redundancy in qgsproject

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-30

    embedding of single layer

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-07

    Fix for layer order in case of option addNewLayersToCurrentGroup

Juergen E. Fischer <jef@norbit.de>	2011-06-07

    document impact of using estimated table metadata (and revert last commit)

Gary Sherman <gsherman@geoapt.com>	2011-06-07

    Fix feature count for postgres provider so it doesn't use estimated metadata when reporting results of a subset in the query builder

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-07

    Avoid unnecessary canvas refreshes when adding group to legend

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-07

    Zoom to filtered layers in wms server if BBOX parameter missing

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-06

    Reformating, fix for project cleaning

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-06

    Fix order of embedded layers in groups

Merge: 107df1f08c ba39378bcf
Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-06

    Merge branch 'embed_layers'

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-06

    More safety checks

Merge: 03525ea037 6cb4248130
Tim Sutton <tim@linfiniti.com>	2011-06-06

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Sergey Yakushevs <yakushevs@list.ru>	2011-06-06

    fix: LineVectorLayerDirector work incorectly if vector layer contained WKBMultiPolyline geometry

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-05

    Support embedded layers and groups in server

Tim Sutton <tim@linfiniti.com>	2011-06-05

    Updated references to bug tracker to point to hub website

Merge: 48d82eb5d9 0e318b0c5f
Tim Sutton <tim@linfiniti.com>	2011-06-05

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-06-05

    Updated references to bug tracker to point to hub website

NathanW <woodrow.nathan@gmail.com>	2011-05-26

    Added expression based labels, simple dialog for entering expressions.
    Code still needs some clean up and testing.

Alexander Bruy <alexander.bruy@gmail.com>	2011-06-03

    remove unimplemented QgsLabel::setLabelFieldName()

Juergen E. Fischer <jef@norbit.de>	2011-06-03

    fix #3866

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-03

    Move embed action to layer menu

Marco Hugentobler <marco@marco-laptop.(none)>	2011-06-03

    Don't list join fields to facilitate 'save as' function (fixes #3857). Don't display the query builder if a layer has joins (#3858)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-03

    Improvements to embed dialogs and stability

Sergey Yakushevs <yakushevs@list.ru>	2011-06-03

    Python bindings. Part 3

Sergey Yakushevs <yakushevs@list.ru>	2011-06-03

    use QgsVectorLayer*, not use LayerId

Sergey Yakushevs <yakushevs@list.ru>	2011-06-03

    use QgsVectorLayer*, not use LayerId

Juergen E. Fischer <jef@norbit.de>	2011-06-02

    browser changes:
    - use empty string as default wms style
    - update wms preview when render caching is enabled
    - some cleanups

Steven Mizuno <>	2011-06-02

    applied #3863 (fixes #2774)

Sergey Yakushevs <yakushevs@list.ru>	2011-06-02

    Python bindings. part2

Tim Sutton <tim@linfiniti.com>	2011-06-02

    Mark icon with 'm' for master branch to make working with multiple installs easier

Merge: 0e12034224 edad445fbb
Tim Sutton <tim@linfiniti.com>	2011-06-02

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Sergey Yakushevs <yakushevs@list.ru>	2011-06-02

    Launch python bindings for network analysis library

Sergey Yakushevs <yakushevs@list.ru>	2011-06-02

    a code wash

Juergen E. Fischer <jef@norbit.de>	2011-06-01

    fix #3859

Juergen E. Fischer <jef@norbit.de>	2011-05-30

    implement some workaround to support legacy WMS (fixes #3853)

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-06-01

    Wire in dialog to select embedded groups and layers

Sergey Yakushevs <yakushevs@list.ru>	2011-06-01

    using only 'vertex/arc' notation

Sergey Yakushevs <yakushevs@list.ru>	2011-06-01

    fix Doxygen warnings, documentation update

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    Add support for embedded legend groups

Merge: 9ab859ad19 c8dd58791f
Sergey Yakushevs <yakushevs@list.ru>	2011-05-31

    Merge remote branch 'pb/master' into network-analysis

    Conflicts:
            src/analysis/network/qgsdistanceedgeproperter.cpp
            src/analysis/network/qgsgraphbuilder.h
            src/plugins/roadgraph/graphbuilder.h
            src/plugins/roadgraph/linevectorlayerdirector.cpp
            src/plugins/roadgraph/roadgraphplugin.cpp
            src/plugins/roadgraph/shortestpathwidget.cpp
            src/plugins/roadgraph/simplegraphbuilder.cpp

Merge: 8bbdde6254 c8dd58791f
Sergey Yakushevs <yakushevs@list.ru>	2011-05-31

    Merge remote branch 'pb/master'

    Conflicts:
            src/plugins/roadgraph/linevectorlayerdirector.cpp

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    Show composer picture preview icons on demand

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    Show embedded layers in italic

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-31

    remove more redundancy in qgsproject

Sergey Yakushevs <yakushevs@list.ru>	2011-05-31

    using only 'vertex/arc' notation

Sergey Yakushevs <yakushevs@list.ru>	2011-05-31

    1. Use real builder-director pattern.
    2. Replase QMap container to QVector, sort and bynary search. RAM saving at the same perfomance.

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-30

    embedding of single layer

Sergey Yakushevs <yakushevs@list.ru>	2011-05-30

    fix dijkstra alogorithm return. Shortest three contain wrong edge.

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-05-29

    sync OS X doc updates and cleanup from release 1.7

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-05-29

    OS X install updates

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-05-28

    add missing version numbers to Mac framework detection

Juergen E. Fischer <jef@norbit.de>	2011-05-28

    windows: browser and helpviewer are gui applications

Juergen E. Fischer <jef@norbit.de>	2011-05-28

    osgeo4w: fix postinstall

Juergen E. Fischer <jef@norbit.de>	2011-05-27

    make pdf generation for txt2tags doc optional

Juergen E. Fischer <jef@norbit.de>	2011-05-27

    cmake: replace deprecated SUBDIRS with ADD_SUBDIRECTORY

Juergen E. Fischer <jef@norbit.de>	2011-05-27

    implement #3850

Sergey Yakushevs <yakushevs@list.ru>	2011-05-27

    fix excess graph build if topology tolerance > 0

Merge: f49be68c66 27c9870141
Tim Sutton <tim@linfiniti.com>	2011-05-27

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Sergey Yakushevs <yakushevs@list.ru>	2011-05-27

    fix compile errors

Sergey Yakushevs <yakushevs@list.ru>	2011-05-27

    apply #3849

Juergen E. Fischer <jef@norbit.de>	2011-05-26

    create PDFs from t2t files

Juergen E. Fischer <jef@norbit.de>	2011-05-26

    fix grammar warning

Juergen E. Fischer <jef@norbit.de>	2011-05-26

    remove svn Id tags

Merge: ffc267d937 db4fdee7fe
Tim Sutton <tim@linfiniti.com>	2011-05-26

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-05-26

    Coding guideline updates for GIT

Merge: c2757d31bc 0e5baf4c13
Tim Sutton <tim@linfiniti.com>	2011-05-26

    Merge pull request #25 from brushtyler/master

    GdalTools clipper, crop to mask layer extent. will cherry-pick to release branch too.

Sandro Santilli <strk@keybit.net>	2011-05-26

    Add support for modulo operator (%) in rule based rendering. See ticket #3845.

Sandro Santilli <strk@keybit.net>	2011-05-26

    Fix missing space between 'Middle' and 'Right' click instructions, consistently use 'vertex' rather than 'point' while adding lines or boundaries. Fixes bug #3846.

Merge: 4be0d71810 2670283b06
Tim Sutton <tim@linfiniti.com>	2011-05-26

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Sergey Yakushevs <yakushevs@list.ru>	2011-05-26

    New topology tolerance implementation. Some bug fix.

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-05-26

    crop to mask layer extent

Sergey Yakushevs <yakushevs@list.ru>	2011-05-26

    fix 'on the fly' transform problem

Sergey Yakushevs <yakushevs@list.ru>	2011-05-26

    QgsDistanceArea copy-construct is bad. Fix it.

Merge: 4070354d5f 21fa4385f9
Radim Blazek <radim.blazek@gmail.com>	2011-05-25

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2011-05-25

    fixed #3839

Juergen E. Fischer <jef@norbit.de>	2011-05-25

    osgeo4w: include browser batch template

Merge: 3f50ee200b c3e161a506
Tim Sutton <tim@linfiniti.com>	2011-05-25

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Sergey Yakushevs <yakushevs@list.ru>	2011-05-25

    modify RoadGraphPlugin for works with QGIS'api. Fix some bug

Juergen E. Fischer <jef@norbit.de>	2011-05-25

    fix fcb001d - affects more distributions than just lenny

Sergey Yakushevs <yakushevs@list.ru>	2011-05-25

    add qgsgraphanalyzer.*

Juergen E. Fischer <jef@norbit.de>	2011-05-25

    fixx lenny build

Sandro Santilli <strk@keybit.net>	2011-05-24

    Fix wrong arrow orientation when lines end with duplicated points (#3837)

Juergen E. Fischer <jef@norbit.de>	2011-05-24

    debian packaging fixes

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-24

    Discard empty http parameters in mapserver

Merge: 4d5455f5b1 0b2317e85a
Tim Sutton <tim@linfiniti.com>	2011-05-24

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Sergey Yakushevs <yakushevs@list.ru>	2011-05-24

    add qgslinevectorlayerdirector

Juergen E. Fischer <jef@norbit.de>	2011-05-24

    fix windows build by cleaning up (dynamic) linkage and some warnings

Sergey Yakushevs <yakushevs@list.ru>	2011-05-24

    add properter classes

Merge: 09de6da686 77d265128e
Jürgen Fischer <jef@norbit.de>	2011-05-24

    Merge pull request #24 from pcav/master

    One more typo in IT translation

pcav <cavallini@faunalia.it>	2011-05-24

    Another minor edit to IT translation - thanks Gabriele Monfardini for noticing

Merge: b6106203d3 a07510495a
Jürgen Fischer <jef@norbit.de>	2011-05-24

    Merge pull request #23 from pcav/master

    Minor change to IT translation

Merge: a07510495a b6106203d3
pcav <cavallini@faunalia.it>	2011-05-24

    Merge branch 'master' of git://github.com/qgis/Quantum-GIS

pcav <cavallini@faunalia.it>	2011-05-24

    Minor edit to IT translation

Sergey Yakushevs <yakushevs@list.ru>	2011-05-24

    add qgsgraphbuilder interface

Sergey Yakushevs <yakushevs@list.ru>	2011-05-24

    add qgsgraphbuilder interface

Merge: 7c0e9000ec b6106203d3
Tim Sutton <tim@linfiniti.com>	2011-05-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-05-23

    fix typos

Juergen E. Fischer <jef@norbit.de>	2011-05-23

    debian and osgeo4w packaging update: include qbrowser

Sergey Yakushevs <yakushevs@list.ru>	2011-05-23

    add QgsGraph class

Sergey Yakushevs <yakushevs@list.ru>	2011-05-23

    Launch of integration RoadGraph api in the QGIS

Merge: 4549d0e199 ffed1d7702
Tim Sutton <tim@linfiniti.com>	2011-05-23

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Juergen E. Fischer <jef@norbit.de>	2011-05-23

    cleanups:
    - use QMetaObject instead of RTTI
    - no get in getters:
      - QgsDataProvider:
       - getProvider => provider
       - getSelectWidget => selectWidget
       - getFunction => function
       - getLibary => providerLibrary
      - QgsProviderRegistry:
       - getLibrary => providerLibrary
    - /* ... */ => #if 0 / #endif
    - reindentation

Merge: 1d3ac808bb ee6c516111
Sergey Yakushevs <yakushevs@list.ru>	2011-05-23

    Merge remote branch 'pb/master'

Juergen E. Fischer <jef@norbit.de>	2011-05-23

    osgeo4w update: fix crssync run

Juergen E. Fischer <jef@norbit.de>	2011-05-23

    fix build with Qt 4.6 and some warnings

Juergen E. Fischer <jef@norbit.de>	2011-05-21

    german translation update

Merge: 5fea5a8c61 bb1a4e6af8
Tim Sutton <tim@linfiniti.com>	2011-05-23

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Merge: 9784cd78e5 cd8ecd6a6e
Tim Sutton <tim@linfiniti.com>	2011-05-22

    Merge pull request #22 from alexbruy/master

    Make "-dstalpha" parameter in GDALTools Clipper optional

Merge: ffed1d7702 9784cd78e5
Tim Sutton <tim@linfiniti.com>	2011-05-22

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Alexander Bruy <alexander.bruy@gmail.com>	2011-05-22

    add checkbox for "-dstalpha" option in GDALTools Clipper tool

Radim Blazek <radim.blazek@gmail.com>	2011-05-22

    grass support for qbrowser

Marco Hugentobler <marco@marco-laptop.(none)>	2011-05-21

    Show only annotation items in composermap, no rubberbands etc. Fixes ticket #3774

Juergen E. Fischer <jef@norbit.de>	2011-05-21

    fix windows build

Marco Hugentobler <marco@marco-laptop.(none)>	2011-05-20

    Fix rotation of simple marker if cache is not used (ticket #3778)

Merge: 0390131247 62db3d7dac
Martin Dobias <wonder.sk@gmail.com>	2011-05-20

    Merge branch 'browser-and-customization'

Martin Dobias <wonder.sk@gmail.com>	2011-05-20

    Re-enable recursive WMS layers

Martin Dobias <wonder.sk@gmail.com>	2011-05-20

    Move setCrs() back to QgsDataItem from QgsLayerItem.

    The rationale is that some data sources (providers) share CRS for a whole
    set of layers (e.g. GRASS)

Merge: 626c8ddb7c 0390131247
Sergey Yakushevs <yakushevs@list.ru>	2011-05-19

    Merge remote branch 'pb/master'

Radim Blazek <radim.blazek@gmail.com>	2011-05-18

    browser double click removed

Radim Blazek <radim.blazek@gmail.com>	2011-05-18

    QgsLayerItem uri/providerKey/mapLayerType better vithout virtual methods

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-18

    Fix for multipoint bug in wfs provider. Fixes ticket #3829

Radim Blazek <radim.blazek@gmail.com>	2011-05-18

    QgsLayerItem::layerInfo replaced by mapLayerType, providerKey and uri methods

Merge: cda5461099 c724ce5180
Tim Sutton <tim@linfiniti.com>	2011-05-17

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Radim Blazek <radim.blazek@gmail.com>	2011-05-17

    customize mMenuToolbar according to toolbars customization

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-17

    Composermapwidget update

Martin Dobias <wonder.sk@gmail.com>	2011-05-16

    Hide QgsDataItem members: use getters for access

Martin Dobias <wonder.sk@gmail.com>	2011-05-16

    Set data item's parent always in constructor

Martin Dobias <wonder.sk@gmail.com>	2011-05-16

    QgsDataItem refactoring

    - hasChildren, rowCount, icon methods made non-virtual
    - shared default icons
    - data item's mType should be used for differentiating classes
    - layer-specific virtual methods moved down to QgsLayerItem

Merge: 6de875ab16 6062bb587a
mhugent <marco.hugentobler@sourcepole.ch>	2011-05-16

    Merge pull request #21 from telwertowski/master

    Integrate Mac window event code with 'Show composer maps on demand'

Tom Elwertowski <telwertowski@comcast.net>	2011-05-16

    Integrate Mac window event code with 'Show composer maps on demand'

Radim Blazek <radim.blazek@gmail.com>	2011-05-16

    Deblin removed

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-16

    Cleanup

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-16

    Show composer maps on demand after project loading

Martin Dobias <wonder.sk@gmail.com>	2011-05-15

    Fix the compilation

Tim Sutton <tim@linfiniti.com>	2011-05-15

    Added fancy pdf generation from t2t docs

Merge: 27e3a8f621 a9422394f3
Tim Sutton <tim@linfiniti.com>	2011-05-14

    Merge branch 'master' of github.com:timlinux/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-05-14

    Fix inconsistent naming of general options

Tim Sutton <tim@linfiniti.com>	2011-05-14

    Fix inconsistent naming of general options

Martin Dobias <wonder.sk@gmail.com>	2011-05-14

    Fixed #3818

Merge: 153ad164fe 3ec8059141
Martin Dobias <wonder.sk@gmail.com>	2011-05-13

    Merge branch 'master' into dbl

    Conflicts:
            images/splash/splash.png
            src/CMakeLists.txt
            src/app/main.cpp
            src/app/qgsvectorlayerproperties.cpp
            src/core/qgsvectorlayer.cpp
            src/providers/wms/qgswmssourceselect.cpp

Martin Dobias <wonder.sk@gmail.com>	2011-05-13

    All customization and QGIS browser work in one commit.

Merge: 6327b2e224 55795600db
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-13

    Merge branch 'wms_filewatch'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-13

    Use a file watcher also for capabilities cache

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-13

    [FEATURE]: use file watcher in wms server to check for updates in project files

Alexander Bruy <alexander.bruy@gmail.com>	2011-05-12

    allow merging shapefiles with different attribute tables (fix #3010)

Merge: dfeb19b453 07da493572
Sergey Yakushevs <yakushevs@list.ru>	2011-05-12

    Merge remote branch 'pb/master'

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-12

    [FEATURE]: Possibility to set a WFS filter

Merge: 5b1a9f9807 76751f614d
Sergey Yakushevs <yakushevs@list.ru>	2011-05-12

    Merge remote branch 'pb/master'

Tom Elwertowski <telwertowski@comcast.net>	2011-05-11

    Mac Info.plist svn=>git

Radim Blazek <radim.blazek@gmail.com>	2011-05-11

    sync QgsRubberBand and QgsMpaCanvasMap antialiasing, this also fixes 1px QgsRubberBand shift with x11 rendering engine if rendered without antialiasing

Juergen E. Fischer <jef@norbit.de>	2011-05-11

    fix #3821

Alexander Bruy <alexander.bruy@gmail.com>	2011-05-11

    Display current filename in progressbar when merging and add option to
    select encoding for input files

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-11

    Maximum 40 entries in config and capabilities cache

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-11

    Wire in capabilities cache class

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-11

    Add capabilities cache classes and use QHash for config cache

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-11

    Add capabilities cache classes and use QHash for config cache

Juergen E. Fischer <jef@norbit.de>	2011-05-11

    debian fix: git used to be in git-core

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-11

    Safety check for wms server filters

Merge: d05b140e4f a48c4ac93b
Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-11

    Merge remote-tracking branch 'upstream/master'

Merge: c914c14b43 a48c4ac93b
Sergey Yakushevs <yakushevs@list.ru>	2011-05-11

    Merge remote branch 'pb/master'

Tim Sutton <tim@linfiniti.com>	2011-05-11

    Added Mayeul to the list of contributors (core) and translators (web client)

Juergen E. Fischer <jef@norbit.de>	2011-05-10

    german translation update

Juergen E. Fischer <jef@norbit.de>	2011-05-08

    more svn=>git stuff

Merge: 41bf4c83b3 45cc8a7fea
Tim Sutton <tim@linfiniti.com>	2011-05-10

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Tim Sutton <tim@linfiniti.com>	2011-05-10

    Updated splash for master branch

Marco Hugentobler <marco.hugentobler@sourcepole.ch>	2011-05-10

    Added wms filter support

Merge: 14556360b1 9647ac877f
alexbruy <alexander.bruy@gmail.com>	2011-05-10

    Merge pull request #16 from alexbruy/master

    mask option for gdal_polygonize tool

Alexander Bruy <alexander.bruy@gmail.com>	2011-05-10

    add mask option to gdal_polygonize

Giuseppe Sucameli <brush.tyler@gmail.com>	2011-05-10

    save file instead of open it in select output file dialog

Merge: fefae903a5 9ffedb482a
Tim Sutton <tim@linfiniti.com>	2011-05-10

    Merge pull request #14 from pcav/master

    IT translation wrong

Merge: 8494cadde1 fb43d16f16
Sergey Yakushevs <yakushevs@list.ru>	2011-05-10

    Merge branch 'master' of https://github.com/stopa85/Quantum-GIS

Sergey Yakushevs <yakushevs@list.ru>	2011-05-10

    Road graph plugin not work or work incorrectly.
    Show message "First point not tied" if:
    1. 'on the fly' CRS transfomation disabled
    2. Source layer CRS not equal project CRS

    This path fix it.

Sergey Yakushevs <yakushevs@list.ru>	2011-05-10

    Road graph plugin not work or work incorrectly.
    Show message "First point not tied" if:
    1. 'on the fly' CRS transfomation disabled
    2. Source layer CRS not equal project CRS

Werner Macho <werner.macho@gmail.com>	2011-05-10

    translation update: mn by Bayarma sl_SI by Joze

pcav <cavallini@faunalia.it>	2011-05-10

    Minor edits to IT translation

Merge: fb5683820b ee20b30320
Tim Sutton <tim@linfiniti.com>	2011-05-10

    Merge pull request #13 from stopa85/master

    add to .gitignore vim swap file

Sergey Yakushevs <yakushevs@list.ru>	2011-05-10

    Add to .gitignore vim swap files.

Juergen E. Fischer <jef@norbit.de>	2011-05-09

    fix #3671: update view after search in attributetable

Merge: c586afe8fb 7ad75d9ffc
Tim Sutton <tim@linfiniti.com>	2011-05-08

    Merge pull request #9 from kyngchaos/master

    finish fix for #3497

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-05-07

    finish fix for #3497

William Kyngesburye <kyngchaos@kyngchaos.com>	2011-05-07

    finish fix for #3497

Jrgen E. Fischer <jef@norbit.de>	2011-05-08

    fix lenny build

Merge: ad494d4dab 8fb20e03af
Tim Sutton <tim@linfiniti.com>	2011-05-07

    Merge pull request #6 from timlinux/master

    Radims fix for raster otf of wms render issues

Tim Sutton <tim@linfiniti.com>	2011-05-07

    Radim's patch to fix rendering issues with otf wms reprojection

Merge: 1bff56ae4c ce6588c572
Juergen E. Fischer <fischer@linux-buechse.de>	2011-05-07

    Merge branch 'master' of github.com:qgis/Quantum-GIS

Juergen E. Fischer <fischer@linux-buechse.de>	2011-05-07

    debian packaging update for 1.8

Tim Sutton <tim@linfiniti.com>	2011-05-07

    fix #3800

Jrgen E. Fischer <jef@norbit.de>	2011-05-06

    osgeo4w: fix path in postinstall for crssync

Jrgen E. Fischer <jef@norbit.de>	2011-05-06

    some more svn to git migration updates/fixes

Juergen E. Fischer <jef@norbit.de>	2011-05-06

    apply #3721: add save edits button to attribute table

Juergen E. Fischer <jef@norbit.de>	2011-05-06

    apply #3770: allow adding parts to line and point features and some refactoring

Juergen E. Fischer <jef@norbit.de>	2011-05-05

    apply #3645: synchronization of srs.db with GDAL/PROJ on installation

Juergen E. Fischer <jef@norbit.de>	2011-05-05

    update version number to 1.8.0 and codename back to Trunk

Juergen E. Fischer <jef@norbit.de>	2011-05-04

    apply #3716: add value relation widget type

Juergen E. Fischer <jef@norbit.de>	2011-05-04

    apply #3768: tile WMS getmap requests by limiting the size

Juergen E. Fischer <jef@norbit.de>	2011-05-04

    apply #3793: libfcgi cannot change mapserv's environment variables on windows

Juergen E. Fischer <jef@norbit.de>	2011-05-04

    update version tracking to git

Merge: 0e17f4ed03 0b7f5fa542
Tim Sutton <tim@linfiniti.com>	2011-05-04

    Merge pull request #2 from timlinux/master.

    Some minor updates to documentation and added shortname to the quickpackage script

Tim Sutton <tim@linfiniti.com>	2011-05-04

    Dont point to old gdal lib/include dirs when creating an msvc shell

Tim Sutton <tim@linfiniti.com>	2011-05-04

    Added shortname option to quickpackage script

Merge: fb013183da 758fa49c0f
Tim Sutton <tim@linfiniti.com>	2011-05-04

    Merge pull request #1 from rudilinfiniti/master.

    Small install procedure updates for linux from Rudi Thiede

Rudi Thiede <rudi@linfiniti.com>	2011-05-04

    fixed minor errors in install documentation

Merge: 2f86b4fe61 6455628219
Tim Sutton <tim@linfiniti.com>	2011-05-02

    Merge branch 'master' of /home/timlinux/qgis-git-migration/qgis_all

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-30

    fix gcc 4.6 warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15857 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-30

    Better fix for restoring custom layer properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15856 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-30

    Workaround for Mac Cocoa freeze when adding a stop to a gradient color ramp (call QColorDialog::getColor after QInputDialog::getInt instead of before).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15855 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-30

    fix GRASS support in osgeo4w

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15854 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-30

    translation update:pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15853 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-29

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15852 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-29

    translation updates: mn new coordinator bayarmar enkhtur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15850 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-29

    Fix for save and read layer properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15849 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-29

    fix #3784

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15848 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    fix #3782

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15847 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    fix for epsg 32661 Polar Stereographic

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15846 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    keep row col in limits to avoid crash with 32661; decrease max cp matrix size

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15845 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    osgeo4w update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15844 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    Fix for placement of map items in composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15843 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    draw grass region without fill

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15842 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    oh, well - complete r15835

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15841 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    osgeo4w update: adapt to new GRASS 6.4.1 and gdal-mrsid packages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15840 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    another part of dutch grass translation, translated by Carlo van Rijswijk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15839 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    Port zoom rectangle from QRubberBand to QgsRubberBand. Fixes zoom rectangle fill on x11 platform after resize bug workaround

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15838 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15837 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-28

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15836 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-27

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15835 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-27

    plugin installer: do not consider an empty repo as invalid

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15832 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-27

    Fix windows build issue - moc headers needed for grassprovider too

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15831 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-27

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15830 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-27

    translation updates: ru by artem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15829 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-26

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15827 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-26

    translation update: context help fr by JRM


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15826 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-26

    translation update: bunch of updates for 1.7 ru by artem, hr_HR by Zoran, fr by JRM, sl_SI by Joze, ja by yoichi, cs_CZ by jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15825 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-26

    Updated IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15824 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-26

    rollback r15636, partly r15792 and r15795

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15823 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-26

    More ignore rules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15822 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-24

    Better error handling for polygon clipping

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15817 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-23

    Use epsg number for output crs in rastercalculator if possible (ticket #3649)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15815 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-23

    fixing several issues related to SpatiaLite 3D Geometries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15814 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-22

    fix mac build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15813 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-22

    fix #2829

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15812 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-22

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15811 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-22

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15810 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-22

    improve handling of empty extents (fixes #2997)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15809 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-22

    raster provider: reenable Q_OBJECT and fix comments

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15808 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-22

    Fixed some typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15807 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-22

    fix warning & comment

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15806 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-22

    creatensis.pl: update ecw/mrsid package reference

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15805 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    ouch, fix debug build on mac II

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15804 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    fix debug build on mac

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15803 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    Updates for selection icons in git theme by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15802 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    Updated license from Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15801 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    missed a file in r15797

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15800 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    fix starting qgis_help on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15799 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    fix #3766

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15798 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    add options to creatensis.pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15797 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    add runtime warning if loading of translation fails

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15796 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    windows build without BINDINGS_GLOBAL_INSTALL

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15795 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15794 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    Added a note about not enabling python bindings global install on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15792 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    Fix internal function of wms server

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15791 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    newgis + dodo = best friends (last removal of the newgis theme)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15790 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    Removed deprecated newgis theme

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15789 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    GIS Theme updates from Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15788 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-21

    Improve python bindings for adding legend groups (#3263). Patch from Marco Bernasocchi

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15787 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-20

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15785 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-20

    fix #2227

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15784 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-20

    reduce raster reprojection debugging noice

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15783 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-20

    translation update: BIG Stringfreeze for 1.7 second try


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15782 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-20

    fix #3413

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15781 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-20

    fix progressbar behaviour in Merge shapefiles tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15777 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-20

    fix debug build for Qt <4.7

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15775 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-20

    translation update: pt_BR by arthur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15774 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-19

    fix crashes on exit (follows up r15751)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15773 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-19

    Fix for resize crash, ticket #2714

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15771 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-19

    re-add wms tile extension workaround

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15769 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-19

    Commited patch for #3263 with small modifications

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15766 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-19

    translation update: pt_BR by Arthur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15765 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-18

    fix #3757

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15764 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-18

    improve wms error and progress reporting (fixes #1576)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15763 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-18

    revert r15747

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15762 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-18

    fixed crash when zooming out so that raster map extent is smaller than canvas pixel

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15760 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-18

    GRASS region another bug fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15759 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-18

    GRASS region transformation resent on mapset change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15758 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-18

    GRASS region reprojection fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15757 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-18

    GRASS region reprojection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15756 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-18

    translation update: es by carlos and el_GR by mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15755 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    fix #2426: dateline split

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15754 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    Change default setting for layer space in legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15753 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    save timestamp in project file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15752 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    Delete QgisApp on destruction in order to get the destructor called (#3531).

    Let's hope it will not bring any crashes when qgis exits...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15751 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    legend refresh after data reload

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15750 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    completely reload provider if GRASS source data have changed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15749 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    postgres provider: fix numeric types with precision

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15748 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    fix #7: GetCapabilities no done twice anymore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15747 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    fix #3750

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15746 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    disable Build Pyramids button if no pyramids levels selected. Also reset progressbar state after building pyramids


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15745 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    Fix missing return statement. Thanks, jef

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15744 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15743 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    higher tolerance for segment snap

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15742 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    Changed tolerance to make topological editing more reliable (related to ticket #2921)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15741 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    fix eVis Event Browser and ID tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15740 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    extend default field width in fTools Export/Add Geometry column to fix #3500


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15739 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-17

    Show an icon for open attribute table action in legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15738 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    translation update: pt_BR by Arthur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15737 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    Improve raster performance if no clip and stretch is used on multi band color layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15736 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    raster layer update - first step

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15735 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    update epsg:42180 proj string (compatibility version of epsg:2180)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15734 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    The current CRS not highlighted in the projection selector when called from the layer context menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15732 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    test if crs are equal

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15731 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15730 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    fix #3712

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15729 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    fix #3439

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15728 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    more robust fix for #2762 as suggested by Martin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15727 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    fix #3745

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15726 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    fix wms(-c) usablility issue:
    switch to tileset tab automatically when tilesets are found.
    Some WMS-C server act like WMS servers although they actually
    aren't.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15725 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    Raster reprojection in QGIS server

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15724 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    new vector dialog: fix resize and prepopulate with an entry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15723 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    fix lenny build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15722 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    use layer count from QgsMapLayerRegistry instead of QgsMapCanvas. Fixes #2762


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15721 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    Fix for bug grid annotation distance to map frame (#2899)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15720 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-16

    properly clear list of the invalid lines. Also don't display invalid lines message. Addresses #3741


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15719 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    translation updates: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15718 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    fix #2810


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15717 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    More pt_PT GUI translation. Thanks Duarte Carreira

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15715 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    enable/disable better stretch histogram action

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15714 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    avoid changes of the input layer when layers in canvas changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15713 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    add cutline option to clipper to fix #3066


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15712 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    keep qgis.g.info process open and get values through stdin/stdout

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15711 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    fix wmc-c support broken in r15559

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15710 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    Fix #3715, don't overwrite source file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15709 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    Added missing pyramid.h

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15708 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    More flexible limit of layer number in qgis server depending on number of layers in project. Fixes bug #3502

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15707 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    fix #3606

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15706 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    greetings from Maxim and Alex at the QGIS Hackfest in Lisbon. Just fixed (again)bug #3519


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15705 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    Dutch translation, thanks Carlo van Rijswijk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15704 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    Fix for #3739 - wms transparency not working when set from layer properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15703 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    gdal slow rendering when zoomed in fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15702 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-15

    IT GUI translation completed - needs final revision

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15701 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-14

    Fix for bug #3692 (QGIS segfaults after removing table join)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15700 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-14

    dpi fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15699 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-13

    fixed #3662 and #3663


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15698 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-13

    fall to precise reprojection if thresh wasnt reached

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15697 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-13

    Fix for bug #3685, take2

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15696 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-12

    Use filename for title of WMS top layer if project title empty (ticket #3719)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15695 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-12

    fix #3720

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15694 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-11

    Return error code in zonal statistics if operation canceled by user

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15693 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-11

    Fix label and diagram editing if otf reprojection is enabled (ticket #3685)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15692 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-10

    cleanup and fix attribute widget configuration

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15691 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-09

    fix geometry descriptions list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15690 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-09

    translation update: af by Hendrik and FR Context Help by JRM


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15689 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-09

    Symbol props dialog: Locked/unlocked icons instead of just showing locked icon.
    This should allow users easily identify the current state.

    Default icons from Nuvola icon set, gis/newgis icons from Robert.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15688 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-09

    fix #3057

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15687 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-09

    fix restore of initial extent of startup project

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15686 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-09

    Place project properties action in File menu correctly (Gnome/Mac)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15685 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-09

    Updated index.html for release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15684 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-08

    Fix for jumps if moving diagrams and labels with rotation point other than lower left

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15683 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-08

    Show actions only if there are no actions? (Catch 22 strikes again!)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15682 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-08

    fix wms source select:
    - allow selection of named layers
    - allow individual selection of all layers of a group to allow layer order management
    - show upcoming layer name unless one is manually given


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15681 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-07

    translation update: fr by JRM and bg by Zahari


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15680 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-07

    translation update: lv by maris and tr by Osman


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15679 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-07

    More IT translation, one more GRASS module (thanks Markus Neteler)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15678 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-06

    translation update: pt_BR by Arthur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15677 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-05

    synchronize eVis with latest changes in delimited text provider (fix #3701)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15676 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-05

    python console: another fix for pasting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15675 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-05

    Minor fix to a GRASS module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15674 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-05

    translation update: af by Hendrik


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15673 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-04

    Fix for scaling of rotated svg pattern. Ticket #3700

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15672 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-04

    translation update: introduce new language afrikaans on request


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15671 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-04

    supporting SpatiaLite's 3D Geometries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15670 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-04

    update debian build dependencies in INSTALL

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15668 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-04

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15667 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-03

    translation updates: sl_SI by Joze, es by Carlos, hu by Zoltan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15666 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-03

    add docstring for previous commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15665 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-03

    make Raster toolbar accessible from Python


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15664 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-02

    Shortcuts for easier creation of symbology-ng symbols


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15663 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-02

    translation update: es by Carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15662 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-01

    IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15661 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-01

    IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15660 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-01

    Minor comments cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15659 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-01

    And another place to look for grass and enjoy the true elixr of happiness

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15658 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-01

    Added lib64 to grass search path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15657 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-04-01

    fix: #3688

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15656 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    Added a little more detail on the final packaging step

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15655 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    Added a little more detail on the final packaging step

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15654 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    setAuthorization for GetFeatureInfo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15653 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    Fix for disappearing small labels in printout

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15652 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    tranlsation update nl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15651 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    new parts of translation by Raymond Nijssen



    git-svn-id: http://svn.osgeo.org/qgis/trunk@15650 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    zoom to best scale with reprojection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15649 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    more crs debug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15648 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    fix #3689

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15647 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-31

    avoid fragile pointer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15646 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-30

    Use vector layer methods to test queries (instead of provider methods)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15645 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-30

    fix nsis installer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15643 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-30

    nsi updates: commented out reboot which causes nsis to fail for me. Updated quickpackage to set version name to 1.7

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15642 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-30

    Added note about fixing path to flex and bison

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15641 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-30

    Added note about path for flex and bison

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15640 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-29

    translation update: hr_HR by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15638 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-29

    Applied modification from strk to fix label direction, ticket #3643

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15637 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-29

    don't build astyle in source directory

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15636 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-29

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15635 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-28

    ts update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15634 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-28

    add bindings to QgsProjectVersion

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15633 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-28

    translation update: ja by Yoichi
    context_help translations fr by JRM


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15631 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-28

    Dont use my personal username in docs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15628 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-28

    Added a few lines about using git in win build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15627 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-28

    Added a few lines about using git in win build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15626 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-28

    handle DESTDIR

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15625 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-28

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15624 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    mac install update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15623 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    minor german translation fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15622 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    translation update: is by Thordur
    fr by JRM
    el_GR by Mike
    cs_CZ by Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15621 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    Fixed #3681


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15620 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    PyQGIS: added new destination CRS methods, deprecated old ones.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15619 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15618 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    sync srs.db with current trunk of proj

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15617 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    man, 2 commits - 2 missed files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15616 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    fix enabling of field edit buttons in vector properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15615 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    fix #3682

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15614 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    Avoid duplicate SVG paths


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15613 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-27

    Added header for 1.7 release in index.html

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15612 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-26

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15611 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-26

    fix #3661

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15610 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-26

    ng-symbology dialogs fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15609 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-26

    fix empty build type bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15608 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-26

    translation update: ru by Artem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15607 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    Apply patch for #2230 by sunilkcube

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15606 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    Fix simple marker transparency (#3658)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15605 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    Follow up for #3605

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15604 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    Fixed scaling of simple line offset (#3479)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15603 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    Draw a polyline only if it is empty? (Catch 22 strikes back)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15602 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    Default value for limit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15601 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    translation update: 2 typos in english original..


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15600 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    Remove a legacy tooltip


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15599 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    Fix for zonal statistics: continue if attributes are already there

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15598 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    translation update: es by Carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15597 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    update postgis capabilities detection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15596 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    translation update: .ru by Artem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15595 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-25

    patch #3263 from mbernasocchi

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15594 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-24

    translation update: hr_HR by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15593 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-24

    More IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15592 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-24

    Fix for ticket #3643, direction symbol of label

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15591 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-24

    Removed this as its redundant with patch from Juergen at #3645

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15590 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-24

    Added utility script from Mathieu Pellerin for updating the srs.db from gdal

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15589 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    Fixed a crash (clicking zoom to layer with no active layer)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15588 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    Improvements to splash - reduce capitation levels

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15587 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    fix #3674

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15586 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    Python console: do not run the last line of the pasted code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15585 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    sync srs.db with PROJ 4.7

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15584 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    dutch translation percentage going up ...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15583 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    Added the default color configuration file for DEM tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15582 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    Write projection info to raster calculator output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15581 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    Update splash for wroclaw

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15580 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    connect solitary help button

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15579 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    translation update: String Freeze - preparing for 1.7 release



    git-svn-id: http://svn.osgeo.org/qgis/trunk@15578 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    fix error when output file is not created

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15577 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15576 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    fix build error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15575 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    unicode string tr

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15574 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    fix release name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15573 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15572 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-23

    typo fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15571 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    take out non working functions in the help file. Will be moved to QgsQueryBuilder help


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15570 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    fix the release name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15569 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    automatic indentation update (r15302-r15567)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15568 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    Updated 'whats new' for string freeze. Updated version name to Wroclaw.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15567 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    fix #2554:
    - apply heavy modified patch from sunil.
    - introduces QgsFieldValidator including sip bindings
    - add missing sip bindings to QgsAttributeEditor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15566 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    translation update: ja by yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15564 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    fix related to r15547, manage lines out of the drawing rectangle (empty vectors of points)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15563 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    remove the clipping rectangle closing clipper, to fix #3664


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15562 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    Apply patch #3263 to fix adding of groups to Legend. Provided by Marco Bernasocchi

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15561 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15560 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    [FEATURE] move option to ignore GetMap and GetFeatureInfo URI from WMS GetCapabilities to connection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15559 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15558 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    Server: only show wkt geometry in feature info response if selected by user

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15557 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-22

    fixed bug in gdaltools clipper

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15556 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-21

    trying to avoid strange closing of the tools

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15555 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-21

    translation update: fr by JRM


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15554 c8812cc2-4d05-0410-92ff-de0c093fc19c

ddehaan <ddehaan@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-21

    Re-enabled toolbar button for SQL Anywhere plugin.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15553 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-21

    fix #3656

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15552 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-21

    fix #3654

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15550 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-21

    translation update: renaming of sr_CS to fit upcoming cyrillic version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15549 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-21

    translation update: hr_HR by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15548 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-21

    Modify polygon clipping to clip close to the drawing rectangle. Should now solve the clipping for print composer too

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15547 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-20

    fix version strings in german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15546 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-20

    optimize snapping dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15545 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-20

    add translation: new translation Serbia by Goran Ivankivic .. many thanks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15544 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-20

    translation update: es by Carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15543 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-20

    translation update: cs_CZ by Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15542 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-20

    translation update: ru by Artem



    git-svn-id: http://svn.osgeo.org/qgis/trunk@15541 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-19

    fix build error introduced with r15539

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15540 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-19

    fix some warnings and other cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15539 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-19

    progress signals

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15538 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-19

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15537 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-19

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15536 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-19

    another shift fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15535 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-19

    tmp block size calc fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15534 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-18

    align extent according to src resolution/origin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15533 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-18

    fix #3637


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15532 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-18

    fix nightly build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15531 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-17

    throw away all the tricks and do second resampling, it is quite fast

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15530 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-17

    update field map after zonal statistics

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15529 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-17

    Fix for raster printing, #3622

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15528 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-17

    heck, fix #3620

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15527 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-17

    Add support for unary minus in raster calculator. Fixes ticket 3627

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15526 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-17

    fix nightly build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15525 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    translation update: es by Carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15524 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    fix #3624

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15523 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15522 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    ogr provider: fix redraw after attribute table update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15521 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    fix #3626

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15520 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    minor fixes in russian RoadGraph online help


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15519 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    allow multiple extensions in save as (eg. for mapinfo mif/tab)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15518 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    fix #3590

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15517 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15516 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    make field calculator geometry netbook-friendly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15515 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    better resampling alignment

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15514 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    Fix diagrams

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15513 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    fix related to #3100 and missed in r15474


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15512 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    exclude pal headers from API and install qgsdiagramrendererv2.h

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15511 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    fix deprecated warnings: mapCanvas()->mapRenderer()->distanceArea()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15510 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    fix build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15509 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-16

    fix histogram crash

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15508 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15507 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    gdal provider: change handling of crs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15506 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    Add some core_exports

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15505 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    fix warnings and windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15504 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    [FEATURE] Add diagram system that uses the same pal instance as labeling-ng

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15503 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    ogr provider: improve detection of CRS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15502 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    improve english roadgraph online help and add german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15501 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    Port polygon clip for symbology-ng from threading branch. Fixes freezes when zooming in

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15500 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    Add help system to Road graph plugin. Please check english text.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15499 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    [FEATURE] default to last selection when prompting for CRS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15498 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    added algorithm option to gdaldem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15497 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    translation update: .ja by Yoichi (best wishes for Japan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15496 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    [FEATURE] added GUI for gdaldem, to fix #3064


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15495 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    translation update: BIG string update to prepare 1.7


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15494 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    translation string fix and german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15493 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    Small change to spatial query text

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15492 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-15

    Updated icons for spatial query plugin from Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15491 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    fix #3582

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15490 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    Amend previous commit: call method after null-pointer check (sorry).

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15489 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    Fix VRT wrapping for south-up datasets.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15488 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    Clean up a few assignments I left abandoned.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15487 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    more gis theme icons from Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15486 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    added a warning when using 'new symbology' see #2994

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15485 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    Updates for spatial query plugin from Luiz.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15484 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    fix #3611

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15483 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    fix #3617

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15482 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    Fix #3596

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15481 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15480 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    fix #3616

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15479 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    fix #3615

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15478 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    fix #3614

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15477 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    added -cutline option to gdaltools warp tool, to fix #3066


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15476 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    fix for #2875 unit list in mapserver export plugin untranslatable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15475 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    refresh list of layers when layers in TOC change


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15474 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    fix/reintroduce wms layer transparency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15473 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    fix #3608

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15472 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-14

    allow output size in grid tool to fix #2941


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15471 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    make gdaltools clipper working with the raster provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15470 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    added raster creation in rasterize tool, to fix #3545


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15469 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15467 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    language fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15466 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    fix #3602

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15465 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    Renamed removeAddLayer to removeAddLayerAction

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15464 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    Replaced addAddLayer with insertAddLayerAction

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15463 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15462 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    [FEATURE] layer menu function
    - deprecated QgisInterface separator methods
    - add addAddLayer/removeAddLayer methods to QgisInterface to
      add entries to the layer menu
    - port plugins to use it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15461 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    Added zoom 1:1 to zoom bar, icon updates from robert. Disallow hist stretch for wms layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15460 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-13

    make tools working with the raster provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15459 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    fix #3591

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15458 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    fix #3585

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15457 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    fix r15455

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15456 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    On discussion with Robert, also use desaturated icons for layer type icons. Updated stop rendering icon with one contributed by Robert.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15455 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    "fix" #3593

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15454 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    apply #3594

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15453 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    fix: center selected item in CRS selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15452 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    fixes problem with output type when using multipart to singleparts tool. Thanks to Luiz Motta for the fix.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15451 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    Fix loading of joined layers with old symbology, #121

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15450 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15449 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    fix #3590 and crs warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15448 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    [FEATURE] show active crs in status bar. Closes #3590

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15447 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    Use muted icons in status bar (based on article I read on a non distracting ui)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15446 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    Deprecate the use of SRS in favour of CRS in api

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15445 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    Try better default arrangement of icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15444 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    Be a little more generous with the space allocated for coordinate and extent display so it doesnt get truncated.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15443 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    Deleted this file - I think it was added by mistake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15442 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    Added null based transformer rules for qgis 1.6 - 17 projects and other missing ones for older releases.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15441 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-12

    more gis theme icons from Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15440 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15439 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    fix #3595

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15438 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    update old delimited text provider datasources on load

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15437 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    missed two files in r15435

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15436 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    replace our QGISDEPRECATED with Qt's Q_DECL_DEPRECATED

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15435 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    Minor change for raster calculator dialog to get the gdal layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15434 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    Enable/disable raster icons based on context of which layer is active

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15433 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    [FEATURE] Added histogram stretch to full dataset icon to raster toolbar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15432 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    Fix histogram stretch tool so that it works with multiband colour images too

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15431 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    part of dutch translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15430 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15429 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    Updated IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15428 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-11

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15426 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    Don't apply CRS settings to current project after closing options box - it should only be used when a new project is created. - continuation of r15421

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15425 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    [FEATURE] Assign layer CRS to project (legend context menu)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15424 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    alignment better, avoid artifacts

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15423 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    alignment better

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15422 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    Dont apply otf settings to current project after closing options box - it should only be used when a new project is created.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15421 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    fix #3573 and apply #3570

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15420 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    apply #3586

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15419 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    GDALWarpOperation -> GDALRasterIO

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15418 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    translation update:pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15417 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    fix raster reprojection crash on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15416 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    revert to marcos 0 instead of NULL - sorry for commiting that


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15415 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    some more cleanup of dupicate includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15414 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    Fix for compilation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15413 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    Removed windowTitle since for some reason it caused crashes on Mac


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15412 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15411 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-10

    Use QFileOpenEvent to handle double clicking a file icon in the Mac OS X Finder. This works for both Cocoa and Carbon. Remove Carbon-only OpenDocument code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15410 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    temporary? ugly fix for not georeferenced images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15409 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    add QgsCoordinateReferenceSystem::authid() to python bindings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15408 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    translation string fixes and german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15407 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    remove duplicate inclusion of qgslogger.h (probably introduced with r9138)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15406 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    translation update: german


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15405 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    pl translation update by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15404 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    translation update: the next big string update after raster merge and app.ui change


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15403 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    Improved v.distance and v.generalize GRASS modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15402 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    patch #3354 by John Donovan

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15401 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    Updated manpage

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15400 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    translation update: another update for .ja by Yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15399 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    translation update: ja by Yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15398 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    stretch to current extent with reprojection fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15397 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-09

    less debug output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15396 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    fix #3542

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15395 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15394 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    fix a few warnings and indentation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15393 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    merged raster-providers branch r15390

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15392 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    some string fixes and german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15391 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    Fix graduated classifications for joined fields

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15389 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    Saver attribute map handling (no insertion of additional entry if a column does not exist)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15388 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    Fix r15383 on Mac.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15387 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    fix doxygen warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15386 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-08

    dummy commit to reflect changes to address #3148: writing output with conflicting field names now handled gracefully by writer (or caught ahead of time by fTools)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15385 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-07

    python/plugins/fTools/tools/doJoinAttributes.py
    python/plugins/fTools/tools/frmJoinAttributes.ui
    python/plugins/fTools/tools/doReProject.py
    python/plugins/fTools/tools/frmReProject.ui
    python/plugins/fTools/ftools_help.xsl
    python/plugins/fTools/doAbout.py
    python/plugins/fTools/frmAbout.ui
    python/plugins/fTools/__init__.py
    python/plugins/fTools/CMakeLists.txt
    python/plugins/fTools/fTools.py
    python/plugins/fTools/ftools_help.xml


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15384 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-07

    Moved creation of actions, menus and toolbars to UI file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15383 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-07

    add online help for r15381

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15382 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-07

    [FEATURE] add $x, $y and $perimeter to field calculator


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15381 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-07

    fix #1308

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15380 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-07

    - use online API documentation, when no local is found
    - remove "set layer CRS" from toolbar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15378 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-07

    Applied patch from JCTull - show no pen and no fill as second entry in lists for symbology. Thanks. Closes #3557

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15377 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-07

    Use Qt color picker to avoid Qt Cocoa crashes (#3497), part 1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15376 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    txt2tags should have been optional

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15375 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    FEATURE: Select default CRS for new projects. Fixes #363

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15374 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    translation update: preparing for next release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15372 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    typo fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15371 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    add option to select shapefile geometry in merge shapes tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15370 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    fix r15352

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15365 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    Logger updates:
    - evaluate QGIS_DEBUG environment variable just once
    - QgsDebugMsgLevel macro will evaluate the passed string only when it will really print it.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15364 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    translation update: es by carlos and fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15363 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    Added 'sponsor us' tip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15362 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    be less restrictive on interpreting CRSes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15361 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    For global crs option show nice user friendly name instead of proj4 string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15360 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    fix r15352

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15359 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    Added tip relating to the use of default on the fly reprojection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15358 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    debian packaging fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15357 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    restore documentation used in about box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15356 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15355 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    ogr provider: use utf8 also for SQL statements with GDAL 1.8

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15354 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    [FEATURE] allow managing missing layers in a list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15353 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    [FEATURE] allow setting CRS for multiple layers at once

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15352 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    email address update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15351 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15350 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    missed added files in r15348.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15349 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-06

    [FEATURE] documentation improvements
    replace AUTHORS, CONTRIBUTORS, DONORS, SPONSORS and TRANSLATOR with t2t version
    in doc, run txt2tags within the build and install documentation.  Optionally
    build and install api documentation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15348 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    More robust detection for domain constraint

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15347 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    deprecate QgsMapLayer::srs()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15346 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    Show more user friendly projection name for qgis default project CRS (relates to #393)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15345 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    Applied patch for #363 from Alex Bruy to enable on the fly projection by default.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15344 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    fix debian/changelog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15343 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    fix #3450

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15342 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    revert r15340 as it doesn't solve anything

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15341 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    fix #3362

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15340 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    fix #3311

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15339 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15336 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    Cleanup some about text as suggested by users at the last hackfest

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15335 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-05

    fix: road graph not clean GUI when unload

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15334 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-04

    Better wording for the load missing layers dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15333 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-04

    Partial fix for loading projects with missing layers from Sunilraj at KCube. see #3468

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15332 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-04

    Removed ogr converter: 1. its not maintained 2. its mostly duplicated by the layer save as... option.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15331 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-04

    Add progress bar.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15330 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-04

    fix #3542

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15329 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-04

    Updates to IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15328 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    Added missing python bindings for table joins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15327 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    Also enable antialiasing with QPixmap in options dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15325 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    Rendering to QPixmap supports antialiasing nowadays


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15324 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    use Qt font dialog for Qt Cocoa

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15323 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    use crs() instead of deprecated srs()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15322 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    Changed gpl2->gpl3 in readme because of gpl3 parts in the QGIS sources

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15321 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    get uniquie values from provider instead of using own function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15320 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    display correct fTools version in About dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15319 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    translation update: sv by emj


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15318 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    fix r15315

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15317 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15316 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    fix #926

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15315 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-03

    fix deprecation warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15314 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-02

    Removed quick print plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15313 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-02

    unique values from layer also for sqlanywhere

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15312 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-02

    Use layer method for unique values in query builder and old symbology

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15311 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-02

    Add uniqueValues() method for vector layer. Fixes #3528

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15310 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-02

    Use transparent png rather

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15309 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-02

    Center image in tip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15308 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-02

    Added new images folder for tip images and new tip from Alister Hood which demonstrates how to add a tip with an image. Note the use of alias in the qrc file.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15307 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-02

    implement #3535

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15306 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-01

    Fix crash in ticket #3528

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15305 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-01

    update version number again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15304 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-01

    automatic indentation update (r15222-r15302)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15303 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-01

    Applied latest spatialquery_X_full.zip patch from Luiz Motta from #2634. This adds a number of improvements in functionality and usability to the spatial query tool. Muito Obrigado Luiz.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15302 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-01

    Updates from Luiz for spatial query plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15301 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-01

    Updates from Luiz for spatial query plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15300 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-01

    fix help viewer on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15299 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-03-01

    translation update: fr by Jean Roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15298 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15297 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    missed a file in r15294

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15296 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    debian packaging: qgis_help moved to libexec

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15295 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    move qgis_help to libexec

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15294 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    cleanup: remove QgsApplication::msexportAppPath() and app/qgshelpviewer*

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15293 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    removes symbology which may cause problems with new/old symbology

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15292 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    Increases QGIS minimum version, and increases fTools version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15291 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    [FEATURE] Adds 'Lines to polygons' tool to fTools. Thanks to Piotr Pociask for the patch.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15290 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    adds marker at location of geometry errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15289 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    Minor re-wording for ease of reading

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15288 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    fix #3534

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15287 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15286 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    db source select: move 'add' back to the first position in the button box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15285 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    postgres provider: use set application_name (fixes r15280) and verify that pg_is_in_recovery() is false

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15284 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    database source select: 'move build query' to button box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15283 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-28

    update labels in roadgraphplugin settings dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15282 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    allow switching between geometry and all tables in the selection dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15281 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    postgres support: include application_name in connections

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15280 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    FindQGIS.cmake cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15278 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15277 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    translation string fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15276 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    fix runtime warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15275 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    ogr provider: add support for ignoring fields (adapted from threading branch)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15274 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    fix csv save as support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15273 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    context help update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15270 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-27

    Added a couple more tips

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15266 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-25

    manage connections dialog cleanup and usability improvement. Also add support for service parameter in PostgreSQL connection introduced in r15258


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15264 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-25

    More translation of the IT GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15263 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-25

    remove unnecessary return statement


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15262 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-25

    roadgraph GUI update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15261 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-24

    Higher limit for number of layers in WMS project, use hash instead of map in layer cache

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15260 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-24

    Set the use of symbology ng and anti aliasing to default for qgis 1.7

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15259 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-24

    implement #3522

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15258 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-24

    ouch - missed the real change in r15255

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15257 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-24

    save default bands combination and stadard deviation. Also use this values when loading new raster layer (fix #3519)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15256 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-24

    skip rendering while size is still 1x1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15255 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-23

    fix canvas refresh to avoid crashes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15254 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-23

    dutch translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15253 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-23

    fix warning and enable pedantic mode by default

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15252 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-23

    Removed message box left in by mistake while testing user defined plugin dirs.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15251 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-23

    [FEATURE] Added option to load c++ plugins from user specified directories. Requires application restart to activate.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15250 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-23

    fix canvas refresh

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15249 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-23

    Added find rule for QGIS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15248 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-22

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15247 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-22

    deprecated special handling of EPSG - just one authority

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15246 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-22

    translation string fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15245 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-22

    Some cleanups and additions to Andreas' tips

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15244 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-22

    Added another tip by Andreas Neumann

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15243 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-22

    Fix layer space if layer title element is removed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15242 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-22

    add note about debug libraries to msvc INSTALL section

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15241 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-22

    Added some more great tips from Andreas Neumann

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15240 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-22

    add topology tolerance

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15239 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-21

    fix #3137

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15238 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-21

    Prompt whether to overwrite a symbol. Contributed by Alex Bruy (#3405)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15237 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-21

    [FEATURE] Export and import of styles (symbology-ng). Contributed by Alex Bruy (#3425)

    (finally we have an easy way for sharing of symbols and color ramps!)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15236 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-21

    Move reading/writing of label style to qgsvectorlayer. Change argument in readCustomProperties to const. Fixes problem with mixed label settings between qgis server projects

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15235 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-21

    Refactored the tips dialog to use a single QTextBrowser to display
    content.
    This makes better use of the available space and cleans up the dialog a
    bit.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15234 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-21

    fix #2996

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15233 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-21

    pre topology tolerance changeset

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15232 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    update update-indent.sh

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15229 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    fix typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15228 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    automatic indentation update (r14435-r15226)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15227 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15226 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    apply (slightly modified) #3512

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15225 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    set plugin name and parent of c++ plugins - to allow other plugins to connect via mainWindow().findChild()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15224 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    fix #1904


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15223 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    Implemented renaming of symbols and color ramps. Fixes #3509


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15222 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    [FEATURE] zoom to group of layers. Contributed by Alex Bruy - thanks! (#2783)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15220 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    Fix #3510


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15219 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-20

    [FEATURE] Labels for rules in rule-based renderers and some other goodies.
    Applied patch #3222 from Mayeul Kauffmann with various modifications.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15217 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    apply #3506

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15215 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    Merged the source select UIs for both PG and SL to allow to use a subset query loading a SL layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15214 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    fix msvc fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15213 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15212 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    r15197 worked with SIP 4.12.1 on OSGeo4W
    r15205 breaks SIP 4.12.1 again, but apparently works on SIP 4.12.0 on OSX
    This hopefully works with both.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15211 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    fix internal use of deprecated methods and fix related warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15210 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    add 'deprecated' annotation to SIP bindings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15209 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    deprecate QgsMapCanvas::pixmap() following QgsMapCanvasMap::pixmap()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15208 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    Added Municipia to sponsors list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15207 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    Updated icon from local histogram stretch from Robert (thanks Robert)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15206 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    Fix failure when compiling on OS X with Sip version 4.12.
    sipClass_QVariant was undefined so it appears it is still
    required to be defined at Sip 4.12. This has not been tested on
    other platforms with this Sip version so may not be a final fix.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15205 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-19

    Fixed composer icon sizes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15204 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    "in"/"not in" is a predicate (#3503)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15203 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    fix typo in tip (replace openModeller with Quantum GIS)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15202 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    missed a gcc warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15201 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    fix sip macro change from r15197

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15200 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    [FEATURE] Not sure how we coped without this till now...we now have a tip presented at startup. You can en/disable tips in the options panel. To contribute more tips, please add them to src/app/qgstipfactory.cpp

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15199 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    [FEATURE] Not sure how we coped without this till now...we now have a tip presented at startup. You can en/disable tips in the options panel. To contribute more tips, please add them to src/app/qgstipfactory.cpp

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15198 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    add QGISDEPRECATED macro and fix a bunch of warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15197 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    fix wms server settings tab title in project properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15196 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    Added dedicated dialog for the sponsors. No longer parse sponsors from sponsors text file, just edit the html in the dialog directly.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15195 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    small hint where to find the medals at qgis.org

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15194 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    added sponsor medals from 2010 and 2011

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15193 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    Added local histogram stretch icon to the new raster toolbar and wired it up so it works

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15192 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15191 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    Fix but where layer does not refresh when applying local histogram stretch and render caching is enabled. Also update legend pixmap if performing a local stretch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15190 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    Raster Layer Props tidy up: Used friendlier crs description in general props. Also don't use deprecated maplayer::srs method anymore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15189 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    Dont use deprecated call to maplayer::srs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15188 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-18

    Minor improvements to IT GUI - thanks to Leonardo Ricci

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15187 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-17

    mapserver: use default message handler for debugging output on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15186 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-17

    doxygen fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15185 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-17

    fix #3499

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15184 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-17

    strip off superfluous parameters from WMS server url (for the common case that GetCapabilities request urls are advertised)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15183 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-17

    record which SSL errors are ok to ignore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15182 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-17

    Show all layer fields in labeling dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15181 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-17

    Safer handling of layers with unknown geometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15180 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-16

    add support to set fields to NULL in field calculator and fix following update of attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15179 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-16

    fix #3945 (following up on r15148)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15178 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-16

    fix #3490

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15177 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-16

    [FEATURE]: possibility to set label distance in map units

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15176 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-15

    apply patch for #3347 from kcube

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15175 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-15

    Fix for other multiple redraws

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15174 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-15

    Fewer redraws if toggeling editing from vector props

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15173 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-13

    Remove some duplicated code

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15169 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-13

    fix API QgsMapLayer::getLayerID() to id()), some warnings and use doxygen deprecation tag.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15168 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-13

    Updated IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15167 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-13

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15166 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-13

    fix #3477 & #3778

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15165 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-13

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15164 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-13

    Improve the description of some GRASS modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15163 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-12

    mapserver: semicolon removed from QgsMSDebugMsg macro

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15162 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-12

    mapserver: fix crash when layer cache is to small for project

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15161 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-12

    fix crash

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15160 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-12

    allow setting mapserver service properties in project properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15159 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-12

    add more debugging output to mapserver

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15158 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-12

    Fix multiple redraws when adding join from dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15157 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-11

    fix #2551

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15156 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-11

    [FEATURE]: experimental table join support refactored and ported from branch to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15155 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-10

    fix bug where k+1 closest feature are measured in point distance tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15153 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-10

    allow for more precise grid dimentions in vector grid tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15152 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-10

    quick fix for problem when assigning crs of existing layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15151 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-09

    add support for UTF8 in GDAL/OGR 1.8 (fixes #2551)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15148 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-09

    doxygen fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15147 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-09

    Minor improvements to the IT GUI - thanks to the GFOSS.it community

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15146 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-09

    fix debugging output for Qt<4.5

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15145 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    restore arrow cursor when asking for credentials

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15144 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    revert debian part of r15142

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15143 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    Minor improvement to the IT GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15142 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    also use 24px as default icon size in options

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15141 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    don't close Manage connections dialog after processing selected file.
    Allow user select another file and run save/load operation again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15140 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    [FEATURE]: rotation for svg fills

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15139 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    Use qIsNaN and qIsInf for QgsRectangle::isFinite

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15138 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    Improvements to spatial select plugin from Luiz Motta (#2634)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15137 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    Option for user to set icon size to 16, 24, or 32 px.
    Contributed by madmanwoo (NathanW)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15136 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-08

    Applied the patch attached to #3331 to implement gdaltindex. Thanks alexbruy!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15135 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-07

    Fix for ticket #3471

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15131 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-05

    paintEvent isn't a signal

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15130 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-05

    Minor improvements to IT GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15129 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-04

    optionally use external qwtpolar library

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15128 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-04

    Read composer legend content from project file for WMS print (ignoring the possibility of dynamically added layers for now)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15127 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-04

    Revert "Applied patch from #3447. Button group for add layer"

    This reverts commit d1dfeae396b244bcb76076ef9ab80bfc42d05587.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15126 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-03

    fixed #3449 making sure the clipping result has the layers order as in TOC


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15125 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-03

    Option to print as raster also via WMS (mainly as a workaround because of some Qt pdf problems

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15124 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-03

    update indentation of roadgraph plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15123 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-03

    roadgraph plugin refactoring. Step 1 of 3.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15122 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-02

    Remaining fix for bug #3459

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15121 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-02

    german translation update (followup on r15119)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15120 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-02

    Remove JPL WMS server - fixes #3464

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15119 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-01

    INSTALL fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15118 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-01

    debian packaging fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15117 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-01

    Handle negative rotation values in composer map grid

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15116 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-01

    batch of new dutch translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15115 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-01

    Fix #3459 (uncheck feature count)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15114 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-01

    Fix #3411

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15113 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-02-01

    Set composer grid intervals x/y from WMS getPrint request

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15112 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-31

    Change getPrint syntax to use several parameters for composer maps, e.g. map0:extent=xmin,ymin,xmax,ymax or map0:rotation=45

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15111 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-31

    fix: Road graph plugin crash qgis when use spatelite as source layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15110 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-31

    fix NULL pointer assigment.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15109 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-30

    fix #3374

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15108 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-29

    fix #3451: don't recheck saved primary key column for views when 'use estimates' is on

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15107 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-29

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15106 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-29

    missed to update the qgis.bat.tmpl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15105 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-29

    update osgeo4w build to use standard GDAL (now 1.8) to build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15104 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-29

    Fix v.sample GRASS module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15103 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    mapserver: don't crash when WIDTH or HEIGHT are missing.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15102 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    Fix reprojection problem for polygons too

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15101 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    russian translation update (merged road graph plugin translations)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15100 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15099 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    some translation string fixes in road graph plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15098 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15097 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    build with -fno-strict-aliasing on powerpc (see bugs.debian.org/603986)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15096 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    Fix line coordinate transform

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15095 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    Applied patch from #3447. Button group for add layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15094 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    Separate gui-part and graph construction part. Added message box in shortestpath widget.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15093 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-28

    Better description for button

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15092 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-27

    Minor IT GUI improvements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15091 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-27

    Use 'fast clip' line clipping algorithm for long lines. Huge improvement for wms benchmark performance (long contour lines)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15090 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-27

    Add a scale parameter for maps in the getPrint request

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15089 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-27

    Use full page for pdf in getPrint request

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15088 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-26

    Prevent rounding error if point is on segment. Fixes bug #2921

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15087 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-26

    Support relative project pathes in wms server

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15086 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-26

    Fix output format for getPrint

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15085 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-26

    translation update: fa by mola

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15084 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-26

    add RoadGraphPlugin doxyfile. Fix doxygen warnings.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15083 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-26

    Add element to group composer templates in WMS capabilities

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15082 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-25

    gitmarker: fix cmake warning and don't append something w/o local changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15080 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-25

    skip empty parts of QGIS_PLUGINPATH

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15079 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-25

    use correct expand option when combobox items translated


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15078 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-25

    Improve GetLegendGraphics output in wms server

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15077 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-25

    fix #3434

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15076 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-25

    #3420 fix for map canvas rerender not working under python

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15075 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-25

    Patch for delimited text, ticket #3414. Submitted by ccrook.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15074 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-25

    don't split QGIS_PLUGINPATH at colon on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15073 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-24

    postgres provider update: use st_ functions only with postgis>=2 and the old one with earlier postgis version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15072 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-24

    fix windows build, warnings, typos and roadgraph plugin indentation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15071 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-24

    Different format for embedded wms service metadata

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15070 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-24

    Fix for accessing groups in mapserver

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15069 c8812cc2-4d05-0410-92ff-de0c093fc19c

stopa85 <stopa85@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-24

    Road-Graph plugin added

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15068 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-24

    [FEATURE]: Optionally specify wms service capabilities in the properties section of the project file (instead of wms_metadata.xml file)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15067 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-22

    show number of local git commits since last svn revision

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15066 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-22

    retrieve svn revision from git log instead of git svn info

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15065 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-21

    WMS print: manual setting for exported label ids, display paper width and height in capabilities

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15064 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-21

    pl translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15062 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-21

    Wms print: keep not referenced labels with default text

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15061 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-20

    drop special projection path handling on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15059 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-19

    fix NULL support in attribute editor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15057 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-18

    fix #3424

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15056 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-17

    [FEATURE] feature form updates:
    - make NULL value string representation configurable
    - fix feature updates in feature form from attribute table
    - add support for NULL values in value maps (comboboxes)
    - use layer names instead of ids in drop down list when loading value
      maps from layers.
    - support feature form expression fields: line edits on the form
      which name prefix "expr_" are evaluated.  Their value is interpreted
      as field calculator string and replaced with the calculated value.
    - support search for NULL in attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15054 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-17

    Minor improvements in IT GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15053 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-15

    allowing unicode error messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15051 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    fix #2884:
    crashed when two map renderers are simultaneously rendering the layers
    for the canvas and overview (eg. on resize, when overview is docked).
    This might fix it.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15050 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    fix warning & typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15049 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    postgres provider: fix enumeration parsing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15048 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15047 c8812cc2-4d05-0410-92ff-de0c093fc19c

ddehaan <ddehaan@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    Fixed typo returning max attribute value in SQLA provider.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15046 c8812cc2-4d05-0410-92ff-de0c093fc19c

ddehaan <ddehaan@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    Changed SQLA provider to output WKB format 1.1 instead of 1.2.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15045 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    Consistent handling of outputformat in mapserver and better error handling

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15044 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    More minor improvements in IT GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15043 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    Add scroll area to composer table attribute selection dialog. Fix for bug #3406

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15042 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    Add a label id to distinguish different composer labels. Allow label string replacement in GetPrint request of qgis server and return more verbose error messages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15041 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    Safer generation of ids for composer map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15040 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-14

    More minor improvements in IT GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15039 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    translation update: fr by JRM


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15038 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    followup on r15028: more postgis st_ fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15037 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    fix #3401

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15036 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    Fix for restoring selection color from project. Fixes bug #3400

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15034 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    Very minor improvements in it GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15033 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    Minor improvements in it GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15032 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    Remove map items not referenced in the GetPrint request

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15031 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    Fix usage of composer legend in mapserver print

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15030 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    Minor edit of IT GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15029 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-13

    fix r15023: restore use of geometrytype as it's not deprecated and use
    different geometry type notation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15028 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-12

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15025 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-12

    revert debian/control change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15024 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-12

    update postgis support to use st_ variants instead of old deprecated
    (and now removed) versions.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15023 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-12

    fix typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15022 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-12

    Typo in IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15021 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-12

    Fix for wms server print. Add composer pictures after the composer maps

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15020 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-12

    Add missing handler in label property dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15019 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-11

    fix #3313

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15018 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-11

    translation update: croatian by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15017 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-11

    Apply only default size (not all other default settings) when adding scalebar to composer view

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15016 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-10

    add 'internal' pyspatialite

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15015 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-10

    fix #3399

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15013 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-09

    remove debug message

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15012 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-09

    libpq may link libintl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15011 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-09

    Revert symlinks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15007 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-09

    Changed several GRASS icons (thanks Robert Szczepanek), first test with symlinks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15006 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-07

    fix #3246

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15004 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-06

    fix sql anywhere plugin and debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15003 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-06

    forgot to rename link side (r14500)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15002 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-06

    Typo in it GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15001 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-06

    prefix library name with 'qgis' like other provider support libraries (ie grass); add OSX properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@15000 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-05

    Added clearConsole() to Python console. Contributed by Nathan Woodrow - thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14999 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-05

    Docking of Python console - contributed by Nathan Woodrow - with some improvements.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14998 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-05

    Updated it GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14997 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-05

    Revert "Adding docking support to python console"

    This reverts commit f371465e122e525e3e3b10038090bb29be0d0ab7.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14996 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-05

    Default the disable_enter_attribute_values_dialog value to false for
    users that have not set this option. This keeps it in sync with the
    checkbox in the options dialog that, by default, is unchecked.
    Previously on a new install the attribute dialog doesn't appear, leaving
    users confused about how to enter attribute information.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14995 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-05

    Adding docking support to python console

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14994 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-04

    New db.* GRASS modules icons - Thanks Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14993 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-04

    Apply patch #3384 by Sergey Yakushev with few modifications. Mark QgsMapRenderer::distanceArea as deprecated

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14992 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2011-01-02

    translation update: fr updates by JRM and Mehdi SEMCHAOUI


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14990 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-31

    catch necessary reboot from OSGeo4W postinstall scripts

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14989 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-31

    fix #3378

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14988 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-31

    Update item positions explicitely in zoom previous / zoom next. Fixes part of bug #3369

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14987 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-31

    translation update: pt_PT by Duarte Carreira


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14986 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-31

    translations update: cz by Jan

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14985 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-30

    Fix empty _LIBRARY left from framework check when fw not found

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14984 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-30

    fix #3377

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14983 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-29

    added new persian translator to TRANSLATORS file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14981 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-29

    translation update: fa by mola


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14980 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-28

    fix #3363

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14979 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-27

    PyQGIS fixes: added few typedefs (IIRC they were not supported by some old SIP versions) and added missing signals in QgsVectorLayer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14978 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-27

    fixed minor issue refreshing extent


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14977 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-27

    define extent for grid analisys, to fix #3332


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14976 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-27

    translation update: adding persian language on request


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14975 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-24

    Remove obsolete comments

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14974 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-24

    [FEATURE]: initial support for wms printing with GetPrint-Request

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14973 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-24

    Apply patch #3295 to draw SVG composer pictures as vectors, provided by JD

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14972 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-23

    translation update: gr by mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14971 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-22

    Minor improvements to GRASS messages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14970 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-22

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14964 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-22

    create VRT with recurse scan of dirs, to fix #3095
    some code cleanup,
    updated labels when in batch mode to follow up the QGis HIG guideline


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14963 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    Enhance precision for wfs-t coordinates if srs is in degrees. Fixes bug #3358

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14961 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    Revert accidental changes to debian/control

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14959 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    Minor improvements to GRASS modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14958 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    Fix patch #14951. Read/Write auto update to xml, initialize mAutoUpdate and guard against multiple connections

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14957 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    Applied patch from ticket #3240 with some tweaks. Allows unprojected measurement of distances

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14956 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    Updated IT GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14955 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    translation update: pt by Alexandre Neto

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14954 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    Adds median value to summary when joining layers with numeric data

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14953 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    Fix spelling error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14952 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    applied patch from NathanW for ticket #3339

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14951 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    fix var that needed to be hard coded

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14950 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-21

    fix var that needed to be hard coded

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14949 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-20

    Added separate option to BuildVRT tool, to fix #3180


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14939 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-20

    allow multiple values in proximity tool,
    allow multiple no-data values in warp tool,
    fixed error in retrieving srs



    git-svn-id: http://svn.osgeo.org/qgis/trunk@14938 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-20

    Fix #3356


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14937 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-17

    Little fix for more efficient refresh after editing a lot of features (e.g. deleting many features at once)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14936 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-17

    allow vector data provider to record errors (currently only used in query
    builder to report errors in where clauses from OGR and postgres provider).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14935 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    Fixed a crash when refreshing layer symbology - if the currently selected item has been removed (#3326 and #3003)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14934 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    Enabled sorting of classes (#3322)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14933 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    Use case insensitive comparison for column names. Fixes #3298


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14932 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14931 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    fix #3344

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14930 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    fix #3343

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14929 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    don't overwrite wms error messages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14928 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    fix crash on quit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14926 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    german translation of sql anywhere online help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14925 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-16

    debian packaging fix: separate sql anywhere package, fix lenny build (Qt<4.5)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14924 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-15

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14923 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-15

    sql anywhere: fix warnings (and obligatory reindentation (using scripts/prepare-commit.sh)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14922 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-15

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14921 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-15

    include sqlanywhere plugin in debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14920 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-15

    use both schema and table name retrieving oid, to fix #3329
    fixed endian deduction corrupted in r13340


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14919 c8812cc2-4d05-0410-92ff-de0c093fc19c

ddehaan <ddehaan@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-15

    Contributing a native SQL Anywhere plugin+provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14918 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-15

    added some new translators


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14916 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-15

    translation update: pt by giovanni

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14915 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-14

    Rotate also marker's offset, not just the marker itself (fixes #3334)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14914 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-14

    Better style manager dialog with icons from Robert Szczepanek.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14913 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-14

    translation update: .is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14912 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-14

    PyQIS: subclassing code for QgsDataProvider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14911 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-14

    Set view box for svg export explicitely (thanks to JD)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14910 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-14

    Notify plugins about composer addition / deletion also when loading a composer template

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14909 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-14

    translation update: pt by giovanni and is by thordur

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14908 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-13

    Write / read strikeout and underline for label-ng. Fixes bug #3323

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14905 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-13

    Handle GEOS exception when parsing WKT


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14904 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-13

    fix #3283

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14903 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-13

    Fixed typo (#3227)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14902 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-13

    Removed code of (unused) postgres geoprocessing plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14901 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-13

    fixes bug when specifying number of classes greater than number of features. Fixes #3325

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14900 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-12

    translation update: more .is updates by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14899 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-12

    [FEATURE] Support for icons of plugins in the plugin manager dialog.

    Both C++ and Python plugins now can implement icon() metadata function which returns path to the icon file name.
    The icon file is passed to QPixmap() constructor. For C++ it's preferred to use an icon from the resource file
    (e.g. ":/plugins/foo/foo_icon.png") because plugin's resource file gets loaded automatically when the plugin is loaded.
    Python plugins can use either relative path to the icon ("images/plugin-icon.png") or icon from the resource file
    (starting with a colon). The relative path is preferred, since it doesn't require the plugin to load its resource file
    and plugin repository will not have a trouble to fetch the icon automatically.

    Updated C++ plugins and Python plugins to include icon where applicable.

    Default plugin icon is (c) Anna Shlyapnikova, licensed under Creative Commons (Attribution 3.0 Unported).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14897 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-12

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14895 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-12

    [FEATURE] Font marker: possibility to set X,Y offset. Contributed by Nathan Woodrow - thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14894 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-12

    translation update: pt more strings by alexandre


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14893 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-11

    [FEATURE]: AND and OR operator for raster calculator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14892 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-11

    translation update: is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14891 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-11

    Patch for ticket #3320 to fix delimited text plugin crash

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14890 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-11

    translation update: pt by giovanni


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14889 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-11

    Merge branch 'master' of github.com:qgis/qgis

    Conflicts:
            README

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14888 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-11

    Updated README

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14887 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-10

    translation update: pt by giovanni


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14886 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-10

    translation update: is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14885 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-10

    translation update: pt by giovanni

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14884 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-10

    Remember last raster calc output dir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14882 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-10

    Enabled add result to project by default

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14881 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-09

    fix typo spotted by macho

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14879 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-09

    Added query builder to rule properties dialog (rule-based renderer). Patch from #3303 - contributed by Nathan Woodrow


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14878 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-09

    Little improvement for label preview (box), better handling of situations where rotation is not possible

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14877 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-09

    Managed the render flag in batch tools to avoid waste of time loading many layers, to fix #3254


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14875 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-08

    translation update: pt_PT by Giovanni


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14874 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-08

    It's a good habit to use initialize a variable before adding to it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14872 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-08

    Marker line - vertex placement - behave correctly with polygon's rings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14871 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-08

    Added missing bindings in QgsComposerLegend (#3310)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14870 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-08

    Allow usage of search query builder with no layer, fixed python binding


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14869 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-08

    move QgsSearchQuery builder from app to gui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14867 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-08

    added tamil language


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14864 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-07

    fix #3245

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14860 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-07

    fix identify result update after attribute change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14859 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-07

    More IT GUI translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14858 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-06

    use system qt translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14856 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-06

    [FEATURE] Allow the line symbol layers to be used for outline of polygon (fill) symbols


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14855 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-06

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14854 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-06

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14853 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-06

    translation update: is by thordor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14852 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-06

    fix error in median value calculation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14851 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-06

    More IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14849 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-05

    Use GDALAutoCreateWarpedVRT to handle south-up (or rotated) rasters also for calculator. Fixes bug #3281

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14842 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-05

    translation update: gr by Mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14841 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-04

    [FEATURE] Option to put marker on the central point of a line


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14838 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-04

    Added arrowheads (filled and unfilled) to simple markers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14837 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-04

    [FEATURE] Option to put marker only on first/last vertex of a line (#3279) - contributed by Cedric Moeri - thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14836 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-04

    fix build error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14835 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-03

    fix adding features on geometryless tables


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14834 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-03

    Move composer undo buttons to layout menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14832 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-03

    Added undo/redo buttons in composer, fix undo problems when deleting grouped items

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14831 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-02

    Read / write labeling-ng to qml files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14830 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-02

    Fix poor english on gdal job completion dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14829 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-02

    Typos in IT GUI - thanks Rocco for spotting them

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14828 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-02

    Add python bindings for composer command classes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14827 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-02

    apply patch #3280 from Jeremy Palmer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14826 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-02

    delimited text provider: fix indentation, some warnings and use
    intersection only when requested in select().

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14825 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-02

    Applied patch to correct selection issue (ticket #3259)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14824 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-01

    translation update: more .is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14823 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-01

    apply patch #2938

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14820 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-01

    translation update: .ja by yoichi kayama


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14819 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-12-01

    Only compile offline plugin if spatialite is enabled

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14816 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-30

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14815 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-30

    fix #3274

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14814 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-30

    translation update: .is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14813 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-30

    Use transparent background color for symbol / symbol layer preview


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14811 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-30

    [FEATURE] Added "centroid fill" symbol layer which draws a marker on polygon's centroid.

    Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14810 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-30

    Fixed changing of marker color in marker line symbol layer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14809 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-30

    fix r14798: label tools work independently from current layer. Thanks Marco!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14803 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-29

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14802 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-29

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14800 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-29

    catch attribute additions and deletions in attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14799 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-29

    activate/deactivate labeling tools

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14798 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-29

    integrate 'Avoid intersections of new polygons' into snapping dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14797 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-29

    [FEATURE]: Undo/Redo support for the print composer. Dummy commit for the docu team as the last commit missed the feature keyword

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14787 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-29

    Initial implementation of composer undo / redo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14786 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-29

    Squashed commit of the following:
    Application of patch from ticket #3259 - support WKT field in delimited
    text plugin.
    commit 0dc370a39c7349d85859fac462e91e346bf8fb83
        Modified context help to reflect addition of WKT capability to the
        delimited text plugin.
        Tightened up the delimited text dialog a bit.
    commit 25484867621d6b4760952a8f00a07d253273ecfd
        Added *.wkt to file open filter
    commit 9f16a276b6b2ecbea2eebede50e3275a1df0389b
        Patch for providing wkt support in delimited text plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14781 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-28

    Fixed scaling of line decoration symbol layer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14780 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-28

    [FEATURE] Allow the marker line symbol layer draw markers on each vertex.

    Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14779 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-28

    apply #3258

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14778 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-28

    apply #3232

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14777 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-28

    Fix for composer attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14776 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-27

    fix lenny build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14775 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-26

    fix link error in mapserver with internal spatialite & some warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14774 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-26

    debian packaging: fix natty build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14773 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-26

    add support for ttyACM devices

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14772 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-26

    Uncomment convert code for attribute table item

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14771 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-26

    Added binding files for composer attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14770 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-25

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14769 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-25

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14768 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-25

    Proper conversion to subclasses for composer items.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14766 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-25

    fix form actions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14765 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-25

    debian packaging: switch to internal spatialite

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14764 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-25

    upgrading to SpatiaLite 2.4.0-RC4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14763 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-25

    Omit flex debug output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14762 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-25

    Fix for paint event problems in case of multiple composer maps

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14761 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-24

    translation update: the long awaited string update :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14760 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-24

    translation update: another .is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14759 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-24

    some quick fixes to voronoi and delaunay tools

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14758 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-24

    Removed duplicated entry in GRASS modules list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14757 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-24

    Further improvements to v.in.ogr GRASS modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14756 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-24

    also save edit types and actions for geometry-less layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14755 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-23

    fix #3248

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14754 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-23

    translation update: even more .is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14753 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-23

    Added snapping option to GRASS vector import commands

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14752 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-23

    Fix composer item selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14750 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-23

    allow opening attribute table from plugins

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14749 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-23

    apply #3242

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14748 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-23

    Remove developer image as requested

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14747 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-23

    adds option to use selected features only; addresses #2476

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14746 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    add some copywrite info

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14745 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    [FEATURE] Adds voronoi polygon tool to Vector menu, addresses #2825; Also (partially) addresses #2546

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14744 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    Make signal QgsComposerView::selectedItemChanged with non-const pointer to avoid problems with some PyQt versions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14743 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    fix warnings (gcc 4.5.1, Qt 4.7.1)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14742 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    debian packaging: add support ubuntu natty support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14741 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    translation update: more .is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14740 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    reduce attribute table debugging noise

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14739 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    fix capabilities detection for postgres >=8.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14738 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    Apply fix for ticket #3236, provided by NathanW

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14736 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-22

    small fix: gentoo stores pyqwt in qwt5 dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14735 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-21

    Removes extraneous minimum distance option (not currently a real option) from random points tool. Addresses #3213

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14734 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-21

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14733 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-21

    translation update: .is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14732 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-21

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14731 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-21

    nsis installer: remove desktop icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14730 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-21

    [FEATURE] attribute editing improvements:
    - refactor attribute dialog calls to QgsFeatureAttribute
    - add QgsVectorLayer::featureAdded signal
    - improve interactive attribute editing in table (adding/deleting
      features, attribute update)
    - allow adding of geometryless features
    - fix attribute undo/redo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14729 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-21

    - update .gitignore
    - typo fix
    - fix ui permissions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14728 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-21

    Fixed some soft coded values which should have been hard coded

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14726 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-21

    Added small script to build the package only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14725 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-20

    fix rubberband in node tool (probably introduced with r14679)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14723 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-20

    Ignore extract dirs and installer exe

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14722 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-20

    Updated packaging notes a little

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14721 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-20

    Add some more directories to the git ignore list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14720 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-20

    creatensis.pl: creating the postinstall/preremove batchs is cheap

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14719 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-19

    build from osgeo4w qgis-full package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14718 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-19

    update osgeo4w version nsis installer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14717 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-19

    Reinstated this as it got trampled by a copy of coding guidelines in a previous commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14715 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-19

    [FEATURE]: Add possibility to show number of features in legend classes. Accessible via right click legend menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14714 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-19

    use Qt macros also for min/max/abs/fabs - removes OSX cmath kludges

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14713 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-18

    Also write features without geometry in vector filewriter

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14712 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-18

    use Qt for isnan/isinf/abs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14711 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-18

    Fix restoring selection color from project and allow alpha values for selection color

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14710 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-18

    Added git ignore rules for more git zen

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14709 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-18

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14708 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-18

    fix lenny build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14707 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    fix legend handling of collapsed layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14705 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    improve dragging legend layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14704 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    Put label icon on label toolbar. Some cleanups for labelling ui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14703 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    Use 22x22 icons in label dialog tab bar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14701 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    Fix bug in rotate label tool (thanks, Juergen)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14700 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    Added CORE_EXPORTs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14699 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    Forgot to add two files in last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14698 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    [FEATURE]: move/rotate/change label edit tools to interactively change data defined label properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14697 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    Allow more characters in raster ref names. Fixes r3172

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14696 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    Updated tab bars to use 22x22 icons and updated HIG guideline accordingly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14695 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-17

    Allow hyphen in raster refercnes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14694 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-16

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14693 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-16

    add missed GUI elements in GdalTools settings dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14692 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-16

    add some git support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14691 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-16

    apply #3220

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14690 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-16

    only post-process mapserver if configured

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14689 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14688 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    fix build errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14687 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    add new simplify tool to the fTools. Completed changes introduced in r14678


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14686 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    added usage message into selection GRASS gui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14683 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    Updated HIG guidelines

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14682 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    Fix broken behaviour in raster props dialog for reset original null value

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14681 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    Stretch columns in transparency list on raster props dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14680 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    fix starting point duplication in rubberband when using addPoint thought the API

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14679 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    commit missing files for new simplify implementation by alexbruy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14678 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    change shortcut for vector menu from V (and e) to t... again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14677 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    change shortcut for vector menu from V to e (conflict with View)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14676 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-15

    created the Raster menu and moved the "raster calculator" to it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14675 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Show more user friendly CRS in vector props dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14674 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Remove field type indicators in attribute form

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14673 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Also resize the alias column

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14672 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    moved "oracle raster" plugin to the Database menu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14671 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    adds option to specify encoding for input tables. addresses #2628

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14670 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    update for splash screen .. hope the ugly frame is gone now


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14669 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Fix broken activation of label dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14668 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Small ui tidy ups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14667 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Remove stray shortcut indicator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14666 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Automatically sample on field calculator and gui tidy ups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14665 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Stretch table column in attribute list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14664 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    shrinked some GUIs,
    used GUI guideline for Browse buttons text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14663 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    reenabled menu icons - apparently some system default was changed on
    desktop environments

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14662 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    disable the attribute table's "toggle editing" button when the layer is read-only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14661 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    cleaned the "select region" GUI for GRASS,
    fixed validation of input


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14660 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Added apply button for label dialog for the lazy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14659 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Added icons to labelling tabs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14658 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    revert accidental change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14657 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    new trunk splash.. Wrozlaw Hackfest nearly over


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14656 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14655 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    update translation: lv by peteris and added correct name into TRANSLATORS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14654 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Cleanups for label dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14653 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    show snapping menu entry also when docked

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14652 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    reverted to svn trunk of this file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14649 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Tidy up table headers in vec props dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14648 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    In progress update of label dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14647 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    translation update: pl by Alicja Włodarz

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14645 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    moved to the new Database menu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14644 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    change toolbar toolbuttons to menupopups and remember their last selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14643 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    improve delimited text plugin ui and allow skipping lines

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14642 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    database menu iface


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14641 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    quick typo fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14640 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    patch from alexbruy to make sure check_geometry works with current version of qgis (previous commit required SIP SIP >= 4.9.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14639 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    added Database menu and related methods add/remove plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14638 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Fix QgsProjectProperties dialog - first cpp patch from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14637 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    gui tweaks for project properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14635 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Add warning when no output file selected in the Merge tool in fTools. Fix #3210


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14634 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Use nicer terms for start and end colours

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14633 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Read wfs layer crs from url, not from the GetFeature output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14632 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Small tweak to make symbol layers dialog vaguely clearer sort of

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14631 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    refactored the addvector, addraster and selectmapset GUI for the GRASS plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14630 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    Updates for raster props dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14629 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-14

    More icons for GRASS tools

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14627 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    modified the donors page


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14626 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    fix typo - ouch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14625 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    translation update: pl by Henia Netzel (great thanks to the new contributor)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14624 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    apply #3206

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14623 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Cleanups for vector layer properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14622 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    adjusted GRASS list GUI


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14621 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Better default value for the number of classes in graduated symbol renderer (old symbology)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14620 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Patch from Volker Froehlich. Fixes ticket #2252

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14618 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Better png arrow and + sign for GRASS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14617 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    option to select separate shapefiles for merging with fTools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14616 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Tidy up for the options window to use top tabs as per gui discussion at Wroclaw Hackfest

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14614 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    executable_path for pyqt bin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14613 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    fix bundling for latest cmake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14612 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Better arrow and + for GRASS, and more

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14611 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Use validator for nodata line edit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14610 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Remove the word renderer from the vector props dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14609 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Use add column for consistency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14608 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Fix grammar on label

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14607 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    [FEATURE] completely new geometry checking tool for fTools. Significantly (big time) faster, more relevant error messages, and now supports zooming to errors. Thanks to jef for the new QgsGeometry.validateGeometry function. Fixes #3169 and #2611.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14606 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Refresh the style manager only when a change has been done to it.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14604 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    add missing configure option;
    fix mac build for release source

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14602 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    add isnan to qgis.h

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14601 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    More tuning to the grass toolbox

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14600 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    [FEATURE] improve attribute handling
    - optionally reuse entered attribute values for next digitized feature
    - allow merging/assigning attribute values to a set of features


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14599 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    missed a file in r14597.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14598 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    add old astyle version, adapt prepare-commit.sh to it and include it in the CODING guide

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14597 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Improving the appearance of GRASS toolbox - take 3: first new icons from Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14596 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Improving the appearance of GRASS toolbox - take 2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14594 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Followup of r14591 - some icons done

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14593 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Added several GRASS modules - thanks Maciej Sieczka. Icons still missing, TBD

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14591 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Improving the appearance of GRASS toolbox - take 1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14585 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    apply #1468

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14582 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    Plugin installer - fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14581 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-13

    apply #2999

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14580 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Plugin Installer update. New features: Upgrade All button, plugin count in the window title and Horst's repository

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14577 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Updates from Wroclaw hackfest to let the vector properties dialog fit on a small screen

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14572 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Handle non-ascii characters in traceback when showing an exception


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14571 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Minor updates to the IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14565 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    [FEATURE] allow OGR save as without attributes (for eg. DGN/DXF)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14562 c8812cc2-4d05-0410-92ff-de0c093fc19c

mwalker <mwalker@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Offline editing plugin: add option to filter editable remote layers using capabilities


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14560 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    fix 8bit character in qgis_help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14558 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Continue field calculation upon error only for division through zero

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14557 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Hello from Wroclaw QGIS Hackfest November 2010! Tidy up for vector symbology dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14556 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    save last used selection tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14555 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Catch nans and infs in clipper. Fixes #3081

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14554 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Fix a crash in Symbol properties dialog when removed a layer. (#2995)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14553 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    compile debian and osgeo4w package with mapserver (default changed)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14552 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Turn off compilation of map server by default (so that fastcgi is not required by default)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14551 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Minor improvement to a GRASS module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14550 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Add option to turn on / off printing of canvas item in composer map (ticket #2734)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14549 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-12

    Added QgsSpatialIndex to QGIS API (#3198).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14548 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-11

    no OUTLINECOLOR if outlinestyle is None (thanks Michele De Santis)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14547 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-11

    Improvements to the GRASS toolbox - take 1 from the hackfest

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14546 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-11

    fix Python error when unloading the OSM plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14545 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-11

    Allow users to open the local gdal documentation by clicking on the Help button, to fix #3040


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14544 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-11

    Show something different for trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14543 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-11

    Part 2 of first HF commit (previously gui cleaning, now translation update) - patches from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14542 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-11

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14541 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-10

    fix debian version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14540 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-09

    Improve geometry type detection for wfs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14539 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-09

    translation update: .ja by Yoichi and some context files in .es by Carlos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14538 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-08

    updates to union tool: more checks on GEOS processing; when geometry collection created, take only relevant geometries; should address #3071 (and possibly #3013); also adds ability to run almost all geoprocessing tools on almost all geometry types

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14537 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-08

    quick fix for exporting the geometry of 2.5D features, fixes #3149

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14536 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-08

    update version number

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14534 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-08

    [FEATURE] add field calculator functions (implements #3177)
    - add support for functions with 2 or three arguments
    - add function atan2(y,x)
    - add length(string) to determine string length
    - add replace(string,from,to) to do string replaces
    - add substr(string,from,length) to retrieve substrings
    - add (preliminary) online help to field calculator with a listing of operations.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14533 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-08

    reset default page for raster properties dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14532 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-08

    translation update: bg by Zahari

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14530 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-08

    translation update: ja by Yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14529 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-07

    translation update: last minute update for es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14528 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-07

    Updated it GUI translation - almost complete

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14527 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-07

    more legend refactoring to fix it

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14526 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-07

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14525 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-07

    translation update: pt_BR by Arthur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14524 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-06

    fix legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14523 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-06

    fix georeferencer plugin gis style icon - patch from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14522 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-06

    Translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14521 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-06

    translation update: zh_TW by yao


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14520 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-06

    translation update: Slovenian by Joze and Hungarian by Siki Zoltan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14519 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-06

    Moved g.proj.wkt GRASS module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14518 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-05

    Better handling of relative / absolute pathes for fill symbol layer. Fixes bug #3154

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14515 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-05

    Small tweaks to docs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14514 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-05

    split extent on comma in GdalTools Merge tool, to fix #3092


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14513 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-04

    fix vc warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14508 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-04

    fix #3188

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14507 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-04

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14506 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-04

    translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14505 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-04

    translation update: lv by Maris

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14504 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-04

    Fix consideration of nodata values in raster calculator, code cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14503 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-04

    translation update: ru by artem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14502 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-04

    support DESTDIR in bundling

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14501 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-03

    also use pixmap cache in old symbology

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14500 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-03

    Further improvements in the speed when opening symbol properties dialog (symbology-ng)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14499 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-03

    fix attribute replacement in actions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14498 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-03

    Apply non-string parts of patch #2938

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14497 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-03

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14496 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-02

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14495 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-02

    Remove unused QDebug include.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14494 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-02

    Addendum to r14491 / ticket #3141 which addresses the root cause of the problem.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14493 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-02

    fix filewriter crash

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14492 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-02

    fix georeferencer transformation type dropdown menu (#3141).
    Patch from lynxID - thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14491 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-02

    fix #2903

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14490 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14489 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    translation update: and the first response hr_HR by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14488 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    translation update: string update for all languages to prepare freeze (already frozen?)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14487 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    what's new fix and german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14486 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    Fixes and cosmetcs fro GRASS toolbox - Thanks Markus Neteler. Fixes #3104

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14485 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    add missing paren

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14484 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    Apply patch #3178

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14483 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    fix #3176

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14482 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    Updated whatsnew

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14481 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    Removed some stray colons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14480 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    fix build error on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14479 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    fix symbol selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14478 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    Updated whats new for Copiapo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14477 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    Reverse alt-key modification to be compatible with the old selection tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14476 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    some mac cmake cleanup, update mac folder notes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14475 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    framework bundling placeholder

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14474 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14473 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-11-01

    Plugin installer update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14472 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    Plugin installer update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14471 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    translation update: uk by sergey, changed name in Translators


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14470 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    osgeo4w update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14469 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    documentation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14468 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    update OS X install

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14467 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    rollback accidentally commit file of r14465

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14466 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    fix r14462

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14465 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    Added reference to algorithm description for ruggedness index

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14464 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    Store svg fill pathes relativ to default svg directory. Fixes bug #3154

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14463 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-31

    add python bindings to QgsGeometry::validateGeometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14462 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-30

    fix detection logic, remove unused setting

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14460 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-30

    fix GSL detection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14459 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-30

    Mac cmake update:
    cleaner framework detection;
    optional bundle Qt/PyQt and libraries, and fixup paths

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14458 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-30

    Patch from Mathias Walker: improvement of geometry detection in offline plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14457 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-30

    Plugin manager: set focus to the filter edit box so that it is possible to search immediately after opening the dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14456 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-30

    fix lenny build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14455 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-30

    Fixed #3006 and added a convenience spin box for setting symbol levels (constrained to 0-999)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14454 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-30

    Fix occasionally appearing bug in OSM plugin (#3150, #3076, #3025)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14453 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-30

    Added new project and project read signals to the qgis interface (#3160).
    Contributed by Alexander Bruy - thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14452 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-29

    applied patch to make a vector layer read-only, to fix #3157


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14451 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-29

    applied the patch suggested in ticket #3151,
    fix in translate to use the GdalTools_utils to get the crs,
    managed invalid extent in merge tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14450 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-29

    translation update: improvements and correction on delimited text plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14449 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-29

    fix #1022

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14448 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-29

    layer removal action depends on selected layers and not the current layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14447 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-29

    Fix for bug #3143, apply double values for label sizes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14446 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-29

    fix nightly build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14445 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-28

    Fix bug #3114

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14444 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-28

    Also add rastercalc bison file to svn

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14443 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-28

    [FEATURE]: Add rastercalculator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14442 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-28

    fix r14440

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14441 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-27

    update install/build documentation & cmake updates:
    - split install document into multiple files
    - reorder chapters
    - update msvc part (shortend add reference to OSGeo4W dependencies)
    - update CMake files to look in $ENV{LIB} and $ENV{INCLUDE}


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14440 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-27

    partly revert r14399 (all except srs updates):
    - proj.4 user paths mask standard directory
    - gsb file warning doesn't make sense for optional grids.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14439 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-27

    translation update: es by Carlos and new context help by Edwin Amado


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14438 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-27

    Catch crs transformation exceptions in gpsmarker

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14437 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-26

    automatic indentation update (r14312-r14435)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14436 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-26

    a) applied the patch suggested in ticket #3139
    b) fixed the SourceSelect dialog so to avoid
       showing RasterLite-1 related tables


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14435 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-25

    Make calls to python api safer by ensuring we have global interpreter lock


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14434 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-25

    fix #3153

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14433 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-25

    Unblocking of signals already done in updateGuiElements() method

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14432 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-23

    fix creatensis.pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14431 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-23

    Add method to convert double precision device coordinates to map coords (important for print composer). Change pallabeling to use FontMetricsF and toMapCoordinatesF. Fixes bug #3065

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14430 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-23

    Bugfix for format list and improvement for output file validation in raster terrain dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14429 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-22

    Correct arrow size for print (#3144)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14428 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-22

    Fix a crash (#3147)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14427 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-22

    sync with r14416, r14421

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14426 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-21

    Fix crash in raster props when histogram tab is last used and props dialog is opened.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14425 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-20

    [FEATURE] Data defined label position in new labeling - from Marco Hugentobler.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14423 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-20

    Added "style manager..." button to symbol selector so that users will find the style manager more easily.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14422 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-20

    [FEATURE] Allow creation of color ramps in color ramp combo box.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14421 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-20

    don't allow dropping layers into legend classes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14420 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-20

    apply #3136

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14418 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-19

    translation updates: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14416 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-19

    fix #2950

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14414 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-19

    translation update: ja by yoichi kayama

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14413 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-19

    fix #3134

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14412 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-19

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14411 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-19

    remove files not directly processed by Xcode to make updating project simpler

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14410 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    updated list of Translators


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14409 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    don't show legend checkbox for geometryless layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14408 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    Fix for missing table icons for non spatial layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14407 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    Remember the classification mode in graduated symbol renderer (v2)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14406 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    Applied part of #2832 (show rules in legend).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14404 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14403 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    Added missing python bindings for graduated symbol renderer v2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14402 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    [FEATURE] adds 3 new classification algorithms, including natural breaks (jenks), standard deviations, and a 'pretty' algorithm for generating 'human readable' class breaks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14401 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    Make the unit test more explicitly test result size and use a proper attribute list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14400 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    [FEATURE] allow user specific PROJ.4 search paths and update srs.db to include grid reference (fixes #3099)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14399 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    Applied #2963 (fix crash with quantiles) from Jeremy Palmer. Thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14398 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    translation update: proudly present - new language slovenian by Joze Detecnik


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14397 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    Beginnings of unit test for vector layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14396 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    fix #3132

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14395 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    [FEATURE] add support for nested layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14394 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    disable query change while editing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14393 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    change list to view in single symbol dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14392 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-18

    improve support for geometry-less layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14391 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-17

    Fix crash and corruption of project file when saving project with non spatial layers. Fix issue preventing projects with non-spatial layers being loaded.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14390 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-17

    Copiapo it the new in thing...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14389 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-17

    debian packaging: trim dependencies

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14388 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-17

    Fixed bug where histogram disappears when defocussing then focusing histogram tab

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14387 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-16

    fix #3124

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14386 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-16

    find more Mac frameworks; extra default search paths for postgres

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14385 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-16

    misc updates, fixup mapserver build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14384 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-16

    Polished GRASS modules tree. Thanks Markus Neteler. Applies #3104

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14383 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-16

    Updated DONORS and added some IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14382 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-15

    Show actual pixel values on x axis of raster histogram

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14381 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-14

    ask for postgres credentials on any connection error (not only missing password)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14380 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-14

    use username and password for pg connection test, even if they are not going to be saved

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14379 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-13

    fix gpsd device selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14378 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-13

    fix #3109

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14377 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-13

    fix #3110

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14376 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-13

    Fixed some typos in docs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14375 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-13

    Fix typo in docs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14374 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-13

    Small fix to doxygen docs for maprenderer class

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14373 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-13

    Added option to generate thumbnail using qimage rather than qpixmap

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14372 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-12

    fix cmake warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14370 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-11

    Field calculator: insert NULL feature value in case of calculation error (instead of stopping and reverting calculation for all features)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14369 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-11

    Fix side effect of last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14368 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-11

    [FEATURE]: Sorting for composer attribute table (several columns and ascending / descending)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14367 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-11

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14365 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-11

    fix build error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14364 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-11

    New GRASS command. Applied patch from #3104 by Markus Neteler, with modifications

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14363 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-10

    symbology-ng: Improved loading speed of the symbol properties dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14362 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-08

    [FEATURE]: add capability to show and manipulate composer item with/ height in item position dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14356 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-07

    fix typo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14354 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-07

    Fix for dateline labeling problems

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14352 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-07

    sync with r14331, r14335, r14325

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14351 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-06

    fix #3082

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14350 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-06

    revert debian change from 14348.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14349 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-06

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14348 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-06

    fix more warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14347 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-06

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14346 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-06

    fix qgis mapserver on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14345 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-05

    change attribute action notation from [%attr%]/%attr% back to [%attr]/%attr

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14341 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-05

    fix assertion in gps detector

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14340 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-05

    fix com port detection on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14339 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-05

    include offline editing plugin in debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14338 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-05

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14337 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-05

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14336 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-05

    [FEATURE]: offline editing plugin from Mathias Walker

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14335 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-05

    fix qextserial in mingw?

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14333 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-04

    fix #3080

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14332 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-04

    [FEATURE] add gpsd support to live gps tracking

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14331 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-04

    fix cmake warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14330 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-04

    Added option to save histogram and also refactored dialog filetype list for saving images into qgisgui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14328 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-04

    add geoimage austria wms to default servers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14327 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-03

    [FEATURE]: Composer items can also be deleted with the backspace key. Especially usefull for keyboards without delete (frequent e.g. on Macs)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14326 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-03

    fix for #2985 (take III)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14325 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-03

    fix for #2985 (take II)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14324 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-03

    fix for #2985

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14323 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-02

    Block spinbox signals in simple fill widget while setting offset. Fixes bug #3073

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14322 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-10-01

    Remember user specified image directories in composerimage widget. Fixes bug #3072

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14321 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-30

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14320 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-30

    doxygen fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14319 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-30

    fix WMS selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14318 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-30

    QWT now required

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14317 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-30

    missed a comment in r14298

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14316 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-30

    fix build errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14315 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-29

    automatic indentation update (r13658-r14312)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14313 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-29

    api documentation on qgis.org

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14312 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-29

    GRASS 6.4.0 in OSgeo4W

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14311 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-29

    Adds three new classification modes to graduated symbol renderer (version 2), including Natural Breaks (Jenks), Standard Deviations, and Pretty Breaks (based on pretty from the R statistical environment)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14308 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-28

    Possibility to set prefix path for mapserver by environment variable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14303 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-27

    fix max/min values in spatialite provider for non-numeric fields

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14298 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-27

    Zen minimalism for raster graphing page

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14296 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-26

    translation update: pl (last-minute commit from a train for a qgis training;)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14288 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-26

    sync with r14283;
    misc cleanup;
    default single native arch to match compilation instructions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14287 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-25

    missed a file in r14284

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14286 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-25

    save feature attribute changes from plugins to layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14284 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-25

    allow attribute and alias names in actions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14283 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-25

    also report provider errors when not debugging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14281 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-24

    Flag geometry as derived attribute in feature info

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14279 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-23

    fix #3036

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14276 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-23

    [FEATURE]: append the feature geometry to the feature info (probably make that optionally in the future with a new request parameter)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14275 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-23

    Use qwt to plot raster rather than my my homegrown charting stuff

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14274 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-21

    Typos in IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14270 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-20

    default to geometry postgres tables

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14267 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-20

    fix #3021

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14266 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-20

    Fix typo in last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14265 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-20

    [FEATURE]: added reload method to map layers and provider interface. Like this, caching providers (currently WMS and WFS) can synchronize with changes in the datasource

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14264 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    remove Qt translations (fix #2855)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14260 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    apply #2973

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14259 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    fix postgres layer beautification

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14258 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    fix #3011

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14257 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14256 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    more comment fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14254 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    add symbol ASSERTions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14253 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    comment fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14252 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    fix #3022

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14251 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-19

    Consider toplevel group in mapserver

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14250 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-18

    hide symbology on renderless layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14249 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-18

    [FEATURE] allow adding geometryless layers from postgres

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14248 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-18

    [FEATURE] add search string support for feature ids ($id)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14247 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-18

    Implement featureAtId for wfs provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14246 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-18

    Added two 0 pointer checks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14245 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-17

    missed a file in r14243

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14244 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-17

    implement #3015

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14243 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-16

    Applied patch from #3005 - allow entry of scale without leading 1:

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14242 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-16

    Applied patch to close #25 - allow case insensitive search of attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14241 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-16

    Added attribution for some map icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14240 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-16

    Fixed small typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14239 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-16

    updated list of TRANSLATORS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14235 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-15

    Improve update of canvas item in case of size changes. Maybe fixes bug #2929

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14234 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-15

    More IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14232 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-15

    Fix for #889 - show selection count in atribute table dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14231 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-15

    Update to v.kernel GRASS module - fixes #3009

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14230 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-14

    fix #3001

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14228 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-14

    fix #3000

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14227 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-14

    New splash for 1.6

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14225 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-13

    Improved interaction with extents widget in statusbar so that the text contents of the widget can be copied and pasted

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14222 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-11

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14220 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-11

    Fix for memory leak in getFeatureInfo (bug #2990)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14219 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-10

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14218 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-10

    keep layer selection on legend right click

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14217 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-10

    add table icon and fix warnings related to geometryless layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14216 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-09

    simple changes for better usability


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14215 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-09

    More IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14207 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-08

    Soft code start id for user crs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14202 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-05

    Apply patch #2948 from Stefan Ziegler (PDF map for georeferencer)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14192 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-04

    Apply patch #2936 (Units and decimal places of measure tools) from Stefan Ziegler with small modifications

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14191 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-04

    Return NoGeometry type if provider is attribute only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14190 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-03

    More efficient clipping parameter (same as in threading branch)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14185 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-02

    fix #2978

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14183 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-02

    Fix another memory leak

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14178 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-01

    fix memory leak

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14177 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-01

    Fix memory leak

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14173 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-09-01

    Support for non-spatial tables with delimited text provider. Legend shows a table icon for non-spatial layers (also possible with ogr)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14172 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-31

    Fix feature info in mapserver

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14171 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-29

    old cvs cleanup (r14165); context_help updates (r14166, r14168)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14169 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-28

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14168 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-28

    [FEATURE] allow selection and removal of several layers at once

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14167 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-28

    [FEATURE] add support for OGR creation options to and improve error handling of file writer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14166 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-28

    remove .cvsignore files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14165 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-28

    add sip bindings for groupLayerRelationship (fixes #2969)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14164 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-27

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14162 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-27

    fix bison warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14158 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-27

    fix debian dependency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14157 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-27

    add ilike, in and not in to search string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14156 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-27

    add lower/upper support to search string (fixes #2970)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14154 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-26

    followup r14150 again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14152 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-26

    followup r14150

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14151 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-26

    fix for postgis data crossing the dateline

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14150 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-26

    remove old snow python 32/64bit hacks for pyuic (use pyqt 4.7+)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14149 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-26

    sync with r14131

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14148 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-25

    fix iconnames


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14147 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-25

    fix kpty on BSD (#2021)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14146 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-24

    add concat button to field calculator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14138 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-23

    Added SJJB icons - see http://www.sjjb.co.uk/mapicons/introduction

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14131 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-23

    More useful debug error message when trying to write a vector attribute with an invalid QVariant type. Message displayed now looks like this: Invalid variant type for field lon 1: Expected Type float : Received Value: 20.375

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14130 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-23

    updates and fixes from Volker Froehlich

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14128 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-22

    clean up grass build; fix pyqt utility bundling error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14126 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-22

    bundle pyqt utilities

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14125 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-22

    add mapserver (r14110, r14120)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14124 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-22

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14122 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-22

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14121 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-22

    Use install prefix for the mapserver to locate vector provider libs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14120 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-22

    debian packaging fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14119 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-21

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14118 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-21

    include FCGI lib in osgeo4w build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14117 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-21

    Fix problem with parameter map in getrequesthandler

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14116 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-21

    debian packaging fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14115 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-21

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14114 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-21

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14113 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-21

    mapserver indentation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14112 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-21

    Also add cmake file for fcgi

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14111 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-21

    [FEATURE]: Add QGIS mapserver sources to svn repository

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14110 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-18

    make toolbuttons delayed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14109 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-18

    applied patch attached to #2932 to improve build overviews (gdaltools).
    Thanks to Duarte!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14105 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-17

    show selected selection or measure tool in toolbutton

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14102 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-17

    select and measure toolbar flyouts and submenus (followup #2938)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14101 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-17

    fix r14087

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14096 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-16

    improve legacy support for CRS/SRS in wms provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14090 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-16

    fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14089 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-16

    fix #790 again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14088 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-16

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14087 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-16

    sync with r14071

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14086 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-16

    -Added ability to interactively select pixels from the canvas to populate the transparency table in the raster layer properties dialog
    -Closes ticket #2259
    -Updated the color ramp shader to empty the color cache when a new color ramp is set

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14085 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-14

    fix ubuntu maverick dependency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14084 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-14

    revert rest of r14077 and another update_ts_run

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14083 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-14

    Avoid overwriting of printing page with width/height from composition

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14082 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-14

    fix create_new_ts.sh

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14081 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-14

    german translation update (and r14077 reversion)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14080 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-14

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14079 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-14

    add python console strings to translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14078 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-13

    added new language pt_PT and the usual string update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14077 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-13

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14075 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-13

    fixed nodata max and min value
    corrected the spinboxes width
    fixed issue using Arc/Info ASCII Grid as output format


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14074 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-12

    add GEOS_INCLUDE_DIR to georeferencer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14073 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-12

    fix linux build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14072 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-12

    add advanced selection tools from Jeremy Palmer. Thanks. (apply #2938)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14071 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-12

    Fix off-by-one calculation of element sum (raster stats).

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14069 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-11

    fix r14018 (reenable pal label reprojection)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14068 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-11

    Interim splash screen for trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14067 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-11

    fix #2933

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14066 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-11

    separate grass plugin package for osgeo4w

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14065 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-11

    apply #1040

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14064 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-11

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14063 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-11

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14062 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-11

    Fixed setCacheImage() python binding.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14053 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-10

    Tweak to debugging plugins url from Volker

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14051 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-10

    french translation update from Jean Roc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14049 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-10

    Make sure not to delete the shader function if it is the same.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14046 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-10

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14045 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-10

    fix some typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14044 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-10

    fix #2934

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14043 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-10

    Fix typo in raster enum for MultiBandsingleBandGray and kept old enum with identical value for backwards compatibility

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14042 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-09

    add support for non-numeric fields in generic minimumValue/maximumValue fallback method

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14034 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-09

    -Fix for bugs introduced by patch attached to ticket #1683
    -Closes ticket #2885

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14033 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-09

    -Added check to make sure preferred bands combinations are valid
    -Closes ticket #1852

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14032 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-09

    -Added a new option to the legend menu that will stretch the current layer using the min and max pixel values of the current extent
    -Added a convenience function QgsRasterLayer::setMinimumMaximumUsingLastExtent that will set the min max of the current band or bands being displayed using the pixel values from the last extent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14031 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-08

    fix build with Qt 4.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14030 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-08

    Avoid filtering of https requests in wfs provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14029 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-07

    Added convenience constructor for color ramp shader


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14023 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-07

    Raster shader fixes:
    - memory leaks when changing shader functions
    - PyQGIS: subclassing of raster shader function instances
    - PyQGIS: transfer ownership of the shader function to c++


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14022 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-07

    Typo in IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14021 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-06

    Applied patch from #2930: improve GdalTools Translate dialog.
    Contributed by Duarte Carreira, thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14020 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-06

    aligned to GdalTools v1.2.8

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14019 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-06

    new labeling: do not crash on invalid geometries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14018 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-06

    Fixed wrappers from QgsRasterLayer::computeMinimumMaximumFromLastExtent, computeMinimumMaximumEstimates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14017 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-06

    fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14016 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-05

    debian packaging fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14014 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-05

    sync with r14009

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14012 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-04

    add QgsAttributeAction::doAction to python bindings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14010 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-04

    followup r14006: add QgsLongLongValidator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14009 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-04

    Don't add empty attribute fields to the insert statement in wfs-t (some servers complain about it)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14007 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-04

    Support for long int in attribute dialog and editor. Fixes bug #2928

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14006 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-03

    fix compiling error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14004 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-03

    show wms get capabilities error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14003 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-03

    debian packaging update (fixes #2926)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14001 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-03

    fix a bundling bug, missed lib subdir in config header

    git-svn-id: http://svn.osgeo.org/qgis/trunk@14000 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-02

    split bundle step to separate target;
    misc cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13999 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-02

    [FEATURE]: data defined font and buffer settings for labeling-ng

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13998 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-02

    Use floating point numbers for size and dpi. This is necessary to avoid distortions on devices where painter units are not pixels (e.g. graphics scene in print composer)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13995 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-01

    fix build error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13993 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-01

    Indentation cleanups, before jef beats me to it :-)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13992 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-01

    Remove debugging output.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13991 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-01

    Georeferencer: Normalize coordinates in order to improve numerical conditioning of homography estimation.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13990 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-01

    fix warning, indentation and little cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13989 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-08-01

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13988 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-30

    Add support for projective transformations, which can relate
    perspective images of a plane.

    Fits a homography to the GCP using total least squares, which
    minimizes algebraic error.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13987 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-30

    fix #2874

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13986 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-30

    [FEATURE]: WFS-T support (experimental). Additionally ported wfs to network manager (code from Juergen, patch #2892)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13985 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-29

    new north arrows (r13978)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13979 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-29

    Tidy up north arrows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13978 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-28

    Fix #2449: enables numerical sorting and automatic updates of gcp list.

    -Use proxy model to implement dynamic sorting.
    -Remove some legacy code.
    -Employ user role for correct numerical sorting.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13977 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-27

    Fixed v.univar GRASS module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13972 c8812cc2-4d05-0410-92ff-de0c093fc19c

alexbruy <alexbruy@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-25

    allow users to enter path to shapefiles manually in Merge shapefiles tool (apply #2897)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13963 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-25

    Patch by Luiz Motta: adds the ability to move GCPs in the qgis canvas (partial commit of #2890). Thanks.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13962 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-25

    Fix a bug where user was not prompted whether to save or discard modified GCPs.

    Prompt-on-exit did not catch the case were only the source, but not
    the destination coordinates of a GCP were modified.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13961 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-25

    Patch by Luiz Motta: re-add georeferenced raster to qgis layers after project reload (partial commit of #2890). Thanks.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13960 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-25

    Patch by Luiz Motta: Do not translate gdal compression arguments, fixes #2881. Thanks.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13959 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-24

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13958 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-24

    changed wrong key used retrieving from settings the last used image filter, to fix #2901

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13957 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-24

    Apply patch #2891, WFS exception. Thanks to strk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13956 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-24

    Added north arrows from Nikos Alexandris


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13955 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-23

    removed obsolete &SERVICE=WMS from status-message for mode=map url

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13954 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-23

    sync installed headers with cmake lists \(I'll try to stay on top of this in the future\!\)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13952 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-21

    [FEATURE] Added --configpath option that overrides the default path (~/.qgis) for user configuration and forces QSettings to use this directory, too.\
    This allows users to e.g. carry QGIS installation on a flash drive together with all plugins and settings.

    Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13951 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-21

    added missing conversions from expression tree nodes to string.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13950 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-21

    Updated DONORS list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13949 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-20

    Remove legacy file from interpolation plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13948 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-20

    Use size scale also for line symbols to modify line width.

    Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13947 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-20

    [FEATURE] Data-defined rotation and size for categorized and graduated renderer (symbology-ng)

    Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13946 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-20

    [FEATURE]: multiline labels for labeling-ng

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13945 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-20

    Add a convenience constructor from QString to QgsSearchString


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13944 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-20

    Better handling of python path and plugins paths.
    Additionally, plugin paths in QGIS_PLUGINPATH can be separated by either semicolon or colon.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13943 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-20

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13942 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-20

    Added "$rownum" token to syntax of expressions. In field calculator it can be used for counting rows. The counter starts from 1. Outside field calculator it returns always zero.

    Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13941 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-20

    Support string concatenation using the standard sql concatenation operator ||

    Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA].
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"



    git-svn-id: http://svn.osgeo.org/qgis/trunk@13940 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-19

    Fix bug #2772 (dropping gpx files onto qgis didn't open the file
    correctly).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13939 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-19

    Apply patch #2868 (adds label alignment) with modifications. Thanks medspx

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13938 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-19

    fix #2894

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13937 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-19

    gui string fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13936 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-19

    Apply patch in ticket #2891 and some more verbose error reporting. Thanks strk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13935 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-18

    Implement suggestion in #2882 (make the Mac build use the configurable
    directory for the lib install directory - rather than the hard-coded
    'lib').


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13930 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-18

    Apply patches in #2863 (configuration changes to make ccmake work with
    less manual configuration).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13928 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-17

    version bump (r13926);
    context help update (r13924);
    fix path to user bundle script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13927 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-17

    update trunk version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13926 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-17

    context help pl update by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13924 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-17

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13923 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-17

    apply #2730

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13922 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-17

    apply #2791

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13921 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-17

    apply #2858

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13920 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-17

    Updated web banner images - version is 1.5 - thanks Milena :-)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13918 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-17

    Updated web banner images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13917 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-14

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13916 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-14

    Select by location now works on full layer extent. Fixes #2210.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13915 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-13

    fix OGR converter menu removal

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13914 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-12

    update osgeo4w build to use GDAL 1.7

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13913 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-12

    Fix ticket #2882 (not using QGIS_LIB_SUBDIR to determine pathname to the
    qgis library directory for linux builds)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13912 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-12

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13911 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-11

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13910 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-11

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13909 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-11

    translation update: th by Man


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13908 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-11

    Improvement to fix for 2878

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13907 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-11

    Remember last wfs connection in dialog (ticket #2878)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13906 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-11

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13905 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-11

    Option for raster icon in legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13904 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-09

    fix #2879

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13903 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-08

    Disable raster legend icon for release because of performance problems

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13899 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-08

    translation update: ja by yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13898 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-06

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13895 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-06

    fix for #2848: exported style better in line with qgis style

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13894 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-06

    fix #2869

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13893 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-06

    the "are we really in string freeze" commit ;)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13892 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-06

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13891 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-05

    fix #2864

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13890 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-05

    Fix crash if raster width is below 1 pixels (ticket #2846)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13889 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-05

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13888 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-04

    Fix for #2820, layer extents use scientific notation for large numbers
    when it would be better to stick with non-scientific notation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13887 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-04

    Fix for ticket #2228. Also enhanced to offer a couple more conversion
    options between tracks, waypoints, and routes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13886 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-04

    Patch to fix (second problem) #2735. Patch thanks to brushtyler.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13885 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-04

    When qgis is installed in a non-standard place, qgis doesn't find the
    python plugin library. This may help resolve #2618.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13884 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-04

    Fix #2862


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13883 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-04

    Update my email address


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13882 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-02

    fix qgis.g.browser linking

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13880 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-02

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13879 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-02

    context help updates (r13848, r13877)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13878 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-02

    fix context help file name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13877 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-02

    new fix for #2836

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13876 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-02

    revert r13855

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13875 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-02

    Last minute fixes for IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13874 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-02

    translation updates: de and ru last minute fixes ;)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13870 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-02

    translation update: ru by artem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13869 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-01

    translation update: ja by yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13867 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-01

    fix layer creation in ogr converter plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13866 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-01

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13865 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-01

    workaround for #2853

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13864 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-01

    string freeze update ;)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13863 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-07-01

    translation update: th by man


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13862 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    patch to fix additional problem with #2430 thanks to brushtyler

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13861 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    fixes #2430 and speeds up random point generation on top of vectors significantly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13860 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    patch from alex to fix #2735

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13859 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13858 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    apply #2784

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13857 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    apply #2824 from Florian Hof

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13856 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    fix #2836

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13855 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    fix #2844

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13854 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    fix #2852

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13853 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    translation update: fi my marko


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13852 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    fix #2849

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13851 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    Fix initialisation of format combo box (mainly important for kml layers)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13850 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    fix #2674

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13849 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    translation updates: ru by artem, pt_BR (with context help) by arthur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13848 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13847 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-30

    fix for #2833 and #2843

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13846 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-29

    Plugin Installer minor fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13845 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-29

    fix for #2847 layers with identical names have problems with data/filter statements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13844 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-29

    fix python feature form identifier in case of non-ascii layer ids

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13842 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-29

    context help fix: newlines are no blanks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13838 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: hr by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13837 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    german translation update and a context help fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13836 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    context help typo fixes, german context help additions and german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13835 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13834 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13833 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    Plugin installer update: r13830 follow-up

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13832 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: catalan by xavi and czech by jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13831 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    Plugin installer fixes: fix error when uninstalling installer itself, support for <disabled> repo tag, remove my repository

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13830 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13829 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13828 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13827 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13826 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    add a translation string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13825 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13824 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: lv by Maris


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13823 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13822 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13821 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: CZ by Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13820 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-28

    translation update: zh_TW by nungyao


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13819 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-27

    translation update: bg and es by zahari and carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13818 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-27

    fix crash on layerless OGR data sources

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13817 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-27

    translation update: tr by Osman


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13816 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-27

    translation update: small qt_ru changes by Artem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13815 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-27

    separate libexec subdir (r13792);
    set SVN version dynamically in Info.plist

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13814 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-27

    context help update (r13806)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13813 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-27

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13812 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-26

    translation update: ru by artem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13811 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-26

    fix r13808

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13810 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-26

    german translation fixed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13809 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-26

    fix #2819

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13808 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-26

    translatex context help by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13806 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-26

    Clear crs list after parsing a toplevel layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13805 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-26

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13804 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-24

    translation update: ja by yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13803 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-24

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13802 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-24

    update_ts file for nl needed for Raymond

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13801 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-24

    update nl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13800 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-24

    show identify results in layer display order

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13799 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-24

    Fix for problem with mix of toplevel layers and nested layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13798 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-24

    IT GUI translation finished; this round also thanks to Anne Ghisla

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13797 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-24

    translation update: ja by yoichi and hu by zoltan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13795 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-23

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13794 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-23

    debian packaging update (following up r13792)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13793 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-23

    fix #2822

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13792 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-23

    bundle Qt codecs plugins, in case #2419 affects OSX;
    allow configuration for custom Qt installation, should help #2760 which needs a PPC cocoa Qt

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13790 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-23

    initialize pointer to optional settings menu - thanks Bruno Binet for spotting this

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13788 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-23

    fix #2833

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13785 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-23

    More IT GUI translations - Thanks also to Luca Casagrande and Flavio Rigolon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13784 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-22

    translation update: el_GR by mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13783 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-22

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13782 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-22

    allow adding features to postgres layers with oid

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13781 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-22

    translation update: string freeze - as usual - bring in important strings for 1.5 - please dont kill me for that ;) (as im away for a week anyway)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13779 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-22

    More IT GUI translations - Thanks to Pasquale Di Donato

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13778 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-22

    fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13777 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-22

    More IT GUI translations - Thanks to Luca Casagrande

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13774 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    Better cleanup of resources when unloading plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13773 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13772 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    fix german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13771 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    Plugin Instaler update: add translateable strings for future switch to the central contributed repository

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13770 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    translation update: german to 100%


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13769 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    More IT GUI translations - Thanks also to Pasquale Di Donato and Anne Ghisla

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13768 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    context_help updates (r13762, r13763)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13767 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    translation update: time for string freeze!!!!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13766 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    Fix layout problems in georef pdf output by making size of left and right margins a user option

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13765 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    Show checkbox for worldfile. Save output rasters in the same dir as the original raster if no path is given

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13764 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    translation update: some context help by carlos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13763 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-21

    translation update: context help ja by Yoichi

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13762 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13761 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    tranlation update: ja by yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13760 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    more translation string fixes and german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13759 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    context_help updates (r13707);
    rule-based renderer (r13710);
    misc xcode fixes and updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13758 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    fix translation string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13757 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    Added copyright notices to CMake modules, BSD license has been set to the modules (typical license for CMake modules).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13756 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    Fixed #2766.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13755 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    Fixed #2346 - allow quoting of column references using double quotes.
    Quoting is done in both search query builder and search from attribute table.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13754 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    Updated whats new texts

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13753 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    fix #2826

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13752 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-20

    Report python errors when running python commands from qgis gui (e.g. run actions, feature form init).
    Try to delete feature form only if exists (#2590).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13751 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-19

    fix #2457

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13750 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-18

    Fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13749 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-18

    More GUI IT translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13748 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-18

    Fix for bug #2683

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13747 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-17

    fix #2817

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13746 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-17

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13745 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-17

    fix #2815 - including more missing translation strings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13744 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-17

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13743 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-17

    fix #2775

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13742 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-17

    update dutch translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13741 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-17

    apply #2813

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13740 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-17

    Fix for ticket #2814

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13739 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-16

    add dch reference to INSTALL

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13738 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-16

    Fix 0 coords in gps feature capturing (appears sometimes when loosing gps connection)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13737 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-14

    Added annotation icons provided by Robert. Thanks\!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13736 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-14

    fix unix build after ugly workaround r13732

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13735 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-14

    fix initial sip binding creation on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13734 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-14

    fix ugly workaround r13732

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13733 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-14

    workaround #2239

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13732 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-14

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13731 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-14

    fix msvc build errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13730 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-13

    adds spin box to choose the number of nodes to approximate a circle for the buffer tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13729 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-13

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13727 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-13

    translation update: es and fr with some french context help added


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13726 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-13

    applied patch to show GDAL version in about dialog, to fix #2804


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13725 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-13

    fix #2324

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13724 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-13

    round residual plot scale bar to reasonable number

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13723 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    Set maximum to composer picture rotation to 360

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13722 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    fix dirty canvas on startup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13721 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    Capitalise first letter of renderer name for consistency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13720 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    Fix bug with georef pdf report scale bar units

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13719 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    gis theme icons for annotation tools from Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13718 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    mapserver export plugin always defaulted to epsg:4326 in mapfile because code still used old elementnames (epsg) instead of new (srid) in .qgs files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13717 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    fix #2677: colorful answer from Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13716 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13715 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    fix lrelease warning and translation string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13714 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    Rule-based renderer: show 1:inf instead of 1:0 when there is no max. scale denominator


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13713 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    Partial fix for #1873

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13712 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    Rule-based renderer: respect the original scale range when refining the rule based on scales.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13711 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    [FEATURE] Added rule-based renderer for symbology-ng.

    Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana -
    Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA]".
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@13710 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-12

    Fixed #3630, edited v.db.what.connect, updated DONORS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13709 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-11

    fix for #2726 labels no labels in mapserverexport

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13708 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-11

    translation update and added context help: ja by Yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13707 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-11

    replaced all QFormLayouts with QGridLayouts


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13703 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-11

    dutch translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13702 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-10

    load modules only on menu triggers, skip the local traslator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13701 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-10

    More decimals in georef pdf report

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13700 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-09

    Show rotation in degrees in georef status bar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13696 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-08

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13695 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-08

    fix #2592

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13694 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-08

    Fixed unloading of python modules which were imported using "from X import Y,Z".
    Modules Y,Z have been missed by the import wrapper and the unloader did not remove the plugin completely/correctly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13693 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-08

    Fix for marker size in map units

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13687 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    add __init__.py (r13682)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13686 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    followup r13683

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13685 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    import the modules without use the path


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13684 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    fix template cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13683 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    Removed the unnecessary setted paths


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13682 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    fix #2788

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13681 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    Updated DONORS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13680 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    (visibly) complain about missing $DISPLAY

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13679 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    Consider changed pkgDataPath in default svg paths

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13678 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    install symbology-ng headers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13676 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-07

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13674 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-06

    debian packaging update: include templates in clean

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13673 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-06

    translation update: fr by jeanroc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13672 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-06

    integrate GdalTools translations from faunalia repository

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13671 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-06

    translation update: el_GR by Mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13670 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-06

    update_ts_files.sh run after GdalTools integration

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13669 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-06

    make GdalTools about box translatable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13668 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-06

    translation update: hr_HR by Zoran, fr and ja string update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13667 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    fix wms legacy CRS/SRS mixup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13666 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    remove second RequestExecutionLevel

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13665 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    add script to build nsis standalone installer from OSGeo4W packages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13664 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    bundle programs and python stuff from GDAL for use by plugins

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13663 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    OSX install updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13662 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13661 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    Some changes to use qgslegendmodel without a running x-server

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13660 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    automatic indentation update (r12600-r13658)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13659 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    Added code to fix bug #2755 also for Qt<4.6

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13658 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13657 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    fix typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13656 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13655 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13654 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-05

    string fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13653 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    wms provider fix: shift tile requests a bit NE

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13652 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    Added over to google projection parameters as per fwarmerdam.blogspot.com/2010/02/world-mapping.html

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13651 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    Make version name tethys for the upcoming release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13650 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    translation update: ja by Yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13649 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    add gdaltools (r13639)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13648 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    unquote field names in delimited text plugin like in the provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13646 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    manage string in release name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13644 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    manage string in release name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13643 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    undoing change committed in r13640. This test become unnecessary from r13641

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13642 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    applied patch to fix #699

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13641 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    fixed #2711: avoid jumping items in legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13640 c8812cc2-4d05-0410-92ff-de0c093fc19c

brushtyler <brushtyler@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-04

    added GdalTools plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13639 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-03

    translation update: pl by Borys

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13638 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-03

    fix wrong status tip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13637 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-03

    translation update: pl by Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13636 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-03

    Revert accidental commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13635 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-03

    Added Giuseppe Sucameli to authors list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13634 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-03

    Fix for canvas item order in print composer (ticket #2755)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13633 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-03

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13632 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-03

    Fixed #2744


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13631 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-03

    Fixed #2780


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13630 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-02

    Updated splash for release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13629 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-02

    automatically append pdf and svg suffixes (#ticket 2776)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13628 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-02

    fix python runtime error when no HOME is set

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13627 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-02

    show residuals in pixel for non-linear transformations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13626 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-02

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13625 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-02

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13624 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-02

    translation update: ja by Yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13623 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-02

    move labelling to core (r13607, r13608)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13622 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-01

    [FEATURE] delimited text provider: allow empty values in numeric columns

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13621 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-01

    osgeo4w update: qgisconfig.py was dropped

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13620 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-01

    change map unit in project dialog when user selects a new crs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13619 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-01

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13618 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-01

    Add pallabeling to core header files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13617 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-06-01

    Small enhancements for labeling dialog: disable minimum size ui for points, add pt to font name and set two decimal places for distance spin boxes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13616 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    add GDAL compatible CRSes (without +towgs84 parameters) for Polish epsg: 2172-2180, 3120, 3328-3335 and 4179 as epsg+40000

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13615 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13614 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13613 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    dutch translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13612 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13611 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13610 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    Fix for previous label commits

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13609 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    Remove legacy files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13608 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    Move Martins labeling-ng from plugin to core/app

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13607 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    [FEATURE] georeferencer: possibility to configure if residuals should be showed in pixels or map units

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13606 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-31

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13605 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-30

    revert r13584 noop

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13604 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-30

    fix #1683

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13603 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-30

    Fix a crash when using map composer within python


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13602 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-30

    [FEATURE] manual adding of categories in symbology-ng. Patch contributed by Lynx, thanks!
    + added missing python bindings and fixed some issues.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13601 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-30

    fix #2763

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13600 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    Applied patch #2739 from Marco - correct scaling of labeling from the labeling plugin in composer.
    Includes few tweaks and improvements, additionally the buffer is not considered for the label frame.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13599 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    Project file transform from 1.4 to 1.5. Improved project loading for composers and annotation items to use the modified dom, not the original file. Fixes ticket #2751

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13598 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    fix moc compile rule

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13597 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    ogr provider update: lazy determine extent (fixes #2752)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13596 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    fix #2753

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13595 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    followup r13593: mention oracle in georaster tooltip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13594 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    fix #2759 and some cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13593 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    followup r13591: force KML encoding to utf-8 in save as dialog and move filename/encoding validation to vector file write

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13592 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    Use utf-8 if saving to kml to prevent invalid xml

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13591 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    fix #2756

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13590 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    fix #2761

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13589 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    add length() and area() methods to QgsGeometry
    and use it in labeling and zonal statistics


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13588 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    Applied patch #2747 from Marco.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13587 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    fix #2601

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13586 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-29

    Fix for zList sort problem and added call to composer item readXML in composer arrow

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13585 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-28

    postgres provider update:
    - lazy determine extent and invalidate extent on subst string change (fixes #2752 for postgres)
    - use estimate extent when "use estimate metadata" is set (reverts r13499)
    - remove rest of unused threading


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13584 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-28

    fix #2757

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13583 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-28

    apply #1683 (completes r13568)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13582 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-28

    translationi update: CZ by Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13581 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-28

    fix typo in english context help and update german context help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13580 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-28

    More IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13579 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-26

    fix for compile problem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13578 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-26

    Fix initial page of the option stackedWidget - patch from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13577 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-26

    more help updates and ui cleanups from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13576 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-25

    help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13575 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-25

    -Fix for ticket #2621
    -Also fixed a bug in the select tool that was causing qgis to crash if no feature was selected.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13574 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-25

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13573 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-25

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13572 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-25

    [FEATURE]: Load/save queries created in the query builder. Added method columnRefNodes() in qgssearchtreenode and added some consts

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13571 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-25

    Reenable legend icons for rasters

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13570 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-25

    translation update: el_GR by Mike and Nikos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13569 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-25

    UI updates from Milena Nowotarska

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13568 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    remove postgres threading (r13557);
    fix missing 'new spatialite layer' function (#2745);
    misc cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13567 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    More IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13566 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    translation update: String update and new German


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13565 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    fix warning in german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13564 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    translation update: bring german to 100% ;)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13563 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    translation update: czech by Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13562 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    georeferencer: fix closeEvent handling for dock widget.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13561 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    georeferencer: fix crash which occured when adding GCPs after the widget
    docking has been disabled.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13560 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    georeferencer: Fix crash due to deletion of parent dock in destructor.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13559 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13558 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    postgres provider: remove unused threading code

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13557 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-24

    es_CA should be ca_ES

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13556 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-23

    added catalan translation file ..


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13555 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-23

    georeferencer: Fix parameter reporting when enabling/disabling GCPs.

    Updates the model before emiting pointEnabled signal, so that downstream
    handlers work with up-to-date transform parameters.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13554 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-23

    Print units of residual as well.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13553 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-23

    Applied patch #2731 by mhugent: show georeferencer residuals in map units when possible.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13552 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-22

    let attribute table follow canvas extent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13551 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-22

    translation update: mainly grass translations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13550 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-22

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13549 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-22

    remove progress indication from symbology-ng rendering:
    sometimes featureCount() is expensive and moveover only applies when the canvas
    covers the full layer extent, which is not always the case.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@13548 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-22

    [FEATURE] forward port r9689 to model based attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13547 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-22

    select current value when lineedit gets focus in attribute dialog (fixes #2742)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13546 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-22

    Applied patch #2159 from ctimko

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13545 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-21

    Amend previously ommited docking feature of patch #2673.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13544 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-21

    Fix for crash with composer legend during project file save

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13543 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-20

    More IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13542 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-20

    translation update: es by Carlos and the monthly string update for alle files on request


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13541 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-20

    fix attribute table position restore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13540 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-20

    More IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13538 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-20

    Fix for crash if removing a layer with a related composer attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13537 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-20

    More IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13536 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-20

    Fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13535 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-20

    More IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13534 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-20

    followup r13529

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13533 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-19

    Reenabled update for composer legend layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13532 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-19

    More coherence in IT GUI translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13531 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-19

    translation update: el_GR by nikos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13530 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-19

    lazy fill meta data page in vector layer properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13529 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-18

    fix #2732

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13528 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-18

    Fix output folder selection for split vector layers tool. Patch from alexbruy. Fixes #2725.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13527 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-18

    Fix raster item in composer legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13526 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-18

    Fix legend item label problem #2727

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13525 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-18

    postgres provider: lazy feature count

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13524 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-18

    Add transformation name in georef pdf report

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13523 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-18

    small changes in german translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13522 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-18

    fix #2361

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13521 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-18

    added new most active translators to the translators list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13520 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-17

    append space to list widgets in options and vector and raster layer property dialogs (fixes #2554)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13519 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-17

    fix #2531

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13518 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-17

    apply #2712 and #2716 with slight modification.  Thanks to Charles Timko.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13517 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-17

    fix query translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13516 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-17

    Fix calculation of mean error in georeferencer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13515 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-17

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13514 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-17

    translation update: cs_CZ by Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13513 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-17

    Automatically append pdf suffix for georef report

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13512 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    fix #2627

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13511 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    [FEATURE] label only selected features (implements #2717)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13510 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13509 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    fix #2670

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13508 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    fix position restore of identify results

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13507 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    Fix merge all functionality in singleparts to multipart ftools function. Fixes #2550.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13506 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    [FEATURE] add multiple features at once (implements #2710)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13505 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    translation update: el_GR by mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13504 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    More specific warnings for geoprocessing tools when missing crs are detected. Addresses #2547.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13503 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13502 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    [FEATURE]
    - save edits button added (implements #2579)
    - subset option to layer menu (implements #2660)
    - show selected feature count in status bar (implements #2708)
    - temporary workaround for #2714
    - refactored redundant code from legend to qgisapp:
      attribute table, save as, layer removal, layer properties
    - some more cleanups



    git-svn-id: http://svn.osgeo.org/qgis/trunk@13501 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    temporary workaround for #2714

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13500 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    postgres provider: fix feature count, when subset string is set

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13499 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-16

    fix ftools typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13498 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13497 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    translation string fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13496 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    improve image format selecting in wms selection dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13495 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    Move setWindowIcon from qgsapplication.cpp to main.cpp. Because QGIS mapserver uses qgsapplication, but it does not have access to an x-server instance

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13494 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    Fix minimum size of composer legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13493 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    Fix drag drop behaviour of composer legend items

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13492 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    Drag and drop support for composer legend model

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13491 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    translation update: bg by Zahari and cs_CZ by Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13490 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    working fix for #2670 and fix for GRASS 6.2 support (as found on debian lenny)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13489 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-15

    fix #2720

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13488 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-14

    SIP proxy factory by PyQt version (r13468)
    composer legend item (r13476)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13486 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-14

    More typos and updates in IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13485 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-14

    Fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13484 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-14

    Remove Qt 4.6 dependency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13483 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-13

    New warning when creating empty multipart layer; Ok button disabled on all functions while running; General bug fixes. Fixes #2260, #2057, and #1986. Another great patch from alexbruy :-)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13481 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-13

    Quick typo fix.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13480 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-13

    Some simple bug fixes. Fixes #2695. Patch from alexbruy.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13479 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-13

    now supports fields containing non-ascii chars. Fixes #2496. Patch from alexbruy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13478 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-13

    now supports fields containing Cyrillics. Fixes #2566. Patch from alexbruy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13477 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-13

    [FEATURE]: Export legend groups and layers with legendinterface and use this information to display groups in the composer legend. Todo: fix drag and frop in composer legend, readXML, cleanups in composer legend model

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13476 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-13

    next take on #2620 - not reproducable here

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13475 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-13

    make PyQt4 detection work with CMake 2.6.0 as found in Debian lenny

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13473 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-12

    implement #2696

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13472 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-12

    apply #2692. Thanks again Jeremy.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13471 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-12

    fix #2707

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13470 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-12

    fix #2682

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13469 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-11

    tie proxy factory support in SIP bindings to PyQt4 version instead of Qt

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13468 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-11

    [FEATURE] (re-?)add identifyAsHtml to raster layer and use it in identify

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13467 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-11

    Two typos in IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13466 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    implement #2702

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13465 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    update permissions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13463 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    fix ssl preprocessor logic

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13462 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    fix signal signature of QgsNetworkAccessManager::requestAboutToBeCreated

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13461 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    append kml extension automatically for easier interoperability with GE

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13460 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    Consider also files without extensions in the file dialog filters

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13459 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    translation update: cs_CZ by Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13458 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    Add gpl headers for residual plot item

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13457 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    Changed georef pdf report layout and font sizes to address bug #2698

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13456 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    translation update: ja by Yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13455 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-10

    translation update: el_GR by mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13454 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-09

    emit signals before and after QgsNetworkAccessManager creates requests

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13453 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-09

    missed files in r13438

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13452 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-09

    network updates (r13443)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13449 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-09

    handle ssl errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13448 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-09

    resolve Qt 4.5 dependency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13447 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-08

    fix sip bindings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13446 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-08

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13445 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-08

    network manager changes:
    - add QgsNetworkAccessManager to core as singleton
    - add support for multiple proxy factories
    - remove qgisNetworkAccessManager property hack
    - python bindings

    wms provider:
    - use QgsNetworkAccessManager
    - some precision changes



    git-svn-id: http://svn.osgeo.org/qgis/trunk@13443 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-08

    cosmetic changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13442 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-08

    apply #2634

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13441 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-08

    georef residual plots (r13436, r13437)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13440 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-08

    revert debian unrelated part from r13438

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13439 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-08

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13438 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-07

    Add missing files.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13437 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-07

    Partial patch #2673 by mhugent:

    -Configurable GCP labeling
    -Ability to generate PDF report of residuals and transform parameters
    -Allow resampling to output file even for linear transforms

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13436 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-07

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13435 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-07

    Added the possibility to use $area, $length when searching in attribute table.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13434 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-07

    Added optional geometry parameter when evaluating predicates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13433 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-06

    fix url exclusion changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13432 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-06

    fix #2620

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13431 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-06

    include qgis.g.browser in debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13430 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-06

    make spatialite optional again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13429 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-06

    Fixed typos in IT transaltion

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13428 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-06

    Fixed r.sunmask.date.time. Thanks Markus Neteler

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13427 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-05

    Translation of the IT GUI - Thanks to Flavio Rigolon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13426 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-05

    Fixed CRS for OSM and GPX providers. Should fix #2661.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13425 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-05

    minor pg provider fix: oid==0 is invalid

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13424 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-05

    Fixed #2615.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13423 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-04

    More portable selection of monospaced font


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13422 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-04

    MarkerLine symbol layer: fixed usage with map units, set minimal interval to avoid infinite loop, simpler markerline symbol handling.

    Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA]".
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13421 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-04

    MarkerLine symbol layer widget: Fixed handling of floating point marker intervals


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13420 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-04

    SimpleMarker symbol layer: do not cache marker symbol if the vector output is enforced, fixed scaling


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13419 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-04

    Do not force vector output by default (use only in composer map), enable setting of the flag


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13418 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-03

    PyQGIS: added missing annotation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13417 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-03

    PyQGIS: Fixed wrappers for symbology-ng renderers (were claimed to be abstract classes)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13416 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-03

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13415 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-03

    Fixed v.generalize, adding copy of attributes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13414 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-05-02

    translation update: CZ from Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13413 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-30

    Fix missing actions. Patch #2686 by christophgysin + sip bindings.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13412 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-30

    translation update: fr by Jean Roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13411 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-30

    fix edit actions remaining active when switching to a raster layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13410 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-29

    Fixed resizing of font marker when units are map units.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13409 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-29

    [FEATURE] symbology-ng: possibility to offset for simple fill.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13408 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-29

    translation update: fr by Jean Roc and cs_CZ by Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13407 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-28

    fix #2681

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13406 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-27

    translation update: fi from Marko and CZ from Jan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13405 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-27

    fix #2680

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13404 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-27

    -Removed spaces from connection string for MS Access files that may be cause the connection on windows to fail

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13402 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-27

    fix typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13401 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-26

    bundling: QtWebKit 4.6 needs QtXmlPatterns

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13399 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-26

    fix runtime error in fTools' spatial join

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13398 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-26

    fix relative paths, when project is on unc path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13397 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-26

    fix sip 4.7 support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13395 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-26

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13394 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-26

    ignore '&' when ordering the plugin menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13393 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-26

    fix crash in spatialite srid selection on creation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13392 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-26

    fix common typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13391 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    Added notes to newly added methods


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13390 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    [FEATURE] Data-defined size and rotation for single symbol renderer in symbology-ng. (ticket #2585)

    Developed by for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per
    la Gestione del Territorio e dell' Ambiente [RT-SIGTA]".
    For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti
    QuantumGIS e Postgis (CIG 037728516E)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@13389 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    Alphabetised contributors list and added Luiz Motta and Diego Moreira (authors of spatial query plugin)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13388 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    translation update: el_GR by Mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13385 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    Applied patch from #2672 by Andres Manz: more legend interface functionality.
    Thanks for contributing.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13383 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    more spatial query cleanup (r13367)
    lupdate fixes (r13370)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13382 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    fix spatialquery combobox resizing issue

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13381 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    some cleanups:
    - macros TRUE/FALSE to keywords true/false
    - replace boolean comparison (x==true => x / x==false => !x)
    - return(x); => return x;


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13380 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    also set feature validity in featureAtId of memory and spatialite provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13379 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    translation fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13378 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    spatial query: cosmetic changes and set svn keywords

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13377 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-25

    set feature validity in QgsPostgresProvider::featureAtIt

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13376 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    postgres provider: fix error handling

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13375 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    postgres provider: improve error handling

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13374 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13373 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    missed python binding to additional GEOS operators

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13372 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    remove Qt 4.5 dependency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13371 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    make update_ts_files.sh less noisy and a bit more failsafe and fix a bunch or lupdate warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13370 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13369 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    integrate spatial query plugin translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13368 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    spatial query plugin: port to new QgsGeometry operators, gui cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13367 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    [FEATURE] support more GEOS operators

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13366 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    spatial query cleanup (r13360)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13365 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    Added geos to include search path and library linking for geos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13364 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    fix crash introduced in r13360

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13362 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    PyQGIS: added subclassing code for QgsComposerView


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13361 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    spatial query plugin: fix warnings, reindent, include in debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13360 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    implement #2676

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13359 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-24

    spatial selection plugin (r13356)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13358 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-23

    Added note about using Qt style includes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13357 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-23

    [FEATURE] Applied patch #2634 from Luiz  Motta which provide a new c++ plugin for carrying out spatial selections

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13356 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-23

    fix #2675

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13355 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-23

    Fix point displacement renderer to work with the new selection parameter

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13354 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-23

    Added python wrappers from QgsSymbolLayerV2Utils


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13353 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-23

    Added QgsApplication::iconPath utility function (and removed its declaration from QgsSymbolLayerV2Utils)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13352 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-23

    Added QgsSearchTreeNode::referencedColumns() utility function.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13351 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-23

    Fixed rendering of selection for multipolygons (symbology-ng)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13350 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-22

    Checks for long field names and warns when this will be a problem. Patch from Alex.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13348 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-22

    fixes copy and pasting of results from several analysis tools. Patch from Alex.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13347 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-22

    Marked updateFeatureCount() in QgsVectorLayer and QgsVectorDataProvider as meaningless functions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13346 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-22

    Fix calculation of feature count in OGR provider (FeatureCount function works with current spatial filter)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13345 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-22

    Remove canvasPressEvent in cpp and header (forgot to commit the header yesterday)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13344 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-22

    fix windows link error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13343 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-21

    [FEATURE]: center map if user clicks into the map (patch 2278 provided by smizuno)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13342 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-21

    context help update (r13337)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13341 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    apply #2662. Thanks Giuseppe.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13340 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    set attribute dialog parent and save geometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13339 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13338 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    allow creation of multiple layers in spatialite creation dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13337 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    improve database uri quoting (eg. for table names with quotes)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13336 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    save style when closing style manager only if it was modified


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13335 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    added description of native types to memory provider (to allow adding columns in GUI)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13334 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    [FEATURE] gradient color ramps now support multiple stops - for adding intermediate colors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13333 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    Move setRenderContext() method to mapcanvas item class

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13332 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    Simplified composerView function

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13331 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    Fix typo in last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13330 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-20

    Consider frame width for annotation item minimum size

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13329 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-19

    Move code to draw arrow head from composer arrow to composer item

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13328 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-19

    Remove some debug code

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13327 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-19

    Possibility to adapt composer table rect to content size before painting

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13326 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-18

    SVG fill widget: don't require user to "activate" the svg item (by double clicking) - apply new fill when current item is changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13325 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-18

    In symbol selector, omit decimals when displaying the transparency %


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13324 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-18

    Fixed simple symbol marker sizes in the symbol layer widget


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13323 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-18

    Applied patch from #2640: improved rendering of selected features (symbology-ng).
    + fixed font marker scaling for printing
    Contributed by Chris Crook. Thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13322 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-16

    fix #2654, take III

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13321 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-16

    translation update: pl by Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13320 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-16

    fix wrong link in documentation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13319 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-16

    refactor composer table (r13316)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13318 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-16

    Add TransferThis to annotation python constructors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13317 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-15

    Refactor composer table to a base class that has vector attribute table and normal text table as subclasses

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13316 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-15

    Restore previous version of dissolve function (previous changes should not have been commited yet.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13315 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-15

    Much faster centroid computation, and simplified code. Also adds Alexander Bruy as fTools contributor.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13314 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-15

    Ensures that field names for output shapefiles remain less than 10 chars. Patch contributed by Alexander Bruy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13313 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-15

    Adds validators for numeric input text edits. Patch supplied by Alexander Bruy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13312 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-14

    implement #2650, #2651, #2652

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13311 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-14

    fix #2549

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13310 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-14

    fix #2654

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13309 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-14

    Fix rounding for WMS stripes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13308 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-13

    show message in status bar, when CRS of an added layer is undefined

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13307 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-13

    fix #2647

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13306 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-13

    fix #2639:
    - use asynchronous WMS GetMap requests only when render caching is active
    - also cache WMS GetMap replies


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13305 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-13

    show layer name in title of layer properties dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13304 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-12

    translation update: fr and el_GR by Jean Roc and Mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13303 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-11

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13302 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-11

    remove another Qt 4.5 depencency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13301 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-11

    remove Qt 4.5 dependency and fix a warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13300 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-11

    Fix for retrival of WFS capabilities

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13299 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-11

    Revive thin plate spline transform.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13298 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-11

    Disable world-file in command line generator. Remove some code duplication.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13297 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-11

    Patch #2633 by mhugent: adds "snap to background" option when taking gcp coordinates from main canvas.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13296 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-11

    Fix gcp coordinate sign in generated gdal script.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13295 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-11

    Fix for compile failure when buiding without spatialite.
    Changed shortcut key for creating new spatialite layer/database to
    Ctrl+Shift+A (previous value conflicted with existing shortcut)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13294 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-10

    Use a little less white space around identify results dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13293 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-10

    Use more accurate tolerances for some geometry modification methods if geom values in degrees

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13292 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-09

    Remember last annotation form for a layer and store it in project

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13291 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-09

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13290 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    re-enable opening projects by drag&drop

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13289 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    fix filters in Save as Image

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13288 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    apply #2376

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13287 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    new spatialite layer features (r13240)
    qwt bundle always, since it depends on PyQt/Qt which is always bundled

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13286 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    r13280 - restore part not dealing with PyQt

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13285 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    revert r13280 - problem is in PyQt compilation, and there is already a note to fix it in that section

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13284 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    Ask user what template to use if default composer templates are found

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13283 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    Show displacement renderer symbols in composer legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13282 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    Added 0 pointer checks to saveAs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13281 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    A few changes to the Mac build section from jctull

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13280 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-08

    Add the option to include a primary key when creating a new spatialite
    layer.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13279 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-07

    apply patch #1743 from jctull

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13278 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-07

    Remove warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13277 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-07

    rest of blanks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13276 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-07

    More blanks translated

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13275 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-07

    Added some spaces to german translations (composer scale bar)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13274 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-07

    Change filter string for DTED raster (patch #1925 provided by kyle)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13273 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-07

    instantiate proxy factory only once

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13272 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    show PostgreSQL and SpatiaLite version in about

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13271 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    missed a directory in r13269

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13270 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13269 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    apply #2385

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13266 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    fix #2631

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13265 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    [FEATURE] legend interface added to retrieve layers in legend order (supplied by Maxim Dubinin)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13264 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    Fixed a crash in the plugin that occurs when the epsg code for a web section cannot be parsed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13263 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    Fixed a crash in the plugin that occurs when the epsg code for a layer cannot be parsed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13262 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    followup r13227

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13261 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    ogr provider: update layer extent after feature deletion and debugging improvements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13259 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    Fix loading of spatialite table after creation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13258 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-06

    fix crash when added features were deleted

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13257 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13256 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    don't implictly add the same CRS over and over

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13255 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    Fixed compilation with internal spatialite
    (src/core/spatialite/headers/spatialite/spatialite.h was shadowing the wanted src/core/spatialite/headers/spatialite.h)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13254 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    use list instead of buttons for popular/recent projections

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13253 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    add widget support for dials and calendar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13252 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13251 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    spatialite improvements:
    - support geometry column name
    - remove unnecessary id field
    - fix windows build
    - better identifier quoting and utf-8 support
    - update python binding
    - fix some translation strings



    git-svn-id: http://svn.osgeo.org/qgis/trunk@13250 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    translation update: hr by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13249 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    Create new database immediately on selection of the location. This prevents errors when attempting to lookup an srid before the database exists

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13242 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    Added missing header to qgsspatialitesridsdialog.cpp

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13241 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-05

    Implementation of the "Add New Spatialite Layer/Database" feature.
    Squashed commit of the following:

    commit e6e01ec0b3955d1cf9cb2756dfcf1aac27a0725e
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Sun Apr 4 17:45:05 2010 -0800

        Implementation of the add new spatialite layer dialog with ability to search for epsg srid

    commit c1d46e35715e4f8baa137800c88483f612ebcb89
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Sun Apr 4 17:44:23 2010 -0800

        Spatialite database template used when creating a new database

    commit 6d4fd8d80e610d6f0f6d22ed49815134292924c5
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Sun Apr 4 17:43:31 2010 -0800

        Context help for the Add New Spatialite Layer dialog

    commit 1a6398be174d62df1bf74428bcf898b8d1ea8455
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Sun Apr 4 17:42:51 2010 -0800

        Dialog for finding an SRID from the spatialite spatial_ref_sys table

    commit 197a65c134ed06b12fd6c8d96900dcf8197f802d
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Sat Apr 3 11:32:58 2010 -0800

        Renamed the spatialite srids dialog selector to the proper form

    commit 66c7cafa78f71b7f06504fe3b7bd4577614bfe67
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Fri Apr 2 22:25:09 2010 -0800

        Implemented create new db. Can now create a new db and an empty layer in
        one pass.

    commit 088730293ad4722e7d6045e8661e6c28488b8cae
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Fri Apr 2 20:43:12 2010 -0800

        Adjust new spatialite layer dialog. Add field for geometry column name

    commit d7c60012ddce6a70d0512bc9195524e6d672b372
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Fri Apr 2 12:46:49 2010 -0800

        New spatialite layer menu item does not show up if qgis is built with internal spatialite

    commit 1343dfe7ac7868c38e8b7bd17ef1dd5a4a04ebad
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Fri Apr 2 11:35:26 2010 -0800

        Test of geometry column creation in the dialog

    commit c8785f4aaee9d5b08fe0c0dd6f6bbfcd9cf6c7a5
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Wed Mar 31 21:39:03 2010 -0800

        Added multi geometry types to the radio button group

    commit 06350192b9dfa6d6cc5c6ac9c4d0b1a65f260476
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Wed Mar 31 21:13:20 2010 -0800

        SQL for creating the new spatialite table complete---still needs the code to actually push it to the database

    commit 0e05d6ab9904d003d9c7c7704f53392fc478cee1
    Author: Gary Sherman <gsherman@geoapt.com>
    Date:   Wed Mar 31 21:12:25 2010 -0800

        Added field for the layer name to be created

    commit 3c372b4da3097981d824c2dbb7a661c916d9cf7b
    Author: Gary Sherman <gsherman@Macintosh.local>
    Date:   Tue Mar 30 21:39:10 2010 -0800

        Removed unneeded fields from the spatialite dialog (width and precision). Added methods for getting the attributes

    commit 1871db18a5d87f22caf9a34001c879eaf7f58342
    Author: Gary Sherman <gsherman@Macintosh.local>
    Date:   Fri Mar 19 20:51:34 2010 -0800

        Renamed ui file

    commit a42e578afac13d2a9e984faedc79d0d206b48c66
    Author: Gary Sherman <gsherman@Macintosh.local>
    Date:   Fri Mar 19 20:51:00 2010 -0800

        Added dialog for displaying and selecting a spatialite srid

    commit d0c48bc2317d175fa13c4e52fb6d4f0b10a58518
    Author: Gary Sherman <gsherman@Macintosh.local>
    Date:   Fri Mar 19 19:41:07 2010 -0800

        More work on the dialog to create a new spatialite layer

    commit cc6d8a4e48e42c865eec9da3d2ad1e900fbbe295
    Author: Gary Sherman <gsherman@Macintosh.local>
    Date:   Thu Mar 18 20:51:08 2010 -0800

        Wire the new spatialite layer dialog into qgisapp

    commit c5a54601fd9b76e46aeb534f92a605cd744ae768
    Author: Gary Sherman <gsherman@Macintosh.local>
    Date:   Thu Mar 18 20:50:18 2010 -0800

        Dialog implementation for creating a new spatialite layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13240 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-04

    Show composer manager as top window after showing composer instance

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13239 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-04

    [FEATURE] support for custom plugin directories using QGIS_PLUGINPATH environment variables.
    More paths can be passed, separated by semicolon. Patch from Chris Crook (#2608), slightly modified.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13236 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-04

    fix #2620

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13235 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-03

    fix #2624

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13234 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-03

    translation update: fr by Jean Roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13233 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-03

    Disable remove button in composer manager for default templates to prevent crash

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13232 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-03

    Fix lanczos resampling option.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13231 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-03

    Patch #2480 by Jack R: quote filenames in gdal scripts.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13230 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-03

    Patch #2622 by mhugent, enabling visualization of transform residuals as arrow.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13229 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-03

    [FEATURE]: implement possibility to place a set of default composer templates in pkgDataPath/composer_templates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13228 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-03

    cleanup and fix #2619

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13227 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-01

    remove unused mapserver code (r13216)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13222 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-01

    use other approach to avoid estimate_extents on not analyzed tables

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13221 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-01

    Fix for bug #2617

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13220 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-01

    also update changed display field value in identify results

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13218 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-04-01

    Make default svg path configurable for third party apps

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13217 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    remove unused c++ mapserver export (and Qt3 dependency in UI)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13216 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    follow up r13213

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13215 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    dummy change in CMakeLists in fTools to trigger update of list of the files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13214 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    initialize QString with empty string instead of 0 (Qt 4.7 doesn't like it)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13213 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    consider attribute changes in identify results

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13212 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    Objectname for undo widget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13211 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    remove more Qt 4.5 dependencies

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13209 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13208 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    no selection squares in print mode

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13207 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-31

    ftools merge shapes (r13204)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13206 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-30

    Update to select by location tool: should run faster for large layers, and requires less memory. Should also fix #1669

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13205 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-30

    Adds 'merge shapes' tool to fTools (vector tools). Thanks to Alexander Bruy for the patch.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13204 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    use same parameters for EPSG:3857, EPSG:GOOGLE and OSGEO:41001 as PROJ.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13200 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    add EPSG:3857 (fixes #2484)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13199 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13198 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    HIG compliance updates for annotation dialogs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13197 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    added some unit tests for search strings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13196 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    back to unix mode

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13195 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    annotation tools (r13189, r13190)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13194 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    Fix for win build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13193 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    Hide invisible annotations in composer too

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13192 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    Enable annotation items in composer. Remove gui export from classes that have been moved to app

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13191 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    Move annotation items and widgets from gui to app

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13190 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    [FEATURE]: text and form annotation tools are now in gui and app

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13189 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-29

    another translation update es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13188 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-28

    add missing svn:keywords

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13187 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-28

    wms scale slider (r13184)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13186 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-28

    projection search improvements (fixes #2602)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13185 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-28

    [FEATURE] wms-c scale slider and more selection improvements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13184 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-28

    translation update: es by carlos and fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13183 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-28

    Escape single quotes in quick search in attribute table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13180 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-28

    Restored quick search behaviour (#2407) - was a side effect when fixing #2007


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13179 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-28

    Initialize distance/area calculator only if we will be doing any calculations
    (saves crs lookups when creating search tree nodes)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13177 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-28

    Fixed a segfault with simplify tool (#2450)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13176 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-27

    Added missing method advancedDigitizeToolBar() in qgis interface.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13175 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-27

    Applied patch from #2582.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13174 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-27

    conditionalize some Qt settings on version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13173 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-27

    vector layer saving (r13169)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13170 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-27

    [FEATURE] allow saving vector layers as ogr vector files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13169 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-27

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13168 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-26

    fix #2592

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13167 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-26

    fixed several bugs related to creation of offset line in new symbology (including #2545)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13166 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-26

    another postgres feature count fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13165 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-26

    update Mac build for Qt minimum and misc cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13163 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-26

    grass module filename fix (r13156)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13162 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-25

    Remove minimum sizes in marker catalogue (patch from ticket #1912)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13161 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-25

    translation update: ja


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13160 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-25

    disabled Vect_close if map cannot be opened on level2 on win to test ticket 2003

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13159 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-25

    enabled toLocal8Bit for GISDBASE on win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13158 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-25

    QgsGrass::Exception reverted to std::runtime_error because with QgsException could not be caught

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13157 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-25

    fixed name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13156 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-25

    fix #2588

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13155 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-24

    Code for drawing items in composer map. Not yet enabled

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13154 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-23

    fixes issue with identical input CRSs, now asks if users wants to proceed anyway

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13152 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-23

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13151 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-23

    use SE corner as WMS-C origin, wms metadata display & selection cosmetics

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13150 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-23

    more case-insensitive projection searches

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13149 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-23

    Forgot to commit the header

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13148 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-23

    Add distance parameter for point displacement to the gui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13147 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-23

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13146 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-23

    search case-insensitive for authorities

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13145 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-23

    fix build error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13144 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-22

    remove Qt 4.5 dependencies

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13143 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-22

    translation update: el_GR by Mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13142 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-22

    Updated versions of build dependencies


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13141 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-22

    displacement plugin (r13139)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13140 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    [FEATURE]: Add point displacement renderer plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13139 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    better icon for grass tools (by Robert and Markus)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13138 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    Make _getPoint, _getLineString, _getPolygon visible for subclasses of feature renderer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13137 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    don't forget the python bindings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13136 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    Make renderFeature method virtual. More safety checks in the renderer props dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13135 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    fix projections selection when CRSes from multiple authorities are preselected

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13134 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    fix style selection in wms dialog (and a memory leak)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13133 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    fix auth_id field type in srs.db

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13129 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    Updated r.shaded.relief GRASS module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13127 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-21

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13126 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    [FEATURE] allow to hide deprecated CRSes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13125 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13124 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    More IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13123 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    Remove the error dialog if using the add feature tool on 25d shapefiles

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13122 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    start raster selection with all files instead of VRT

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13121 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    fix memory leak

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13119 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    Added symbology-ng capability to composer legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13118 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    translation updates: deleted obsolete translations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13115 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    More IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13114 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    Add method that returns legend item text and symbol pointers to v2 renderers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13113 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13111 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    hide url exclusion for Qt<4.5

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13110 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    proxy exclusion (r13103);
    translation updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13108 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    apply plugin manager patch from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13106 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    fix vector grid

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13105 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13104 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    re-enable proxy exclusion

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13103 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    fix proxy settings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13101 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    better names for plugin help files: index-ll_CC.html or index-ll.html

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13100 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    new utils.showPluginHelp() method - patch #2562 by ccrook applied

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13097 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    follow up r13093

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13094 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    [FEATURE] WMS-C support, new spatial authorities, wms selection improvements
    - QgsDataProvider&QgsMapLayer: add dataChanged() signal, so that a provider can signal that the datasource changed
    - use QNetworkAccessManager instead of QgsHttpTransaction (including caching and
      dynamic authentification to website and proxies)
    - resolve EPSG dependency in spatial reference systems and
      included french IGNF definitions in srs.db
    - wms provider:
      - do request asynchronously through QNetworkAccessManager
      - add support for WMS-C
      - dataChanged() is to cause a redraw asynchronously, when new tiles arrive
    - wms selection:
      - add support for WMS-C tilesets
      - allow inserting of all layers of a branch
      - add support for more mime types
      - move load/save to button box
      - and more cleanups
    - raster provider: reduce debugging noise
    - allow adding parts to multi points and lines



    git-svn-id: http://svn.osgeo.org/qgis/trunk@13093 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    Delete on a 0 pointer is save

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13092 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-20

    translation update: pl by milena and gr by mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13091 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    plugin installer fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13090 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    Bugfix for gps info widget crashing. Gettings to all in Piza

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13089 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    Plugin Installer fix (prevent some depreciation warnings)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13087 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    Patch #2422 applied

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13086 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    added prominent link to pdf manual webpage

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13083 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    some ui bugs hunted and the usual hackfest string update for translation files :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13081 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    fix some warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13080 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    add sanity checks to new vector dialog and some cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13079 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    updated finnish translation file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13078 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    clear layer rendering cache after appling a subset string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13077 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    [FEATURE] Added --noplugins command line options to avoid restoring the plugins. Useful when a plugin misbehaves and causes QGIS to crash during startup.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13076 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13075 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-19

    show feature count in attribute table title

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13074 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-18

    More IT translation fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13073 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-18

    Apply patch #2452 (save as vector)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13072 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-18

    [FEATURE] optionally add new layers to the selected group

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13071 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-18

    First round of updates to the IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13070 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-18

    added empty finnish translation file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13069 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-18

    don't add PATH to PYTHONPATH

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13068 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-17

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13067 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-17

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13066 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-17

    Added missing QgsGeometry::contains predicate.
    Contributed by Jeremy Palmer (#2560).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13065 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-16

    read window from map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13064 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-16

    fix crash when moving layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13063 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-16

    Updated SPONSORS list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13062 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-15

    fix #2556

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13061 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-15

    GDAL-GRASS driver no more necessary, new requirement: exceptions support for GRASS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13060 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-15

    fix #2555

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13059 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-15

    another atempt to get it working on Windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13058 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-15

    set default GRASS_GUI

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13057 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-15

    fix crash in about box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13056 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-15

    followup r13013 and implement #2539

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13055 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-14

    translation update gr by mike and small ui improvements in about box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13054 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-14

    Georeferencer fix: do not translate GDAL parameter strings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13053 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-13

    Modified SPONSORS list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13052 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-13

    Added SPONSORS and DONORS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13051 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-12

    [FEATURE] Applied patch #2541 - initial implementing the canBeUninstalled python plugin method

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13050 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-11

    Print composer gui cleanups from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13049 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-11

    Applied patch #2492 provided by audun

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13048 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-11

    fix #2543

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13047 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-11

    Change default behaviour of field calculator dialog (fixes ticket #2542)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13046 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-11

    Add option to set QSettings path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13045 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    apply #2460 (slightly modified).  Thanks Jeremy Palmer.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13044 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    fix translation string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13043 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    remove #ifdefs related to no longer supported Qt versions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13042 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    reindent georeferencer plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13041 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    Fixes error message for all Geoprocessing functions, now provides more useful information.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13040 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    Join attributes tool now supports both dbf and csv files. Uses OGR provider to read tabular information (a bit of a hack, but it seems to work).
    Should be slightly faster, and more robust to different file encodings and formats...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13039 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    Union now supports all vector data types. This has not been extensively tested, and may produce odd results in some cases.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13038 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    Large commit with several related bug fixes:
    1) All fTools functions should now add all layers to dropdowns (including non-visible layers),
    2) All fTools functions should now be non-modal
    3) Several fTools functions have been spead up slightly
    4) Where possible, internal (cpp) functions have be used to replace older Python functions
    5) Defining projections now also considers .qpj files
    Fixes bugs #2502 and #2506, and possibly others?


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13037 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    Uses spatial index to select intersecting features (used selections before). Tool should run faster and with fewer map canvas glitches.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13036 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-10

    Uses spatial index to select intersecting features (used selections before). Tools should both run faster and with fewer map canvas glitches.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13035 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-09

    Uses Qt functions to determine output file name and path correctly (all? ftools output files should now be loaded with correct layer name). Fixes #2498.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13034 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-09

    Simplify geometry tool now works properly for multipart features. Note: tool now uses builtin simplify function from QgsGeometry (i.e. should be noticeably faster). Fixes #2493 and #2499.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13033 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Fixes bug which only computed the convex hull of features within the current extent (i.e. entire extent of layer is now used: as expected). Fixes #2507.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13032 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Fixes crash when 'use selected' checkbox is check but no features are selected. Fixes #2504.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13031 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Means for unique values now properly calculated. Fixes #2509.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13030 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    translation update: pl from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13029 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Basic statistics tool should no longer crash with PostGIS layers. Also adds support for varchar, char, and text fields (PostGIS layers). Should fix #2510

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13028 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Names in dropdown lists are now correctly cleared when changing between layers. Fixes #2505

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13027 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    oops, didn't see patch, patch implementation more elegant (qt-ish), thanks alexbruy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13026 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Adding projection information (prj-file) no longer throws an error if folder has cyrillics. Fixes #2501.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13025 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    reactivate select by location progress bar. Fixes #2517; Thanks to alexbruy for the patch!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13024 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    [FEATURE] support NULL values in search strings (fixes #2533)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13023 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Both tools now uses project crs instead of None (or input vector layer if selected in regular points). Fixes #2494.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13022 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Vector grid tool now uses project crs instead of None. Fixes #2494.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13021 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Removes limitation on maximum no of selectable features. Fixes #2503. Patch thanks to alexbruy.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13020 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    Updates distance matrix tool to allow non ascii characters in id fields. This is based on a workaround (from http://docs.python.org/library/csv.html), as the default Python csv function(s) do not support nonascii characters. Fixes #2496

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13019 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-08

    fix #2523

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13018 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-07

    fix #2526

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13017 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-07

    fix #2516

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13016 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-07

    translation update: pl from QMilena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13015 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-07

    fix #2511

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13014 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-07

    fix #2512

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13013 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-06

    Added a slightly faster zonal statistics method (but still not as fast as it could be)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13012 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-06

    just optical changes in the aboutbox (bug?fixes)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13011 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    fix combobox order for attribute actions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13010 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13009 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    another fix for Qt with CMake 2.6

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13008 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    translation update: ja by Yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13007 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    fix Qt test for CMake 2.6

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13006 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    Update sip file for qgspoint

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13005 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    Move distanceSquaredPointToSegment(...) from QgsGeometry to QgsPoint

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13004 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    prepend / to path on win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13003 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    set GRASS_HTML_BROWSER to qgis.g.browser on win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13002 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    +putEnv

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13001 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-05

    use forward slashes in GISBASE on win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@13000 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-04

    set color scheme to black / yellow

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12999 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-04

    attr editor to gui (r12997)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12998 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-04

    move attribute editor class from app to gui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12997 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-03

    patches #2438 by lutra

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12996 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-03

    do not run Init.sh in terminal, GRASS is already started if QGIS is run from GRASS shell or everything is set by QgsGrass::openMapset

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12995 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-03

    translation update: hr by Zoran - with many thanks for his presentation
    of QGIS at 4th Croatian Cadastrial Congress


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12994 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-03

    BBOX option for wfs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12993 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-02

    PyQGIS: Fixed splitGeometry() method


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12992 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-02

    Make sure the user has Qt 4.4 or better, check whether all necessary Qt modules are present.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12991 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-01

    translation update: string update for March 2010


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12990 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-01

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12989 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-01

    translation update: greek by mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12988 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-01

    fix crash

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12987 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-03-01

    translation update: monthly string update and new .jp file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12986 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-27

    UI Tidy ups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12981 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-27

    New splash for tethys (1.5)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12980 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-27

    Prevent crash on feature reset in gps tracker

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12979 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-27

    translation update with new Contributors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12978 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-26

    translation update: string update will be on 1 of every month from now on


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12977 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-26

    fix #2479

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12976 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-25

    fix analysis lib link error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12975 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-25

    clean output proj file name, fixes: #2466


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12974 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-24

    also use WMS credentials when redirected

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12971 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-24

    fix crash when trying to reproject empty layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12970 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-24

    Added epsg 900913

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12969 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-24

    translation update: fr by jean roc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12968 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-23

    georef resampling (r12965)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12967 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-23

    Georeferencer: Fix a bug in GDAL script generation.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12966 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-23

    Georeferencer: Implement resampling with user-specified target resolution (enhancement request #2447).

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12965 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-23

    Georeferencer: support custom projection strings. Fixes #2464.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12964 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-22

    Fix for missing left line in composer grid (happend with negative left boundary coords). Fixes ticket #2458

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12963 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-22

    Equal maximum values for grid interval x and y. Fixes ticket #2459

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12962 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-22

    Applied patch from #2461: add support for incremental rendering with symbology-ng.
    Fixes $2409.
    Contributed by Jeremy Palmer, thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12961 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-21

    translation update: GR by Mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12960 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-19

    translation update: pl from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12957 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-18

    translation update: greek by mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12956 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-18

    Added renderStarting() signal to QgsMapCanvas.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12955 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-18

    Fixed a crash when capturing polylines.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12954 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-17

    Improve zonal statistics function in analysis lib

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12953 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-16

    quick typo fix to join attribute tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12952 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-16

    georeferencer refactoring (r12944, r12945)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12951 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-16

    Higher maximum spin values (for use with map units)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12950 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-16

    PyQGIS: small fixes for handling of QML styling.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12949 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-16

    Typo in a GRASS module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12948 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-15

    Fix #2443 - georeferencer switches 'link georeferencer to QGIS' and 'link QGIS to georeferencer' labels.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12947 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-15

    fix moc warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12946 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-14

    Update georeferencer from gislab SVN, which adds GCP table with errors, new user interface
    and raster properties configuration (thanks to Maxim Dubinin and Jack R at gis-lab). Part 2/2
    of new georeferencer.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12945 c8812cc2-4d05-0410-92ff-de0c093fc19c

mmassing <mmassing@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-14

    Merge with WARP_REFACTORING branch, which refactors and adds infrastructure for
    gcp fitting and residual error reporting. Part 1/2 of new georeferencer.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12944 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-13

    grass fix (r12936)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12941 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-12

    translation update: greek by mike


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12940 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-12

    Fixed #2422


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12939 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-12

    set GRASS_HTML_BROWSER for term (does not work, overriden by Init.sh

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12938 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-12

    handle better mumltiple empty output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12937 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-12

    output opt fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12936 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-12

    Added QgsMapCanvas::layers() method


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12935 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-12

    fix #2435

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12933 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-12

    fix build error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12932 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-12

    Brazilian context help (r12929)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12931 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-11

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12930 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-11

    fix brasilian context help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12929 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-11

    Add transfer this to second composer shape constructor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12928 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-11

    fix #2026

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12927 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-11

    use signals to mark project dirty when canvas layer or extents change (fixes #943)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12926 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-11

    fixed crash on edit attr / no line

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12925 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-11

    handle better null values

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12924 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-11

    fix windows build errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12923 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    fix #2009

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12922 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    gis theme icons for mActionMeasureAngle and Mapserver Export Plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12921 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    Python console: basic syntax highlighting (prompt, errors)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12920 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    reset GRASS_GUI in term

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12919 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    grass g.browser (r12915)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12918 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    the file is input

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12917 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    printed command ready for copy-paste

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12916 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    default browser starter

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12915 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    do not use empty input

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12914 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-10

    Fix in v.dissolve GRASS module - closes #2351. Thanks Giovanni Manghi

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12912 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-09

    open external links from man

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12911 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-09

    add shape methods to composerview sip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12910 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-09

    Applied patch from #2424 by Mathias Walker.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12909 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-09

    Encode and decode alpha color component

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12908 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-09

    Fix for previous fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12907 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-09

    another attempt to set stdout binary mode on win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12906 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-09

    Add composer shape item to sip list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12905 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-09

    Fix for small raster shift introduced by my raster memory handling improvements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12904 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-08

    include projection error in vector file writer error message

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12903 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-08

    remove glocale and package names again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12902 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-08

    Uhm... fixing compilation error, take #2.
    Hopefully also with better label size scaling in composer (labeling plugin)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12900 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-08

    Fixed compilation of python bindings due my recent changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12899 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-07

    fix #2410

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12898 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-07

    Show labels from labeling plugin also in map composer (though not scaled correctly)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12897 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-07

    force binary mode for stdout

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12896 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-07

    update maximum grid spacing for regular points tool (fixes #2404).

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12893 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-07

    check for both lower- and upper-case extensions (fixes #2414), and clear field names upon update (fixes#2386).

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12892 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-06

    fix #2408

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12891 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-06

    improve vector file writers error reporting

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12890 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-06

    grass raster provider (r12880)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12889 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-05

    get null outside map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12888 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-05

    Fix bug with outdated name of QgsRectangle class (QgsRect)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12887 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-05

    added GDAL_LIBRARY for GRASS modules because GRASS libs can use GDAL

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12886 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-05

    use GRASS raster provider everywhere

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12885 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    removed translation, causing compilation problems

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12883 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    fix some warnings & build errors (Linux/Windows)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12882 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12881 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    GRASS raster data provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12880 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    prepare for GRASS raster provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12879 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    PyQGIS: few additions for more pythonic api
    - QgsVectorLayer and QgsVectorDataProvider support iterating
    - QgsFeature allows direct access to attributes (get/set/del)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12878 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    Fix composer map annotation bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12877 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    translation update: hr by zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12876 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    wrapped new method from r12869


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12873 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    Emit composer add/remove signals also if composers are added from project file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12872 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    fix r12869: if first feature has id 0 it wasn't retrieved

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12871 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    postgres credentials (r12859);
    split analysis sip into 2 parts so unused parts not missing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12870 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-04

    fix #2397 by clearing attribute maps when retrieving features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12869 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-03

    also fix year in gps date

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12868 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-03

    fix for gps date

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12867 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-03

    revert CBLAS part of r11250:
    we actually don't use CBLAS directly, but GSL does w/o being linked to it
    (see also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456898)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12866 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-03

    Link cblas libraries. Fixes bug 2401

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12865 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-03

    Added utc date and time to gps information and insert connection into the registry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12862 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-02

    translation update: HR by zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12860 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-01

    [FEATURE] allow postgres layers without saved username & password by asking for credentials

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12859 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-01

    Fixed few problems in console:
    - pressing enter if the cursor was not at the end
    - ctrl+shift to select words didn't work


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12858 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-01

    connections manager (r12855)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12857 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-01

    PyQGIS: wrapped raster shaders (color ramp, freak out, pseudocolor)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12856 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-02-01

    Applied patch #2341 (loading and saving of WMS and PostGIS connections) from alexbruy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12855 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-31

    PyQGIS: make sure that python modules don't get out of sync: rebuild gui and analysis modules when core module is changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12854 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-29

    QgsRendererV2 metadata: for renderer icon use QIcon instead of icon file name.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12852 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-29

    translation update: HR by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12851 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-29

    new attr sel dlg buttons (r12843)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12850 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-29

    PyQGIS: fix to support older SIP versions (4.7.x)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12848 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-29

    Display alpha value as transparency (to be consistent with the interface in old symbology)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12847 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-28

    Fix for compilation problem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12844 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-28

    Added scrool area, 'select all' and 'clear' buttons to attribute dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12843 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-28

    [FEATURE]: possibility to show only visible features in composer table or all features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12840 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-28

    debian packaging: depend on python 2.5 for sid while transition to 2.6 is on

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12839 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-27

    update copyright in info.plist

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12838 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-27

    custom plugin layers (r12834)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12837 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-26

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12836 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-26

    Added notes that the new stuff was added in v1.5.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12835 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-26

    [FEATURE] Support for custom plugin layers. Applied patch from #2392 contributed by Mathias Walker. Thanks!

    Some parts modified to make plugin layers easier to use and more robust.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12834 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-25

    workaround for #1759

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12833 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-24

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12832 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-24

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12831 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-24

    [FEATURE] add validation to capture tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12830 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-24

    fix grass string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12829 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-23

    allow opening properties dialog for layer from plugins (better version of r12814)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12828 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-23

    use 4-file split for python modules as in cmake build, should compile more parallel now for single-arch build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12827 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-23

    forgot version up after 1.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12826 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-23

    pack label dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12825 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-23

    Label dialog: Fix buddies and tab order

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12824 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-23

    Label dialog: Remove the toolbox and use tabs and scroll areas rather

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12823 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-23

    translation update: hr by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12822 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-23

    Updates as per #2385

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12821 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-22

    sync sip file for symbolv2rendercontext

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12820 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-22

    Fix for bug #2384. Ok and Cancel buttons now work on the add
    new oracle raster connection dialog.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12819 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-22

    Use ARGB premultiplied format for simple marker, fixed multiplication of alpha channel for images with premultiplied format.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12818 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-22

    Fixed symbol selector UI, use just one symbol color button instead of former three buttons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12817 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-22

    premultiplied image seems to work for svg fill

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12816 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-22

    Fix for multiband raster display

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12815 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-21

    [FEATURE] allow opening layer properties from plugins

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12814 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-21

    raise attribute dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12813 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-21

    fix windows build error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12812 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-21

    Added layer transparency to symbol classes (with the exception of svg marker, where I'm still looking for a solution with QPicture)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12811 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-21

    Start with transparent background with svg fill.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12810 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-21

    Draw GDAL rasters and WMS layers in several parts if they contain many pixels (e.g. when printing in high resolution to large paper sizes)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12809 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    Fixed positioning of font markers with rotation (#2380).
    Allow rotation up to 360 degrees in the settings widget.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12808 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    Save path for svg texture absolute or relative

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12807 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    [FEATURE] identify tool update
    - attribute form now non-modal in view mode (since r12796)
    - highlight disappear when window is deactivate or closed and reappears when
      reactivated.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12806 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    update package.cmd

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12805 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    font marker layer (r12794)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12804 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    Fixed #2379 - hang on line width set to zero (division by zero)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12803 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    Remove deprecated icon file from list in images.qrc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12802 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    Make composer a bit more robust against accidential mouse clicks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12801 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    remove a depreciated icon file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12800 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-20

    Improvements to the IT GUI transaltion

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12799 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-19

    translation update: hr by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12798 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-19

    Fix for a crash in composer (fixes #2374)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12797 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-19

    open attribute dialogs non-modal when not in editing mode

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12796 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-19

    pass password on to geometry type detection thread

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12795 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-18

    [FEATURE] Added font marker symbol layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12794 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-18

    -Patch for slowdown or segfault when zooming very far into rasters.
    -Closes ticket #2268

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12793 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-18

    translation update: is and bg by thordur and Zahari


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12792 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-18

    Added vertical line to simple marker symbol layer.
    Added rotation for ellipse, cross and line markers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12791 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-18

    dash line symbology (r12788)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12790 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-18

    Better update of line pattern icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12789 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-18

    Added option for custom dash-space pattern in simple line symbollayer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12788 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-17

    fix some missing lib paths, install instructions cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12787 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    missed sip include dir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12786 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    add load library error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12785 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    missed gpsimporter plugin update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12784 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    faster python compiling (r12774)
    misc updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12783 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    fixed #2003, crash if topo is not available

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12782 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    note about exceptions in GRASS lib (-fexception)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12781 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    syntax fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12780 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    link python modules as modules on OSX

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12779 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    Display polygon outline icon on button for svg fill symbol layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12778 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    [FEATURE]: SVG fill symbol layer for polygon textures

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12777 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    Installation guide: updated QGIS deps (minimal sip version set to 4.8, geos to 3.0, added qwt)
    Regenerated INSTALL file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12776 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    Changed SIP_EXECUTABLE to SIP_BINARY_PATH to keep original variable name.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12775 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    Native and faster compilation of python bindings (#2370)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12774 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    Increased precision of spin boxes for size/width to 2 decimals


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12773 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-16

    Corrected default symbol layer sizes to work with milimeters


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12772 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-15

    PyQGIS: added QgsColorButton and QgsColorButtonV2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12771 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-15

    Added Italian srs defs. Paolo please test

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12770 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-15

    symbology-ng: updates to symbol layer registry and renderer registry so that they can be used from python.
    Added wrappers for these two registries and their metadata classes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12769 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-15

    gps detection imporvements (r12759) and other cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12768 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-15

    more geometry validity checks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12767 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-15

    Fixed conversions between V1 and V2 symbols: don't convert pixels<->mm anymore


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12766 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    Prevent division by 0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12764 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    Create a better fake rendercontext for symbol previews

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12763 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    Refactored output unit encoding/decoding to their own functions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12762 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    fix r12759

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12761 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    Updated symbol selector GUI to reflect the design created with Tim


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12760 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    improve gps detection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12759 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    reduce debugging noise

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12758 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    Fixed what I've broken with previous commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12757 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    QgsSymbolV2RenderContext:
    - use reference to QgsRenderContext instead of pointer
    - added utility functions for simpler syntax when converting values to output units


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12756 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-14

    [FEATURE]: choice between mm and map units for new symbology. Scaling to use new symbology in print composer as well

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12755 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-13

    restore app build of qgis_help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12754 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-13

    restore previous bundle build of helpviewer (r12622), add 2nd install step to correct install_name (fix #2294)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12753 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12752 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    derive QgsGrass::Exception from QgsException

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12751 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12750 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    [FEATURE] allow editing of invalid geometry in node tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12749 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    missed a file in r12747

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12748 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    also show descriptions for GPS ports

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12747 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    catch GRASS exceptions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12746 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    fix #2358

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12745 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    translation update: hr by Zoran


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12744 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-12

    Fix for ticket #2354

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12743 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    [FEATURE] Made wms search server user configurable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12740 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    use QgsGPSConnection::availablePorts() also in gps plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12739 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    fix for #1095

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12738 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    remove unused files from qextserialport

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12737 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    fix osx build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12736 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    new python console (r12725, r12727)
    better serial port handling (r12732)
    add phonon and QtDBus to bundling needed by Webkit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12735 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    fixed compliation errors on linux


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12734 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    fix r12732

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12733 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    qextserialport update (improved device detection on Windows & OSX)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12732 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-11

    use monospaced font in python console


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12731 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-10

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12729 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-10

    added rfcomm devices in autodetect to connect to bluetooth gps devices


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12728 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-10

    [FEATURE] new python console implementation.
    Simpler, easier and better :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12727 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-10

    add Qwt build instructions for OSX; misc cleanup for OSX

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12726 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-10

    Converted Python console from C++ to Python.
    This cleans python support a bit and makes a starting point for further improvements of the console.

    It's possible to run the console also outside QGIS:

    import qgis.console
    qgis.console.show_console()



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12725 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-09

    move pg and ogr stuff (r12702)
    add GPS tracking and Qwt (r12685, r12692, r12707)
    composer table select display attribs (r12709)
    another composer table update (r12717)
    misc updates
    phwew! note: qwt not optional for xcode project due to lack of conditional sources

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12724 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-09

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12723 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-09

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12722 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-09

    fix python plugin detection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12721 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-09

    Consider also original marker rotation in marker line with rotated symbols.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12720 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-09

    Add a little more white space to the left of the gps dock for a more balanced look.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12719 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-09

    fix runtime warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12718 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-09

    Adapt number of features in composer table if height of the item is changed interactively

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12717 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12715 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    add measure angle icon to qrc file again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12714 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    Something from the 'what took you so long?' dept - trunk splash update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12713 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    TS files fix/update - revert strings gone in r12680 and add the grass plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12712 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    Fix issue where gps tracker was not being restored properly on subsequent qgis launches. Also wrapped some more conditional qwt bits

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12711 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    fix runtime warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12710 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    Added selection of display attributes and aliases to composer table item

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12709 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12708 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    make QWT support configurable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12707 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12706 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-08

    more fixes: optional QWT

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12705 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12704 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    rename src/core/gps/time.h to nmeatime.h

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12703 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    rename some postgres app classes and move a ogr class

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12702 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    add qwt dependency to debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12701 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    move QgsMapToolFeature::avoidIntersections to QgsGeometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12700 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    add -DQWT_DLL to windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12699 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    add postgresql password cache

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12698 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    Refactored capturetool to capturemode and fixed some compile errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12697 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    more fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12696 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    fix some issues with the GPS commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12695 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    Fixed typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12694 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    [FEATURE] GPS Tracking widget added. This is a bug fix for a missing file that should have been updated in last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12693 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    Added gps tracker widget. This work was sponsored by http://gonavigo.ca/. We thank them for their support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12692 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12691 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    Python support: use a wrapper for import statement that tracks modules of plugins.
    This enables complete unload and reload of plugins:
    - qgis.utils.unloadPlugin(name) - now removes also plugin's modules (files) from python
    - qgis.utils.reloadPlugin(name) - unloads and starts the plugin again (using fresh source files)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12690 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    Emit extentChanged signal in composer map after drawing to prevent concurrent layer access with table items

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12689 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    More options for composer table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12688 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    temporal fix for 1900

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12687 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    Replaced qWarnings with QgsDebugMsg

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12686 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    [FEATURE]: add classes for live GPS tracking in core

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12685 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    pre for any module output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12684 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-07

    composer attr tables (r12682)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12683 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-06

    [FEATURE]: A table widget to display feature attributes in the composer (but it still needs a bit more settings...)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12682 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-06

    fixed 1992, monospace font for module output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12681 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-06

    wohooo another language - now bulgarian - which brings us to 34 languages (and the usual string update)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12680 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-06

    fixed #1619, and another not yet reported bug for field

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12679 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-06

    fix for #1169, added check for isle's area

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12678 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-06

    some options marked advanced

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12677 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-06

    fixed ticket #2194, icon size in tab header

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12676 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-05

    translation updates: hr_HR by Zoran and general string update with
    script


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12675 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-05

    fix runtime warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12674 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-05

    Show a message box if there was an error during the merge operation (instead of crashing). Fixes ticket #2342

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12673 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-05

    PyQGIS: added missing conversion to QgsRenderer subclasses, added few missing methods


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12672 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-05

    added support for advanced options and example use in v.out.ascii

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12671 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-02

    Fix double validator in composer map widget (part of ticket #2252)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12667 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-02

    fix r12665

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12666 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-02

    catch more projection errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12665 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-02

    context help update (r12662)
    measure angle tool (r12663)
    misc cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12664 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-02

    [FEATURE]: A tool to measure angles

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12663 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-02

    Added IT context help files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12662 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-02

    allow entry of visibility scales in floating point

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12661 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2010-01-01

    update grass i18n

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12660 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-31

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12659 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-31

    grass modules i18n

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12658 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-31

    Two typos in GRASS modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12657 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-31

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12656 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-31

    ftools i18n update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12655 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-30

    Fixed v.generalize GRASS module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12653 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-29

    add GSL framework option

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12649 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-29

    postgres fix (r12641)
    bad layer fix (r12634)
    attribute table fix (r12639)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12648 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    update version info in trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12646 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12644 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12643 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    apply #2199

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12642 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    apply #2322

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12641 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    fix #2315

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12640 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    fix #2019

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12639 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    Updated version nos etc for enceladus release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12637 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    debian symbols update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12636 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    translation update: hu by zoltan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12635 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    fix #2328

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12634 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    Added an option to v.out.ogr.pg - thanks Giovanni Manghi

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12633 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    fix #2329

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12632 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    itranslation update: hr by zoran



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12631 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    Finished IT translation of context help. Thanks Flavio Rigolon and Maurizio Napolitano

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12629 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-28

    Final edits to the IT translation? Thanks Maurizio Napolitano

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12628 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-27

    Fix #2324.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12627 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-27

    sync with help app fix (r12622)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12626 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-27

    fix #2327

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12625 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-27

    fix #2294

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12622 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-26

    plugin installer update - fix #2247

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12621 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-26

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12620 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-25

    Fix for scalebar not responding to map changes after reading from project file and template

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12619 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    context help updates (r12611, r12613)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12618 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    don't measure empty geometries and also return success when exports geos points to wkb

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12617 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    use QString in QgsException to fix encoding

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12616 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    catch projection exceptions while V2 rendering

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12615 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    More IT translations of context_help by Flavio Rigolon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12613 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    Don't read composer title from template. Fixes bug #2311

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12612 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    First IT translations of context_help by Flavio Rigolon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12611 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    More IT translation improvements - will we ever finish?

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12610 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    various updates (r12579, r12581, r12590, r12600)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12609 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-24

    revert inadvertently committed change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12608 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    fix #2164

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12607 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    fix #2239

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12606 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12605 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    fix #2293

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12604 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    fix #2264

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12603 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    fix #2318

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12602 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    automatic indentation update (r12177-r12600)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12601 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    another round of typo fixes (and use color instead of colour - like Qt; no string updates)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12600 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    Refresh canvas after adding a new node (#2313)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12599 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    Use fixed 2px pen width for rubber bands and vertex markers. (The previous default 10px was just too much)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12598 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    Leave only one setGeometry method to avoid ambiguous behaviour, added missing /Transfer/ annotation.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12597 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    Switch position of add and show button in composer manager

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12596 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    Reduce precision for point on line test. Fixes bug #2224

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12595 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    followup r12593

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12594 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    fix #2314

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12593 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    fix #2317

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12592 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    Reuse OSM db file on windows.
    For some strange reason it was not considering the same QDateTime to be equal.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12591 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    moved suggested osm tag keys and values to another file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12590 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-23

    translation update: is by thordur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12589 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    context help fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12588 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    show classification attribute above the classes in legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12587 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    fix #2312

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12586 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    Test if polygon rings are still inside the outer boundary after reshape and fix a memory leak. Fixes bug #2220

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12585 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    fix connect

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12584 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    Mac app/window icon from resource, not xpm

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12583 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    fix offset labels in label dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12582 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    adding pt_BR context help translation by Arthur Nanni


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12581 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    fix #2208

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12580 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    Added python bindings for search strings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12579 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    Fixed operator precedence (#2308)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12578 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    fix #2299

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12577 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    debian symbols update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12575 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12574 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12573 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    More improvements in the IT translation - Thanks Flavio Rigolon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12572 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    translation updates: tr by Osman Yilmaz


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12571 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-22

    -fixed nodata bug when calculating min/max from current extent
    -Closes ticket #2309

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12570 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    translation update: is by thordur and hu by siki


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12569 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    context help updates (r12554, r12567)
    preserve symbology settings (r12563)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12568 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    context help update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12567 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    More typo in the IT translation - Thanks Flavio Rigolon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12566 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    -Fixed layout bug in the eVis event browser and tidied up the options tab, no strings added or deleted
    -Closes ticket 2215

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12564 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    Preserve as many settings as possible when converting between new and old symbology.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12563 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    one string missing - forgot to update the strings



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12562 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12561 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    Minor IT translation improvements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12560 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-21

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12559 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    Use cross by default as editing vertex marker: semi-transparent circle markers take way too long time to render.
    Also make the markers smaller by default for better readability.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12558 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    fix german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12557 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    automatically append missing .shp to created shapefiles

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12556 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    fix #1773

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12555 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    context help update from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12554 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    translation update: pl by Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12553 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    Manage python plugins loaded state in python utils.py module.
    This allows seamless loading/unloading of plugins by plugin installer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12552 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    more bugfixing in field calculator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12551 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    fix garbled exceptions on proj errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12550 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    translation update: lv by Maris .. more and more translations come in time - this will be a great release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12549 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    Minor edits to the IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12548 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    context help updates (r12530, r12539); misc updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12547 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    missed some warnings and other minor updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12546 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    attribute editor fixes:
    - in attribute table: set minimum width of editor to columns width and height
      of filename widget to two times the lineedit height
    - fix non-editable unique value editor (was editable)
    - fix enum support
    - add support for symbology-ng categories



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12545 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    make QgsVectorLayer::deleteShapefile case-agnostic

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12544 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    Fix bug that prevented attribute table to update correctly after field calculator usage

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12543 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    translation update frozen strings and new language croatian


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12542 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12541 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    Fix new labeling to work with render caching.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12540 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    german translation update, some context help fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12539 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    translation update: ja by Yoichi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12538 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    Show editing vertex markers with symbology-ng. Fixes #2171.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12537 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    respect overriden locale in helpviewer and fix link typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12536 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12531 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    Context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12530 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    debian symbols update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12529 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    fix common typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12528 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    translation update: checked translations some minor changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12527 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12525 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-20

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12524 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    more context help updates (r12492, r12496, r12499, r12500)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12523 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12522 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    fix #2289

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12521 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    fix #2296

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12520 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    OSM: Upload only tag which are not marked as deleted. Fixes #2054.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12519 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    OSM: save correctly the extent of data. Most probably the cause of #2098.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12518 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    OSM: small usability improvements in download dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12517 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    Fix for bug #2117, wrong composer scale if units are degree

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12516 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    Fixed snapping to background layers if there's a layer that doesn't exist. Fixes #2261


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12515 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    Use 10px as a default vertex search radius. (should be a more sensitive tolerance than 10 map units)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12514 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    dutch translation update to 100% for 1.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12513 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    Display warning in node tool if it couldn't find any features. Fixes #2134.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12512 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    Select a valid variant when there's no variant with the same number of colors in new scheme. Fixes #2254


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12511 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    Clear undo stack on rollback. Fixes #2287.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12510 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-19

    itranslation update: icelandic by thordur first release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12509 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-18

    Less verbosity to stdout from labeling plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12508 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-18

    More cleanup of the IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12507 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-18

    More minor edits to the IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12506 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-18

    minor edits to the IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12505 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-17

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12504 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-17

    translation updates: pt_BR, it and fr by Arthur, Flavio and Jean Roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12503 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-17

    Fix for bug #2291, Reshape Features tool crashes on right mouse click

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12501 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-17

    Context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12500 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-17

    Context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12499 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-17

    itranslation updates to all files as usual
    Changed TRANSLATORS to include traditional Chinese Coordinator


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12498 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-17

    itranslation update: ru by artem and another script update to see if
    strings are really frozen :)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12497 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    add german scalebar translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12496 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12495 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    GIS theme icon update from Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12494 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    initial translation file for iceland - brings us to 32 languages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12493 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12492 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    translation update: it by maurizio and es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12491 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    Fix CRS definitions for Polish systems 1992 and 2000 (epsg 2176-2180). This is a temporary workaround until the native epsg base is corrected.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12490 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    translation update: vi from Huu Manh Bui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12489 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    grass update (r12475)
    context help update (r12478)
    theme icon updates (r12479, r12484, r12485)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12488 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-16

    Plugin installer update - rest of the r12476

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12487 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12486 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    more GIS icons from Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12485 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    more GIS icons from Robert

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12484 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    update strings ini translation files - strings are in freeze from now until release QGIS 1.4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12483 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12482 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    update astyle-all.sh

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12481 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    Applied patch from #2285 by Mark Baas.
    Thanks for contributing!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12480 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    Separate icons for mActionShowComposerManager and mActionFilePrint

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12479 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    Context help for the Plugin Installer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12478 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    Reverted change to v.out.ogr.pg due to a possible bug in GRASS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12477 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    Plugin installer update: one-step plugin install and uninstall in QGIS>=1.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12476 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    More GRASS modules updated and added. Applied #2004

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12475 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    More GRASS modules updated

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12474 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    Updated various GRASS modules - patches applied (thanks Giovanni Manghi). Closes #2229 and #2046

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12473 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    Updates for context help from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12469 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-15

    a bunch of context help updates (various revisions)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12468 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12464 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    fix types in what's new

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12463 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Updated whats new content in index.html

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12462 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Restore GIS icons for plugins

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12461 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Don't zoomToSelected when nothing selected

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12460 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Added whats new text for 1.4 release.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12459 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12458 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    activate help for attribute table, mapserver export and evis

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12457 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    More iconography updates from Anita Graser

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12456 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    fix #2281

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12455 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    add context help for qgis options, style manager, spatialite selection and custom projection and application icon to help viewer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12454 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12453 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12452 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12451 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    better fix for slowdown of r12418

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12450 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Updated list of donors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12449 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Arbitrary change to cause makefiles to update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12448 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12447 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-14

    Context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12446 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    german context help fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12445 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    rename context helps for QgsCreateNewVectorLayer to QgsNewVectorLayerDialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12444 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    Context help updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12443 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    fix #2276

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12442 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    apply #2277

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12441 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    fix slowdown of r12418

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12440 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    r12434 done right

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12439 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    new update dutch ts file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12438 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    new dutch translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12437 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    de_DE context help fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12436 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    PyQGIS: Fixed slightly embarrassing conversion to subclasses in symbology-ng


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12435 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    replace <i> with <label> in context help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12434 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    de_DE context help updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12433 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    en_US context help fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12432 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12431 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    Yet further update for context help from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12430 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12429 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    Further update for context help from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12428 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    use QgsDebugMsg

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12427 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    Context help css and content updates from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12426 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-13

    fix #2274

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12425 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-12

    apply #2273

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12424 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-12

    set attribute dialog title

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12423 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-12

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12422 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-12

    Update composer previews if refresh button is clicked. Fix for bug #2207

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12421 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-12

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12420 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-12

    save feature if the feature form fails to load

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12419 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-12

    better fix for #2137

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12418 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-12

    translation update script run on request


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12417 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-12

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12416 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    fix #2240

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12415 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    fix #2270

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12414 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    fix #2269

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12413 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    fix #2233

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12412 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    fix #2266

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12411 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    apply #2251

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12410 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    fix #2263

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12409 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    speed up geometry validation in fTools (self-intersection detection; fixes #2262)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12408 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    Update bindings with changes in r12405


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12407 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    Applied css style from Milena. See help text for project props dialog for an example.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12406 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    fix #2255

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12405 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-11

    fix #2250

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12404 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    fix #2244

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12403 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    translation fix: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12402 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    [FEATURE] store column width for postgres layer selection dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12401 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12400 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    cleanup after QgsNewConnection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12399 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    enable test and clear to search query builder

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12398 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    fix ru translation (field calculator's -)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12397 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    fix #2242

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12396 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    fix #2248

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12395 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    fix #2242

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12394 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    fix #2237, #2238

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12393 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-10

    fix #2236

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12392 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    missed a file in r12390

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12391 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    fix connection dialogs (apply/fix #2217, #2231, #2232)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12390 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    Workaround to make bug #2209 less likely

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12389 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    also remove highlights when identify results is closed with the close button (fixes #2206)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12387 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    crash fix for #2224

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12386 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    confirmation/undo/redo for #1650

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12385 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    remove some debug noise

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12384 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    fix #2223. Patch from Alex Bruy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12383 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    revert a string accidentally changed in r12374

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12382 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12381 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    fix #2213

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12380 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-09

    fix the size of the button added in r12378

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12379 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    fix #1650

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12378 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    fix #2211

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12377 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    fix #2206

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12376 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    Trivial fix for #2198 - Thanks Giovanni Manghi

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12375 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    fix #2212

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12374 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    save geometry of postgresql selection dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12373 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    Notify plugins if a composer has been added or removed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12372 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    missing layer handler (r12350)
    layer groups (r12359)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12371 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    Make labeling plugin work with on-the-fly projections again (fixes #2184)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12370 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    include key= field in all postgres data source uris (only for views before)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12369 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    translators list update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12368 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    Symbology-NG: support for 2.5D geometries - fix for #2200


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12367 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12366 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-08

    Symbology-NG: support for additional SVG paths - fix for #2157


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12365 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    another translation update by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12364 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    translation update: pl by Mi & me

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12363 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    save geometry and current row of options, vector and raster property dialogs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12362 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    Save symbol levels state - fix for #2161


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12361 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    Added missing connection to legend to trigger signals of group moves.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12360 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    [FEATURE] Applied patch from Andres Manz from #2185
    Adds QgsLegendInterface class to GUI library to allow users to do some operations with groups.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12359 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    [FEATURE] add QgisInterface::setActiveLayer()
    also fixes #2167


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12358 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    Fixed conversion to subclasses of QgsFeatureRendererV2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12357 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    translation update: pl by Robert. Also a small cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12356 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    GPX provider: added "Qgs" prefix to Waypoint, Track and few more classes.
    This avoids segfaults when loading GPX files due incorrectly assigned virtual destructors by dynamic linker.
    This happens with GDAL trunk (will be 1.7) that adds a new OGR driver GTM that contains classes with the same names.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12355 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12354 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    Change in handling of missing layers within QgsProject. Instead of throwing an exception, now a custom handler is called
    that might try to fix the missing layers. There's a default handler (QgsProjectBadLayerDefaultHandler) which simply ignores
    all missing layers. Then there's a GUI handler (QgsProjectBadLayerGuiHandler) in GUI library which asks user about
    the path for missing layers. QGIS application automatically installs the GUI handler on startup.

    This should allow python plugins/applications to work with QgsProject without a fear of a segfault as there are no more
    exceptions thrown during load/save of the project files.

    Some further notes:
    - removed QgsProjectBadLayerException class and (now empty) qgsexception.cpp file
    - openFilesRememberingFilter() moved to QgisGui namespace (was duplicated: QgisApp vs QgsOpenVectorLayerDialog)
    - removed deprecated buildVectorFilters_ methods
    - added python bindings for new classes/methods


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12350 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    Removed QgsIOException. From now if QgsProject's read() and write() functions return false, it's possible to find out the error message using error() function.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12349 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    Configure shortcuts dialog - make sure output file name has .xml extension.
    Contributed by Alexander Bruy.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12348 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-07

    missed the python part

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12347 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-06

    use QgsVectorLayer::fieldNameIndex() in symbology-ng and add python binding

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12346 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-06

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12345 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-06

    [FEATURE] add QgsVectorLayer::fieldNameIndex()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12344 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-06

    fix #2202

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12343 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-06

    translation update: ft by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12342 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-06

    fix #2201

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12341 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-06

    Fix for bug 2188. Provider has the possibility to announce that it handles geometry type handling not very strict, e.g. inserting multipolygon in polygon layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12340 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-05

    fix ui warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12339 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-05

    update debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12338 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-05

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12337 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-04

    Skip time consuming polygon code in ogr

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12336 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    translation updates: ru by artem and pt_BR by arthur


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12335 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    another bunch of updates - now the new script works


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12334 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    restoring accidantly updated files - sorry for that


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12333 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    translation files updated with script (old one)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12332 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    Make spatial lite dialog smaller and get rid of ending colons on labels

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12331 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    BugFix: enable theme switching to work for grass plugins again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12330 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    apply #2193

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12329 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    apply #1880

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12328 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    Fix for merge of adjacent multipolygons, ticket #2188

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12327 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    webkit for helpviewer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12326 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    Apply patch #2156, fixes for Windows - MinGW gcc 4.4.0 compiler

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12325 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    fix #2170: (double-quoting any SQL table or column name)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12324 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12323 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    include QgsGeometry::transform() in python bindings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12322 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    fix #2186

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12321 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    fixed a couple of stupid GCC warnings: missing newline before EOF


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12320 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    cmake 2.6 required for QtWebkit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12319 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    Fix zoom to layer if otf-reprojection is enabled (ticket #2148)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12318 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    fix link problem on some linuxes (namely RH)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12317 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12316 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-03

    More typos in IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12315 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-02

    Added analysis libs to doc generation too

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12314 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-02

    Use qimagereader filters to show all available file types for save map as image

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12313 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-02

    fix #2179

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12312 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-02

    Generate docs for symbology-ng dir too

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12311 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-02

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12310 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-02

    [FEATURE] more identify changes:
    - down hide highlights when the identify tool is deactivated
    - add context menu entries to clear results and highlights

    [fix]
    - remove QSharedPointer usage (Qt 4.5 dependency)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12309 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-02

    add some ogr converter translation strings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12308 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-01

    [FEATURE] identify tool highlighting changed
    - identified features are highlighted by default [fixed #2169]
    - clicking on a feature or attribute highlights the feature
    - clicking on a layer highlights all identified features on that layer
    - context menu now also has "highlight all" and "highlight layer"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12307 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-01

    translation update: pl by Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12305 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-01

    More IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12304 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-01

    Minor formatting change only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12303 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-12-01

    Typos in IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12302 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-30

    More it microtranslation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12299 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    partial dutch translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12295 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    Switch to using QWebView to allow rich html in help viewer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12294 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    Use platform native dialog for file open operations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12293 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    changes needed to have a more intuitive way of choosing between: exporting the current loaded project, or a project browsed to by the user. Because postgis layers need more info (primary keys) we ask the user to load a project which holds postgis layers. But warn him if he cancelled.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12292 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    +composershape moc (r12262)
    lib link cleanup (r12273)
    french context help (r12281)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12291 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    fix  #2154 again:
    - ogr provider doesn't create shapefiles without .shp extension anymore (OGR
      used to create a subdirectory in that case)
    - automatically add .shp extension when using the new vector layer dialog



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12290 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    Fix for #2165

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12289 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    translation update: fre by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12288 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12287 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    Added AGG output format to mapserver export
     Please enter the commit message for your changes.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12286 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    Updated splash for enceladus release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12285 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    Updated network icon from Anita

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12284 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    fix #2056

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12283 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    preparing for string freeze - language script update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12282 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-29

    context help French by Jean Roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12281 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-28

    fix #2151

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12280 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-28

    Apply patch #1716 (improvements to ZoomLast, ZoomNext tools) from Smizuno

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12279 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-28

    fix #2090

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12278 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-28

    fix #2128

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12277 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-28

    another semi-automatic indentation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12276 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-28

    shapefile projection fix: save the real projection in .qpj next to the .prj file (fixes #2123 and #2154)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12274 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-28

    remove unnecessary linkages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12273 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-27

    Fixed bug in deserialisation of nofill brushes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12268 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-27

    better test for 0 objects when using pal diagram placement

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12267 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-27

    don't adapt shape size in case of move

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12266 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-27

    remove widget hint for composer manager

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12265 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-26

    Property icon updates from Anita Graser

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12264 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-26

    More micro-updates in the IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12263 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-26

    Keep shape and composer picture size during rotation. Adapt the item size instead

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12262 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-26

    Fix arrow bug and an assert on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12261 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-26

    composer arrow item (r12248)
    more theme reorg (r12236)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12260 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    [FEATURE] allow specification of CRS when creating shape files (also fixes #2123)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12259 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    Possitility to set start and end arrow marker from svg files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12257 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    Use spacer to push arrow and shape props to top of toolbox drawer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12256 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    Update for 1.4 release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12255 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    fix osx problem (dumb math.h again)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12254 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    fix build error on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12253 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    Add arrow icon to image resource file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12252 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    Forgot to add designer file for arrow widget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12251 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    Removed Qt4.5 dependency ;-)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12250 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    Fixed bug with theme switching not working properly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12249 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    [FEATURE]: arrow item for composer. Custom arrow heads from svg files are planned for the near future

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12248 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    remove Qt 4.5 dependency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12247 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-25

    Fix for broken connection of composer legend widget buttons (ticket 2143)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12246 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-24

    Fix for bug 2142: rasters saved without extension

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12245 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-24

    allow lupdate options like -no-obsolete on update_ts_files.sh

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12244 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-24

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12243 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-24

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12242 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-24

    fix occassional crash when opening the attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12241 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-24

    Update suggested by marisn on irc to set degree units to have a higher precision than cartesian

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12240 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-24

    [FEATURE] include ~/.qgis/python and project directory in python path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12239 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-24

    Tool box for composer shape widget. Tab rename in label widget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12238 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-24

    Add possibility to select outline / fill transparency for composer shapes in color dialog. Make item fill/outline transparent white for composer shapes by default

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12237 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-23

    Move property icons into default theme rather so that proper icon fallback support is available for non implementing themes. Enable icon for diagram overlay property icon in vector props dialog.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12236 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-23

    fix #2137

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12235 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-23

    Property icon updates from Anita

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12234 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-23

    More micro-updates in the IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12233 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-23

    Added gis theme to resources bundle

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12232 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-23

    Set property icons for raster props dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12231 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-23

    Set property icons for options dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12230 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-23

    theme images to resource file (r12227,r12228)
    new theme images (r12224,r12226)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12229 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-22

    Dont install themes anymore since they will live in a resource archive


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12228 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-22

    Store theme data in a resource file and pull icons from there as needed. Currently only default and newgis have been moved into the resource, others will follow

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12227 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-22

    Initial commit of Anita Graser's property list icons (they are still a work in progress)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12226 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-22

    fix #2138

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12225 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-22

    [FEATURE] remove selections of all layers (fixes #2135)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12224 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-22

    fixed not working close button in sqlite ui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12223 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-22

    move ludialog to gui (r12219)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12222 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-22

    Improved robustness of constrained triangulation. Added a progress dialog for normal vector estimation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12221 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-22

    set working directory for ui loader

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12220 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-21

    apply patch #2133 by Mark Baas (slightly modified).  Thanks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12219 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-21

    bind actions to push buttons in feature forms

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12218 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-21

    Property list updates so they work nicely when icons are ready

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12217 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-21

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12216 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-21

    add support for a python feature form initialization function

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12215 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-21

    More micro-updates in the IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12214 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    Dont use form layout use grid layout (for  #2121)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12213 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    Dont use form layout use grid layout (for  #2121)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12212 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    Dont use form layout use grid layout (for  #2121)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12211 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    Dont use form layout use grid layout (for  #2121)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12210 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    Dont use form layout use grid layout (for  #2121)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12209 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    Micro-update in the IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12208 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    catch "feature exists" exception (to avoid crash) in case the provider goes crazy and returns duplicate feature IDs.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12207 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    Don't label features which are not rendered.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12206 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12205 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    Added possibility to set label font color

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12204 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    yet another Qt 4.3 fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12203 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-20

    fix help button in query builder

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12202 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    fix some ui warnings and the attribute file selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12201 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Layout fixes for options dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12200 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Use grid layout not form layout (preserves compatibility with older qt versions)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12199 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    hopefully restore Qt 4.3 compability

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12198 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    fix windows build error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12197 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    [Feature] Implement property list ui for qgsoptions dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12196 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Implement property list ui for raster props dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12195 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Fix vector layer editation when symbology-ng is turned on.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12194 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Do transformation of coordinates in symbology-ng if on-the-fly projections are turned on


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12193 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    composer shapes (r12183)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12192 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Vector layer properties dialog can convert layer to new/old symbology.
    (there's no transfer of settings between old/new symbology)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12191 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Make symbology-ng work with (old) labeling.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12190 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Invalidate cache whenever the selection changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12189 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Use flat caps for line symbols in composer legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12188 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Fixed #2112.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12187 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Better preview for composer picture

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12186 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    More options for v.buffer - Thanks Giovanni Manghi

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12185 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    sip does not like public keyword

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12184 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Add a new composer item to draw basic shapes (atm ellipse, rectangle, triangle), fix some composer related bugs and bring rotation to composer item level

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12183 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-19

    Added DONORS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12182 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    fix Qt + SDK issue in OSX build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12181 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    workaround for 32bit PyQt detection on OSX Snow

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12180 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    also consider *.hpp for indentation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12179 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    automatic indentation update (r12139-r12177)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12178 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    semi-automatic indentation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12177 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    fix eols

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12176 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    update indentation script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12175 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    Improved labeling engine interface, now connected with QgsMapRenderer instead of individual layers.
    Also fixes #2108.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12174 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    Fixed a crash in quick print when using symbology-ng


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12173 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    rename context help (r12169)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12172 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    more OSX install updates; change all trolltech links to nokia

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12171 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    fix macox build problem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12170 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    replace context help ids with classnames

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12169 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-18

    more OSX install updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12168 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    fix georeferencer buttons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12167 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    Applied updates from John Tull to INSTALL documentation for Snow Leopard

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12166 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    add support for multiline edit widget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12165 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    fix typo debian build section

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12164 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    upgraded SpatiaLite provider:
    - supporting SpatiaLite 2.4.0 [Release Candidate]
    - supporting SQLite 3.6.20 [introducing foreign key constraints]


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12163 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12162 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    Save style file name inside the style.
    Fixed saving of symbols added in symbol selector


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12161 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    Make sure we have a color ramp when creating categories/ranges.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12160 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    Reduced debug noise from labeling plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12159 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    attribute action improvements (r12113)
    symbology-ng and labeling plugin (r12139)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12158 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    Fix the name of the script in the header

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12157 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    Added a Python script for generating unique context ids for creating context sensitive help.
    The script requires Python 2.5. See comments at the head of the script
    for more information.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12156 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-17

    simple fill: added border style and width
    pen style combo box: added "no pen"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12155 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    Fix wrapping of developer names in the about box so each name is on a new row of the listview, rather than all names in a single row.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12154 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    translation update: es by carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12153 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    fix classification support in attribute edit widgets

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12152 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    fix #2105

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12151 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    missed two pedantic warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12150 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    debian packaging update (new symbols)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12148 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12147 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    fix crash when removing category

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12146 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    fix pedantic warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12145 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12144 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    Fixed potential segfault in PAL code (thanks Juergen for discovering that)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12143 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    commented out testing labeling tool to avoid confusion what's that for :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12142 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    automatic indentation update (r11371-r12139)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12141 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    Updated version of QGIS when the new function were added to 1.4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12140 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-16

    Symbology-NG branch merged to trunk. This includes also work on labeling done during my GSoC'09.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12139 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    Using QSettings to remember mapserverexport settings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12133 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    [FEATURE] add option to open the feature form, if a single feature is identified

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12130 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    add eval button to python console that evaluated single line commands and shows the result

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12126 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    Fixed console display hook (works only for single input)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12125 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    fix build errors on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12124 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    UI tidy ups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12123 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    New, smaller dialog. More defaults, checks and failovers. Merged work of Stephan Meissl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12120 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12115 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    missed a column title

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12114 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-15

    [FEATHRE] attribute action improvements
    - add python bindings for attribute actions
    - support actions as context menu in feature form (ui)
    - add action types:
      * generic: commands that should work on all platforms
      * windows, mac, unix: commands that should work and are only shown on one platform respectively
        (eg. vim on unix, notepad on windows and textmate on Mac)
      * python: python strings to be executed instead of a command
        (eg. qgis.utils.plugins['apluginname'].amethod('[%someattribute%]'))

    [BUGFIXES]
    - ogr support for relative filenames fixed
    - relative filename support also for feature form uis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12113 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    translation update: pl from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12112 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    Layout cleanups for actions widget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12111 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    Remove scrollbox for property list since it adds its own scrollbars when needed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12110 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12109 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    Updated coding documentation to reflect Martins ADD_QGIS_TEST macro for unit testing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12108 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    Updated coding documentation to reflect Martins ADD_QGIS_TEST macro for unit testing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12107 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    First implementation of property lists for vector props dialog. Still needs icon for the property list and vertical resizing is currently not working as it should (on my todo list to fix).

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12106 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    Created a macro ADD_QGIS_TEST to make adding new tests easier.
    (+ nearly fixed QgsPoint test)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12105 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    Applied patch from ticket #1927.
    It adds some improvements to selection handling in attribute table (see the ticket for details).
    Contributed by German Carillo - thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12104 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-14

    Fix for missing label field combo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12103 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-13

    page size also for print mode

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12102 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-13

    Initialize portrait / landscape in print dialog based on composition width and height. Fixes bug #2080

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12101 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-13

    Cleanup items before reading from template. Fixes bug #2083

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12098 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-13

    Disable composer svg cash if dpi is different. Fix for bug #2085

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12097 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    composer manager (r12087)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12096 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    [FEATURE] UI cleanups in prep of using property lists. Main visual difference is that labels dont have property lists no in vec props

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12095 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    changed OK button to Open as it's a open dialog - seems more reasonable to me


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12094 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12093 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    also store transparency setting in qml

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12092 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    remove coordinate capture ui again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12091 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    qml fix:
    - consider changes in data source notation of ogr provider
    - consider min and max visibility scale for qml (fixes #2076)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12090 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    ui cleanup -> buttonbox to helpviewert:x



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12089 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    Minimizing of window seems to cause problems on mac

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12088 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    [FEATURE?] Close composers instead of deleting them. Added composer manager dialog to manage the existing composer instances

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12087 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    Fix for restoring paper settings in compositionwidget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12086 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-11

    translation update: italian by maurizio

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12085 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    UITools (r12077)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12083 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    more installed headers (r12068, r12071)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12082 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    starting ui dialog with wrong TAB - corrected that


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12081 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    last ui cleanups from my list -> buttonbox


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12080 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    ui cleanup to buttonbox


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12079 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    [FEATURE] customizable attribute forms using Qt Designer dialog UIs
    - add support for checkbox edit type and edit forms for vector layers
    - selection of ui file in vector layer properties (general tab)
    - the forms are opened when a feature is added or via identify.
      The widgets on the ui have to be named like the attribute they are supposed
      to edit or show.  If the vector layer is not in editing mode, the widgets
      will be disabled



    git-svn-id: http://svn.osgeo.org/qgis/trunk@12077 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    little legend cleanup: remove member mStateOfCheckBoxes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12076 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    fix crash on toggle editing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12075 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    small ui update in messageviewer -> buttonbox


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12074 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    [FEATURE] layers now unified to one toolbar and removed hide show all layers and add to overview icons from toolbar (as discussed at hackfest)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12073 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    [FEATURE] (well its an un-feature really but doc team may want to note this. 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 node tool replaces the functionality of the three removed items

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12072 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    Add interpolator classes to install headers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12071 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    UI updates for compositionwidget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12070 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    UI cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12069 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    Add rasterviewport to include headers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12068 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    Fixed crash when adding layer to a group (second part of #2073)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12067 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    ui cleanup in identifyresults - jef can you look if everything is correct?


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12066 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12065 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    Dont descend plugins dir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12064 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    new dutch translation, and trying svn rights

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12063 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-10

    newgis theme (r12061)
    north arrow cleanup (r12049)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12062 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    Added newgis theme which is a revision by Anita Graser of the original GIS theme by Robert. Note that this newgis theme will replace the GIS theme once we have discussed with Robert and Anita has completed her revision.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12061 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12060 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    fixed newly introduced segfault on removing layers from legend (#2073)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12059 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12057 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    laste language update for the hackfest ..


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12056 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    few ui cleanups again - final string update to translation files and the polish context help translated by milena


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12055 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    Mapserver Export Plugin: small gui cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12054 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    More IT translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12053 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    Updates to QgsOverlayAnalyzer, fields and attributes are now properly
    appended to the new layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12052 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    udpate to fTools basics stats plugin, patch thanks to Alexander Bruy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12051 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    german translatioin up to 100%


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12050 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    Updating cleaned north arrows - thanks Andreas Neumann, and updating all GRASS icons: smaller, slicker, and transparent (UI still to be adjusted)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12049 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    translation update: pl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12048 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    updated translation strings with the adapted update_ts borys created - now there are translations of the plugins also inside


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12047 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    fix the update_ts_files.sh script to collect strings also from the utils.py file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12046 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-09

    removed executable bit - sorry for that

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12045 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    add overlay analyzer (r12040,r12042)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12044 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    remove layer file in legend (r12035)
    new Russian context help (r12038)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12043 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    oops, forgot the sip file :-p: Python bindings for QgsOverlayAnalyzer (current only supports intersections)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12042 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    fix crash from #2067. anyway loading of osm layers with custom renderers doesn't work (and won't work because of technical limitations)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12041 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    Fix crashes due to geometry pointers in QgsGeometryAnalyzer; Add QgsOverlayAnalyzer to analysis library (currently only supports intersections)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12040 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    Adds new statistics/outputs to basic statistics plugin, thanks to Alexander Bruy for the patch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12039 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12038 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    another ui cleanups (mainly exchanged buttons with buttonbox)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12037 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    fix #1968

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12036 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    [UPDATE] remove "layer file" items in legend - feature that was added long time ago but never actually worked well :-)
    Hopefully it doesn't break anything...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12035 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    fix attribute table cell resize when activating an edit widget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12034 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    cleaner handling of identify results

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12033 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    update mapserver export cmakelist

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12032 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    UI overhaul bonanza...hope this doesnt break anything...I guess we should say [FEATURE] at some point as the map composer dialogs have been somewhat overhauled....

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12031 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    translation updates: hu from zoltan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12030 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    another few ui cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12029 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    Wrong order in last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12028 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    Added Horst to the contributors file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12027 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    Committing Horsts OGR format patch from the QGIS hackfest in Vienna

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12026 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    Change rotate point icon on theme change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12025 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    More revisions of IT translation (up to QgsGeorefPlugin included)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12024 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    More revisions of IT translation (up to QgsFieldCalculator included)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12023 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    add translation strings to diagram overlay plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12022 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    More revisions of IT translation (up to QgsDbTableModel included)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12021 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    More revisions of IT translation (up to QgsComposerMap included)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12020 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    More revisions of IT translation (up to QgsComposer included)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12019 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    More revisions of IT translation (up to QgisAttributeTableModel included)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12018 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    -Fixed small typo in documentation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12017 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    More revisions of IT translation (up to QgisAttributeActionDialog included)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12016 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    -Added ability to load min max values for enhancement based on current portion of the raster being displayed.
    -GUI update and string changes.
    -Closes enhancement ticket 2024
    -Accomplished by caching the last QgsRasterViewPort, I see this as a bit of a work around rather than a real solution. The issue at hand is that the render context can only be provided by the map canvas so neither the layer itself nor an layer properties dialog has access to the render context.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12015 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    Initial revision of IT translation (up to QgisApp included)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12014 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    another fast french update from jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12013 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    -Prevent histogram from growing when refreshing
    -closes ticket #2048

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12012 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    string changes part 2 and next ui cleanup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12011 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    fix #2064

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12010 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    - rename 'add island' to 'add part'
    - rename 'delete ring' to 'delete part'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12009 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    translations update: pl by me

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12008 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    translation update by jean roc and another ui cleanup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12007 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    [FEATURE] Loading and saving of shortcuts.
    Contributed by Alexander Bruy - thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12004 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    Add save to / load from template actions to composer file menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@12003 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    translations update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12001 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    again a translation update to trunk (new strings and problems in pl and fr language)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12000 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    translation updates: pl by milena


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11999 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    ui cleanup in newogrconnectionbase again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11998 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    Remove Werner as he will be in authors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11997 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    use rpath also for qgis_help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11996 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-08

    ui cleanup in newogrconnection to buttonbox


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11995 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    translation updates, some ui cleanup, and fixed buttonBox ind qgsnewconnection


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11994 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    ui cleanups for composer (vertical orientation for props pages)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11993 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    fix postgres error messages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11992 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11991 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    add numeric validator field width and precision in new vector dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11990 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Added some missing contributors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11988 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Updated info about qgis interface object in python console


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11987 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Fix gps plugin error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11986 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    make std:: optional when converting iostream stuff to QgsDebugMsg

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11985 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    tin interp (r11958)
    add analysis to python (r11976)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11984 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    fixed compilation error of qgis_analysis bindings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11983 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Added 50 more North arrow, made and donated by Silvio Grosso

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11982 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    fix build error in tests

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11981 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Fix for mapserver patch issues and updates for mapserver from Richard Duivenvoorde and Stephan Meissl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11980 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Really fix compile error now

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11978 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    add new functions to analysis library, also adds python bindings to analysis library

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11976 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    update to new python utils module to avoid console flush error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11975 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Further ui cleanups for map composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11974 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    translation update: fr by jean roc (finally)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11973 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    german translation update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11971 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11970 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    bunch of string updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11968 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    translation update: pl by milena


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11966 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    finish german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11965 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11964 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    another bunch of string updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11963 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    User interface audit updates round #1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11962 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    make QgsMapLayerRegistry::addLayer() a bit more robust

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11961 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Fix for problem where paper settings in composer have not been restored properly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11960 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    zonal statistics (r11931)
    coordinate capture cleanup (r11939,r11944)
    python utils.py (r11950)
    fix missing raster analysis in plugins target & misc cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11959 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Cubic tin interpolation in interpolation plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11958 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11957 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11955 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Moved most of the python support code to a new module qgis.utils
    This will enable more flexibility in plugins handling
    Hopefully it doesn't break anything :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11950 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    ui cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11949 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    change 'Tools' menu to 'Vector' menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11947 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Updated DONORS list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11946 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Reinstate ui to prevent compile issues

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11945 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    fix build error (following up r11939)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11944 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-07

    Update QgsMapLayer to current naming convention for CRS; srs() function left for API compatability (note was added to warn of future changes in 2.0)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11943 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Fix crash with constrained triangulation. Fixes bug #2005, but some numerical problems with constrained delaunay triangulations remain

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11941 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    new translation strings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11940 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Removed redundant ui file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11939 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Updated Polish translations from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11938 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    translation updates: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11937 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    translation update: script and big bunch of updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11935 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Added zonal statistics class to analysis lib

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11931 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Fix for attribute table not updating when using the add / remove buttons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11930 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Whopppeeeee tidy up white space around identify results window so that dock widget looks better... Anita and Tim at the QGIS 2009 hackfest, Vienna

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11929 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Whopppeeeee hackfest bug fix for ticket #2012 from Anita and Tim

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11928 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Greetings from Anita and Tim at the QGIS Hackfest in Vienna (Nov 2009). We have just fixed bug #2011 (Crash using Identify Feature)...Wheeeeee

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11927 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Gui layout cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11926 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Code style cleanup only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11925 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Code style cleanup only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11924 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-06

    Simple naming and formatting change only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11923 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-04

    Fix for bug #1990

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11922 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-04

    Usability cleanups for vector props dialogs. Also removed size adjustment to marker sizes in qgsoptions.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11921 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-04

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11920 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-04

    newcomposer action image (r11865)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11919 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-04

    Use horizontal layout for interp plugin so that it fits more easily on low res displays

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11917 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-04

    Fix bug where ok button is not enabled if output file name is manually entered

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11916 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-04

    Allow more decimal places in interpolator plugin (fixes issue with building dems in decimal degree datasets)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11915 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-04

    [FEATUE]: Add option to specify network timeout instead of using the hardcoded one in qgshttptransaction

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11914 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-03

    fixing URL in about box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11913 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-03

    Simple typo fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11912 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-03

    Dont pan if next point is in current extent (so we can take advantage of render caching

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11911 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-03

    also fix QgsPostgresProvider::uniqueValues() and ::parseEnumRange()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11907 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-03

    make database (aka SID) optional for OCI connections

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11906 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-03

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11905 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-03

    fix QgsPostgresProvider::maximumValue()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11904 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-03

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11902 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-02

    Remove database string from oracle spatial uri

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11897 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-02

    Bugfix for scalebarwidget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11896 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-02

    Python bindings update for composer map and picture

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11895 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-02

    [FEATURE]: Improve the rotation of composer pictures and added the possibility to synchronize composer map rotation and composer picture rotation (e.g. usefull for north arrows)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11894 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-01

    Use labelAttributes rather than layerAttributes where appropriate

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11879 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-11-01

    fix SIP build error and a warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11878 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-31

    Added deprecation note for QgsLabel::layerAttributes and suggest using QgsLabel::labelAttributes rather

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11873 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-30

    Move composers menu into the file menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11869 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-30

    fix for screen update problems with composer grid annotations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11868 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-30

    disable global composer map counter. Fixes ticket 2042

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11867 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-30

    Rename option to lock layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11866 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-29

    [FEATURE]: Possibility to have several composers in one project

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11865 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-29

    Dont show all other file types as it makes the dialog box unusable on many screens

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11864 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-28

    fix crash when removing attributes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11863 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-28

    Possibility to add/remove attributes also in attribute table. Small modification to attribute table such that adding / removing columns is visible

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11862 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-28

    fix #2036

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11861 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-28

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11860 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-27

    Added missing api doc for render method

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11857 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-27

    [FEATURE]: possibility to use feature length, feature area, string concatenation and type conversions in field calculator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11856 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-27

    translation update: fr by jean roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11855 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11854 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    recurse svg directories

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11853 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    Turn off layer caching for composer prints

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11852 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11851 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    Remove inline functions in sip file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11850 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    Possibility to choose the precision of composer grid annotations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11849 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    avoid intersections (r11839); misc cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11848 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    [FEATURE]: Possibility to rotate composer map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11847 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    [FEATURE] This is a nominal commit to remind documentors that user defined SVG search paths are now added to the options dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11846 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    Search also in root dirs of svg search paths

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11845 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-26

    Added user selectable svg paths management to qgsoptions. Currently this is only working when svgs are in nested dirs of paths specified - will update soon so that it will look in the root dir of paths too.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11844 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-25

    Layout widgets horizontally to waste less space. Fixed tab order, buddies

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11843 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-25

    Ensure the vector editing icon stays in a consistent state

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11842 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-25

    Invalidate the layer cache when rolling back so that it draws correctly afterwards

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11841 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-25

    More meaningful dialog title

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11840 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-25

    [FEATURE]: Avoid intersections for polygons is now also possible to background layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11839 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-24

    support user specific svg path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11838 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-24

    fix #2020

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11837 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-24

    fix fix fix, ouch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11836 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-24

    fix fix, sorry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11835 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-24

    fix sip error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11834 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-24

    fix #2029

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11833 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-24

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11832 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-24

    [FEATURE] Applied patch from #1974 to enable render caching capability in 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.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11831 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-22

    translation update: thai from man


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11830 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-22

    [UPDATE] Added field calculator also to attribute table to make it easier to discover.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11829 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-22

    Allow field calculator also for layers where adding new fields is not possible (user will have to use one of the existing fields)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11828 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-22

    Updated sip bindings to match changes in r11825

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11827 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-21

    Added unit test for QgsPoint


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11826 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-21

    [FEATURE] Added option to display position as Degrees,Minutes,Seconds in the status bar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11825 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-21

    fix #2025

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11824 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-20

    translation update: nl by richard


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11823 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-20

    bug fix:
    - found incorrect DB-path handling in 'add spatialite new connection'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11822 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-17

    Translation update (pl) from Milena Nowotarska

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11821 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-17

    Fix for first part of bug #2008

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11820 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-16

    composition update (r11817)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11819 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-16

    Checkbox to set composer grid widget visible / invisible

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11818 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-16

    Update composition item with signal in case the paper size has been changed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11817 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-15

    fix #2013

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11816 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-15

    fix #2014

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11815 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-15

    fix #2015

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11814 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-15

    Enceladus splash for next release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11813 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-15

    Added RequestExecutionLevel option to make the installer behave better under Vista and Win 7. Updated reg entries for toolbars etc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11812 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-15

    Grid annotation can be with coordinates or 1A, 1B, ...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11811 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-15

    Use non-native dialog in case the cancel all dialog is needed. Fixes bug #1317

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11808 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-15

    Fix for reshape problem with closed lines

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11807 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-14

    will you ever learn to run prepare-commit.sh before commiting?

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11805 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-14

    fix #2007

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11804 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-13

    ogr provider: fix feature count retrieval

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11801 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-12

    Added unit test for QgsCoordinateReferenceSystem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11800 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-12

    fix #2002

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11799 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-12

    Composer grid map widget is a dock widget now

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11797 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-12

    Possibility to have annotations horizontally or vertically in the composer grid

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11796 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-12

    Use native file dialogs (via static methods from QFileDialog)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11795 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-11

    fix build windows build problem and some warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11794 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-10

    might fix the output of OGR error messages on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11793 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-10

    fix #1994

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11792 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-10

    allow entering of srid up to 1000000000

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11791 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-10

    use qobject_cast instead of dynamic_cast where possible

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11790 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-10

    Plugin Installer update: fix reenabling disabled repositories

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11789 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-09

    Formatting changes only (wrap lines at 80chars)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11788 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-09

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11787 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-09

    german translation update and minor fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11786 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-09

    also support relative paths for textures

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11785 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-09

    fix #1987

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11784 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-09

    Patch from Borys to fix resizing of the min-max combo boxes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11783 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-09

    Add export to pdf to composer menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11782 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-09

    vector query update (r11762)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11781 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    different fix for #1942

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11780 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    Wrong change to debian/control

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11777 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    Typo in GRASS module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11776 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    Menu bar for composer also on platforms != mac. Fixes bug 1668

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11775 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    [FEATURE] Possibility to add a grid to composer maps

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11774 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    fix #1959

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11773 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    fix #1942

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11772 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    postgres provider:
    use same field expression in feature queries and min()/max()/distinct.
    char fields were trimmed differently otherwise.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11771 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    postgres: consider subset string when deleting, updating and retrieving by fid

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11770 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    Fix for bug #1985: Canceling new project remove layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11769 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    postgres: don't repeat geometry filter

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11768 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-08

    postgres fixes:
    - allow editing of where clause in database selection dialog
    - don't open query builder with invalid layer
    - reallow oid type as primary key type
    - preset where clause with current one in query builder
    - actually show error message when QgsPostgresProvider::getGeometryDetails() fails



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11767 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-07

    Fix for bug #1980, pdf paper size

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11766 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-07

    grass plugin update:
    - update ogr uri support
    - fix whereoption support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11765 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-07

    ogr provider: shapes that can't RandomWrite can't DeleteFeature either

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11763 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-06

    wider support for vector layer queries:
    - add query support for OGR and spatialite layers (additional to postgres)
    - QgsDataProvider::setSubsetString() now returns if the query is successful.
    - add optional parameter to limit number of values returned from QgsVectorDataProvider::uniqueValues()
    - rename QgsDbSourceSelect to QgsPgSourceSelect, use QgsVectorLayer for layer queries and make it wider
    - QgsDataSourceURI: improve quoting
    - fix relative path support for SpatiaLite on windows
    - rename QgsPgQueryBuilder to QgsQueryBuilder and use QgsVectorLayer for
      queries instead of postgres

    cleanups:
    - rename QgsServerSourceSelect to QgsWMSSourceSelect



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11762 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-06

    remove redundancies in QgsAttributeTableMemoryModel and QgsAttributeTableModel

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11761 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-06

    refix plugin uis

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11760 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-06

    Fix for shifted values in interpolation plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11759 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-06

    Field calculator: read available types from the provider (similar to QgsAddAttrDialog)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11758 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-05

    show revision in title bar for trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11757 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-04

    Reduce the mimimum size of the undo dock widget.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11756 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-04

    fixes bug where new fields started with integer (integer now appended to end of field name)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11755 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-04

    plugin installer update: handle ports != 80 and add Bob Bruce's repository

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11754 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-03

    User interface cleanups to copyright, delim text and n-arrow plugins

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11753 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-03

    Added event handler for context help in composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11752 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-03

    fix options window title

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11751 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-03

    HIG compliance for snap mode combo list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11750 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-03

    HIG Compliance for Identfy Mode


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11749 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-03

    Use nicer looking resize boxes in print composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11748 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-03

    HIG compliance for composer and it's dialogs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11747 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-03

    Fix for ticket #1973

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11746 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-03

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11745 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-02

    Field Calculator: HIG compliance and use user friendly names for data types

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11743 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-02

    translation file updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11742 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-02

    Update of existing fields in field calculator and possibility to apply only to selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11741 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-01

    Applied patch from #1962

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11740 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-10-01

    fix compile error on OSX

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11739 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-30

    QSvgGenerator::setTitle only available with Qt >=4.5

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11738 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-30

    field calculator (r11735)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11737 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-30

    Some cleanups in composer map and disable a recent change in composer that may lead to segfaults on some systems

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11736 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-30

    [FEATURE]: A field calculator, accessible with a button in the attribute section of the vector properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11735 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-29

    Use snapping settings of digitizing module also for measuring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11734 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-29

    Save composer pictures absolute / relative depending on project setting

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11733 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-29

    plugin installer update: more default repos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11732 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-29

    apply #1936

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11731 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-28

    Inject a bit of layman into field names to help those not familiar with computer terms

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11730 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-28

    - fix load of layers saved with relative paths on *x
    - also save relative paths to spatialite databases
    - show path mode as combobox
    - add QgsDataSourceURI::setDatabase()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11729 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-28

    Remove confusing descriptions in the Options dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11725 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-28

    fix 11723

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11724 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-28

    Polish translation update from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11723 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-27

    python archs must match app archs; update readme

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11722 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-27

    new vector dialog updates (r11719, r11720)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11721 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-27

    fix r11719

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11720 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-27

    Usability improvements to the new vector layer dialog. Also refactored so that the dialog an class names are now a more logical QgsNewVectorDialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11719 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-27

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11718 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-27

    prefer versioned qgispython SO, update SO versions for qgispython and qgisanalyis

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11717 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-26

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11716 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-26

    Show cached content of composer maps in screen resolution after loading from project file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11715 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-26

    fix drag & drop to legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11713 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-25

    fixed a bug in SpatiaLite provider (crash following 'ALTER TABLE ADD COLUMN')


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11712 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-25

    Speed up listing of field values in search dialog by using QSet

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11711 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-25

    Do searches also on not-commited attributes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11710 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-24

    fix qgsplugininstallerbase.ui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11709 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-24

    debian package: fix library list for dev package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11707 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-24

    fix alias editing in vector layer properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11706 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-24

    Cache is default preview mode for newly added composer map now

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11705 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-23

    fix #1935

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11704 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-22

    postgres provider update:
    - only use typlen for char fields
    - use subset string when checking for key uniqueness and recheck in setSubsetString() (fixes #1933)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11703 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-22

    Fix for bug 1931, removed some code parts for Qt<4.3 and some changes in svg export (but not yet enough)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11701 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-22

    Show point symbol in rotation preview and a little arrow. Also fixed a bug in QgsSingleSymbolRenderer::clone

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11700 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-22

    translation updates: es, fr and uk and string updates in all files
    Added Jean Roc Morreale to TRANSLATORS File as requested by him


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11699 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-21

    fix #1941

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11698 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-21

    attribute table: report number of matching rows in status bar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11697 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-21

    fixed a cuple of bugs - incorrect Spatialite's DB path handling


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11694 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-20

    fix #1916

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11693 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-20

    apply #1939

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11692 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-20

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11691 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-20

    german translation update (s/plugin/erweiterung/)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11690 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-20

    translation update: nl by richard


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11689 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-20

    followup r11684

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11686 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-20

    remove declaration of removed method QgsAttributeDialog::createEditor()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11685 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-20

    osgeo4w packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11684 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-19

    translation update: pt_BR by the brasilian team bringing to nearly 90%


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11683 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-19

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11682 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-19

    vector editing update:
    - show mapped value instead of attribute value for value maps in attribute table and identify results.
    - alternating background color in identify results
    - allow hiding of attributes
    - add actions (including edit action) into identify results



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11681 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-19

    Round rotation to 15 degree values if ctrl-key is pressed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11680 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-19

    Rotate values to integer degrees in rotate tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11679 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-19

    don't install dev pics (r11676)
    copy only archs compiled for bundled libs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11677 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-18

    Dont install developer pics since they are not used anywhere

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11676 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-17

    fix compile error on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11674 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-17

    rotate point tool (r11671)
    remove dead files (r11649)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11673 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-16

    [FEATURE]: add tool to graphically rotate points (by changing the value of the rotation field). Needs some more beautifying, perhaps a nicer arrow

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11671 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-15

    fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11668 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-15

    Updated version number to 1.4 and fixed bug where a leading developer's face was obscured by a letter

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11663 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-15

    translation update: uk by sergey


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11662 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-13

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11655 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-13

    translation update: uk by sergey


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11654 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-13

    translation update: uk by sergey


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11652 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-13

    fix more line endings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11650 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-13

    remove superfluous files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11649 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-13

    Updated web banner

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11648 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-13

    Fix small memory leak

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11647 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    Splash update for trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11646 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    bump version (r11643)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11645 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    update trunk version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11643 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    Windows installer cleanups and updates for 1.3.0 release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11641 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    fix line endings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11640 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11639 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    install analysis header (r11623)
    install CONTRIBUTORS (r11628)
    Mimas release name (r11630)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11638 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11637 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11636 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    more translation friendly visual and german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11635 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    Updates to whats new and fixed version no in index.html

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11634 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    Some formatting repair work

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11633 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    Updated change history

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11632 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-12

    identify results: fix right click on derived attributes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11631 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-11

    Updated release name to mimas

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11630 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-11

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11629 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-11

    Added contributors list to qgsabout as requested by Germán Carrillo - and implemented attendant changes needed to support this. Also cleanups for the QgsAbout dialog to remove deprecated / unused code.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11628 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-11

    Updated master splash image and put it on a diet (now .5 original size)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11627 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-11

    multi layer identify:
    - restore editing, if one feature is identified on a editable vector layer
    - expand just the first feature on the first layer



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11626 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-11

    Generated new splash and mask to try to prevent some messiness in masking and to herald in qgis 1.3 mimas

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11625 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-11

    Expand feature attributes by default

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11624 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-11

    Added buffering method to qgsgeometryanalyzer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11623 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    allow opening of qgis projects from windows explorer in OSGeo4W build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11620 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11619 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    Polish translation fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11618 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    [FEATURE] Added an option for docking the identify query results rather than having them float over the app. Default behaviour is not docked, but it can be enabled in the options panel

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11617 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    Refactored to remove redundant 'Table' from name of dock class

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11616 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    translation update: .uk by sergey

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11615 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    Changed version name and added option to force lzma compression

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11614 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    Simple formatting change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11613 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    new osm images (r11603)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11610 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-10

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11609 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-09

    add qt uk translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11608 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-09

    translation update: .uk by sergey


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11606 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-09

    updated DONORS list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11605 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-09

    fix compile error (don't reference std namespace)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11604 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-09

    OSM plugin & provider update from Lukas Berka:
    - new OSM style files !! map looks pretty good now... (finally)
    - new icons !
    - some texts on dialogs were changed and completed
    - "Saving OSM into file" functionality was improved a little...
    - now OSM Plugin verify if osm provider is available...
    - fixed some problems with encoding... ascii --> utf-8
    - removing all OSM layers automatically after disabling OSM plugin in plugin manager
    - some dialogs has been renamed
    - other small bugfixes ...

    Thanks.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11603 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-09

    fix action's current attribute

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11601 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-08

    fix attribute actions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11600 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-08

    [FEATURE] configurable vertex marker size (fixes #1922)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11599 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-08

    correct language in ukrainian file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11598 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-08

    language update to all files and added new ukrainien language


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11597 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-08

    fix osm style path detection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11596 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-08

    fix temporary file generation when downloading from OSM

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11595 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-08

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11594 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-08

    Fixes for evis (and general win qt image support). Search path for Qt plugins under win is now <app dir>/bin/qtplugins/. Set evis tooltip to show file path when hovered over the image. Set about box to show search path(s) for plugins.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11588 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-07

    and analysis library properties on osx

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11586 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-07

    fix dependency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11585 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-07

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11584 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-07

    multilayer identify: also report layer name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11583 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-07

    multi-layer identify:
    - fix busy cursor
    - add progress bar
    - reduces CRS debugging noise


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11580 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-06

    fix warning and typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11579 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-06

    fix build problems with Qt 4.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11578 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-06

    identify tool improvements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11577 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    simplify osx_archs trimming

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11575 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11574 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    [FEATURE] recenter map canvas to an entered coordinate

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11573 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    [FEATURE] multi-layer identify

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11572 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    improve relative path support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11571 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    fix path corruption in GRASS on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11570 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    add analysis lib (r11552, r11554, r11557, r11558);some export defs cleanup;fix empty osx_archs error in python config;fix georef plugin name;misc cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11569 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11567 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    last windowIcon fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11566 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    more ui cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11565 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    fix library install names for OSX (#768)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11564 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    still r11559 :(

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11562 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    vector part of r11559

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11561 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    apply #1878 (fixes #1900)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11560 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11559 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    Moved non-gui related raster terrain classes to analysis branch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11558 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    Link interpolation plugin to analysis lib

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11557 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    Fix "Fix ui warnings"

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11556 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    Fix ui warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11555 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    Remove the interpolation classes that are in the analysis lib now

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11554 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    Updated interpolation classes with the changes in trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11553 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    Merge of changes from analysis branch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11552 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    fix library install names (#768)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11550 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-05

    handle more than 2 archs for OSX universal build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11548 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-04

    missed a file in r11546

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11547 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-04

    fix runtime warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11546 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-04

    Function argument can be const

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11545 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-03

    Some ui cleanups: capitalise the relative path string in project props. Dont put single widgets in group boxes (wms dialog). Try to tidy up evis event browser widgets by using group boxes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11544 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-03

    update for Snow Leopard

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11543 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-03

    translation update: .fr my jean

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11542 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-02

    fix python plugin crashes - changes GUI API
    - QgsMapCanvas::xyCoordinates(QgsPoint & p) => xyCoordinates(const QgsPoint & p)
    - QgsMapToolEmitPoint::canvasClicked(QgsPoint& point, Qt::MouseButton button) => canvasClicked( const QgsPoint& point, Qt::MouseButton button)
    - might be a SIP 4.8 problem



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11540 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-02

    fix #1915

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11539 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-01

    fix wms ui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11538 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-01

    fix r11536

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11537 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-09-01

    apply #1910

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11536 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-31

    Updated web banner

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11534 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-31

    Applied patch #1907, thanks!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11533 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-31

    Apply coordinate clipping also for windows (probably fixes bug #1344)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11532 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-31

    Fix uic warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11531 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-30

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11529 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-30

    don't close wms layer dialog after addition and allow naming of layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11528 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-30

    Put no grass into installer package name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11527 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-30

    Added grass and nograss clauses

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11526 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-30

    remove spurious connect (following up r11522)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11525 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-29

    Add a "cancel all" button when searching for missing files after opening a project. Fixes #1317

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11524 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-28

    Better options to specify output raster extent and resolution in interpolation plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11523 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-28

    - fix #1903
    - handle feature info results as utf-8
    - fix crash with open identify results, when layer is removed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11522 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-28

    Use EPGS and Proj4 strings as persistent list of popular CRS:es

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11521 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-27

    raster terrain plugin (r11510); more polish context help (r11519)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11520 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    more Polish translations from Milena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11519 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    Make projection properties dialog remember size, position and current tab between sessions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11518 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    fix comments

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11517 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    First try with EPSG ID, then proj4 matching, when reading CRS from project file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11516 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    include raster terrain analysis in debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11515 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    fix #1897

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11514 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    Fix for bug #1812: WFS dialog window confusion (refers to WMS)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11513 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    Apply patch #1896 from gislab

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11512 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    Remove Makefile from svn

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11511 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    [FEATURE] Add the raster terrain plugin that does calculate of slope, aspect, ruggedness, total curvature from raster layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11510 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    Fix for uninitialised variable in interpolator and for possible division by zero

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11509 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    Clearified text. Fix for #1639.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11506 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    Fix for reshape of multilines

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11505 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-26

    reshape tool (r11500)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11504 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-25

    fix compile error (QList::length() only available in Qt>=4.5)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11503 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-25

    fix compile errors on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11502 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-25

    cleanup postgres column thread

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11501 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-25

    [FEATURE] A reshape tool to apply to line/polygon geometries. The part of a geometry between the first and last intersection of the reshape line will be replaced

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11500 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-25

    Fix for bug 1892, Merge tool (Postgis features) results in shifted attribute positions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11497 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-24

    Changed debug output to use QgsDebugMsg()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11496 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-23

    Slowly I'm learning to count....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11494 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-23

    missed svnversion.h change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11493 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-23

    Updated splash for trunk so its differentiated from Daphnis

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11491 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-23

    Added German Carrillo to contributors list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11490 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11489 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11488 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    missed a file in r11479

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11487 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    polish context help (r11470);
    map composer icons (r11472);
    version change (r11484)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11486 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    update version number to 1.3.0 in trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11484 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    [FEATURE] add loading of value maps from csv file (apply #1869)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11481 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    [FEATURE] add snapping to current layer in measure dialog (apply #1863)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11480 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    [FEATURE] add selection of postgres primary key column (for views; apply #1855)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11479 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    fix #1857

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11477 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-22

    cope with blanks in svnversion path on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11476 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    Brought over nsi from 1.1.0 release, updated version numbers, removed 'unstable' from package name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11475 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    Fixed measurements from identify tool:
    * Added support for 25D (by ignoring Z value completely)
    * Made the tool convert to the preferred units set for measurment tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11474 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    translation update it from Maurizio


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11473 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    Fix wrong icons in the Map Composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11472 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    Arabic translator added

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11471 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    Polish translation of the context helps

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11470 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    Swedish translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11469 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11468 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    translation update: it from Maurizio


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11467 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    fix #1887

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11465 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    postgres & ogr provider update:
    - postgres provider: report field width -1 for everything except strings (fixes #1131)
    - in vector file writer, ogr provider choose field width:
      - 255 for strings, when given width is negative or larger.
        (was 80 in ogr provider and OGR determined-default for vector file writer).
      - 10 for integers, when given width is negative or larger.
      - 32 for reals, when given width is negative or larger.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11464 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    translation update: nl from Richard

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11462 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    translation updates: hu by Zoltan and zh_TW by yao


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11461 c8812cc2-4d05-0410-92ff-de0c093fc19c

gcontreras <gcontreras@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-21

    Fix for Ticket #1881. This allows to change the srs for wms based in geoserver.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11460 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-20

    polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11459 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-20

    Initialize QgsComposerMap::mItemPositionLocked properly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11458 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-20

    add icons (r11448); misc updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11456 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-20

    translation update: es by Carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11453 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-20

    a lot of translation updates and added Peteris Brunis to the list of translators on request


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11452 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-20

    improve qgssvnversion.h creation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11451 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-20

    Allow any file selection in r.recode

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11450 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-20

    better gis theme icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11449 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    more gis theme icons from Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11448 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    * Added script for updating the srs.db from the GDAL installation (thanks msieczka !)
    * Added a small README on the process on how to do the above
    * Change the CRS recognition when reading from projects, so it tries to match the proj4 string if valid. This is a must when the srs.db now is updated
    * Changed to read ellipsoid an projection acronyms from srs.db nistead of qgis.db (mostly)
    * Misc. clean up of comments and deletion of stale code.
    * Fixes #1534.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11447 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    make update_ts_files.sh a bit more robust

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11446 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    translation updates: ru from Artem and fr from Jean Roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11445 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    Use a tolerance to decide if a point symbol may be used from cached. Because on some systems, dpi in x- and y-direction are different and so the scaleProduct is not exactly 1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11444 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    improve nmake detection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11443 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    fix #1707, take two

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11442 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    fix #1870

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11441 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    Typo in it translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11440 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    Consider transparency in composer legend (even though legend items for transparent layers are problematic because of background). Removed private section from qgslegendmodel.sip as private members cannot be used anyway

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11439 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    fix spatialite provider (fixes #1883 & 1884)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11438 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    Fix a length computation error when doing SQL query with non-ASCII characters

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11436 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    Revert patch uncorrectly applied

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11434 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    Added donor detail

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11433 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-19

    More translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11432 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-18

    more osgeo4w tweaks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11431 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-18

    Removed crashed when reading VERY early project files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11430 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-18

    fix bison cmake detection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11429 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-18

    cmake improvements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11424 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-18

    clean double assignment

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11423 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-18

    debian packaging update (fixes #1879)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11422 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11416 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    Some swedish translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11411 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    include *.ui files in python translation updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11410 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    Added OTFP to the clipboard contents (if OTFP is on). Fixes #1701

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11409 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    add pyuic4 lookup for osgeo4w

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11408 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    PyQGIS: fixed invalid signature of writeXML function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11407 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    Always set coordinate system, independent of any symbology style settings. Fixes #1604

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11406 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    Adding connection of signals when reading legend layers from project XML file. Fixes #1760

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11405 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    Cleaned up debugging output of CRS transform

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11404 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-17

    pyuic/pyrcc cleanup (r11401)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11402 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-16

    remove tons of pyuic4, pyrcc4 generated files and create them when building (apply #1877)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11401 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-16

    fix runtime warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11399 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-16

    move saveAsPDF icon (r11396)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11397 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-16

    Moved saveAsPDF icon from classic to default

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11396 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-16

    Fix for crash when removing a drawing composer map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11395 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-16

    Fix for a crash if the identify dialog is open, the project changed and a layer removed before the first identify click in the new project

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11394 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-16

    update install instructions for OSX

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11393 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-15

    attribute editor fixes:
    - fix column misindexing in attribute table, if the geometry column is not last
    - fix NULL handling (fixes #1876)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11392 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-15

    fix GRASS plugin module install issue

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11390 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-15

    don't use plain keys for shortcuts - against common UI guidelines (OSX at least), and registers while in GRASS shell (fix #739)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11389 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-15

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11387 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-15

    Fix for syntax error preventing compile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11386 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-15

    osm updates (r11377, r11378, r11384)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11385 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    fix missing python uis in osm plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11384 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11383 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    Overwrite the .prj files that GDAL creates for us when saving as SHAPE-file with the WKT from the CRS directly. Might break ESRI-sensitive programs. Partly fixes #1875.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11381 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    A fix for comparing two CRS:es that only differs by their +towgs84 params. Fixes partly #1815.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11380 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    Update to OSM plugin from Lukas Berka:
    -classes and .ui,.py files renamed
    -bugfixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11378 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    Update of OSM plugin from Lukas Berka:
    new osm icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11377 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    Update of OSM provider from Lukas Berka:
    code documentation, refactoring, cleaning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11376 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    manually break lines in about's news section of german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11375 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11374 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    Fixing globbing search after breaking it in r11366

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11373 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    update ts run

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11372 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    automatic indentation update (r11227-r11370)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11371 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    Fixed echanting typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11370 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    Added missing release name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11369 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    Updated the whats new and index changelogs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11368 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-14

    Updated changelog for 1.2 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11367 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-13

    Automatically adds projections previously unknown to QGIS (but still valid) as a Custom CRS. This can later be edited for name etc. No user interaction required, one new text to translate. Fixes #418.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11366 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-13

    Applies patch to add several new strings from the fTools modules to the qgis_xx.ts files; Patch provided by Carlos Davila

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11365 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-13

    fix width and precision limits of string type in ogr provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11364 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-13

    Re-order layers after finding missing files. Also restructured the exception logic in qgisapp.cpp. Fixes #1561

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11363 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-13

    translation update: .fr by Jean Roc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11362 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    If it works, it must be one of the easiest fixes. See #1860

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11361 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    Always use / for dir separator with QFileInfo. Fixes #1864

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11360 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    Clean up measure tool and fix the measurement when layer is in feet. Fix for #1219

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11359 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    Added QLocale to defs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11358 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    Delete composer before removing all the layers when leaving the application or the project. Fix for a memory bug in composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11357 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    osgeo4w build: cmake doesn't deal with backslashed very well

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11355 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    Fixed localized numbers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11352 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    Remove legacy code in composer label

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11351 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    Fix current_date field in composer label

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11350 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    Fixed reading of frame width from composer items and drawing of frame for composer map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11349 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-12

    Additional updates to 'Clip' Geoprocessing tool: Properly fixes #1758.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11348 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-11

    Additional updates to 'Union' geoprocessing tool:Fixes #1865 again, this time properly! Should also fix other complaints regarding missing features in output shapefile.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11347 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-11

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11345 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-11

    Changed text for clarity

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11344 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-11

    Adapted the attribute table combobox to the "required" property of layer combobox.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11343 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-11

    Fixed conversion of areas

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11342 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-10

    Updates to union geoprocessing tool: Fixes ##1865; Note: Misformed geometries still an issue with some complex geometries

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11341 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-10

    A stab at improving the measurement system. Added a new selector in Options for converting the result, and grayed out the layer units when OTFP is on. Should fix #1219, I hope.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11340 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-10

    Fix clip geoprocessing function: Fixes #1758

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11339 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-10

    Saver pointer handling in legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11332 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-10

    Changed the behaviour of attribute editor as described into the discussion of ticker #289 to fix it.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11331 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-10

    preset python include path correctly for osgeo4w build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11330 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-10

    Added the possibility to unselect an optional (required="no" into interface-description of the grass module) to fix #1134.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11329 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-10

    Added the possibility to unselect an optional (required="no" into interface-description of the grass module) to fix #1134.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11328 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-08

    translation update: .es from Carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11292 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-07

    Ask for commit/rollback of pending edits on layer remove and when leaving QGIS (fix for bug #1443). Additionally fix for a memory leak and some formating changes of the commit script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11290 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-06

    Mac: Additional use of Qt non-native font dialog for 32-bit builds until native QFontDialog bugs are fixed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11287 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-06

    translation update: .es from cralos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11286 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-06

    ...forgotten to update the generated files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11285 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-06

    Update to OSM provider+plugin from Lukas Berka:
    -osm provider code documentation; refactoring


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11284 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-06

    Update to OSM plugin from Lukas Berka:
    -displaying recommended tag keys and values for easier tags editing
    -created features now doesn't have created_by tag automatically (coz it's deprecated)
    -eh, names of some dockwidget elements are shorter now :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11283 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-06

    Fixed #1737. Contributed by Richard Kostecky.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11282 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-06

    flags to link libqgispython are not necessary on OSX, so just feed empty to configure.py (r11279)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11281 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-06

    For 32-bit Mac builds, use traditional non-native Qt font dialog. The new Qt 4.5 native implementation was added to support 64-bit builds and appears not to have been extensively tested for backward compatibility.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11280 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-05

    use linker flags when compiling python bindings (fixes #1518)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11279 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-05

    fix syntax error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11278 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-05

    Updated SIP-files after r11275 and r11276. Fix for #1220.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11277 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-05

    Different approach to backwards compatibility. Fixes #1220 again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11276 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-05

    Made point symbols respect the layer transparency setting. Fixes #1220

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11275 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-05

    Fix for bug #1854 qgisinterpolator.cpp causing build error on OS X

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11274 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-05

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11273 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-05

    replace osgeo4w path in qgisconfig.py

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11271 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-04

    Plugin Installer small fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11270 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-04

    make exclude customizable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11269 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-04

    Removed warning for missing signal

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11264 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-04

    Turn off rendering while looping through all layers hinding/showing. Fixes #1856

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11263 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-04

    [FEATUREBUGFIX] reintroduce copy of attributes (fixes #59)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11262 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-03

    Applied patch #1290 with modifications

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11257 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-03

    Some swedish translation, and removing nonsens text

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11256 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-03

    Apply patch from gcarillo to fix bug #1793

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11255 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    Renamed Anitas new svg version of the QGIS icon to qgis_icon and deleted the old one

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11254 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    release name (r11247); libgslcblas not used (shared linking only), link libdl for internal spatialite (r11250)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11253 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11252 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    update debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11251 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    more cleanups:
    - don't link GSL's CBLAS. We don't use it.
    - don't link GEOS and GDAL into python bindings. They don't use them directly.
    - link libdl on unix when internal spatialite is used
    - update SONAMEs
    - fix some warnings and typos



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11250 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    fix update_ts_files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11248 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    Changed release name to Daphnis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11247 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    Updated splash for 1.2 release (now standing back to wait for complaints about the colour :-)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11246 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    fix #1805

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11244 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-02

    fix #1703

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11243 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-01

    add moc headers (r11241)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11242 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-01

    misc cleanups:
    - added Q_OBJECT to various classes where lupdate was complaining
    - fix some warnings (mostly potentially uninitialized variables)
    - introduce doubleNear(a,b,epsilon) to compare doubles
    - fix new composer pagesizes
    - cleanup edit type labels in vector properties (marked translation strings,
      synced with qgsattributetypeedit.ui, removed redundant code)
    - allow update_ts_files.sh for specified languages
    - german translation update



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11241 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-01

    fix OSM install paths

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11240 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-01

    misc minor fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11239 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-01

    fix some warnings and maybe fix OSX build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11238 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-08-01

    Turn on scrolling in legend layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11237 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    fix gcc warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11236 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    [FEATURE] add american paper format to composer and allow custom formats in inch (fixed #1538 and #1858)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11235 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    fix moc warnings in OSM provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11234 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    Change behaviour of legend layer reordering with the mouse. The code needs major cleanup, but the we need to settle on behaviour first.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11233 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11232 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    update ts files run

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11231 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    remove empty ui file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11230 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    [FEATURE] make restriction to change only common properties of unique value classes optional (fixes #1703)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11229 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    automatic indentation update (r11003-r11227)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11228 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11227 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    fix some translation strings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11226 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    Fix for bug #1572: new features will not display before spatial index is recreated/QGIS restarted

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11225 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    Some error checking and saving of output file directories in interpolation plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11223 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    Minor editing for consistency of GRASS modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11221 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    Update list GRASS modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11220 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-31

    Update v.out.ogr and r.out.gdal GRASS modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11219 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-30

    fix #1664 and #1681

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11218 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-30

    FEATURE: possibility to save the triangulation to shape file (but needs a bit more error checking and polishing)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11217 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-30

    add osm plugin (r11210)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11216 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-30

    osm plugin: fixed a problem with raster layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11215 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-30

    Some bugfixes for interpolation plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11214 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-30

    include osm provider in debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11213 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-30

    fix warnings (possibly fixing one bug) and build errors on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11212 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-30

    FEATURE: possibility to add line layers as constrains for triangulation in interpolation plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11211 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-30

    [FEATURE] Imported OpenStreetMap provider and plugin.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11210 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    Fix for ticket 1745 (QGis crashes dragging a Legend Layer File over a Legend Layer File Group)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11206 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    use numerus form in translation string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11205 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    Moved db.in.ogr grass module into under "Import" section.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11204 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    Fixed a crash when a QgsGrassModel::VectorLayer contained into a multiple selection is deleted, renamed or copied.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11203 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    Applied patch from gcarillo to fix ticket #1791. Thanks!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11202 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    Initialise band count to 0 in raster constructor for WMS layers. Fixes bug #1803

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11201 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    Make symbology items non-selectable (fix for #1439

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11200 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    Small layout improvement for composer map widget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11199 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    Another fix to prevent concurrent rendering in composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11198 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    include OSGeo4W build scripts

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11197 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    fix Qt warnings when overview is hidden

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11196 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11195 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-29

    Enhancements into the browser of the grass plug-in:
    * Added a context menu
    * Changed the behavior of confirm dialogs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11194 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-28

    Some fixes of grass plug-in:
    * Fixed CMakeList.txt of scripts
    * Fixed parsing for manual attribute of modules


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11193 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-28

    Interesting bug only seen for my rasters...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11192 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-28

    Slightly better fix for composer map crash

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11190 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-28

    -Fix no data value from being included in histogram and stats
    -Closes ticket #1380

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11189 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-28

    rename georef plugin sources (r11181, r11183)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11188 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-28

    -Applied patch supplied by rouault to allow building internal pyramids jpeg compression if libtiff 4.0 or greater is available
    -Closes ticket #1357

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11187 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-27

    Fix for composer map crash when doing fast zooms with mouse wheel

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11186 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-27

    Fix for #1712.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11185 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-27

    -Fixed small spacing error in the delimited text uri

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11184 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-27

    Renaming files in georeferencer plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11183 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-27

    File encoding selector made consistent and persistent between different dialogs.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11182 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-27

    Text string made easier to translate in georeferencer.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11181 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-24

    fix size long options

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11173 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-24

    [FEATURE] enhance command line arguments
    - allow given snapshot sizes
    - allow suppression of splash screen
    - capture map decorations from plugins on snapshots



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11172 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-24

    save as PDF icon (r11165)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11170 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-24

    unload plugins before terminating after taking a snapshot

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11168 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-24

    add command line arguments on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11166 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-23

    add export to PDF to composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11165 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-23

    fix german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11164 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-23

    QTreeWidget::headerHidden() not supported until Qt4.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11163 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-23

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11160 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-23

    attribute editing, symbology enhancements, misc GRASS updates (r11112, r11149, r11152, r11154)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11155 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-23

    refactor widget creation for attribute dialog and table into a factory class.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11154 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-23

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11153 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-23

    [FEATURE] symbology enhancements:
    - add QgsMarkerCatalogue::refreshList() to refresh the symbol list w/o restart
    - allow refresh of symbols via popup menu on the renderer's symbol selection
    - add support for data define symbol(name)s
    - add support for font symbol markers (only data define - no gui yet)
    - pass QgsRenderContext to rendering methods
    - add symbol size in map units (ie. symbols that keep the size in mapunits
      independant of the mapscale)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@11152 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-22

    [FEATURE] Honour the edit widgets settings also in attribute table.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11150 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-22

    [FEATURE] GUI for setting edit widgets for layer attributes.
    Additionally added a dialog for loading value map from a layer (could be aspatial table too!)
    Contributed by Richard Kostecky.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11149 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-22

    Fixed the fix of a small i18n issue.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11148 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-22

    Fixed a small i18n issue

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11147 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-22

    Destroy active undo command if the vertex can't be deleted


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11145 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-22

    Fixed for simplify tool, show a message if the feature can't be simplified.
    By Richard Kostecky.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11144 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-22

    Undo changes in active edit command when it gets destroyed.
    Fixed return value for deletion of vertices.
    Contributed by Richard Kostecky.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11143 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-22

    Added support for topology editing in node tool. Contributed by Richard Kostecky.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11141 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-21

    optionally allow adding postgis table addition with double click and extended selection of tables (fixes #1801)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11140 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-21

    Moved from QMap to QHash for the row-id maps and feature map in models.
    There might be a tiny speed up in attribute table loading...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11138 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-21

    providers: deprecated some overlapping capabilities and added doxygen docs for them.
    All providers should have now correctly set capability for fast access to features by id (SelectAtId).

    Until now, attribute table was using memory model for Postgres provider (i.e. very slow open)
    From now it uses the "good" model, so the attribute table opens much faster.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11137 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-21

    Replace multiple calls to featureCount() with just one when loading attribute table.
    Can speed up loading of attribute table with providers not caching the feature count.
    By Vita Cizek.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11136 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-20

    - Changed the GRASS Shell to determine the grass executable in runtime.
    - Cutted off unnecessary includes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11123 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-20

    Fixed a typo.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11120 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-20

    Made the grass binary filename to be built in runtime.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11119 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-20

    Various enhancements into GRASS shell:
    - Uses directly GRASS
    - Starts with a minimum size of 80x25 characters


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11118 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-20

    The wkb->geos conversion may fail for some reasons so it's necessary to check the result of it.
    This avoids some possible segfaults with invalid geometries.
    Contributed by Vita Cizek.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11116 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-20

    Documentation of attribute table headers - patch from Vita Cizek.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11113 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-20

    Cleaned grass plug-in modules.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11112 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-20

    Fixed label in r.external.all of grass-plugin module.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11111 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-18

    fix #1707

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11107 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-18

    fix #1789 (take 2)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11106 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-18

    fix #1789

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11105 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-17

    Handle non-ascii characters in domain check constraints

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11104 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-17

    grass v.split module (r11095)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11100 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-16

    translation update: fr by Jean Roc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11098 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-16

    Fix for #1784.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11097 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-16

    r.regression.line simplified

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11096 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-16

    Added v.split module for the grass plug-in to fix #1783.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11095 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-16

    More consistency in r.external module descriptions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11093 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-16

    Forced the driver to be "pg" for db.connect.schema module of grass plug-in.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11092 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    grass modules updates (r11074, r11077, r11081, r11052)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11089 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Updated DONORS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11088 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Deleted a duplicated entry into module list.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11087 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Better description for db.connect.schema

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11086 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Changed the behavior of db.connect which reset the schema.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11085 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Add missing edit types in python bindings (ticket #1781)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11084 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Fix for #1779.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11083 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Renamed some modules.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11081 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Fixed a commit mistake of r11052.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11079 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Added the possibility to specify the manpage of the modules into .qgm files.
    Updated .qgm files for qgis.r.externa.all, qgis.v.out.ogr.pg and qgis.db.connect-login.pg to fix #1774.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11078 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Moved qgis.v.out.ogr.pg and qgis.db.connect-login.pg into the right directory
    Setted the default value of port to fix #1777.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11077 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Removed "Help" button from the GRASS plug-in window to fix #1778.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11076 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Minor edit to description of r.mapcalc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11075 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Moved v.out.ogr.postgis to 6.3 modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11074 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    More consistency in GRASS module descriptions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11073 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Typo in v.net.path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11072 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-15

    Applied patch to fix bug #1733

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11071 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-13

    implement #1769

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11061 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-13

    fix translation bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11059 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-13

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11055 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-13

    turn start/end into first/last (note: f<l vs. s>e) in identify dialog and make them translatable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11054 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-13

    Update new GRASS modules for GRASS 6.3 e 6.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11052 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-11

    fix for bug #1756

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11041 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-11

    Fix for bug 1756, renaming of postgis connection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11040 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-10

    don't show ranges for unique values in legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11037 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-10

    added new qgis svg logo version created by Anita Graser


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11036 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-09

    qgis.r.external.all (r11033)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11034 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-09

    Fixed #1763:
    * Added python script qgis.r.external.all.py
    * Added module and icon file for qgis.r.external.all
    * Changed the module parser to accept the 'directory' attribute to allow the directory selection


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11033 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-06

    update spatialite to 2.3.1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11031 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-06

    GRASS warnings were fixed; disable warnings on sqlite3/spatialite

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11030 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-06

    Added a donor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11029 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-06

    Fix crash in simplify tool, from Richard Kostecky


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11028 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-04

    Fix for bug #1027, extent command line option does not appear to work

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11023 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-04

    fix #1045

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11022 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-04

    Disable drag and drop in symbol dialogs, fix for bug #1481

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11017 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-04

    Better formatting of classification strings for legend. Fixes bug #1397

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11016 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-03

    Made the canvas get refreshed every time a module of GRASS plugin is runned. Fixes #1611.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11015 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-03

    Updated python bindings with some added functions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11014 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-03

    Added a donor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11012 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-02

    evis plugin (r10995);
    install DONORS file (r11009);
    misc project cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11011 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-02

    Update sponsor and donor text

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11010 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-02

    Updated the about dialog to take care of DONORS file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11009 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-02

    fix typos in german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11005 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    automatic indentation update (r10980-r11003)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11004 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    fix link error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11003 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11002 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    fix some evis typos and update translation strings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11001 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    include evis plugin in debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@11000 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    update_ts_files.sh run

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10999 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    remove location from temporary python translation files from ts files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10998 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    apply #1423

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10997 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    translation update: spanish by Carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10996 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    -Contribution of the eVis plugin, version 1.1.0, to the QGIS project
    -Documentation folks can find our original user guide at http://biodiversityinformatics.amnh.org/open_source/evis/documentation.php
    -Any questions can be sent to ersts at amnh dot org and horning at amnh dot org

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10995 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    fix #1311

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10994 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    reindent qgsvectorlayer.cpp - PLEASE run scripts/prepare-commit.sh before commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10993 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    Added a convenience to retrieve the attribute display name from QgsVectorLayer. Use this function in renderer dialogs, info tool, attribute table and composer legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10992 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    Also use integer/double formating for continous color legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10991 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-07-01

    [FEATURE] Possibility to add attribute aliases for vector layers. The aliases are shown in the infotool and attribute table to have more descriptive names

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10990 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-30

    Fix for bug #983, numerical ranges in graduated symbol

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10989 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-27

    fix #1751

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10987 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-27

    [FEATURE] add default class to unique value renderer (fixes #1750)
    - unique value enull" now default class (ie. class for values without a defined class)
    - "add class" and "classify" now add the default class



    git-svn-id: http://svn.osgeo.org/qgis/trunk@10986 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-26

    Replaced activated signal with triggered signal in composer to get rid of qt3 support issues

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10985 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-26

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10984 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-26

    sync QgsVectorDataProvider sip interface

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10983 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-26

    re-add vector attribute method removed in r10863

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10982 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-26

    automatic indentation update (r10918-r10980)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10981 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-25

    translation update: vietnamese by Huu Manh Bui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10980 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-25

    fix a warning and add a note about QgsVectorDataProvider::addAttributes() change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10979 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-25

    Applied patch to fix bug #1747. Thanks to gcarrillo!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10978 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-24

    fix sqlite compile error, for real this time

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10976 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-24

    fix sqlite compile error, part 2

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10975 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-24

    fix sqlite compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10974 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-24

    OGR provider update (fixes #1746)
    - use OGR and not the filename to deduce the layername
    - fall back to QgsVectorDataProvider methods if OGR SQL doesn't work
    - check error code of OGR_L_SetFeature


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10972 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-23

    Remove a potential source of crash in triangle interpolator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10971 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-23

    Node tool now works also with on the fly projections turned on.
    Contributed by Richard Kostecky.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10970 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-23

    fix #1744

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10969 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-23

    reindent postgres provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10968 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-23

    partial fix for #1743 : connection to proper QAction's triggered() signal in all core plugins

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10967 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-22

    Added the possibility to view informations about regions into the browser of the GRASS plug-in to fix ticket #1624.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10966 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-21

    also use QPixmap for decorations (followup to r10926)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10965 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-21

    Fix for bug #1738, duplicated objects in composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10964 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-21

    [FEATURE] Added possibility to keep the current layers in a composer map even if further layers are added to the main map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10963 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-19

    Fixed a redundant call.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10962 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-19

    Fix for bug 1488

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10961 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-19

    Fixed #1364.
    Changed the behavior of the file selection dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10960 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-19

    fixed a typing error.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10959 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-19

    [FEATURE] possibility to display current date in composer label by typing (d 'June' yyyy) or similar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10956 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-18

    enable internal spatialite option; reduce recompilation a bit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10953 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-18

    node tool fixes (r10947)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10950 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-18

    Added new edit type for attributes that are not recommended to change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10949 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-18

    A bunch of fixes for node tool from Richard:
    - fixed update of node tool vertex markers after undo #1736
    - fixed a crash when trying to edit non-existent feature
    - vertex markers are now QgsVertexMarker instances (i.e. don't scale when zooming)
    - fixed moving of points in point layer
    - original node is excluded when snapping

    Fixed double map canvas refresh when doing edits.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10947 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-17

    Allowed multiple seletion in the QTreeView of the grass map browser to fix #566.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10946 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-17

    Added the possibility to select multiple files in modules such as r.patch.
    Changed the module r.patch to exploit the new feature (fixes ticket #1489)
    Fixed the starting point of the selection dialog to the last directory used (fixes ticket #1362)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10945 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-17

    Changed r.out.tiff.qgm to fix ticket #1628.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10944 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-17

    Improvements for merge tool. Show a progress dialog during the merge and make the item showing the attribute values after the merge editable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10943 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-17

    Move split feature tool to advanced digitize toolbar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10942 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-17

    Extended enum support in postgres provider to work also with domain check constrains (at the moment only for constrain types like VALUE in ('a', 'b', 'c'))

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10940 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-16

    GRASS qgc update (r10930); optimize GRASS module install

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10938 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-16

    Fix Parse error.  Function missing ending ).  Instead found left paren with text (. on line 7. Did this by separating logic for 'directory present' and 'is a directory' checks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10937 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-16

    reorganized grass python interface, patch by cgsbob

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10936 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-16

    Replace the hardcoded treshold in line splitting code and added more comment

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10935 c8812cc2-4d05-0410-92ff-de0c093fc19c

gcontreras <gcontreras@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-15

    Fix for ticket #936, Legend name too long when executing "qgis vectorfile.shp"

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10934 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-15

    Split thresholds should be dependant on map unit type. For now use values that work in nearly all cases

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10931 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-15

    Moved default.qgc into modules directory to make the modules tree and search GRASS version dependent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10930 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-15

    Put map name in quotes to avoid issues with map names having spaces

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10929 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-15

    Use higher tresholds for line splitting to avoid numerical problems with large coordinate values

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10928 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-15

    translation update: spanish for trunk by Carlos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10927 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-14

    Always use QPixmap when drawing the map in canvas.
    This results in faster updates of canvas when rendered map is QImage - e.g. when panning / updating rubber bands.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10926 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-14

    Fix for #1730 and some small updates in attribute table view code. Contributed by Vita Cizek.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10925 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-14

    undo feature (r10920 r10921)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10924 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-14

    Don't forget to add new point to undo stack.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10923 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-14

    Unfreeze canvas also when cancel is clicked in open ogr layer dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10922 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-14

    [FEATURE] Added undo/redo functionality for vector layer editing.

    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.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10921 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-14

    Added infrastructure for vector editing undo/redo functionality.

    Note - when implementing edit tools for vector layer:
    All editation should be done between beginEditCommand() and endEditCommand()
    calls so that the operation are stored.

    Note - when doing changes inside QgsVectorLayer code:
    When doing any changes inside QgsVectorLayer they should be done using edit*() functions
    and _not_ directly e.g. mChangedGeometries[fid] = (...) otherwise the change won't be
    stored in the undo stack and it would lead to invalid behaviour of undo.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10920 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-14

    Larger maximum value for default snapping / search tolerance

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10919 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-13

    -removed the use of setPixel() in the rendering routines, thanks Yan for the suggestion
    -swapped all of the myColumns and myRows in the rendering routines, as they were reversed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10918 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-12

    GRASS module reorg and updates (r10903, r10908, r10909, r10910, r10911)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10917 c8812cc2-4d05-0410-92ff-de0c093fc19c

gcontreras <gcontreras@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-12

    Fix for ticket #1702, when loading an ogr database datasource with one layer the password appears in legend.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10916 c8812cc2-4d05-0410-92ff-de0c093fc19c

gcontreras <gcontreras@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-12

    Fix for bug #1520, After adding a column for OGR-Layer, column doesn't appear in attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10914 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-12

    Removed duplicated entry in GRASS plugin module list.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10912 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-12

    Added r.external.qgis GRASS plugin module.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10911 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-12

    Changed the icon for r.external GRASS plugin module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10910 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-12

    Added r.external GRASS module. Fixes #1623.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10909 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-12

    Changed GRASS modules directory structure to allow different modules version for different GRASS versions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10908 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-11

    updated spanish translation file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10905 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-11

    Make TIN interpolation more robust in case of NULL values and data distribution on lines. Minor change in qgsvectordataprovider.cpp to directly request a const iterator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10904 c8812cc2-4d05-0410-92ff-de0c093fc19c

rugginoso <rugginoso@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-11

    Changed some grass modules to work with grass 6.4 and guarantee the compatibility with previous versions. Fixed #1629.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10903 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-11

    Support for enumerations as an edit type in the infotool dialog (with combo box selection)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10902 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-11

    missed some GEOS bits (r10894)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10901 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-10

    GRASS PG export (r10899)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10900 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-10

    new script + qgis module for vector to PostGIS export, fix for #1190

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10899 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-10

    Applied patch to fix legend cursor. Provided by gcarrillo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10897 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-09

    Fixed #1706.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10896 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-09

    Change layer's icon in legend to reflext that the layer is editable.

    Removed duplicate function.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10895 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-09

    GRASS needs GEOS now (r10893)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10894 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-09

    fix build problems with GRASS 6.5 GEOS support and #1723

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10893 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-08

    Forgot to commit a file last Friday that is necessary for WMS based printing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10892 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-06

    node tool (r10890)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10891 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-06

    [FEATURE] Added a new "node" tool (in advanced digitizing toolbar).
    Integrates add, move and delete vertex tools for faster editing.

    Contributed by Richard Kostecky, qgis-mapper team.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10890 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-05

    fixed wrong port

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10886 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-05

    Use a DPI parameter in the WMS request. This allows printing with QGIS from QGIS mapserver (and is ignored by the other WMS servers)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10885 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-05

    More robust parsing of project snapping options

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10883 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-05

    [FEATURE] Added option to show only markers of selected features in editing mode.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10882 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-03

    merge features (r10879)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10881 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-03

    Use QImage as composer map cache because rendering to QPixmap may be slow if antialiasing is turned on

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10880 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-03

    New functionality for merging features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10879 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-03

    Added null transformations from 1.0.0 and 1.0.2 to 1.1.1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10878 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-02

    automatic indentation update (r10594-r10876)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10877 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-02

    Added increment for unit iterator and added a security check if snapping unit is not there (e.g. 1.0 project file)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10876 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-02

    fix attribute table edit problem when geometry is not last column in postgis tables

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10875 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-01

    make saving of relative pathes of file data sources optional

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10874 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-01

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10873 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-01

    indentation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10872 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-01

    added grass/qgis build instruction for ecw and mrsid written by Giovanni Manghi


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10870 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-01

    Merge linestrings together in union operation. Otherwise geos would create a multilinestring containing the linestrings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10869 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-06-01

    Append suffix for composer template file. Fixes bug #1708

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10868 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-31

    Fix for problem with features that cannot be exported to shape

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10867 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-31

    Improved handling of attribute types in WFS provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10866 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-30

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10864 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-30

    - allow setting of field width and precision when adding attributes
    - update vector data providers accordingly
    - postgres provider:
      - add support for more native types and setting of column comments
      - catch errors on retrieval of defaults values (fixes #1713)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@10863 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-30

    install icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10862 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-29

    tidy up clutter, part 2

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10861 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-29

    tidy up clutter

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10860 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-28

    Show SSL modes also when adding new DB connection.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10859 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-28

    QgsWFSPlugin::setCurrentTheme needs to be a slot

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10858 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-28

    Fix for bug #1717

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10856 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-27

    allow project relative position of file data sources and svgs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10854 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-27

    fix crash when viewing project properties of 1.1 project files
    (missing LayerSnappingToleranceUnitList)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10853 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-27

    wms layer ordering arrows (r10850)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10852 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-27

    Added the possibility to change the order of layers in the WMS dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10850 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-26

    applying patch from ticket #1714: adds option to perform geoprocessing and basic statistics functions on selected features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10849 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-25

    fix basic statistics calculation ( mean no longer always 0.00! )

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10848 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-25

    Revert change in qgsvectorlayer.sip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10847 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-25

    added new qgis_xh.ts file for xhosa language .. update script run automatically ;)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10846 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-25

    added overlay methods to python bindings for QgsVectorLayer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10845 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-25

    ts_update script and fixed problems with qt4.5
    should compile on all systems now


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10842 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-23

    Fixed a crash when simplifying geometries with larger coordinates. By Richard Kostecky.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10841 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-22

    Fixed documentation of QgsGeometry::asMulti*() functions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10836 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-22

    Fix for bug with wfs point layers that don't provide bbox information

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10834 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-21

    fix typo in simply_geometry function

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10833 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-21

    add delaunay triangulation to the help xml file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10832 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-19

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10825 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-19

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10824 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-19

    translation updates - up to latest strings
    hope this will work on qt4.5 systems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10822 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-19

    fix #1709

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10820 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-18

    Plugin Installer minor fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10818 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-18

    try if grass module can be imported

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10817 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-18

    The locale selector fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10815 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-18

    additional fix for #1173, missing PYTHON path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10814 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-18

    In translation files, only consider strings from src and python directories (to avoid including redundant and obsolete strings from the build directory)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10813 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-18

    fix for ticket #1617, wrong maps associated with combobox after update (added layer)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10812 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-18

    translation update: .hu from zoltan siki

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10810 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-17

    apply #1700

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10808 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-15

    obsolete strings removed .. sorry for that


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10803 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-15

    updated all language files to new strings - adapted statistics file to fit new wiki syntax


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10801 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-15

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10799 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-15

    fix link error on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10797 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-14

    overlay update (r10791), grass update (r10795)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10796 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-14

    fixed ticket #1173, new script which runs both db.connect and db.login (if necessary) for postgres database, connection is tested

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10795 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-14

    Keep mCachedGeometries up-to-date before the next repaint. This is important in cases where topological editing is enabled

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10794 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-14

    [UPDATE] support polygon features for simplification.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10793 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-14

    [FEATURE] Possibility to search in attribute table within selected records only.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10792 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-14

    Change in overlay classes such that pal object and geos geometry don't appear in the public interfaces (important for python bindings)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10791 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-14

    more fixes for ticket #1133

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10790 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-14

    reflected G_find_vector2 declaration change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10789 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-13

    Fix for problem with split tool and topological editing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10788 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-13

    fixed ticket #1133: title adjusted on resize, use of option label; description used as tooltip; layout of vector fields combobox; dont use empty not required option

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10787 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-13

    add lock icon (r10775)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10785 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-13

    fixed a problem in attribute table: selection was not getting updated correctly when showing only selected features.
    Patch by Vita Cizek.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10784 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-13

    Keep width and height of the composer map fixed if user sets the composer map extent to the map canvas extent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10777 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-13

    Some improvements and bugfixes for moving and resizing composer items

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10776 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-12

    Possibility to lock/unlock composer item position by right mouse click

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10775 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-12

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10774 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-08

    missed some installed headers; clarify some dependency requirements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10760 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-08

    Added DONORS, changed SPONSORS. Please add DONORS tab to the About box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10756 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-07

    fix #1682

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10753 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-06

    fix #1678

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10748 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-06

    add missing combobox to set data defined label color

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10746 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-05

    silence extensive debugging noise

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10743 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-05

    fix python binding compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10742 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-05

    Extension of QgisInterface so also actions from plugins can be set in configure shortcuts dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10741 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-05

    Make pal diagrams work if on-the-fly reprojection is enabled. Added two consts in geometry methods

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10738 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10733 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    shortcuts update (r10730, r10731)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10732 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    Forgotten to add configure dialog's ui file in last commit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10731 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

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


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10730 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    attributetable update (r10718, r10726)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10727 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    Added missing files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10726 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    Bugfix: consider multiple overlay objects for multitypes (or also possible no overlay objects if the feature is too small)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10725 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    Trivial change, just removed some extra white space

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10722 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    debian packaging update for 1.2.0



    git-svn-id: http://svn.osgeo.org/qgis/trunk@10721 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    Regenerated from sources

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10720 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    Placeholder updates for eventual 1.2 release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10719 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    Refactoring to follow the 1 class :: 1 file rule. Also renamed mem model to memorymodel to comply with coding standards

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10718 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-04

    Updates to coding standards docs - mainly formatting and layout cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10717 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10709 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    fix #1666

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10708 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    rename delete hole tool (r10705)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10707 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    remove Qt3 remains from GRASS plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10706 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    Renamed delete hole tool to delete ring per suggestion by Borys.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10705 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    version update (r10698), vector edit update (r10700)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10704 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    Make sure that the new tools' icons are updated when changing theme.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10703 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    Moved add island and add ring tools to advanced digitizing toolbar.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10702 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    Added changeGeometry() method as have been suggested on mailing list.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10701 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    New vector editing tools:
    - delete part of multipart feature
    - delete hole from polygon
    - simplify feature

    These tools are in the new "advanced" editing toolbar.
    Contributed by Richard Kostecky (qgis-mapper project).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10700 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    Update splash and versions so its clear trunk is trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10698 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    Some adjustments in wfs provider and implemented failback method to calculate the layer bounding box if the wfs server does not provide extent information. Fixes bug #1599

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10697 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    update OSX build, add Xcode build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10696 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-02

    grass shell (r10664, r10666)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10695 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-01

    fix #1673 and #1674

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10693 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-05-01

    fix #1672

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10692 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-30

    Call function throwGeosException to avoid segfault with invalid ring geometries. Fixes bug #1667

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10689 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-30

    Improved calls to PAL library

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10687 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-30

    fix grass plugin compile errors (by removing Qt3 cruft)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10686 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-29

    fixed documentation for zoomByFactor()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10684 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-28

    add progress indication when layers are loaded from projects

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10673 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-28

    apply patch from #52

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10672 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-28

    Fix a bug in the parsing of the WFS attributes definition

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10671 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-27

    quick fix to get grass shell built on mac

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10668 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-27

    Fix for bug #1657 and fix for a memory leak in ogr provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10667 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-27

    fix windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10666 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-27

    Adding qtermwidget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10665 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-27

    New GRASS shell - first commit - dev Lorenzo Masini

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10664 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-26

    missed a file in r10659

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10659 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-26

    reduce debug output noise when not debugging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10658 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-26

    speed up loading of projects with (complex) views:
    save key column of postgresql layers to projects file and try it first on
    reload.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@10657 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-26

    Arabic translation update by Latif Jalil

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10656 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-26

    fix french translation (fixes #1655)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10655 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-26

    translation update: fr by jean roc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10653 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-24

    consider comments in python plugin translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10651 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-24

    fix #1651

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10649 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-24

    translation update: es from carlos
    seems a bit too late to make it into release ;)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10648 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-24

    spatialite icon (r10644)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10646 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    followup r10633:
    - remove i18n.cpps that are now created on update_ts_files.sh automatically
    - update_ts_files.sh run to get the current python plugin strings (+ new strings r10643)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@10645 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    the gis icon theme update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10644 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    apply #1646

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10643 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    fix fTools build problem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10641 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10640 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10638 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10637 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    translation update: nl by Richard

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10636 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    translation update: lv by Peteris

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10635 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10634 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    add translations strings for python plugins automatically.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10633 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    translationi update: updated .nl from Richard

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10632 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-23

    handle Qt debug variants; basic debug help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10629 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10628 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    translation update: nl from Richard


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10627 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    translation update: es from Carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10625 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    translation update:russian from artem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10623 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10622 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10621 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10620 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10619 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10618 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10617 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    add some missing fTools translation strings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10616 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10615 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-22

    translation string update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10614 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-21

    adapt debian package to r10612

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10613 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-21

    rename manual page files (fixes #1517)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10612 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-21

    adds ability to copy unique values to clipboard to pasting into other
    software (i.e. excel); updates version number as well


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10610 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-21

    Typo in GRASS default.qgc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10609 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-21

    Applied last minute patch for http auth support in wms (see ticket #1603).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10608 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-20

    fix #1644

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10605 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-20

    Sorting of raster color ramp items: better and faster.

    ... why to use insert sort if we have quicksort for free ...? :)

    (was taking minutes for one raster layer)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10604 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-19

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10603 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-19

    update zoom next icons (using convert -flop from zoom last)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10602 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-19

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10601 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-19

    update ts run (using Qt 4.5rc1)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10600 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-19

    fix #1460

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10596 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-19

    automatic indentation update (r10488-r10594)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10595 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-18

    Applied patch from smizuno that fixes bug #1540

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10592 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-18

    new theme icons (r10588)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10591 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-18

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10590 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-18

    Applied patch from ticket #1522 for Zoom Next functionality.
    Includes icons for zoom next tool.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10589 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-18

    Applied patch from ticket #1522 for Zoom Next functionality.
    Includes icons for zoom next tool (same icon for all themes).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10588 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-17

    Plugin Installer update - cleaning and refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10587 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-17

    fix theme copy paths

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10586 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-17

    Fixed compilation error with CSLCount not being declared.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10585 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-17

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10584 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-17

    Fix a typo in the about dialog box text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10583 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-16

    complete QgsDataSourceURI() methods

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10581 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-16

    fix #1371

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10580 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-16

    add QgsDataSourceURI::database()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10579 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-16

    handle broken postgis installations more traceful

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10578 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-16

    fix r10511

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10577 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-16

    fix german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10576 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-16

        Added warning when attempting to create an attribute action without
        specifying both a name and and the action to perform. Fixes bug #1596


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10575 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-15

    oracle raster plugin (r10566)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10574 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-15

    headers (r10561), misc cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10573 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-15

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10571 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-15

    news fixes, additions and translation string updates



    git-svn-id: http://svn.osgeo.org/qgis/trunk@10570 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-15

    add oracle plugin to debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10569 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-15

    fix link error with MSVC

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10568 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-15

    Added Ivan to contributors file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10567 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-15

    Added oracle spatial raster plugin provided by Ivan Lucena

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10566 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-14

    fix build problem on mac

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10565 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-14

    I hope everybody likes green

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10564 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-14

    fix QgsDataSourceUri::publicSource() for postgres provider layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10563 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-14

    For 1.1 release we need geos 3.0.0 or later so make sure the user has it.
    GEOS 3 is required by PAL, simplify method of QgsGeometry and probably also spatialite.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10562 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-14

    Add vector overlay classes to include headers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10561 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-14

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10560 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-13

    attribute dialog (r10550, r10551, r10552), config cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10558 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-13

    PyQGIS: wrapped QgsMapTip and QgsRunProcess.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10557 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-13

    QgsRunProcess says: if I'm going to die, better kill me a bit later. That will be without segfaults.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10556 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-13

    Fixed handling of tolerance for projected layers (#1634).
    Patch contributed by Richard Kostecky.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10555 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-13

    Dummy commit that updates CMakeLists.txt in src/ui - should force cmake to update itself and don't complain about a missing ui file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10554 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-13

    Renaming of Beata* classes to QgsAttributeTable* classes done.

    Happy easter ;-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10553 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-13

    Removed old attribute table ui file, renamed and updated current ui file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10552 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-13

    Renaming of files "Beata" -> "qgsattributetable".
    Build temporarily broken, to be fixed in next commit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10551 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-13

    Removed "old" attribute table from repository.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10550 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-12

    Added a bunch of missing functions in bindings for QgsSymbol.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10548 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-12

    Save and read provider encoding from project file. Fixes bug #1310

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10546 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-12

    make sure all the rubber band frames are deleted in composer. Fixes bug #1573

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10544 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-12

    fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10542 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-12

    Removed part about analysis lib since it is not yet in trunk


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10541 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Updated changelog in help - about dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10540 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Added note on how version_int is computed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10539 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Updated changelog for 1.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10538 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Fix version number gaff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10537 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    fix internal spatialite build with MSVC

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10536 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    fix various warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10535 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    fixed spatialite RTree issue


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10534 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    fix #1203

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10533 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Update int version for 1.1 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10531 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Allow moving of single points to use snapping (part of fix for #1550)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10530 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    spatialite data provider - fixup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10529 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    the list of translators update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10528 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    install translators list to docs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10527 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Fix poor grammar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10526 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Updated names list from organigram

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10525 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Added tab for translator acknowledgement to about box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10524 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-11

    Use camel case for plugin name. Fixes issue where tab name appears in lower case

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10523 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-10

    add ui defaults

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10521 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-10

    Updated splash for 1.1 release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10520 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-09

    Hide plugin installer button in plugin manager until we resolve some problems with integration (probably in 1.2 release)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10518 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-09

    Fix for bug #1570, move vertex after add vertex introduces new vertices when snapping is active

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10517 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-09

    typo fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10516 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-09

    fix for a memory leak

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10515 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-09

    update version number


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10514 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-09

    fixes output attributes for delaunay triangulation function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10513 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-09

    Plugin Installer update - prepare to merge with Plugin Manager

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10512 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-08

    qualify default postgres layer name with column, if there would be a layer by the same name otherwise

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10511 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-08

    include diagram overlays in debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10509 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-08

    remove overlay classes in core.sip until some problems are fixed...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10507 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-08

    Add overlay object, modify core.sip to include it

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10506 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-08

    add sip-file for vector overlay

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10505 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    upgrade internal spatialite from beta to amalgamated 2.3.0 release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10504 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    udpates to centroid function, should work with any and all projections


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10503 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    vector overlay added, misc updates (r10481, r10484)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10500 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    remove qgsvectoroverlayplugin.cpp that not needed anymore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10498 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    remove empty sections from grass default.qgc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10497 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    open grass module tree collapsed (implements #459)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10496 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    apply #1566

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10495 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    remove debug code from triangle interpolation class

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10494 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    added notes about new optional sslmode parameter in 1.1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10493 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    Added notes about new classes and methods in 1.1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10492 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-07

    Revert accidental change in plugin installer during merge of vector_overlay branch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10491 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-06

    automatic indentation update (r10457-r10488)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10489 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-06

    detect iconv on macosx

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10488 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-06

    fix msvc build errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10485 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-06

    Merge vector overlay branch (diagram plugin)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10484 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-06

    make sslmode optional

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10482 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-06

    also install qgstolerance.h

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10481 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    internal sqlite3 was replaced with spatialite

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10480 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    tolerance (r10478), spatialite (r10473) updates (spatialite sources added to project, but not integrated in build yet)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10479 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    Added possibility to express tolerances for digitising also in pixels in addition to map units. Patch contributed by Richard Kostecky.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10478 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    actually use iconv include path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10476 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    missed a file in last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10475 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    use ctid as temporary feature id in postgres provider if there is no other primary key available

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10474 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    add internal spatialite support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10473 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    make spatialite provider work on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10472 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    update debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10471 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10470 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    include error string when loading plugins

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10469 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-05

    fix a warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10468 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-04

    Added missing bindings to QgsMapRenderer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10467 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-04

    Port r10462 to trunk - adds nsis files for setting gui defaults on first run in windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10466 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-04

    Updated sidelogos on win installer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10463 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-03

    fix translations for Qt 4.5 (again)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10461 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-03

    Added geos include dir to spatialite cmake file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10460 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-03

    fixes gui bug that displayed unnecessary browse button and box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10459 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-03

    automatic indentation update (r10429-r10457)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10458 c8812cc2-4d05-0410-92ff-de0c093fc19c

gcontreras <gcontreras@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-03

    Changes to remove password from ogr database uris in legend and setting port 5151 as default for sde connections.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10457 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-02

    make SSL mode of PostgreSQL connections configuable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10456 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-02

    fix #1613

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10455 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-02

    Typo in r.quant

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10454 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-01

    Removing a non-working option from r.colors.qgm (needs deeper fix)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10453 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-01

    Typo in IT translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10452 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-01

    Bugfix on r.colors.* modules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10451 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-04-01

    Typo in r.contour

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10450 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-31

    Fixed #1605.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10448 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-31

    also use _isnan for mingw compiles

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10445 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-30

    same here - added hebrew translation file and several updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10444 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-28

    moved decorations problem (seems related to metacity) to the right place and did (hopefully) the right thing with it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10439 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-28

    Add default plugin installer icon (sync with r10434)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10438 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-28

    bringing back decoration to georeferencer plugin - can someone look after it because this is my first alone C commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10437 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-28

    fix for georeferencing with linear transformation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10436 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-28

    display layer name for WMS layers instead of server to distinguish several layers from the same WMS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10435 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-28

    added icon for plugin installer in plugin manager


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10434 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-28

    fix beata crash

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10433 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-27

    added button in plugin manager for opening plugin installer (if present).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10431 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-27

    automatic indentation update (r10065-r10429)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10430 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-27

    fix #1598

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10429 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-27

    fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10428 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-27

    fix warning in wfs provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10427 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-27

    fix feature count in postgres provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10426 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-27

    use QgsDebugMsg instead of iostream in BEATA and reindent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10425 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-26

    Fix minimum version error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10424 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-26

    Updates to table widget layout


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10423 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-26

    Fixes polygon centroids tool, updates version number and about dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10422 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-26

    updates fTools version and supplies license info


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10421 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-26

    Fixes error with union function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10420 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-26

    add bundle step for spatialite

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10418 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-26

    more grass icons (r10411), add spatialite (r10414)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10417 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-25

    fix for wkb export with multipoints from Vita Cizek. Thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10416 c8812cc2-4d05-0410-92ff-de0c093fc19c

esseffe <esseffe@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-24

    supporting the SpatiaLite Data Provider
    2009-04-24 Sandro Furieri <a.furieri@lqt.it>


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10414 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-23

    more icons for the GIS theme

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10411 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-23

    on the fly theme change support for fTools -> 'default' and 'gis' themes available

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10410 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-23

    Fix crash when calculating basic stats on a column of zeros

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10409 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-23

    on-the-fly icon theme change also for the python core plugins

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10408 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-23

    gpsimporter plugin name mysteriously fixed itself in debug build, but not release build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10407 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-23

    added bundle script for user extras

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10406 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-22

    more icon theme updates (r10403, r10404)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10405 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-22

    gis theme icons for the core plugins. Hackfest geschlossen.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10404 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-22

    Support for icon themes for the core plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10403 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-22

    translation update: .fr from Jean Roc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10402 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-22

    fixed handling of projections not stored in qgis database.
    now the projection string shouldn't be lost.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10398 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-22

    Layout tweaks for new attribute table to remove margin space

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10397 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    Gui cleanups for coordinate capture - dont use a toolbar icon, rather use a button in the dock.
    Also use less precision for dd maps.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10395 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    Hide / show vector layer editing tool based on context of layer type and editing status


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10394 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    Enable plugins to dynamically change their theme if it is changed in app props. Its up to each plugin to individually support this

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10393 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    adds both simplify and centroid to qgsgeometry -> these will be used by the qgsanalysis branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10392 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    Disable label controls if labels are disabled


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10389 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    Me no likey likey when ui gets fatty fatty....make dialog a size fit for human beans again...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10386 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    changed mapserver_export icon file name (r10381)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10385 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    revert the mistaken 10382


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10384 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    Added Mathias Walker


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10383 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    missing icon for the mapserver_export plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10382 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    icon themes support for the mapserver_export plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10381 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    Added open WMS search interface from Mathias Walker

    Mathias Walker <mwa at sourcepole.ch>, Sourcepole AG


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10380 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    Take care of file format - otherwise it looks .. strange ;)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10376 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    removed attribute table behaviour setting from options (not necessary with new attribute table :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10375 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    attribute table: docking available again, better switching between all/selected rows, fixed editing toggle


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10374 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    Changed "fTools About" to "fTools Information" to prevent
    it being placed in the about menu on OS X (may be better solution).
    Besides, I needed a token commit for the hackfest...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10373 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    added decoration for about box on non-MacOS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10371 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    make the plugin installer and the fTools enabled by default


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10369 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    attribute table: fixed the label, fixed zoom to selection and copy rows actions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10365 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    adding myself to the AUTHORS file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10362 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    another fix for debug build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10356 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    jef is jef ;)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10354 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    add attributetable to project (sync with r10337, r10338)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10352 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-21

    fixed another debug configuration compile issue

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10351 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    Fix for redundant duplicate double repeated translation string which appeared twice so I removed once because there were two of them....

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10350 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    just a midnight commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10348 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    script update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10347 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    the plugin installer update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10345 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    email address update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10343 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    translation updates



    git-svn-id: http://svn.osgeo.org/qgis/trunk@10341 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    forgotten UI file for attribute table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10338 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    Greetings from hackfest from one-handed guy :-)

    Imported new attribute table. enjoy!



    git-svn-id: http://svn.osgeo.org/qgis/trunk@10337 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    fix layout of layer selection in grass toolbox

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10335 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    fix identation in default.qgc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10334 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    fix v.in.ogr/v.in.ogr.qgis module files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10331 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    debug configuration fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10329 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    Added new module group for analysis

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10328 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    pyqgis: another piece of code with missing binding :-/


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10327 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    use configured QGIS_DATA_SUBDIR on OSX

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10320 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    apply compilation changes to debug configuration also

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10319 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    fix layout of add vector dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10318 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10317 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    Use the middle mouse button for panning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10314 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    simplified compilation of Qt sources with custom rules (deleted files)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10313 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-20

    simplified compilation of Qt sources with custom rules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10312 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-19

    add translatation statistics script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10294 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-18

    ogr openvector changes (sync with r10289)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10291 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-18

    fix python settings for native build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10290 c8812cc2-4d05-0410-92ff-de0c093fc19c

gcontreras <gcontreras@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-18

    Changes in openvector dialog to support all drivers available in ogr including database and protocol drivers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10289 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-17

    Tweaks to make cmake find the sqlite3, pq, gdal and geos dependencies when using LIB_DIR and osgeo4w dependencies

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10288 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-16

    add new grass modules to xcode

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10287 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-16

    Applied patch from Andrej Krutak - added removeDockWidget() to interface.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10286 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-16

    copy grass modules to correct location

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10285 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-16

    Removing GRASS duplicate modules in default

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10283 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-16

    New GRASS modules to convert loaded rasters and vectors - thanks John C. Tull

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10282 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-16

    New GRASS modules to convert loaded rater and vectors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10281 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-15

    set edited features valid to prevent them from disappearing from screen

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10280 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-14

    -Simplified the QgsRasterLayer::generateBandName function based on a suggestion from Jef

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10279 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-14

    -Padded band numbers with leading zeros
    -Added patch to keep older project files from breaking
    -Closes ticket #1567

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10278 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-14

    add new ftools files to Xcode project (sync with r10265)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10277 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-13

    Remove the private members from the composer sip files as they cannot be used from Python anyway

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10275 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-13

    faster properties dialog for WMS layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10274 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-11

    Ensures that features (properly) fetched from provider (via nextFeature)
    are set as valid
    Ensures that only valid features are rendered on the map canvas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10272 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-11

    -Fixed issue with color ramp shader and doubles
    -Closes ticket #1497

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10271 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-09

    copy WMS image if there is user transparency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10267 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-09

    add two new tools - polygon from layer extent - delaunay triangulaltion
    changes to menu item - sampling tools -> research tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10265 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-05

    fix #1564

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10263 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-04

    For WMS layers: combine the transparency of WMS and the layer transparency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10262 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-02

    fix i18n for Qt 4.5

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10257 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-02

    fix compile error on OSX

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10256 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-02

    debian packaging update: allow building with GRASS 6.4 on sid

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10255 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-02

    grass icon and menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10252 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-01

    Updating CMakeLists to reflect new fTools folder name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10251 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-03-01

    fix warnings and link error on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10250 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-28

    Added /TransferThis/ keywords in the constructor of the composer item classes as suggested by Martin, fixed the possibility of moving the paper item

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10248 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-27

    removed svn:executable property from source files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10245 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-27

    Python bindings for composer classes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10244 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-27

    don't consider nan vertices for interpolation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10243 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-25

    fix debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10241 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-25

    update translation strings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10240 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-25

    revert accidental commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10239 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-25

    revert accidental commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10238 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-25

    revert accidental commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10237 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-25

    saver string list handling

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10236 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-25

    translation update: fr by Jean Roc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10232 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-24

    separate QTDIR and QTBIN settings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10226 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-24

    remove old gridmaker plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10225 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-22

    add geos_c lib to bundling script; remove unused carbon framework; settings cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10220 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-22

    add missing postgres provider to optional plugins target

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10218 c8812cc2-4d05-0410-92ff-de0c093fc19c

kyngchaos <kyngchaos@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-21

    add OSX Xcode project

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10217 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-20

    fix #1557

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10214 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-20

    Dont delete layer after it is removed from registry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10207 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-19

    Added unit test to replicate crash when a raster is removed from the registry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10206 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-19

    Added r.watershed - Thanks Micha

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10205 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-15

    -Added some qsetting checks/defaults for loading colormaps and transparency files
    -Fix some sorting problems with the color map editor, which may address #1497

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10173 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-15

    -Fixed problem when loading of default style, closes ticket #1480
    -Added additional initialization of QgsRasterLayer class variables
    -Plugged a memory leak when chaning shaders

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10172 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-14

    update debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10166 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-13

    Show warning before deleting features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10165 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-13

    Add the option to print maps as rasters

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10162 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-10

    -Updated transparency setting for WMS layers
    -Should close ticket #1533

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10146 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-09

    Item Point -> Item reference point

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10140 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-08

    update QGIS icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10137 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-08

    prefer WINGISBASE on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10134 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-08

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10132 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-08

    use cmd.exe on windows for grass

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10130 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-08

    fix MSVC warning and stdint.h dependency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10128 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-08

    1) geoprocessing tools better handle geos exceptions
    2) fix osx bug regarding about dialog
    3) update version information


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10127 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-07

    Changed label from 'Legend' to 'Layers'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10126 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-07

    Added search capability to document generation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10125 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-07

    fix for addIsland to work also with polygons that are no longer in the view extent (bug #1495)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10122 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-07

    Added possibility not to draw vertex markers when a layer is in editing mode


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10121 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-07

    fixed a problem with retrieval of features with modified geometry


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10120 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-06

    Added QgsMapTool::keyReleaseEvent()

    Added missing binding for QgsMapTool::keyPressEvent()
     ... will ever people add the bindings for newly added functions? :-/



    git-svn-id: http://svn.osgeo.org/qgis/trunk@10118 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-06

    fix #1532

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10117 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-06

    skip labels with size<=0 - otherwise the size is ignored

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10116 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-06

    Fix for ticket #1527

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10115 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-05

    process command line arguments as filenames on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10113 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-05

    fix compile errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10111 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-05

    Added EPSG to the quick CRS button

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10110 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-05

    Revert accidentally commited cmakelist file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10109 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-05

    Allow continuous color rendering also for point symbols

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10108 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-04

    New georeferencer from GIS-Lab thanks to Maxim Dubinin!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10107 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-04

    Very CRUDE list of most recently used projections. I love the functionality, the UI could be nicer. Please do not remove, but instead improve!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10106 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-04

    Fix some issues with spurious intersection results


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10103 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-03

    Delete existing layer before writing to disk


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10102 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-03

    fix #1526

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10101 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-03

    implement #1526

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10099 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-03

    updates to geoprocessing: fix for some intersection cases


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10096 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-02

    improved handeling of postGIS layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10095 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-02

    fix #1523 (r10084 was actually fixing #1516)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10094 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-02

    add missing ui headers for gui includes for install and implement QgsProjectionSelector::setSelectedEpsg()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10093 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-02

    Show a progress dialog for wfs if there is a main window (to not crash non-graphical applications using wfs provider)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10090 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-02

    update author name and help dialog call


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10088 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-01

    fix typo in german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10086 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-01

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10085 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-01

    fix #1523

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10084 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-01

    fix translation string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10083 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-01

    update fTools/i18n.cpp (again)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10082 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-01

    update fTools/i18n.cpp

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10081 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-01

    cleanup line endings and some typos in fTools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10080 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-01

    remove unused splitter redraw option

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10079 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-02-01

    add -Wformat-security to PEDANTIC

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10078 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    When loading libqgispython failed, output to logger the reason from QLibrary.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10076 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    update CmakeList


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10075 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    change ftools directory to fTools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10074 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    update desktop integration in debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10073 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    fix bug with extents for raster layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10072 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    fix r10069

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10071 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    fix some warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10069 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    fix comparision

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10068 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    gridmaker plugin removed from debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10067 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    automatic indentation update (r10009-r10065)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10066 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-31

    Applied patch from ticket #767 by Florian El Ahdab.
    Thanks for the contribution!

    I've slightly modified the patch to simplify some pieces of code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10065 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-30

    Dodo-ification of graticule plugin in favour of ftools plugin which is now in svn

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10054 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-30

    Remove obsolete comment line from last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10053 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-30

    Add a second PNG in case UMN mapserver offers image/png and image/png; mode=24bit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10052 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-29

    fix error in adding output to mapcanvas & ability to create grid
    coverage of current zoom level


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10044 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-29

    update version number


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10040 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-29

    handle problem geometries more gracefully, check for crs differences


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10039 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-29

    python support: fixed some problems with handling of unicode strings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10038 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-28

    Don't waste time for caching the contents of composer map if the preview mode is rectangle

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10036 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-27

    Fixes error when manually specifying output coordinates
    Modifies ui to increase control on output grid extents


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10035 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-27

    QgsGeometry::asCollection works also for single-part geometries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10034 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-27

    Removed members of httptransaction that are no longer needed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10033 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-27

    Apply proxy settings also for WFS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10031 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-27

    Write a world file when creating a screenshot so that it is georeferenced

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10028 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-27

    Fixed renderer tests to actually show some output, they still fail due different units.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10027 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-26

    implemented QgsGeometry::asGeometryCollection()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10026 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-26

    Use palette highlight text colour for highlighted items so we dont have dark text on dark bg

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10025 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-26

    fixed compilation with Qt4.3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10023 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-26

    reapply translation string changes lost with r10006

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10021 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-25

    updated SVN repository address in developer's manual


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10014 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-25

    fix warning (and snapping bug)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10012 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-24

    fix gcc warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10011 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-24

    indentation update (r9780-r10009)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10010 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-24

    WMS: don't apply proxy to a list of selected urls. Done in QgsHttpTransaction::applyProxySettings so WFS & co can later also use this function. Not tested yet and still needs some cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10009 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-24

    Save templates in WriteOnly mode to prevent problems with already existing file content

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10007 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-24

    merge of advanced printing branch 2

    git-svn-id: http://svn.osgeo.org/qgis/trunk@10006 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-23

    remove old mapserver export plugin as it might confuse people.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10004 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-21

    Applied patch #1499 with slight modifications

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9996 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-21

    apply patch 1498

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9995 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-20

    removes print to stdout in geoprocessing module - fixes crash when python print
    to stdout on vista machines


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9991 c8812cc2-4d05-0410-92ff-de0c093fc19c

cfarmer <cfarmer@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-20

    initial commit of ftools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9990 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-20

    Fixed #1427 - memory leak when overwriting feature with a new feature.
    Changed grass provider to avoid copying (reuse QgsFeature instance as in other providers)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9985 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-19

    mapserver export: fixed i18n problems, fixed continuous color renderer export


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9983 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-19

    apply #1446

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9982 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-18

    icon theme license update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9980 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-17

    missed a file in r9977

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9978 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-16

    fix #1490

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9977 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-16

    translation update: CZ by Team Martin Landa

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9975 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-15

    Improvements to snapping speed: use cached geometries where possible


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9974 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-15

    Added QgsRectangle::contains predicate.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9973 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-14

    use CPLFree on CPLMalloc'ed memory

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9971 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-14

    This should fix bug #1486


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9970 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-13

    Applied patch2 for #1016

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9968 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-08

    fix postgres <8.3 support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9943 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-07

    Suppress cmake warnings in cmake 2.6

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9942 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-07

    Applied patch from ticket #1478 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9940 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-07

    Apply proxy patch that let select the proxy type in the option dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9939 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-07

    Emit signals from QgsHttpTransaction that allow progress bar and canceling of current transation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9938 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-07

    Use local aware comparison for sorting in attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9934 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-06

    fix #1477

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9932 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-06

    Fix for loading labels in postgis layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9929 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-05

    removed old userguide pdf and changed user guide paragraph in index.html.
    It now links to the current manual and translations in the internet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9925 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-03

    fix #1450 and #1382 again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9920 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-02

    fix #1450

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9919 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-02

    Updates of web banner for launch of QGIS website update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9918 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-02

    Use 'traditional' load and save icons from Robert'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9917 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-02

    speed up QgsRubberBand::setToGeometry()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9916 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-01

    Invalid QSettings pathes fixed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9915 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2009-01-01

    update trac link in about box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9914 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-30

    Fix to make gis theme icons install properly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9913 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-30

    Mark trunk as qgis 1.1.0 unstable and updated splash so unstable is visually distinct from stable on startup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9912 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-29

    apply patch #1447 from smizuno (thanks!)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9908 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-28

    Added svg symbols from Matt Amos (with his permission)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9903 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-27

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9902 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-27

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9901 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-27

    Added gis grass icon theme

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9900 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-27

    wms update:
    - show nested layers in a tree
    - enable sorting in the wms dialog (fixes #1387)
    - use Qt instead of STL templates



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9899 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-26

    german translation update and new update ts run

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9898 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-26

    string translation update:
    - collect concatenated strings into one string to get more translation context (foo + tr(" bar ") + baz => tr("%1 bar %2)").arg( foo ).arg( bar)
    - don't qualify tr(), when not necessary (QObject::tr => tr)
    - remove QString cast/ctor where not necessary ( QString( tr(...) ) => tr (...) )
    - add numerusforms where applicable
    - fix QgsGrassEdit::setCanvasPrompt (was setCanvasPropmt) and more typos
    - remove plugin template strings from coordinate capture plugin
    - add Q_OBJECT to classes using QObject::tr (fixes lupdate warnings)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9897 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-23

    fix latest debian update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9895 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-23

    update debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9894 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-23

    update userguide pdf

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9893 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-23

    Applied Smizunos patch that fixes bug #1171

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9891 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-21

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9890 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-21

    Polish translation revision

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9887 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-20

    sync doc with version 1.0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9882 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-20

    add usb: to list of gps device on linux

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9877 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-20

    incomplete translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9876 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-20

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9875 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-20

    Support for themes in grass toolbox fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9872 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-20

    Polish translation update from Robert Szczepanek


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9870 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-19

    Plugin Installer update - new repositories for the 1.x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9868 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-19

    translation files automatic update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9857 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-19

    Fix for #1428; Polish translation update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9856 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-18

    fix for a regression - QgsVectorLayer::featureAtId returns empty attribute map if not in editing mode


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9851 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-18

    Plugin Installer update - switch to the new official repository


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9848 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-18

    translation update: ru by artem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9844 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-17

    fix #1453

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9841 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-17

    removed legacy class QgsLine


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9838 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    superseded by qgis_ka_GE

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9836 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    translation update: gr by alexis

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9835 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    translation update: gr by Panos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9834 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    fix #1461 (there was a new tab added to the toolbox)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9832 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9831 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    added a description of a new feature description (i18n relevant)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9830 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    translation updates: nl by richard
    new translation: ka_GE by Shota

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9826 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    apply patch #1323 also to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9824 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    apply patch #1448 also to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9823 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    Plugin Installer polishing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9822 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-16

    Updated test images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9814 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-15

    translation update: fr and script update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9813 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-15

    typo fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9810 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-15

    translation update: fr and es by carlos and jean roc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9807 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-15

    fix #1462

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9805 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-15

    translation update: ru by artem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9804 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-14

    Fixes for geometry check tests

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9800 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-14

    Fix map render unit test

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9799 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-14

    Plugin Installer update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9798 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-14

    russian update and again script updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9797 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-14

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9796 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-14

    fix i18n relevant typo in plugin installer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9795 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-14

    translation updates: es and fr and a running script update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9792 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-14

    Minor updates to install doc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9791 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-14

    Updated whats new etc for release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9790 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    use PQconnectionNeedsPassword only with PostgreSQL>=8.3

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9789 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    Added key changes in 1.0.0 release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9788 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    Applied patch #1295 from smizuno. Thanks!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9787 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    Updated splash for final release of 1.0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9786 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    Don't set two parents for the same layout. Fixes problems in grass module widget with qt-4.3.4 (and warning message on console on later versions)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9785 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    use QgsDataSourceURI to parse postgres connection string in mapserver export (fixes #1107)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9783 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    mapserver export fix:
    - use double quotation marks for postgres layers (fixes #1104)
    - export original instead of localized unit names


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9782 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    automatic indentation update (r9447-r9780)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9781 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    fix handling of pending vector layer changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9780 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    Pass untranslated scale bar stylename to QgsComposerScaleBar. Otherwise it is a problem if the translation is not consistent in QgsComposerScaleBarWidget and QgsComposerScaleBar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9779 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-13

    postgis table selection dialog:
    - only ask for a password, when postgis needs one (fixes #1400)
    - don't complain about 'no accessible geometry tables', before checking for
      tables not listed in geometry_columns (fixes #1455)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9778 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-12

    Added   Robert Szczepanek


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9777 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-12

    Use base url passed to the provider if there is no url from the capabilities request. Hopefully fixes bugs #1434 and #1453

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9776 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-12

    Imported GIS theme from Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9775 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-12

    Make default line width 2.6 to avoid jaggies on some displays

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9774 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-11

    update scale display after project load

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9772 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-11

    fix #1162

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9771 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-10

    Polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9769 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-09

    Polish translation update from Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9764 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-09

    add missing tr()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9763 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-09

    fix QgsVectorLayer::updateExtents()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9761 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-09

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9759 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-09

    translation update: italian
    general translation file update with script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9757 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-09

    fix typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9756 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-09

    translation update: russian by Artem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9755 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-08

    Applied patch from Borys to invert selection when ctrl-key pressed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9754 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-08

    Applied patch #1325 from smizuno to fix multipoint issues. Thanks!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9753 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-07

    improved last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9752 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-07

    More save handling for WMS requests. Added an error string although there is string freeze, because the string is not at a visible place in the gui. Fixes bug #1434

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9751 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-07

    Some updates to german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9749 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-07

    more qml fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9748 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-07

    new fix for #1162 restoring lost qml features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9747 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-06

    fixed slot name to enable signal slot autoconnection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9746 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-05

    Plugin Installer update: The last string fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9745 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-05

    Send layerWillBeRemoved signal for each layer in QgsMapLayerRegistry::removeAllMapLayers()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9743 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-05

    More elegant solution for last commit (as suggested by Juergen)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9742 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-04

    Copy attribute values for feature splits. Fixes bug #1381

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9741 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-04

    Fixed a bug where the geometry type of the composer legend was not restored correctly from XML

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9738 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-04

    Update Mac menu code to match r9731. Also move remaining tool tip definitions from cpp to ui file so that all tool tips are defined in the same file and in the same place as the corresponding actions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9735 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-03

    Bugfix for vector layer: consider changed geometries also if geometry itself is not copied to the features in getNextFeatures. It is necessary to correctly decide which geometries are intersecting a rectangle

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9734 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-03

    Consider themes for all composer items and change icon themes in composer together with application. Fixes bug #1438

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9731 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-02

    Plugin toolbars and docks state saving

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9730 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-02

    Added QgsVectorLayer::deselect()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9729 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-02

    fix #1441

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9728 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-02

    translation update: chinese traditional by yao

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9727 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-02

    Polish translation update from Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9726 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-01

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9725 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-01

    Fix for ticket #1394 (Theme support for toolbar icons not completed)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9724 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-01

    translation added: chinese traditional by yao

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9722 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-12-01

    translation update: russian by Artem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9721 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-27

    Function name without get, changed more function calls to use numberOfGeometries()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9713 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-27

    Fix for bug #1424, split feature segfault

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9712 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-26

    PyQGIS: another missing bits


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9711 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-26

    Use 0.2 as default line width thoughout.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9710 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-25

    Allow opening layers with M dimension, but explicitly disable editation of geometries (would corrupt M dimension) and creation of new features (would keep invalid M dimension).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9709 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-25

    Allow editing when _any_ of the editing capabilities is supported by data provider
    (instead of checking only AddFeatures)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9708 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-25

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9707 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-25

    PyQGIS: missing QgsMapTool bindings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9706 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-25

    Fix for bug #1426 Digitizer allows island creation with no poly selected

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9705 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-25

    Polish translation update from Robert Szczepanek

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9704 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-25

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9703 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-25

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9702 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-25

    translation update: spanish by Carlos Davila

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9701 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-24

    Plugin Installer minor updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9700 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-24

    SPONSORS fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9699 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-24

    german translation fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9698 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-24

    Use trunk designation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9697 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-24

    Remove server url from path. Some server reject such requests

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9696 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-24

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9693 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-24

    Renamed ambiguous functions QgsMapCanvas::zoom to zoomIn, zoomOut and zoomByFactor.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9691 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-24

    translation update run

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9690 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-24

    attribute table now shows either all features (default), all selected features or all features in the current canvas.
    (applies #1306)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9689 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-23

    -Prevent internal pyramids from being built on rasters with JPEG compression
    -closes ticket #1357

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9688 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-23

    translation update: fr and ka

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9687 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-23

    Make default line width 0.2 instead of 0.1 as requested by Maciej

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9686 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-22

    Use 0.1 for default line width instead of 0.4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9685 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-21

    fixed URLs to API documentation (#1243)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9684 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-21

    fixed #1305


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9683 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-21

    Delete parent legend layer item if a map layer has been removed from registry and
    it was the only (last) legend layer file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9682 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-21

    Don't show password information in legend layer file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9680 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-20

    PyQGIS: added a missing function in QgsMessageViewer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9675 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-20

    translations update: french from Jean Roc Morreale

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9673 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-19

    Patch from strk to specify minimum gdal of 1.4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9672 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-19

    PyQGIS: fixed QgsSnapper / QgsMapCanvasSnapper bindings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9671 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-19

    update required GDAL version in INSTALL

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9670 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-19

    translation update: georgian from george

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9669 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-18

    hopefully final grass 6.4 fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9668 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-18

    Fix for ticket #1301, don't include inactive layers in legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9667 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-18

    yet another grass fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9666 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-18

    fix #1410

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9665 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-18

    If map tool implements own deactivate() method, it _should_ call also QgsMapTool::deactivate()
    otherwise some things like deactivation of associated action/button won't work properly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9664 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-18

    Allow python plugin's metadata in unicode.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9663 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-18

    translation update: russion from artem popov

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9662 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    Fixes for GRASS vector to work with current GRASS in trunk (from Markus Neteler)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9661 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    Fixes for GRASS vector to work with current GRASS in trunk (from Markus Neteler)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9660 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    updated translation file and newest greek translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9659 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    Added some missing svn devs - any more?


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9658 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    - QgsSnapper: use one list of QgsSnapper::SnapLayer structs rather than three separate lists
    - PyQGIS: finished QgsSnapper binding, added QgsMapCanvasSnapper


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9657 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    fix r9655

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9656 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    apply patch #364 from GRASS TRAC by Markus Neteler

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9655 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    - set mapserver export plugin as compatible
    - move import statement to classFactory() to allow faster QGIS startup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9654 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    Added python bindings for changes in r9649.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9653 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    Allow loading only compatible plugins, i.e. plugins implementing qgisMinimumVersion() metadata.
    Incompatible plugins are disabled and can't be selected in plugin manager.

    Example of new metadata: (plugin's __init__.py)

    def qgisMinimumVersion():
      return "1.0"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9652 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    disable error hooks when querying for plugin metadata


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9651 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    QgsDetailedItemData - support enabled/disabled states


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9650 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    scale based label visibility and line oriented labels

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9649 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-17

    Automatically select crs also when 'epsg' is lower case

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9648 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-16

    Added some notes about API compatibility

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9647 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-16

    dialog formatting fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9646 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-15

    -Added a raise call to keep the identify results dialog on top when clicking through rasters

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9645 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-15

    Added Nikos Alexandris to contributors list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9644 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-15

    Added north arrows contributed by Nikos Alexandris <nikos.alexandris @ uranus.uni-freiburg.de>

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9643 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-15

    Omit the layer title item completely if the string is empty

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9641 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-15

    fix bug with background color of composer picture

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9640 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-15

    Added some more notes relating to bug filing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9638 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-14

    PyQGIS fix: QgsMapLayer has QObject as subclass
    (it wasn't possible to connect to its signals)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9637 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-14

    Applying patch from smizuno to polish hard marker position accuracy. Many thanks! Fixes #1262

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9636 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-13

    Plugin Installer: string fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9635 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-13

    Plugin Installer update: cleaning and smarter error handling

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9634 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-13

    Escape quotes in translations of strings passed into python code
    (was a problem in french translation)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9633 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-13

    Translation files update: added Installer strings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9632 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-13

    Plugin Installer update: Files and classes renamed to better meet the QGIS coding standard


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9631 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-12

    Moved plugin loading from QgisApp to QgsPluginRegistry


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9630 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-12

    typedef for size_t changed to be defined outside classes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9629 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-12

    debian package update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9628 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-12

    Plugin Installer fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9627 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-12

    georgian translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9626 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-12

    Plugin Installer update: plugin compatibility checking


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9625 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-11

    Missing input line on r.patch GRASS module


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9624 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-11

    Allow a 0 pointer for the vector layer in QgsRubberBand::setToGeometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9623 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-11

    Set SIP minimal version to 4.7 (needed at least on OSX to support universal builds)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9622 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-11

    follow QgsVectorLayer::featureAtId() api change

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9621 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-11

    QgsVectorLayer::featureAtId() - use the same semantics as QgsVectorDataProvider::featureAtId()
    i.e. return true on success


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9620 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-10

    postgres provider update:
    - handle secondary geometry columns as text in EWKT.
    - improve handling of errornous queries.
    - kudos to Stefanie Tellex for the initial patch



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9619 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-10

    Plugin Installer fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9618 c8812cc2-4d05-0410-92ff-de0c093fc19c

borysiasty <borysiasty@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-10

    Plugin Installer update: inclusion to i18n


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9617 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-10

    update INSTALL from doc/INSTALL.t2t

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9616 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-10

    added debian package section

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9615 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-10

    updated all with script
    updated french translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9614 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-09

    Major cleanup of GRASS modules. Closing #1151


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9613 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-09

    Removing deprecated r.bilinear from GRASS modules


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9612 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-09

    automatic indentation update (r9447-r9610)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9611 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-09

    API cleanups for QgsRect that got overlooked...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9605 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Update Mac release scripts for 1.0.0 preview 2.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9604 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Use ISO 639-1 code for Albanian translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9603 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Update version string for preview2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9602 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    update debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9600 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9599 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    partly fix #1377, #1382 and #1306

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9598 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Fix for bug #1366 table sort order incorrect

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9595 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9594 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Further cleanup of GRASS modules


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9593 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Added missing ingroup doxygen tag


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9588 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Cleanup of GRASS modules


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9586 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Changed name of a module (unused currently, as it is not in the default config)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9585 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Further cleanup of GRASS modules, according to http://wiki.qgis.org/qgiswiki/Adding_New_Tools_to_the_GRASS_Toolbox
    Fixes https://trac.osgeo.org/qgis/ticket/1363


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9584 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Changed begin() to rewind() on provider interface

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9582 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-08

    Updated splash for preview II

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9581 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    More cleaning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9579 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    More cleaning of GRASS modules


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9578 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    More cleaning up of GRASS modules descriptions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9577 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    Final cleanups for gui API

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9576 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    Tidy up to header and fix some typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9575 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    Initial cleanup of GRASS modules descriptions: remove "an", import/export instead of imports/exports, remove redundant "map" and "layer"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9574 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    updated web banner for otto

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9573 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    Added a readme with fonts used so I never again have so spend an hour of my life wading through all my fonts trying to find the ones I used....

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9572 c8812cc2-4d05-0410-92ff-de0c093fc19c

pcav <pcav@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    Fix for https://trac.osgeo.org/qgis/ticket/1177 (thanks to Stefano Bande)
    and https://trac.osgeo.org/qgis/ticket/1361


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9571 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-07

    API Tidy ups for composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9570 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-06

    fixed comment for a signal


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9568 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-06

    -Missed a typo before that last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9567 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-06

    -some adjustments to the raster API as suggested by Timlinux

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9566 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-06

    updated all with script and add new georgian translation file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9565 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-05

    -Major API changes applied to be consistent with the core
    -Should only be minor updates if any to the raster classes from here on out

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9564 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-02

    Api cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9562 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-01

    -Fix missed api updates in the unit tests
    -Patched minor debug error in WMS provider
    -Added ability to set transparency for WMS layer, closes ticket #1348. This patch needs to be reviewed on other platforms however as there seems to be a slight bug with QImage::setAlphaChannel

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9561 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-01

    -Delete outdated class QgsColorTable
    -First round of API cleaning for raster classes (all but QgsRasterLayer)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9560 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-11-01

    Fix legend images in quickprint

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9559 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-31

    Plugin installer updates from Borys

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9558 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-31

    First try to fix font scale problem for map labels

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9557 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-31

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9556 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-29

    polish translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9555 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-28

    Updated doxygen config to document only QGIS API.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9554 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-28

    updated french translation and again a script update run

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9553 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-27

    Added hard:arrow marker

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9552 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-27

    Fixes #929. Only enable copy/cut action when there is a selection, and only enable paste action when there is something in the clipboard.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9551 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-26

    Cleaned up header setRequest (no functional change)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9550 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-26

    Modified splash screen---waiting for critical comments :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9549 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-25

    Swedish translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9548 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-25

    Trying to fix the very erratic reordering of layer legend, by only using INSERT in lower half of layer group, and also inserting item first in child list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9547 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-25

    Use image cache only for the first widthScale (usually screen dpi), not for composer and quickprint. Enabled quickprint again as the map rendering should be ok now, but legend still needs a bit of work

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9546 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-25

    Fix for bug #1347, no label buffers in composer image output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9545 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    API tidy ups for qgssnapper

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9542 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    API updates: use clear() instead of setString() on qgssearchstring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9541 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    Use setCoordinateTransform instead of setCoordTransform

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9540 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    API cleanup for raster data provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9539 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    qgsprovidercountcalcevent api cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9538 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    Fix for WMS servers running on other than port 80 (needs testing with more servers).
    Fix for build error in grass plugin.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9537 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    API cleanups to qgis project and maprenderer classes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9536 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    Use preferred naming conventions for enums

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9535 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    fix #1376

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9532 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    fix compile errors and warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9530 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-24

    API cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9529 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-23

    Fix build errors after r9527 - maplayerinterface needs to be removed from cmakelists too, and from qgisapp.cpp.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9528 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-23

    Removed old legacy code regarding QgsMapLayerInterface


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9527 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-23

    - QgsPluginRegistry - metadata stored in QMap

    - address plugins by their unique name:
      - library's basename for c++ plugins
      - module name for python plugins
    (before plugins were addressed by their name, causing ambiguity)

    - general cleanups in plugin handling



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9526 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-23

    combine() must have /Factory/ annotation!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9525 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-23

    added greek translation file and updated all to the last phrases

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9524 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-23

    3 new language updates and updated with script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9522 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-23

    Use 'combine' instead of 'Union' in order to preserve coding style rules (methods should be lower case). Union cant be used in lower case since it is a reserved c++ word

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9521 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-23

    Add user-agent to WMS requests


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9520 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-22

    Reverted some of the sip changes to allow compilation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9519 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-22

    automatic indentation update (r9447-r9517)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9518 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-22

    russian translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9516 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-22

    API cleanups for qgsgeometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9515 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-21

    Fixes #1186, keeping minimum size of 4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9513 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-21

    Added symbology functions of QgsMapLayer to sip file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9512 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-21

    Call unload() on QGIS exit also for python plugins.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9511 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-21

    When capturing new points (e.g.) set focus to first attribute field to edit. No need to use the mouse for entering data. Fixes #1158

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9510 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-21

    Added reading of QGIS option for wheel action to georeferencer. Fixes #1254

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9509 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-21

    Fix for crash when selecting wfs features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9508 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-20

    spanish translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9507 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-20

    Api cleanups for qgsfeature

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9506 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-20

    fixed some typos in comments (by Vita Cizek)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9505 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-20

    api cleanups for distance area

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9504 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-20

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9503 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-20

    Remove abbreviation of connectionInfo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9502 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-20

    remove get prefix for crs accessor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9501 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-20

    -Re enabled the identify tool for rasters
    -The current logic only enabled the identify tool if the raster had a provider with the capability, GDAL datasets do not have a provider per se
    -Note the current logic for enabling the identify tool (and other tools?) needs to be re evaluated, as it is done when the layer is loaded not when it is activated/selected

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9500 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-20

    -Trunk would not compile due to GEOSGeomFromWKT being changed during api clean up to GEOSGeomFromWkt

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9499 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-19

    Fix naming of reverse coordinate transform enum

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9498 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-19

    Bugfix from Fernando Pacheco so that coord capture plugin works with non EPSG based CRSes in selector list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9497 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-19

    Corrected some script renaming in WMS provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9496 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-19

    More api cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9495 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-19

    Fix for showing incorrect symbol type when creating legend entries following recent api updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9494 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-18

    Cleanup for type accessors on maplayer and subclasses

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9493 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-18

    russian translation update and some typo mistakes i found during work

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9492 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-18

    Fix for #973 : only left button activates point dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9491 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-17

    Fix for ticket 1201, invalid split if line ends in polygon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9490 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-17

    Changed http get in wfs provider to use path and query string instead of full url. Full url does not work with some servers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9489 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-17

    Fix for quantile generation bug. The problem was that feature cursor was not reset in select method of ogr provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9488 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-17

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9487 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-17

    updated with update-script 2new phrases to translate

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9486 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-17

    dutch translation from richard

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9485 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-17

    Fix to let point symbol previews render

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9484 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-16

    Use enum properly for qgsmaplayer type and refactored 'LAYERS' to LayerType

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9483 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-16

    Fix incorrect transparency for symbology previews in legend and vector props dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9482 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-16

    Restored old pan icon in qgis main window and added select-pan icon for composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9481 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-16

    If there are selected features, the split tool is only applies to the selection. Added a warning for users in case they may have forgotten that a selection exists (or for users that don't know this feature

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9480 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-16

    Fix for ticket #1200 - remember state of mode in graduated symbold dialog. Also fixes symbol preview update issues. Note there still seems to be a general bug in quantile computation which is not addressed yet.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9479 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-16

    Further api updates in core

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9478 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-15

    Apply patch in ticket #1345


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9477 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-14

    Fix for #239 - retain outline color of selected polygons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9476 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-13

    fix #1346

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9475 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-13

    Fix for #728

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9474 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-10

    More topological editing fixes from Marco

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9473 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-10

    Updated coding guidelines for enumerated types and constants

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9472 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-10

    hackfest commit from timlinux:
    - more API cleanups
    - single click (instead of drag) to select a feature (fixes #1154)
    - fixes for topological editing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9471 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-10

    Bug fixes: click to select fixes for ticket #1154. Fix for topological editing. API cleanups and updates.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9470 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-10

    correct cloning of multi-part geometries with GEOS < 3.0


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9469 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-10

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9468 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-10

    latest update-script running please update your svn

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9467 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-09

    Corrected python version of QgsGeometry.wkbBuffer()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9466 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-08

    Fix for #670 from Vita Cizek... thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9462 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-08

    Bugfix from Marco: when selecting features in gpxprovider use proper intersection test rather than just testing if bounding boxes intersect

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9457 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-08

    Bugfix: when saving a project and there is insufficient space on the volume, handle the problem gracefully. Also fixed qgisapp so that failed project saving before app exiting halts app exit properly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9456 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-08

    Just some api doc updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9455 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-08

    Minor changes to requirements section of INSTALL.t2t


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9454 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-07

    Fix bug where quantiles and empty classification types werent showing preview symbols in layer props. Also used some better var names in cont col dlg

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9453 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-07

    Modified the swedish RT90 proejctions according to data available on http://www.lantmateriet.se/templates/LMV_Page.aspx?id=5197, removing errors in the range of 100+ meters. Also added an SQL script to perform modifications on srs.db

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9452 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-07

    fix filename entry and range specification for vector attributes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9451 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-07

    fix #1338

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9450 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-07

    API cleanups: getNextFeature becomes nextFeature, getFeatureAtId becomes featureAtId, getDefaultValue becomes defaultValue, allAttributeList becomes attributeIndexes and reset becomes begin on data provider api.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9449 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    automatic indentation update (r9365-r9447)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9448 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    API Cleanup: Use begin() instead of reset() to move to start of selected features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9447 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    API Cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9446 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    revert all of r9411 (following up on r9444)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9445 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    restore filename for pan icon in default theme

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9444 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    fix sip compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9443 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9442 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    give better names to some methods

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9441 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    give better names to some methods

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9440 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    update qml related changes in project file from 0.11 to 1.0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9439 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    Prevent crash on export as shapefile if coor transform is uninitialised

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9438 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-06

    apply patch for #1162 for timlinux

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9437 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-05

    fr translation updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9436 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-04

    Take the label for the composer legend if there is one

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9431 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-04

    fixes for german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9430 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-03

    Added Albanian translation.. Credits to GIS ALBANIA - ITC-CNR Interreg III funds

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9428 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-02

    small fixes seen during plugin review

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9426 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-10-01

    spanish translation update from Carlos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9424 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-30

    update_script run ..

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9423 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-30

    fr and tr translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9422 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-30

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9421 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-29

    Translation done by Christian

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9420 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-28

    fix #1226 (applied patch from groom, thanks)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9419 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-28

    fix #1319

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9418 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-26

    ogr provider update: better support column names containing international characters


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9415 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-26

    -Prevent QgsRasterLayer::idenfity() from proceeding if the provider key is wms
    -Change QgsRasterLayer::identify() to return a bool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9414 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-26

    Remove Print Composer Template items from Mac menu (addendum to r9410).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9413 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-26

    Double fields should use QDoubleValidator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9412 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-26

    Changed pan icon to pan+selection icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9411 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-26

    Removed template buttons in composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9410 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-25

    running update script and try to implement corrupted qgis_tr.ts file - hope it worked

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9408 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-24

    -Fix a bug setting the color amp interpolation method, when loading from a project file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9407 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-24

    Removed asking to validate projections of raster file, when reading a project.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9403 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-24

    When digitizing new features, don't delete rubberband image until ready to draw finished feature so that user isn't confused by disappearing image while being prompted for feature attributes. Fix for #1124.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9397 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-23

    postgres provider: use default values for primary key


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9382 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-23

    vector bugfixes
    - QgsVectorLayer::commitChanges: handle deleted added features
    - QgsPostgresProvider:
      - update ids of added features only, when they were actually inserted
      - deallocate prepared statements after rollback (fixes #1328)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9381 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-22

    Do not reload GRASS vector layer while layer is being modified by an external process. Redraw using previously loaded data until files are rewritten in a consistent state. Fix for #1168.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9378 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-22

    Added Peter Ersts to authors list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9377 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-22

    Mark as preview 1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9375 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-21

    More swedish translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9371 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-21

    polish and russion updates to translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9370 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-21

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9369 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-21

    update pt_BR and running update script on all other ts files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9368 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-21

    an icon for favourite projections node

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9367 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-21

    automatic indentation update (r9281-r9365)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9366 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-21

    Mark splash as preview


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9365 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-21

    Update Mac release scripts for 1.0.0.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9364 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-20

    Plugin installer fixes from Borys

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9363 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-20

    dutch translation updates from Raymond and Richard Duivenvoorde

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9362 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-19

    Fix for #1255 (again, last time in r6368). I hope this will be the last time I fix this bug. :-)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9360 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-19

    Added precision in coordinates saved to points-file (again)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9359 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-19

    Show a warning before printing WMS layers. Some WMS servers have a limit for WIDTH and HEIGHT parameters

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9357 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-19

    Added som swedish translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9356 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-19

    latest russian update from artem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9355 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-19

    fix compile errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9354 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-19

    More cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9353 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-19

    Cleanup of unused code in qgscomposer class

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9352 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-19

    Fix for problem where splitting was slow for large polygons and with topological editing enabled (bug #1161)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9351 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-18

    -Show current color when opening color dialog from color map editor
    -Closes ticket #1321

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9350 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-18

    Do not ask for EPSG ID, it is not in custom projections anyway.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9348 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-18

    Missing include dir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9347 c8812cc2-4d05-0410-92ff-de0c093fc19c

marcopx <marcopx@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-18

    Updated with the new MSYS Environment Package simlink

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9346 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-18

    spanish gui translation updates from Carlos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9345 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-17

    Consider view box of svg pictures in composer, set default frame width to 0.3

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9344 c8812cc2-4d05-0410-92ff-de0c093fc19c

marcopx <marcopx@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-17

    Changed the size properties of the qgis sample data set

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9340 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-15

    zoomToActiveLayer instead of zoomActiveLayer. Also applied patch from Magnus Homann to correct issue where save as shapefile does not allow using CRS of project projection.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9334 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-15

    lv ru and tr translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9332 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-15

    update map extent (as suggested by smizuno in #1314)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9331 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-15

    Applied patch from smizuno #1313

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9330 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-14

    fix GEOS initialization

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9329 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-14

    update plugin description in OGR converter plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9328 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-14

    fix plugin template

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9327 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-14

    updates spanish gui translation from Carlos Dávila
    correction internationalization string in ogr_converter plugin from Carlos Dávila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9326 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-13

    use WKB in QgsGeometry::vertexAt() only:
    - includes multipolygons and inner rings again
    - fixes #1300



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9321 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-13

    Catch CRS exception for invalid point and handle as if nothing was selected rather than crashing. This can occur if a world map is projected onto a globe and then clicking somewhere off the globe. Fix for ##1159.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9320 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-13

    Add exception handler for all events. This will catch uncaught exceptions thrown by event handlers and display an alert instead of crashing. Improvement, not fix, for #1308 and #1268.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9319 c8812cc2-4d05-0410-92ff-de0c093fc19c

marcopx <marcopx@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-13

    Removed the old MS-Windows folder

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9318 c8812cc2-4d05-0410-92ff-de0c093fc19c

marcopx <marcopx@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-13

    Added new MS-Windows release documentation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9317 c8812cc2-4d05-0410-92ff-de0c093fc19c

marcopx <marcopx@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-13

    Added new MS-Windows installer resources

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9316 c8812cc2-4d05-0410-92ff-de0c093fc19c

marcopx <marcopx@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-13

    Added new MS-Windows installer script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9315 c8812cc2-4d05-0410-92ff-de0c093fc19c

marcopx <marcopx@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-13

    Added new MS-Windows packager script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9314 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-13

    Make topological vertex moves more robust to rounding differences

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9312 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-12

    fix #1312

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9311 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-12

    Updates for Borys and added some missing files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9310 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-12

    Remove debug overlay from api and code base

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9309 c8812cc2-4d05-0410-92ff-de0c093fc19c

marcopx <marcopx@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-12

    Replaced spaces with tabs in last two lines

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9308 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-12

    remove spurious connect

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9307 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-12

    -Patch for building pyramids
    -Closes ticket #1264

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9306 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-12

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9305 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-12

    fix geometry editing:
    - store geometry changes to added features
    - fix GEOS exception handling
    - fix QgsGeometry::vertexAt() and QgsGeometry::closestVertexWithContext()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9304 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-11

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9303 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-11

    update translation strings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9302 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-11

    Show more precise numbers for composer map extent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9300 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-11

    Fix for problems in composer image export dialog (ticket 1304)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9299 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-11

    Allow dpi values to be doubles. This fixes unprecise scale bars in composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9298 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-11

    Consider mouse wheel in composer map (ticket #1289)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9297 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-11

    Update GEOCRS_ID constant to match updated srs.db in r8720. Fix for #1231.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9296 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-11

    Revise debug output to match r8720.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9295 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-10

    Add code that should be placed in setupUi by uic but isn't for Qt4.3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9294 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-10

    Merged in Borys's new plugin installer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9293 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-10

    fix gcc 4.3 warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9292 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-10

    Addendum to r9288. Header adjustments for Linux and removal of const for GRASS 6.2 compatibility.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9291 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-10

    fix #1307

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9290 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-10

    fix compile error on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9289 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-09

    Remove all Qt3 classes and methods from GRASS plugin and provider (except qgsgrassshell which is now the only remaining QGIS file using Qt3).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9288 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-09

    Use QFile to determine if a proposed filename already exists. It will allow or disallow names which differ only in case depending upon platform. Fix for #1044.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9287 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-09

    update russian gui translation by Artem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9286 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-08

    -Prevent text from being entered in color cell in the color map tree
    -Stort / reload color map table on apply

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9284 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-08

    Added option to disable mm units in maprenderer (e.g. for third party apps). Not yet exposed to GUI because of feature freeze

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9283 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-08

    automatic indentation update (r9220-r9281)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9282 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-07

    Scale brush content for printing. Adresses ticket #454. Works for ps, but not for pdf output. A qt bug?

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9281 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-07

    Show a preview message if composer map preview mode is rectangle (ticket 1287)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9280 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-07

    Fix for composer picture not updated (ticket 1288)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9279 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-07

    Fix for bug #1286'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9278 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-07

    Adjust legend box size when updating. Fix problem where vector class. items were not deleted in update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9277 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-07

    add file selection to attribute dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9276 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-07

    Added note to install cmake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9275 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-07

    Fixed trac urls

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9274 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-07

    Fix for remaining item frame when moving item and deleting it at the same time (possibly fix for ticket 1285)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9273 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-06

    Ignore '&' when comparing (sorting) plugin menu strings on Mac. Other platforms automatically ignore it but Mac doesn't have '&' shortcuts.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9272 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-06

    Fix unload. String argument used to remove menu must match string used to add it.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9271 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Tweaks for raster layer props and got rid of show debug overlay option


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9269 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    -Linear interpolation is a better default than Exact for palette images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9268 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    -Added check to qgsrect intersect to see if rects actually intersect
    -Patch for custom dialog box, closes ticket #1232

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9267 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    -Fix problem deleting custom projections

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9266 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Fix for font colors changing after polygon layers (ticket 1294)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9265 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Added mm to unit combo box (ticket 1293)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9264 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Better automatic resize for legend box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9263 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Fix for font bug also in composer legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9262 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Font workaround enabled for composer scale bar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9261 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Use qt font bug workaround for composer label. Other items will follow soon. All the up-and downscaling is done in a central place in composer item base class.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9260 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    fix #1280

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9259 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Add accessors for all menus, toolbars and actions to plugin interface so that plugins can insert actions at any position in any menu or toolbar.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9258 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Improve insertion of plugins into plugin menu. Allow any number of items at top and start inserting below them but above the Python separator if it exists at the bottom.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9257 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-05

    Don't create Mac menubar if table is displayed inside dock.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9256 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-03

    -More intelligent search through color ramp item list
    -Fix bug that prevented color cache from working
    -Results in significant improvement in rendering speeds for paletted images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9254 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-03

    allow filtered postgres tables to have no features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9253 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-02

    -Commented out the ColorRampItemList from the sip files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9252 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-02

    -Cleaning out references to obsolete class QgsColorTable
    -Changed how Paletted bands are drawn as gray scale
    -Added cache to QgsColorRampShader to speed up rendering time when using large color tables (still poor)
    -Fixed small bug in rendering the palette as a pixmap

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9251 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-02

    fix #1274

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9250 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-02

    unload plugins on quit (fixes #808)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9249 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-02

    fix debug output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9248 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-02

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9247 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-02

    restored save as image function in composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9246 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-02

    workaround for non-functional lock.exe on windows (fixes #808)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9245 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-02

    fix #1268

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9244 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-01

    -Simple multipoint data layer per timlinux request

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9242 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-01

    update debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9241 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-01

    update plugin installer for new API

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9240 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-01

    -Patch to close ticket #1259

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9239 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-01

    -Updated Contrast Enhancement test

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9238 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-01

    Fix for some font size problems and for loading composer scalebar from xml

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9237 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-09-01

    Let qgis core plugins work with qgis api changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9236 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    Final icon tweaks for add layer related icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9235 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    clean up icon to make it consistent with other add layer icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9234 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    More api cleanups mainly affecting gui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9233 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    use isVisible() rather than visible() to test for layer visibility

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9232 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    Implemented more gui api cleanups and suggestions from Albert Areny to clean the api. Note this commit breaks most python plugins out there. Please refer to the plugin interface header to see what is required to (trivially) repair your plugins.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9231 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    Unit tests for raster contrast enhancements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9230 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    Remove image notes from AUTHORS file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9229 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    Legend update function for composer on item level

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9228 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    automatic indentation update (r9138-r9226)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9227 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    Api documentation updates - added class descriptions for all raster classes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9226 c8812cc2-4d05-0410-92ff-de0c093fc19c

mloskot <mloskot@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    mloskot has added mloskot to AUTHORS file.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9225 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    Add BundleName property to Mac Info.plist. This string will be displayed in the menubar as the app name instead of the binary filename (which is lowercase).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9224 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-31

    Add Mac menubars for PrintComposer and AttributeTable windows.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9223 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    Disable quickprint plugin for release - will redeploy if time allows to convert to new composer code

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9222 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    Updates for doxygen for gui module

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9221 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    fix #935

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9220 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    update identation scripts

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9219 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    cleanups
    - remove superfluous backslashes
    - fix QgsDebugMsg macro
    - disable code with #if 0/#endif instead of commenting it out
    - remove namespaces from ogr converter plugin



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9218 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    fix #1257

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9217 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    debian fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9216 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    Make icon naming consistent for documentation folks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9215 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    Gui cleanups for interopolation plugin: use labels formatting compliant with qgis ui guide. Get rid of extra layouts. Improve layout. Use qrc file for resources. Make plugin icon consistent with requirements for docu team.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9214 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    Updates to api docs and some api consistency cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9213 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-30

    remove 'using namespace std' from qgisapp

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9212 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-29

    fix #1252

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9211 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-29

    debian python dependency fixed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9210 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-29

    buxfixes
    - use useIntersects in identify (fixes #1251)
    - clear node list of identify results on new identify (fixes #1252)
    - use feature copies for split features and identify


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9209 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-29

    Better precision when building triangulation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9208 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-29

    use array delete operator on geometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9207 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-29

    Better precision when saving interpolation results to grid

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9206 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-28

    update debian packaging of grass plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9205 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-28

    fix comparison

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9204 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-28

    -updated rendering methods
    -single band with color map now uses the previously unused method drawPalettedSingleBandColor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9203 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-28

    Fix for multiline labels in composer (ticket #181)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9202 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-28

    rearranged composer scalebar widget to have less height

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9201 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-28

    -Added ability to add new single entry to color map
    -Added ability to sort color map
    -Reorder controls on the Colormap tab

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9200 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-28

    fix link error on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9199 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-28

    -Paletted image no longer open as faux RGB, but open as single band images with a color map
    -Closes ticket #914
    -Added a new QgsRasterlayer::readColorTable() that will read RGB/CMYK/HSV color maps from GDAL band
    -Added load color map(palette) from band to color map tab
    -QgsColorTable is now largely obsolete - more clean up need to totally remove
    *Note raster layer type enum are no longer representative of the way layers are rendered and need to be updated

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9198 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    apply patch from mloskot (from #1249)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9197 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    vector provider update:
    - rename maxValue to maximumValue
    - rename getUniqueValues to uniqueValues and let it return a list
      of variants instead of strings.
    - add protected convertValue to convert string values to attribute values
    - update attribute dialog, continuous color dialog, graduated symbol dialog,
      unique value dialog, postgres provider and ogr provider accordingly
    - fixes #1250



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9196 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    Added a wrapper for ogr register all so that it cant be called twice (on suggestion of M. Loskot).
    Fixes issues where drivers appear to be registered more than once.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9195 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    Added a small useage example to generic projection selector dialog docs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9194 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    Gui tidy ups:
    - use buddies
    - set tab order
    - get rid of superfluos layouts
    - remove colons from labels for sonsistency with other qgis dialogs
    - adjust sizing behaviour a little



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9193 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    add ogr converter plugin to debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9192 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    Ogr converter plugin written by mloskot

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9191 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    update composer legend on layer level

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9190 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    minor update (indentation, debug output, plenks)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9189 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    add indentation update script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9188 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    fix #1076


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9187 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    Removed changes in CMakeLists.txt that accidentally went into last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9186 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    Some fixes for font scaling

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9185 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    indentation updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9184 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    postgres provider update
    - track open cursors and commit transaction whenever no open cursors are left
    - close cursor after immediately after feature retrieval (releases locks earlier)
    - wrap postgres calls in Conn class
    - introduce Result class to handle PQclear mostly transparently (fixes minor leaks)
    - remove executeDbCommand method (duplicate of PQexecNR)
    - introduce support for estimate_extents (fixes #582)
    - introduce support for enum types (fixes #1210)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9183 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    vector layer updates
    - fix: retrieve only existing attributes from provider when editing and set
      added attributes to null
    - introduce slider widget for attribute dialog
    - include added attributes when editing from identify



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9182 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    fix attribute updates in identify tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9181 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    fix handling of null value updates in attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9180 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-27

    minor updates (indentation, debug output)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9179 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-26

    -Sorry, missed one setYmin/setYmax in a python file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9178 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-26

    -Propogated updates for QgsRect setYMin/setYMax

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9177 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-26

    -Updated setYmin/setYmax to setYMinimum/setYMaximum

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9176 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-26

    Restored refresh view function in composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9175 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-26

    Better protection agains multiple map drawings with move content tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9174 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-26

    Write scales in composer not in exponential notation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9173 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-26

    more decimals for composer scalebar segments

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9172 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-26

    Another fix for #1142.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9171 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-25

    -Added ability to export and load color map to/from a simple text file
    -Closes ticket #805
    -Updaded color interpretation option Linearly to Linear
    -Fix problem displaying (pseudo and color map) paletted images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9170 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-25

    Set font using platform conditional.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9169 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-25

    fix spit plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9168 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-25

    Update v.db.select, v.db.select.where

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9167 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-25

    Update v.in.ogr, v.in.ogr.loc, v.db.droptable, db.login and add v.outlier

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9166 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-25

    Update v.sample, v.what.rast, v.what.vect and add db.select, r.cross, r.series, r.reconnect.all, v.db.select, v.db.select.where, v.generalize, v.kcv, v.out.ogr.postgis, v.support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9165 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-25

    Remove v.in.shape, v.in.shape.loc and r.proj.res

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9164 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-25

    cz update recieved from Martin Landa

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9163 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-25

    added and changed a few translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9162 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    fix migration script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9161 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Use relative rather then absolute font size since the "standard" font characteriics can vary between platform.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9160 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Better Mac fix for GRASS shell. Use global namespace qualifier so that system close rather then QWidget::close is linked to. The previous fix left an orphan pty on exit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9159 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    update indentation and fix a warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9158 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Reorganize and expand menubar so that it contains all major commands. Reposition menu items to correspond to Gnome, Kde, Mac and Windows user interface guidelines. Fix window activation so that commands bring forword a window if it is already open. Add accessors for actions, menus and toolbars so that items can be added to menus and toolbars.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9157 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    revert srs related wfs uri changes from r9108 (fixes #1246)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9156 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    fix #1245 (take two)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9155 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    fix #1245

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9154 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Added functions to move composer items front/back

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9153 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    add GUI_EXPORT to QgsComposerView

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9152 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    typo fix missed in r9150

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9151 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    cleanup cleanup
    - remove method names from QgsDebugMsg calls as they are already included in the output
    - replace filename with file name in strings and comments instead of fileName (same for layerName)
    - fix debugging output in interpolation plugin
      (QgsDebugMsg migration ate the last argument where std::flush was used)
    - fix some common typos



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9150 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    add script to prepare changed files with astyle for commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9149 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    fix example xml naming

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9148 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Use layername not layerName for xml


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9147 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Moved composer view to gui for potential reuse by plugins

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9146 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Fix for ticket #884 (inconsistent behaviour with fullscreen mode)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9145 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Also use SRS for 1.1.1 capabilities

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9144 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Use SRS for WMS 1.1.1 and CRS for WMS 1.3 (like described in the OGC specification), fixes #1242

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9143 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    applied patch from smizuno to fix #1016

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9142 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-24

    Clarify tooltip text (addresses #1142)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9141 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    fix common typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9140 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    don't run qgsloggermig.pl from astyle.pl anymore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9139 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    astyle re-indentation & iostream=>QgsDebugMsg migration cleanup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9138 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    scripts for the astyle re-indentation & iostream=>QgsDebugMsg migration cleanup



    git-svn-id: http://svn.osgeo.org/qgis/trunk@9137 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Follow Qt naming style: fileName instead of filename, layerName instead of layerName

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9136 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Use fileName() instead of setFilename() for filename accessor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9135 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Further api consistency cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9134 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    various code cleanups by mloskot for GCC 4.1 (fixes #1239, #1240).
    Inspired by it I also enabled pedantic mode for MSVC and cleaned
    up some more warnings found by GCC 4.3 and MSVC.




    git-svn-id: http://svn.osgeo.org/qgis/trunk@9133 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    dxf2shp cleanup (fixes #1236)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9132 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    debian packaging update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9131 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    fix warnings in interpolation plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9130 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Small fix to allow compilation for Qt 4.3

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9129 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Interpolation plugin for triangle based or inverse distance interpolation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9128 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    add CORE_EXPORT to composer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9127 c8812cc2-4d05-0410-92ff-de0c093fc19c

leolami <leolami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Update r.proj, r.colors.rules and add r.colors.rast and v.db.droptable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9126 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Merged rest of composer branch (9087-9115)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9125 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Removed more files that are no longer necessary

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9124 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Removed composer core file in app

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9123 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-23

    Merged print composer branch, with the exception of revisions 9087 - 9115

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9122 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-22

    Use a glob for ui files instead of listing them individually.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9121 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-22

    fix #1237


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9120 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-21

    fix #1234 & #1235

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9114 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-21

    fix #1233 (spotted by mloskot)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9113 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-21

    fix #1230

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9112 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-21

    fix attribute table search and delete table on close even when docked

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9111 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-21

    rename qgsspatialrefsys.sip to qgscoordinatereferencesystem.sip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9109 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-21

    Refactor spatial reference system to coordinate reference system (finalise fix of ticket #15). Also updated some more core api docs / module assignments.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9108 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-21

    Fix a compile error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9107 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-21

    Restore code to handle Mac double-click at startup which was dropped by r9092.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9106 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-21

    apply patch #1229 from mloskot

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9105 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    Updated splash and compressed master so it requires less space in svn checkout. Updated version name in cmakelists

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9104 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix another compile error on OSX

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9103 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix buddies

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9102 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9101 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix compile error on OSX

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9100 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix compile error introduced with r9097

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9099 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix filter in OGR provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9098 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    re-add useIntersect support in QgsVectorLayer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9097 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    Api documentation updates and setting grouping tag

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9096 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    remove 'with hold' from postgres cursors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9095 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix #1228

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9094 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    QgsGeometry migrated to GEOS C-API

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9093 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    handling vector data geometry and attribute updates refactored

    QgsVectorLayer:
      - move attribute part of editing to vector layer class and unify with geometry handling:
        * remove commitAttributeChanges(), addedFeatures(), deletedFeatureIds(), changedAttributes()
          and replace with changeAttributeValue(), deleteFeature(), addAttribute()
          and deleteAttribute()
        * add pendingFields(), pendingAttributeList(), pendingFeatureCount()
        * emit signals on start editing and commit, change of attribute values, adding/deleting of
          attributes and layer or feature removal (currently used in the attribute table)
      - new commitErrors() method to query errors from commitChanges()
      - replaced featuresInRectangle with select/getNextFeature combo
      - edit types added to support more input widgets and input constraints

    QgsFeature:
      - remove update aware ctor
      - unify geometry handling in ctors

    QgsVectorDataProvider:
      - add QVariant::Type to supportNativeTypes()

    QgisApp:
      - add instance() method to query QgisApp object
      - replace code at various place to use it instead of passing the pointer
        arround or searching it in the widget tree.
      - move toggleEditing() code from the legend here

    QgsAttributeTable/QgsAttributeTableDisplay:
      - move attribute table creation legend here
      - make attribute table dockable (from Tim)
      - most editing logic moved to QgsVectorLayer
      - adding/deleting attributes moved to QgsVectorLayerProperties

    QgsIdentifyResults:
      - add support for attribute editing when it edit mode

    QgsVectorLayerProperties:
      add a new tab to show attribute list:
        * start/stop editing
        * add/delete attributes
        * assign edit type to attributes (unique values, value map, ranges)

    QgsAttributeDialog:
      add support for attribute edit types:
       * selection from unique value render classes (combobox)
       * selection from unique values of existing features (combobox or line edits with completion)
       * spinboxes for ranges

    QgsPostgresProvider:
     - use read-only connection for cursors and read-write connection for updates
     - updated native types

    QgsOgrProvider:
     - remove unused references to GEOS geometry factory
     - updated native types


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9092 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix msvc warning (std::vector=>QVector)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9091 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    Api documentation updates and setting grouping tag

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9090 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    catch exceptions in QgsSpatialIndex

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9089 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    Use javadoc style class descriptors and updated modules list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9088 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    port wfs provider to QgsSpatialIndex

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9083 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix multiple layer message

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9082 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    missed a delete on r9080

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9081 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    debian packaging updates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9080 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9079 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9078 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    add conversion for QMap<QString, QVariant::Type>

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9077 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-20

    fix warning about returning temporary objects

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9076 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-18

    fix #1205 and #1221

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9071 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-18

    Set extents / pos label tooltip in status bar appropriately to context

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9069 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-12

    -Small changs to auto arrange to fit better on laptops and Macs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9054 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-12

    remove phantom toolbar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9053 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-12

    Removed the sentence about bug reporting in WMS exception dialog. A WMS server exception is not necessary a qgis bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9052 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-12

    -Fixed color error when creating new file, closes ticket #1034
    -Updated the auto arrange
    -Fixed an issue that caused qgis to segfault

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9051 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-10

    new fix for #1214 (reverts r9030)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9044 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-10

    fix dxf2shp plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9043 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-08

    More substitutions of the words Projection/SRS for Coordinate Reference System / CRS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9037 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-08

    Added Paolo Scala's dxf importer plugin (initial import to SVN)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9036 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-08

    As per email thread '[Qgis-developer] Qgis application name' on the QGIS developer list, I have renamed the application name from qgis to QGIS. THe application name is used by some OSes (e.g. OS X) in menus and other places and the lower case name looks incongruous. A side effect of this however is that all application settings will need to be re-set since the qgis key used by QSettings is now called QGIS and it is case sensitive.

    Also remove deprecated widget components from main window and renamed Qgis to QGIS in help-about menu.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9034 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-08

    Bug fix. The %% thing works again in Actions, and now works with the
    actions names too.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9033 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-08

    Actions now provide access to the coordinates for points and the
    start/end points for linestrings. Also includes some
    raionalisation of, and subtle bug fies for, the action code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9031 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-08

    fix library naming on MinGW (fixes #1214)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9030 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-08

    Fixed issues with projected crs list not being properly filed under the appropriate node and not being grouped. Also expand the proj node by default.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9029 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Fix to allow multiple items in the (Derived) node in the identify
    results dialog box (previously one would get multiple (Derived)
    nodes).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9028 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    updated german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9027 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Use readXml, writeXml instead of readXML_,writeXML_

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9026 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Added tooltip to crs select toolbutton


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9025 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Added cancel button to generic projection selector (and switched to using QButtonBox)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9024 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Fix for ticket #1197 (recent projects list wasn't being populated on
    application startup).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9023 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Overloaded addDockWidget() so that when plugins (or any other code) adds a dock widget, an entry for it is automatically added to the view menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9022 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    fix a warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9021 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    fix qml support for non-file data sources

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9019 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Fix for ticket #1172


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9018 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Patial fix for #971 - prevent extents display being obscured by other status messages. The part not implemented yet but requested in the ticket is to be able to manually edit and set the extents. The implementation here provides a toggle button on the status bar to switch between display of mouse coordinates and current extents.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9017 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Fix for ticket #953.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9014 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Added icons for different projection classes in projection selector


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9013 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Final fixes for ticket #1024
     - you can now set the display CRS to any CRS you like by selecting one from the projection selector using the button provided
     - other small cleanups to the coordinate capture plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9012 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-07

    Various changes relating to projection selector: Renamed QgsLayerProjectionSelector to QgsGenericProjectionSelector so that it can be used in other contexts too. Added setSelectedEpsg call to projection selector. Added setMessage() call to generic projection selector. Updated python bindings accordingly.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9011 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Added tracking button and logic for live mouse tracking.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9010 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Some fixes for the projection selector:
     - make the projection proj text area consume less space
     - make epsg checked by default in find box
     - enable enter key when entering text in the find box
     - improve layout to maximise space for proj list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9009 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Added tooltips and made textedits read only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9008 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Tweaked icons of coordinate capture plugin for clarity

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9007 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Display coordinates in geographic and canvas CRS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9006 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Changed poorly named EPSGID constant to GEOEPSG_ID

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9005 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Use mapRenderer() instead of mapRender() for the QgsMapCanvas map renderer accessor.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9003 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Use mapRenderer() instead of mapRender() for the QgsMapCanvas map renderer accessor.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9002 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Show rubber band on coordinate click position.
    Make cursor hotspot the center of the cursor
    Added some icons & changed to grid layout


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9001 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    use a better cursor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@9000 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Added hints for docks so left and right use full height and top and bottom nest between left and right docks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8999 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-06

    Added capture point plugin to cater for various user requests

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8998 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-05

    renamed misnamed QgsMapRender (verb) to QgsMapRenderer (noun) as part of cleanups for 1.0.0 release. Updated all related dependencies. Also removed some spurious debug messages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8997 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-05

    make editing button a toolbutton

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8996 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-05

    Added missing control image for regression992 test

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8995 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-05

    Dont display unneeded 'you are using i18n foo message' on startup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8994 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-05

    Set the default font size to 9pt (we should really softcode this somewhere)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8993 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-05

    Fix for ticket 1165

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8992 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-05

    Fix for ticket #911. Changed field separator from , to tab as linestring
    and polygon WKT has comma in it.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8990 c8812cc2-4d05-0410-92ff-de0c093fc19c

gjm <gjm@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-05

    Apply patch provided by smizumo (#989). Also fixes ticket #1203.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8989 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-03

    Get rid of some extraneous debug output / noise


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8986 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-03

    Use pen editing icon. Finalises fix of #982

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8985 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-02

    Added regression test for ticket #992

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8980 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-02

    Fix for ticket #555 - 'identify - some varchar column displayed instead of the key column'. This fix just corrects the erroneous way the value of the display field was being set after population, which allows setting 'cat' as the display field. The identify box then shows the results correctly.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8977 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-02

    Allow point symbol sizes to be specifed in double format and allow symbols smaller than 3. Added some constants in qgis.h to default and minimum allowable point sizes.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8976 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-02

    Added better message for cases where gdal format does not allow building pyramids

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8975 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-02

    Added unit test for raster external overlay building

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8974 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-01

    Fix for #605 - make building pyramids internally optional.
    Also some ui cleanups to the pyramids part af raster props


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8968 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-01

    Show raster preview mini thumbnail as legend icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8958 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-01

    Added callback functions and hooked it up to the raster properties dialogs so that building pyramids and computing histogram now shows progress bar indication. Also change cursor to hourglass while computing histograms.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8957 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-08-01

    Small helper script to remove junk from svn checkout tree

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8955 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-31

    Fix for ticket #15 (Use term CRS instead of Projection throughout. Note this is a cosmetic fix only - internally class and var names still use the incorrect 'projection' nomenclature

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8954 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-30

    For all plugins use icon name based on <plugin_dir>.png

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8952 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-29

    fix gui imports for test on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8951 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-29

    Added more useful doxygen description of the test

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8950 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-29

    Added missing icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8949 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-29

    Final fixes for ticket #1054. Grass plugin uses Qt4 resource bundle for all icon resources.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8948 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-29

    In renderchecker split runtest into two functions so that image based compares can be done in situations where a maprenderer is not needed. Added more tests for geometry functions (buffer, difference) and provide a visual report of geometry test results.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8947 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-29

    fix #1179

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8946 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-28

    Fix ticket #982 - combine start / stop editing into one button

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8945 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-28

    fix grass plugin compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8944 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-28

    Move all grass icons into theme folder. Sort out naming consistency.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8943 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-28

    Provide classic theme


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8942 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-28

    Final fixes to default theme overlays and support for theme selection in grass plugin. I have added setThemeName and themeName accessor and mutator to qgsapplication which return the theme name only sans path. Various other changes were made to support properly masking themes with missing icons so that the default icon is used instead.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8941 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-28

    make spin boxes double and move in increments of 0.1 for line width and symbol size

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8940 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-28

    Updated add vector name to be in line with default theme so it gets displayed properly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8938 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-28

    Theme related fixes:
     - implemented 'fall back' support so that if a theme is missing icons, the default theme icons will be used instead.
     - use a static function in qgisapp to get theme icons and pixmaps
     - updated all icon fetching code to use the new methods above
     - updated qgsapplication so that it differentiates between active and default themes
     - fixed a bug in qgsoptions that prevented themes being changed in some cases.
    This is a part fix for #1054 - still need to do some work to make GRASS theming work properly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8937 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-28

    Old icons get a rerun as 'classic' theme. More commits will follow to resolve theme selection issues in qgsoptions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8936 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-27

    Fixed bug where current theme could overwrite the combo text of a different combo item

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8933 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-26

    fix #1184


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8917 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-26

    Added refresh button so when plugging in a gps device after dialog is opened, it can be selectd from the ports list. Use button box for gps add device dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8916 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-26

    Added refresh button so when plugging in a gps device after dialog is opened, it can be selectd from the ports list.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8914 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    Backport from grass-tidyup-branch to fix ticket #1036 (GRASS toolbox windows cannot be resized vertically)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8911 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    updated icon to match the rest

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8908 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    icon updates & drop xpm in favour of qt resource

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8907 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    icon updates & drop xpm in favour of qt resource

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8906 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    icon updates & drop xpm in favour of qt resource

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8905 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    icon updates & drop xpm in favour of qt resource

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8904 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    icon updates (though this plugin is not used anymore anyway)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8903 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    One more thing for ticket #1182 - Mark project as dirty when removing layers.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8899 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    Complete fix for ticket #1182 - Mark project as dirty when modifying layer properties.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8898 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    Partial fix for ticket #1182 - Mark project as dirty when adding layers.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8897 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    Icon updates for plugins (icon is now created in svg and uses qt resources instead of xpm)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8896 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-25

    Icon updates for plugins (icon is now created in svg and uses qt resources instead of xpm)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8895 c8812cc2-4d05-0410-92ff-de0c093fc19c

marcopx <marcopx@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-23

    Added Marco Pasetti to AUTHORS List

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8826 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-21

    -Forgot to set the icon for the default band combination button

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8820 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-21

    -Moved invert color controls back onto main tab
    -Changed default load behavior so two band images show up on initial load, closes ticket #1157
    -Moved to using generic band names (i.e., Band 1, Band 2) rather than names stored in the raster file itself
    -Updated set default contrast enhancement behavior so that it not applied until the ok or apply button is clicked
    -Added a default band combination setting that will be persistant between QGIS sessions.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8819 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-19

    use forward slashes also on windows - seems to confuse (OSGeo4w's) Python

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8818 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-19

    apply changeset r8811 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8817 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-17

    Added Marco Pasetti to the contributors list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8810 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-17

    Cater for those crazy folks who have more than 2 com ports on their windows boxes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8809 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-17

    Updating icons to match rest of QGIS (in progress still)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8802 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-17

    Added clear input icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8800 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-17

    Icon for filter clearing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8799 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-16

    apply GRASS plugin update from Marco Pasetti (fixes #1101)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8798 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-16

    update debian packaging for 1.0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8797 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-16

    register QgsDetailedItemData meta type; fixes plugin manager and grass toolbox

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8796 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-16

    Removed Qt4.4 specific style directive


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8793 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-16

    Fix bug in plugin manager introduced by recent changes I made that causes it to not remember loaded plugns properly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8792 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-16

    fix common typo: retreive
    (identifing copied code...)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8791 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-15

    Fix url to msys.zip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8790 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-15

    Reverted last commit, sslmode=prefer seems to be the default anyway

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8789 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-15

    Set sslmode to prefer for postgis connections

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8788 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-15

    Refactored detaileditemdelegate to avoid code duplication and try to resolve some issues needed for grass refactoring. Also fixed clipping of checkbox and checkbox logic is not entirely encapsulated based on the values of qgsdetaileditemdata.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8787 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-15

    Applied patch from Adrien to remove negative selection ids when commiting added features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8783 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-15

    debian package: update for qgis 1.0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8782 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-15

    fix sip error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8781 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-15

    debian package: introduce a build conflict with qgis dev package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8780 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-14

    Implement grass toolbox as a designer ui and make toolbox subclass it - reduces the amount of manually (programmatically) constructed gui code required.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8778 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-14

    introduce separate qml databases for fileless datasources (fixes #1127)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8777 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-14

    select value for classification in attribute dialog from unique value renderer classes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8776 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-14

    add support for multiline labels (applies #1138)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8775 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-14

    Replaced QgisAppInterface::getToolBox() with QgisAppInterface::addDockWidget and updated dependent code & python bindings. Note you may need to do a clean build after this commit for python bindings to build ok. The toolbox was removed in 0.11.0 and so the old getToolBox call was broken - this provides a replacement for that functionality.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8774 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-14

    Made new splash and version number so trunk can be distinguished from 0.11.0 branch easily

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8771 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-14

    Made new splash and version number so trunk can be distinguished from 0.11.0 branch easily

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8770 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-13

    Rolled back r8764 - as per Peter Ersts request we will leave raster unit test failing for the release until we have explained the small differences in raster rendering between 0.10.0 and 0.11.0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8768 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-13

    Fixed qgsgeometry test so that it passes:
     - clear member vars between each test
     - added some geometry dump helpers
     - generally neatened up unit test implementation



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8767 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-13

    Use rects for geometry tests rather than triangles

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8766 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-13

    updated raster unit test control images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8765 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-12

    use correct geom type for Regression test 1141

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8763 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-12

    Regression test for ticket #1141

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8762 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-12

    No need to debug out qgsappication vars - just call showSettings()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8761 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-12

    fix #934

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8760 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-12

    fix #1141 by fixing #1120 differently.

    I still don't see why r8592 has an effect, except calling OSRImportFromProj4()
    in locale "C".  Just setting LC_NUMERIC probably resolves the side effects
    leading to #1141 without reopening #1120.

    But there might be - even more subtle - side effects left - watch out.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8759 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-11

    Fix for ticket #1148 "GRASS Edit: can't modify Dynamic color"

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8758 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-11

    Fix for crash scenario: If the first thing you do in qgis is open grass layer, edit it using grass edit tools then return to work with a non grass layer and touch the canvas qgis crashes because mNonEditMapTool is not initialised.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8757 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-11

    Fix for ticket #1150, grass toolbox crashing in OS X

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8756 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-11

    Added a link to Marco Pasetti's web page describing msys build procedure

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8755 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-11

    Fix for ticket #1149. At times the current row can be returned as -1 which will cause a crash if you try to fetch its display role.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8754 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-11

    Fix for bug #978, topological editing is already considered when generating QgsMapToolAddVertex::mRecentSnappingResults

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8753 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-11

    Formatting changes only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8752 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-11

    Formatting changes only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8751 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-11

    Fixed gdal grass ubuntu package name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8750 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-10

    Applied Ticket #1049: python-site-packages-dir-0.9.1.patch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8749 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-10

    I am commenting the ellipsoid check out for now because of ticket #1146
    In 1.0.0 we should consider doing more sophisticated checks or just
    removing this commented block entirely. It is possible to set the
    parameters for the earths figure in ways other than using ellps (which
    is a convenience function in proj). For example the radius and flattenning
    can be specified and various other parameter permutations. See the proj
    manual section entitled 'Specifying the Earths Figure' for more details.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8748 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-09

    Applied changes from ticket #1108


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8747 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-09

    Formatting changes only for draw polygon routine

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8746 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-09

    Code formatting changes only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8745 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-09

    Code formatting changes only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8744 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-09

    Update Mac release scripts for 0.11.0.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8743 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    Proving that my Polish is just as good as an other South Africans, I hereby declare ticket #927 fixed. Live long and prosper.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8742 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    Fix for #980 - remove dialogs after loading and saving styles

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8741 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    Simple formatting changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8740 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    Fix for ticket #1047

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8739 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    Fixed segfault when specified invalid field type to memory provider's addAttributes()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8738 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    added missing implementations for changeAttributeValues, changeGeometryValues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8737 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    Made setGeometry() argument const.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8736 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    fix for #1139 wrong qgis-user-mailinglist-url in Help/About box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8735 c8812cc2-4d05-0410-92ff-de0c093fc19c

rduivenvoorde <rduivenvoorde@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    trivial change to test commit access

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8734 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    fix divide by zero bug in quickprint. Fix issue preventing quickprint test from running

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8733 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    Updated control images for small differences in rendering with renderer context merge

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8732 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-08

    -The default contrast enhancement type when no qsetting value is present (i.e., user override) was incorrectly set to when this functionality was added in revision 8398

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8731 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    fixed wrong polish translation #1144

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8728 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    updated bindings from changes in r8709


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8727 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    Updated INSTALL docs for 0.11.0 release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8726 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    updated whats new in application about box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8725 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    uncommented mGlobalSRS that was causing build error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8724 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    Updated version number, requirements and whats new

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8723 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    Forgot to mention qml support updates in changelog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8722 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    Updated changelog for 0.11.0 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8721 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    New srs.db and code changes to save settings by proj4 string instead of qgis srsid number

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8720 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-07

    Reverse true/false clause in setColumnReadOnly; it was implemented reversed in r8406. This fix prevents modification of the id column.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8719 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-06

    Use qgisapp path properly for quickprint test too

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8718 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-06

    Last tweak for app test to compile & work

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8717 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-06

    Fixed incorrectly name method in app test

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8716 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-06

    Updates so that paths are correctly set based on changes in
    qgisapplication



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8715 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-06

    Use new mechanism to find path. Test still fails due to small differences in rendered output

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8714 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-06

    Use new prefix path mechanism to locate resources


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8713 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-06

    Fixed broken filewriter unit test by changes in qgsapplication by adding a mechanism to find the install root of
    qgis.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8712 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-05

    new updates from Richard Duivenvoorde

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8711 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-05

    hungarian gui translation update by Zoltan Siki

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8710 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-04

    Fix for bug #1136 measure tools show wrong values

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8709 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-03

    dutch gui translation update by Richard Duivenvoorde

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8708 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-02

    newest commit from Richard Duivenvoorde

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8705 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-07-02

    Moved const to the place where it belongs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8703 c8812cc2-4d05-0410-92ff-de0c093fc19c

warmerdam <warmerdam@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-30

    improve error propagation for raster open errors (#1040)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8694 c8812cc2-4d05-0410-92ff-de0c093fc19c

warmerdam <warmerdam@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-30

    do not accept band-less dataset as valid (#1040)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8693 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-30

    fix windows link errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8692 c8812cc2-4d05-0410-92ff-de0c093fc19c

macho <macho@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-30

    testcommit werner, nothing changed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8687 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-28

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8684 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-28

    update i18n files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8683 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-28

    fix some lupdate warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8682 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-27

    polish gui translation update from Andrzej Swiader


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8679 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-25

    updates spanish gui translation from Carlos Dávila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8678 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-24

    fix #1131

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8677 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-23

    fix multiple table selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8675 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-23

    fix #958 - again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8674 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-23

    Replaced some occurences of default srs id with epgs id

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8673 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-23

    fix #1130

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8672 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-23

    Updates for internationalisation from Carlos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8671 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-21

    fix a few comment typos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8668 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-21

    Fixed a potential bug in case someone calls QgsMapCanvas::setOverview(NULL)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8667 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-21

    fix gcc 4.3 warnings, a gcc 4.3 compile error and a MSVC warning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8666 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-21

    update sip binding after r8656:
    replaces QgsMapCanvas::restoreMapTool(), which shouldn't be public, with a
    signal and handles it in QgisApp.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8665 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-21

    Correct wrong version name in wfs get capabilities

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8660 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-20

    updates for ts files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8659 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-20

    Use QPrinter instead of QPixmap to find out screen resolution

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8658 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-18

    fix #958

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8656 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-18

    revert r8586 and solve issue in QgsVectorLayer (fixes #1126)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8654 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-18

    project file transformation from 0.10.0 to 0.11.0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8653 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-17

    Polishing and optimizations in memory provider:
    - possibility to use spatial index
    - more effective getNextFeature (wheter using spatial index or not)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8652 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-17

    Added QgsRect::intersects(QgsRect) predicate


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8651 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-16

    fixed problem with iterating over features of memory provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8650 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-15

    Implemented proxy support to be application global rather than set on a per connection basis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8649 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-15

    Added global proxy configuration to options dialog. Use the follow qsettings keys to obtain proxy configs: proxy/proxyEnabled, proxy/proxyHost, proxy/proxyPort, proxy/proxyUser and proxy/proxyPassword. Note that the proxy password is not encrypted in any way when stored in Qt config file / win registry.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8648 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-11

    Accept EPSG and epsg when constructing srs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8647 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-10

    Remove declaration which causes Qt3Support dependency.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8645 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-10

    add memoryprovider to debian package

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8641 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-10

    fix link error on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8639 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-10

    fix compile error on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8638 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-09

    Applied patch provided by Adrien to fix problem where attributes where not copied for modified features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8634 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-09

    Removed a debug line

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8633 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-09

    update dutch gui translations by Richard Duivenvoorde


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8632 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-09

    Remove use of Qt3 support inline routines which redirect old Qt3 names to new Qt4 names. Remove USE_QT3SUPPORT from top-level CMakeLists and add it to GRASS provider/plugin CMakeLists so that all use of Qt3 names and libraries is limited to these two directories.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8630 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-09

    -Removed some unneeded code for a freature that will not be in 1.0
    -Added flags to indicate if min max values are actual computed values or estimates/userdefined
    -Implemented the min/max estimate warning on gui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8629 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-09

    Additional conversion from Q3ListView to QTreeWidget. This is an addition to r8406 and fixes #1074.
    For Q3ListView, each item is already set to the new selection state when on_lstLayers_selectionChanged is called. For QTreeWidget, each item still has the old selection state and selectedItems() must be used to get the new selection state.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8628 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-08

    small fix for multipart geometry types


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8627 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-08

    Added "memory" provider. It stores all data in heap, offering 3rd party developers fast provider for temporary data.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8626 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-08

    Removed non-functional MySQL provider - was just a copied from Postgres provider, with old provider interface which is not being used anymore, 2 years without any development.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8625 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-08

    QgsVectorFileWriter:
    - added missing deleteShapeFile() PyQGIS wrapper
    - added some error handling when adding features
    - improved deleteShapeFile method


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8621 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-06

    Fix height bug manifesting in plugin manager and grass toolbox list view


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8609 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-06

    Sort the model proxy after populating so python and c++ plugins get sorted irrescective of their type.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8607 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-06

    Fix filtering bug in plugin manager


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8606 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-06

    Get svn revison number for Mac Info.plist from top-level source directory rather then current source directory.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8604 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-06

    Refactored grass tools and plugin manager to always use qgsdetaileditemdata to represent the info to be display in items. This will let us switch between widget based and manually drawn implementations easily.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8603 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-06

    changed some debug statements to use QgsDebugMsg

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8602 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-06

    update polish gui translation by Andrzej Swiader


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8601 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-06

    Use cmake script with CONFIGURE_FILE rather than grep/sed to create Mac Info.plist. This circumvents command-line quoting problems when upgrading to CMake 2.6.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8600 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-05

    Display the grass modules list as second tab which avoids rendering issues. Enabled list mode.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8595 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-05

    possibility to add WMS layers through plugin interface

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8593 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-04

    call OSRImportFromProj4() in locale "C" (fixes #1120)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8592 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-04

    apply changes to layer before saving qml

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8589 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-04

    use QgsVectorDataProvider::getUniqueValues() in unique value dialog again (was lost in r8440)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8588 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-04

    save qml of non-file datasources to qgis user database

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8587 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-04

    strip current schema from selected tables to match postgres provider behaviour

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8586 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-03

    Applied Stefanie's patch to return features (with new IDs) after being added.
    Thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8584 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-03

    update feature id of added features in OGR and PostgrSQL provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8583 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-03

    Applied patch from Stefanie Tellex for simpler retreival of coords from QgsPoint
    Thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8582 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-03

    Applied patch of Stefanie Tellex, fixes QgsGeometry::setWkbGeometry() in Python
    Thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8580 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-02

    spanish gui translation updates from Carlos Dávila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8576 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-01

    missed a rename in r8572

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8574 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-06-01

    updates debian packaging

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8572 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-31

    Add path so Mac qgispython lib can be found.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8563 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-31

    update german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8562 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-31

    fix missing blanks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8561 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-31

    Add backward compatibility for Mac CMake 2.4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8560 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-31

    Updated post build scripts for mac (Tims Version) so that python libs all have proper relative references into bundle for the lib deps.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8559 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-31

    fix restoration of saved main window position

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8558 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-31

    Fix for label size in printing output (bug #1097)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8557 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-30

    Gui cleanups for attribute capture when digitising. Create a dynamically generated dialog rather than using a table widget.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8556 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-30

    unique value dialog: ask if the existing classes should be deleted when classifying on a new attribute

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8555 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-30

    Remove cmake 2.6 warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8554 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-30

    Remove deprecated in clude of attribute dialog header

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8553 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-30

    Use pushbutton instead of abstract button to prevent compile errors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8552 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-30

    Use button box for cross platform consistency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8551 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-30

    Use button box for cross platform consistency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8550 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-30

    Remove references to deleted uis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8548 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-30

    Removed these files as they are unused - part of cleanups of code base for 1.0 release.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8547 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-29

    fix for #1118 and #1119

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8543 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-29

    add support for maptool doubleclick events

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8542 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    package python support seperately in debian


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8541 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    qgisapp update:
    - 'remove layer', 'add to overview', 'toggle editing' and 'edit copy' only enable
      with active layer
    - add 'python console' only when python is available


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8540 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    fix python fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8539 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    fix strange compile error with MSVC9

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8538 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    remove /bin from application path for MSVC build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8537 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    fix building python plugin on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8536 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    Hide list view in grass toolbox as I hadent meant to commit it yet


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8535 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    Added missing resource file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8534 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    Multiple changes:
     - added a call to get the file toolbar so that plugins providing 'add layer' type functionality can place their icons into the file toolbar along with other add layer icons.
     - cleaned up the vector props ui so that action panel fills all available space, and that label settings dont use tabs but a property pane style ui.
     - added an option to qgsoptions to enable / disable legend classification attributes list
     - fix issue with detailed item delegate not being selectable in win
     - updated style sheet so that system colour scheme is used for 'glossy' highlight
     - fixed formatting issues in vector metadata list
     - fixed python build error on mac where geos was not being linked to
     - added grass list view to grass toolbox


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8533 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    renamed non db icon to add ogr layer for better naming

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8532 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    Further icon updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8531 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-28

    Moved python support to a library, QGIS app now during the initialization tries to load that library.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8530 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-27

    support for non-ascii characters in path to home directory.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8528 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-26

    keep current row on classify

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8526 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-26

    update list widget colors on reset/randomize colors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8525 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-26

    Gui cleaunups and use buttonbox


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8524 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-26

    remove superfluous ^ symbol

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8523 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-26

    Just fixed some code indentation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8522 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-26

    Further work on ui cleanups and useability:
     - in unique value and graduated symbol dialogs, show symbol previews in classification lists
     - tidy up for raster props dialog (PeteE I finally capitulated and used a stack widget)
     - use a label instead of a textbrowser in detailed item widget


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8521 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-26

    Implemented word wrap in manually draw detailed item delegate and other related cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8520 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-26

    remove some duplication of version vars in top level cmakelists.txt

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8519 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-26

    Python utilities separated to an interface and implementation.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8517 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-25

    Made QgsPythonUtils a singleton instead of a class with all members being static.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8516 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    don't try to reload plugins, it has just a little meaning and might do some problems for plugins. Moreover it was producing output to console.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8509 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    more sane python paths order: first qgis-wide python path, then plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8508 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    syntactical change in QgsApplication wrapper to match its C++ counterpart


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8507 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    added missing icons for rec naviagation to the custom projection dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8506 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    make the highlight gradient a little less extreme

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8505 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    Small icon cleanups



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8504 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    One more fix for redirecting output when python console is open


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8503 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    Nav button for custom prj dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8502 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    SVG master for zoom icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8501 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    Navigation buttons for custom prj dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8500 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    Icon updates to templates and gave icon master a better name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8499 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    Fixed uninstalling redirection from python console


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8498 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    -update locale/userLocal when default locale is use as well as when --lang= option is used so that thirdparty plugins can be in the same language as the rest of QGIS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8497 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    Even better python errors handling: now displaying traceback, python version and python path.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8496 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    updated polish gui translation file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8495 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-23

    Polish gui translation updates from Andrzej Swiader


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8494 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-22

    enhance unique value dialog:

    - allow selection of multiple classes
    - new 'add class' button (fixes #1099)
    - new 'reset colors' button to reset the color of selected/all classes to white
    - new 'randomize colors' button to randomly set colors of selected/all classes
    - 'remove classes' removes selected classes
    - change common attributes for multiple selected classes at once
    - allow renaming of classes
    - 'Classify' now adds missing instead of recreating all classes
    - used QMap instead for std::map for classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8493 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    better handling of python errors raised during initialization.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8491 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Gui cleanups to main app window:
     - changed the order of the digitising icons for better logical grouping
     - resolve status bar issues on mac by forcing heights of all status bar elements to max 20px
     - removed some redundant code for stopping rendering



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8490 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Revisions to improve gui layout and useability. Note the custom projection navigation buttons are temporary and will be updated shortly with icons.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8489 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Make the top level legend item bold for each layer so that it stands out from the categories under it.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8488 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Gui tidy ups for the project props dialog as part of the general GUI revision

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8487 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Some minor updates to docs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8486 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Prettified application variable name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8485 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Added show settings to show application var state when debugging


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8484 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Fixed / Removed kludge for getting detailed widget capture to layout out by calling show() on it quickly first.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8483 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Minor change to commenting

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8482 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Added style sheet for text2tags rendering


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8481 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Moved text2tags sources into docs dir.
    Made some minor updates to coding.t2t


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8480 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    fixed python console (was displaying plain text)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8479 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-21

    Fix for bug #1096 Snapping to currently moved vertex should be suppressed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8477 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-20

    fix grass crash:
      setlocale to "C" in getSRS() and catch fatal errors
      (probably needed at much more places).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8476 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-20

    -Updated CMakeLists.txt as qgsrendercontext.h was not being installed
    -Add Lao translation from Anousak Souphavanh (sponsored by the Center for Biodiversity and Conservation - American Museum of Natural History)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8475 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-20

    fix QgsSpatialRefSys::createFromWkt

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8474 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    sync sip with c++ core

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8473 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Dont use PREFIX on linux (or anywhere else). On linux assume prefix is appdirpath/.
    This fixes issues where qgis is nor relocatable after building, and removes cmake warnings about duplicate definition of PREFIX. Note that to be relocatable you should not build using rpath support..


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8472 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    make QgsDetailedItemDelegate link on windoze

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8471 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    replace another UNUSED with Q_UNUSED

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8470 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    fix MSVC warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8469 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Reimplemented plugin manager to use a list view rather than a table view and to use the custom qgsdetaileditemdelegate for display of available plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8468 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    On windows and mac, add the plugins dir to the search path on application start up.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8467 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Removed the definition for UNUSED as I have replaced all UNUSED in the source tree with Q_UNUSED


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8466 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Used Q_UNUSED rather than UNUSED (and my apologies for the commit spam)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8465 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Used Q_UNUSED rather than UNUSED


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8464 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Created a custom view delegate for displaying in lists like the plugin manager and the grass toolbox.
    The delegate allows displaying a title (in bold) and a description underneath it (in normal font), without needing to resort to using tables & columns. The delegate currently works in two modes:
    1) Direct rendering of item onto a painter
    2) Renderng the item via a qgsdetaileditemwidget (disabled for not as its experimental)
    THe qgsdetailed item data class is a new qvariant type that can be used to pass title, description etc between the model and the view.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8463 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Dont artificially limit the raster types available. Note if you have a lot of gdal file types supported the file filter is very long. We need to find a sensible way to manage that.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8462 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Use qt Q_UNUSED for unused params rather

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8461 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Use qt Q_UNUSED for unused params rather


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8460 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Updates for tims post install mac scripts


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8459 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Added a small script to tidy away tmp, orig and rej files left by svn


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8458 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-19

    Use qt Q_UNUSED for unused params rather


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8457 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-18

    fix #928

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8456 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-17

    fix crash on invalid raster layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8455 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-17

    fix rendering off added features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8454 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-17

    fix linking of python bindings on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8453 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-17

    some labeling cleanups (fixes #1088)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8452 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-17

    Changed testimage for renderers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8451 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-17

    Some cleanup in point rendering code

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8450 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-17

    Differentiate between field scale and raster scale factor such that field scaled point symbols all have the same outline width

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8449 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-17

    Fix for continuous color rendering of points, changed test qml files to mm units

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8448 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-17

    Fix for problems with floating point outline width for hard markers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8447 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-16

    Fix for ticket #942.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8446 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-15

    Added x11 deps required for herob


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8445 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-15

    implement #1087

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8444 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-15

    changed std::map to QMap in QgsRasterLayer::identify(), updated PyQGIS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8443 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-15

    Added cursor tips for composer maps and images.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8442 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-15

    Replaced zoomFull() code with a single QGraphicsView function.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8441 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-15

    Merge of rendercontext branch into trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8440 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-15

    Change all remaining Qt include filenames from qxxx.h to QXxx and adjust other Qt include statements as necessary. (GRASS provider/plugin not changed since it hasn't been updated from Qt3 to Qt4 yet.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8439 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    revert r8437 and fix it different
    - use FIND_PACKAGE(Qt4 REQUIRED) before SET(QT_... 1)
      as cmake's Modules/FindQt4.cmake suggests
    - should also fix #913


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8438 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8437 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    final(?) fix for #130


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8436 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    bug fix for #130, show default values of databases

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8435 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    Enable qtsql module


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8434 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    Added some HIG guidelines (more to come)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8433 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    Changed release name to Metis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8432 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    Numerous changes in GUI HIG revision:
     - use buttonbox instead of free roaming buttons
     - All labels updated for consistency
     - improve alignment and layouts for unique vale, cont col, etc in vector props
     - use style sheets in vect and raster properties and update these reports so they are visually consistent with each other
     - In qgsabout clean up layout and also show addition info relating to qt db and image plugins in providers tab (which will be renamed)

    Please note this work is ongoing and not the final product yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8431 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    Bug fix and gui enhancement:
     - remove rendering artifacts in legend item icons (dont use argb premultified!)
     - show polygon icons as a squiggly polygon so the edges arent clipped (and hopefull people find it more attractive)
     - show line icons as a curve



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8430 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    Third alternative mac post build script for building dmg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8429 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    Updated projection icon for status bar.
    Create resource file from icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8428 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    Alternative post build scripts for mac if using Tim's qgis universal deps bundle for OS X


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8427 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    Whooppee! New splash for Mitis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8426 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-14

    update turkish gui translations from Osman Yalg}n YILMAZ


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8425 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-13

    fix tests to work with QT_NO_CAST_TO_ASCII

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8424 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-12

    Changed version to 0.11.0 for trunk


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8423 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-10

    fix leaks calling OGR_DS_ExecuteSQL (fixes #1083)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8420 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-10

    update french gui translation from Marc Monnerat


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8419 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-09

    Cleaned up a bunch of debug statments.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8417 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-08

    debian package: add files added to release branch to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8416 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-08

    GRASS plugin r.in.gdal/r.in.gdal.loc update from Marco Pasetti.
    Thanks.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8415 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-08

    spanish gui translation updates from Carlos Dávila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8412 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-07

    merged Release-0.10.0 changes r8366:r8391 into the trunk.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8411 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-07

    Change order of x- and y- coordinates in WMS bbox parameter for 1.3 and for geographic coordinate systems. This is as described in the WMS1.3 specifications (for WMS1.1.1, there is no such change)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8410 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-07

    Fix for ticket #1058

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8409 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-07

    Fix for bug #1057

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8408 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-07

    Remove selection every time in QgsAttributeTable::handleChangedSelections()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8407 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-07

    Remove all use of Qt3 compatibiliy routines except for the GRASS provider/plugin. Automatic casts of QString to char* have also been removed for compatibility with Qt/Mac-Cocoa (64-bit).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8406 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-07

    Add GRASS-6.3 to the Mac GRASS search paths.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8405 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-07

    Search CMake default standard locations rather than explicitly encoding standard locations into files. On a Mac, the standard locations may also include framework paths and the frameworks need to be searched either first or last depending upon other CMake settings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8404 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-07

    Use Qt 4.2 compatible properties


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8403 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-06

    -Seems not all the changes made it across list time
    -Additional patch for ticket #923

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8402 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-06

    -Fix problem with missing "Red" band under the gray scale selection pulldown
    -This would have been a problem for all non-english systems
    -The problem will be fully resolved once ts files are updated
    -Closes ticket #923

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8401 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-06

    polish gui translation updates from Andrzej Swiader


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8400 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-06

    -Custom color map is now editable after initial creation
    -Closes ticket #1046

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8399 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-06

    -Fixed problem restoring min max values from project file
    -Closes ticket #945
    -Added ability choose in the GUI to load estimated or actual min max values from the band
    -Cleaned and reorganized raster properties gui a little
    -Added a set default constrast enhancement option in gui that is persistent between sessions
    -Closes ticket #1055 and #778

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8398 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-03

    updated polish gui translation files for Andrzej Swiader.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8396 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-02

    add fixdiff.pl to convert svn diff from other architectures

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8395 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-05-01

    Added option to have the old vertex markers back

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8392 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-30

    fix for #130:
    - skip type check for unchanged defaults in QgsAttributDialog
    - don't replace NULL default value with empty string


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8390 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-30

    fix #1052

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8389 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-26

    disable some initially enabled editing maptools

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8383 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-26

    fix rpath issue

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8382 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-25

    Fix z-order issue when writing LAYER sections of the map file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8381 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-24

    updated french gui .ts files for ranslations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8378 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-19

    Update Mac release scripts for 0.10.0.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8375 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-18

    Another fix for bug 979

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8371 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    spit plugin update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8367 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    german translation update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8366 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    Updated changelog for 'Io' release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8364 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    Disable move vertex tool for point layers (fixes bug 979)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8363 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    Fix build error due to not returning bool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8362 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    Updated version to 0.10.0 since this release will contain new features as well as bug fixes. I've also softcoded the places that had release numbers hard coded in various points in the code, so setting the version no in top level CMakeLists.txt should 'trickle down' into most places where version numbers need to be set.
    Made some small changes to whats new too.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8361 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    New splash screen for 0.10.0


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8360 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    Fix test breakages caused by recent build system changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8359 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    Fix for crashes when trying to delete a vertex in a polygon ring that has less than 3 vertices (bug 1041)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8358 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    Fix problem where multipolyons changed to polygons in QgsGeometry::makeDifference (bug 968)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8357 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    use integer and double validators on attribute dialog and table, fixes #933

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8356 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-17

    limit ogr integer fields to width 10, otherwise they become real

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8355 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-16

    Fix for renaming of wms/wfs connections in dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8354 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-15

    GRASS toolbox fix
    - avoid an endless recursion with Qt 4.4
    - reduce toolbox noise (std::cerr->QgsDebugMsg)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8353 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-15

    GRASS module label updates by Marco Pasetti, thanks a lot

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8352 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-14

    debian packaging update
    - update for next release
    - removed some temporary files in debian/
    - add version number to shared libraries names and split them into
       libqgis-core0.9, libqgis-gui0.9 and libqgisgrass0.9 (fixes #36)
    - split python binding and plugins into separate package python-qgis
    - merge some changes from the DebianGIS repository
    - build in debian/build
    - updated menu and icon
    - use qgis man pages (qgis_help added)
    - build on Debian unstable is lintian clean (may fix #1028)
    - build also tested on OSX (Tim Sutton), MinGW (Marco Pasetti) and with MSVC


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8351 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-14

    fix gcc warnings in grass provider and plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8350 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-14

    workaround for what seems to be a Qt problem with file:// urls on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8349 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-14

    Better fix for crs bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8348 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-13

    fix i18n part of #1039

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8347 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-13

    New version of srs.db provided by Richard

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8346 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-13

    Workaround for reprojection on the fly bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8345 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-13

    fix gcc warnings with included xpms

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8341 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-12

    fix #1038

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8340 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-11

    GRASS plugin update
    - toolbox: show module name in front of the label
    - cleanup QGM modules
     * fix typos
     * reindent and unify line endings
     * remove leading blanks and trailing blanks and dots from labels
     * remove leading module name as the toolbox now shows them automatically
     * rename r.cats.* to r.category.*


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8339 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-11

    add v.out.dxf source icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8338 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-11

    fix for #1030

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8336 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-11

    fix for #1031

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8335 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-09

    - added link to manual translations and updates at osgeo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8331 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-09

    - update spanish gui translations from Carlos Davila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8330 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-08

    update spanish gui translations from Carlos Davila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8329 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-07

    update of Russian translation provided by Artem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8327 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-07

    Further vietnamese translation updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8326 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-07

    Updated latvian translations - many thanks to Maris Nartiss


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8325 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-07

    Fix for condition where layer name is blank in the legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8321 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-04

    Updated vietnamese translations from Huu Manh Bui - many thanks!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8319 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-04

    Updated russian translation provided by Artem. Spasibo\!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8318 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-04

    Updated dutch translation provided by Richard and updated the translation files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8317 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-03

    Correct fix for #849. Use actual installation directory, not just default directory.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8316 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-03

    fix grass toolbox

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8315 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-03

    Added some mac specific notes to fix SDK link path issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8314 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-02

    postgres provider update
    - handle PQsendQuery in one getNextFeature run (fixes nested iteration of
      cursors with connection pooling)
    - beautify DELETE and ALTER TABLE statements


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8313 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-02

    catch more GEOS exceptions a bit cleaner

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8312 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-02

    Updated all ts files in preparation for string freeze


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8311 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-02

    fix #1024

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8310 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-02

    support unset fields in OGR provider (like NULL in postgres provider; fixes #1023)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8309 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-04-01

    Fixed some issues with formatting in mkspecs section of os x notes



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8308 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-31

    postgres provider update
    - remove some unnecessary includes
    - add private PQexec method with additional debug output
    - update all changed attributes of a feature at once
    - fix quoting and beautify creation of SQL statements
    - replace assertion on unexpected field types with useful debug output and
        consider values as NULL


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8307 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-31

    remove CRs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8306 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-31

    Fix for double commit of qgsprojectversion header


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8305 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-31

    Added missing qgsprojectversion.h to list of headers to install


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8304 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-31

    include qgsprojectversion.h in core header install

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8303 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-30

    Dont write FILTER keyword if the SQL filter doesn't exists

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8302 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-28

    Updated to work under qt 4.2.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8296 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-28

    only encode to unicode once

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8295 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-28

    fix #962: the image of the previously rendered feature was used instead of an empty one.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8294 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-28

    spit plugin fix
    - quote values and identifiers properly
    - remove now unnecessary reserved word dialog
    - also consider primary key field and geometry field in double field check
    - allow rename of primary key field
    - remove disabled connect button (spit automatically connects on OK)
    - keep the window open window if there was an error
    - fixes #865 and #930


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8293 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-28

    yet another postgres provider update
    - apply patch #1009 from Steven Mizuno. Thanks.
    - remove column name and use of PQfnumber for cursors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8292 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-28

    our trac is now at osgeo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8291 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-27

    another postgres provider update:
    - make declareCursor and getFeature private
    - there's no need to track column names in cursors
      (which contained a bug triggering #962 again and more)
    - introduce private method field(index) that verifies that
      the index in valid or throws an exception.
    - use that in public methods that get indexes from
      outside (minValue, maxValue, uniqueValues...)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8290 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-27

    check schema privilege before table privilege

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8289 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-27

    Fix for msvc so python parts build with nmake not vcexpress


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8288 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-27

    put out a warning message when accessible postgis cannot be determined

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8287 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-27

    put out a warning message when no accessible postgis tables were found

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8286 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-27

    More work on the postgres provider:

    - put common code from select/getNextFeature and getFeatureById methods
      to new declareCursor and getFeature methods
    - unify type handling and support bool, arrays and time types
      (fixes #1009)
    - ignore columns not explicitly supported (might apply to columns
      previously supported implicitly; please file a bug if you run into
      one)
    - fixes a unreported problem with getFeatureById returning only NULL
      attributes.

    Please test!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8285 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    Fix include search path when using LIB_DIR on msvc with prepackaged libs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8284 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    fix other aspect of #962

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8282 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    Added missing braces


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8281 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    Updated doxygen config file and index


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8280 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    Defined application services linkage for mac since we dont just globally link to all qgis libs now (which used to give us ap services libs in the process). Applies to OS X only.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8279 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    Suport for splitting into modules in doxygen
    Added front page for doxygen


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8278 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    Document private members/methods


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8277 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    Clean ups to doc generation
     - filter out non useful / generated / copied in sources
     - various other small tweaks to formatting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8276 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    Link to explicit qt libs to avoid linking to qttest


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8275 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-26

    Updated output directory for docs to point to qgis_api_doc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8274 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-25

    reintroduce connection pooling, but use cursors independantly of transactions
    by declaring them "WITH HOLD" and "CLOSE" them when done.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8273 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-25

    speed up loading of projects using unique value renderers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8272 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-25

    fix msvc warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8271 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-25

    Added missing header install line that got removed accidentally in r8236


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8270 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-25

    code reindentation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8269 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-25

    fix #1008

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8268 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-25

    fix #1007

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8267 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-25

    Applied patch 1004 that adds zoom to direction of mouse cursor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8265 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-25

    Patch #878 for PrintComposer SVG Export from Steven Bell with conditional compilation directives added to use QSvgGenerator for Qt4.3 or greater while continuing to use Q3Picture for Qt 4.2 or lower.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8264 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-24

    - speed up QgsSpatialRefSys after migration to OGR C-API:
      - create and destroy OGRSpatialReferenceH in constructor/destructor
      - move the PROJ.4 strings to OGR instead of a member variable and keep
        track its validity in mIsValidFlag.
      This reduces the need to allocate/deallocate of OGR structures and PROJ.4
      parsing and thereby speeds it up quite a bit.  Especially when on-the-fly
      projection is in use.
    - collect common code of createFromSrid, createFromEpsg and createFromSrsId
      in the new loadFromDb method

    NOTE: invalid PROJ.4 strings are now lost, I hope that doesn't break
          anything.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8263 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-21

    fix #916

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8259 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-21

    fix GCC 4.3 compatibility issues (still compiles with GCC 4.2 and MSVC8)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8257 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-20

    fix #1005 by making GRASS work in paths with blanks (windows-only)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8256 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-20

    hungarian gui translations from Siki Zoltan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8255 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-19

    fix for #849

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8254 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-19

    Cleanup comments and note that layers are deleted when removed from the registry


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8253 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-19

    fix setting of type column for postgis tables with multiple geometry columns

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8251 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-19

    qgsdbtablemodel.cpp reindented

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8250 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-19

    fix #1001 introduced with r8233

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8248 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-18

    Fix compile error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8246 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-18

    Dont run moc on  qgsprojectversion.h as its not a qobject child


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8245 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-18

    Dont run moc on qgsrasterdataprovider.h since its not a qobject child


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8244 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-18

    Dont try to run moc on qgsmaptooledit.h since its not a qobject child


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8243 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-18

    Added clause for finding sqlite header correctly when building internal


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8242 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-17

    more GRASS reindentation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8241 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-17

    reindentation of GRASS plugin and provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8240 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-17

    spanish translation updates from Carlos Dávila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8238 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-17

    Added the option (off by default) to build with an internal copy of sqlite3. This is the recommended approach by the author of sqlite3, but the old way (linking to an external lib) remains default for now. To use add -DWITH_INTERNAL_SQLITE3 to cmake command line


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8236 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-17

    Fix error in sqlite find path


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8235 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-16

    - add getUniqueValues method to QgsVectorDataProvider
     - implement getUniqueValues in QgsPostgresProvider (fixes #399)
     - implement getUniqueValues, minValue and maxValue in OgsOgrProvider
     - use getUniqueValues in QgsUniqueValueDialog
    - update QgsPostgresProvider::storageType interface (fixes #995)
      (applied patch from Steven Mizuno, thanks again)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8233 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-16

    more reindents

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8232 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-16

    code reindented

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8231 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-16

    Added the possibility to use these libs from non default locations by specifying them in LIB_DIR. Before this change, the presence of the lib in /usr or /usr/local would override command line specified paths


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8225 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-15

    Changed project to 0.9.2 (removing rc1)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8224 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-14

    qgsdbsourceselect.cpp reindented

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8223 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-14

    Merge of C-API into trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8222 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-14

    delimited text plugin: enable button to parse if the text in the delimiter field has changed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8221 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-13

    fix gcc compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8219 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-13

    fix compile error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8218 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-13

    - Support NULL database values (fixes #987 and #988)
      - check for NULL values on load
      - show "NULL" in attribute table and identify results
      - support entry of "NULL" in attribute table or dialog
    - free result of PQexec in postgres provider (fixes memory leaks)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8217 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-13

    add QgsRubberBand::getPoint to python interface (following up r8209)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8216 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-13

    Added support for a default snap mode (can be to vertex, to segment, to vertex and segment)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8214 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-12

    - applied patch from Steven Mizuno from #964. Nice work. Thank you very much.
      - better privilege handling (fixes #955)
      - better postgis i18n (unicode handling, identifier quotation)
      - password saving fixed
      - support for int8 type added
    - let provider capabilities follow table privileges (fixes #976)
    - use prepared statements for adding features (fixed #977)
    - remove connection pooling (fixes cursor problem)
    - clear attribute list on loadFields (fixes #984)
    - ignore bytea fields
    - handle transactions/error reporting better
    - some cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8213 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-12

    followup to r8211 - missed a file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8212 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-12

    allow changing attributes of added and not yet commited features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8211 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-12

    keep editing on failed attribute commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8210 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-12

    reintroduce getPoint method for QgsRubberband

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8209 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-12

    don't try to add attributes twice, if some attribute change fails

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8208 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-12

    code reindented

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8207 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-11

    fix msvc warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8206 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-11

    Stop editing before layer remove if necessary

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8205 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-11

    Wrapped QgsEncodingFileDialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8204 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-10

    Added the possibility to use these libs from non default locations by specifying them in LIB_DIR. Before this change, the presence of the lib in /usr or /usr/local would override command line specified paths


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8203 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-10

    Added clauses (not enabled by default) to not build any parts of code base requiring grass or pg support.Before this change it was not possible to disable them building if you did have pg  grass on your system because when the cmake rules found them to be present it assumes you want to build with them. This may not always be the case. Note that if you disable them you have to do it explicitly before CMakeCache.txt is generated: e.g. -DWITH_GRASS=OFF -DWITH_POSTGRESQL=OFF otherwise the default behaviour is to build if those libs are present (as it was before this commit)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8202 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-10

    Commented out overly verbose debug line


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8201 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-10

    update hungarian messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8200 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-10

    - hungarian gui translation from Siki Zoltan


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8199 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-08

    Added some logic to allow libs and headers in non default locations to be used with priority over those in default locations (/usr and /usr/local)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8195 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-07

    Regenerated INSTALL procedure to reflect Williams changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8194 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-07

    Updated osx build procedure with notes from William


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8193 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-06

    - generate SIP build files in build directory, not in source dir
    - show command line used to run SIP binary
    - remove ignore flags from python/core and python/gui - not needed anymore


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8192 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-06

    Better creation of list of directories of a zip file. Fixes installation problem with some plugins.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8191 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-03-04

    Only change project snapping settings if it was changed in the dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8189 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-28

    updated gui translations from Christian Ferreira


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8187 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-28

    Fix for if WITH_BINDINGS is off but python was found, cmake was still trying to build python stuff.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8185 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-28

    Fixed window title which was showing incorrect label


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8184 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-28

    Write column and row as graticule attributes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8183 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-26

    Union test


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8181 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-26

    Initial test for qgsgeometry. At the moment it only does the following:
     - creates some test intersecting and non intersecting geometries before each test runs
     - destroys these after each test runs
     - performs a simple intersection and non-intersection test

    Please feel free to add further tests here as you work on qgsgeometry - its very simple to do with the framework I have put in place now...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8180 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-26

    Changed required version to gutsy


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8179 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-23

    Add capability of doing HTTP POST request to QgsHttpTransaction. Uses a default argument to maintain interface compatibility

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8175 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-23

    Updated to use osgeo repo path for svn


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8174 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-21

    Fix to enable spatial bookmarks with non-ascii characters

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8173 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-21

    Patch from smizuno to fix bug #954. Thanks!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8172 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-20

    Modified geos exception catching. It seems that geos2 throws exceptions as pointers and geos3 as objects

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8171 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-19

    Fixed a small typo in the german translation file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8167 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-19

    Applied patch for bug #938. Thanks to smizuno!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8166 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-16

    Fix tab order in gps dialog. Fix for #943


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8164 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-16

    Remove need for specifying the web browser. QDesktopServices are used instead.

    Drag and drop implementation.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8163 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-14

    Added some 0 pointer checks for geometry (useful e.g. in cases of NULL geometries in postgis layers)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8156 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-13

    Some tweaks to try to ensure proper font sizing in projected maps and to make the scale bar a little skinnier


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8155 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-13

    Fix for const iterator


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8153 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-13

    Added forgotten setAttributeMap() wrapper


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8152 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-13

    - added QMultiMap conversion for SIP from Stefanie Tellex
    - fixed featuresInRectangle and snapWithContext bindings
    - added Stefanie to contributors
    - keep list of contributors sorted


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8151 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-13

    Commited patch from Stefanie for QgsVectorLayer::snapToGeometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8150 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-13

    Added mim types and try to put qgis in root of application menu (Until I can figure out how to get it to create a new menu folder called science and add it into there)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8149 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-13

    Use png rather than xpm for desktop icon.
    Run dh_icons & dh_desktop in rules



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8148 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-12

    Dont build as a standalone app too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8147 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-12

    Remove compiler warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8143 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-12

    Use qMax macro instead of reimplementing the same thing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8142 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-12

    Dont call method 'max' because its a reserved word / compiler macro on some platforms (MSVC) and causes build failures


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8141 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-12

    WIMPY's window installer files from 0.9.2 release branch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8140 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-12

    Restore map canvas to exactly same size and dpi after printing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8139 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-11

    Updated Slovak translation (#934).
    Many thanks to Lubos Balazovic!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8138 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-11

    Insert a 'Cancel' button to the dialogs when stop editing, fix for bug #944

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8137 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-11

    Fixed a memory leak in postgres provider (that was caused by my own modifications a week ago)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8136 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-11

    Make maprender able to tell us the map size and dpi (there were previously no accessors for this)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8135 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-09

    Cleanups to the quickprint output to manage text overruns in legend and improve alignment of text in various places.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8132 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-09

    Beatify scale bar a little


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8131 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-09

    Remember last used page size
    Default to A4 on first use
    (prevents those fantastic A0 printouts when you click ok without thinking)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8130 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-09

    Added add postgres layer icon to master svg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8129 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-09

    Synced from trunk


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8128 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-09

    Dont make page size methods slots
    Fix alignment issue with scale bar unit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8127 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-08

    The last change I made to this file removed the incorrect line. This fixes that change


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8125 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-08

    Add geos include dir for grid maker plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8123 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-08

    Fix .so collision between lib and app in deb packaging


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8122 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-08

    Some fixes for graticule creation when origin is > endpoint


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8121 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-08

    Allow large numbers to be entered (reverted to line edits)
    Saved ui in qt4.2.x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8120 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-08

    Saved dialog using qt4.2.x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8119 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-08

    Fix for bug where projects loaded slowly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8117 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-07

    test commit after repository migration

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8112 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-07

    test commit after repository migration

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8111 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-06

    Added ability to set paper size to python api


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8110 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-05

    First step towards fixing ticket #749
     - switch to using qgsvectorfilewriter to generate graticules
     - now I just need to add SRSselector button to support arbitary srs
     - removed dependency on shplib


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8109 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-05

    Support user defined page size selection


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8108 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-05

    Various fixes for quickprint:
     - no more ballistic scalebar shooting off the side of the page (it still needs to be beautified a bit, but at least its scaling properly now)
     - determine screen resolution instead of just assuming 72dpi
     - added option to set page size and fixes so that print renders ok at various page sizes.
     - added page size to string and string to page size static methods



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8107 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-05

    Use more logic ordering for toolbar icons and menu entries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8106 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-05

     - Reorganise digitising icons as discussed on mailing list
     - Added fullscreen toggle to view menu
     - moved add all / remove all layers to / from overview to menu only to
       free up some tool bar clutter



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8105 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-04

    - added hungarian translation files, translator will be Siki Zoltan (see wiki)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8102 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-04

    Insert 0 for missing geometries in postgres provider. Plus little performance enhancement by avoiding unnecessary copies

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8101 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-03

    fix for bug where feature splitting was not possible if bounding box of split line was a line

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8100 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-02-02

    Make zoomToLayer, zoomFull and zoomSelected all adds the same five percent margin around the extent. Fixes #932.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8099 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-31

    Eliminate GEOS 3.0 deprecated header warnings by including individual headers instead of deprecated multifile headers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8098 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-30

    fix for bug #925 'Add Island' and 'Add Ring' not greyed-out when leaving edit mode

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8097 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-30

    Fix for bug where topological editing did not work for polygons with remove intersection option

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8096 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-30

    more robust line/multiline splitting

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8095 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-30

    Applied bugfix patch from Stefanie Tellex:
     - The bug  occurs when you make two providers that
       access the same table, and then try to iterate
       through the features in each provider in a nested loop.
     - The provider in the inner loop would never have any
       features because all providers use the same cursor
       name so things would get messed up.
     - This patch fixes the bug by adding a providerId
       member to QgsPostgresProvider, and appending the
       id to all cursor names.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8092 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Added comments for version string formats, and changed to 0.9.2

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8091 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Commented out scale and rotation debug causing log spam


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8089 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Fix for bug that crashed qgis when moving the first/last vertex of a line

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8088 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Enhanced maximum value for digitizing double spin boxes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8087 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    nicer vertex markers for editing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8086 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Cleanup after all the svn troubleshooting

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8085 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Test to fix svn commit problems

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8084 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    PROVENANCE changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8083 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    PROVENANCE changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8082 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    PROVENANCE changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8081 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    PROVENANCE changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8080 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    PROVENANCE update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8079 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Updated nsis version to 0.9.2rc2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8077 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Use (x) rather than (-) to show remove actions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8076 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Updated grass icons to make grass image stand out more and not obscure backgrounds to much


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8075 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Update Mac release scripts for 0.9.2.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8074 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    More version updates for impending 0.9.2rc1 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8073 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Add Qt-supplied qt_ar.ts corresponding to new qgis_ar.ts file. Translated About, Preferences and Quit menu items on Mac need this file. It also provides translations for all Qt library strings as well.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8072 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Fixed compile error caused by whats this changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8071 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Regenerated INSTALL doc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8070 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Fixed a code block error causing formating problems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8069 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Applied patch from William for Mac OSX build. Regenerated INSTALL from t2t doc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8068 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-29

    Updated changelogs and versions etc for 0.9.2rc1 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8067 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-28

    Added Fernando Pacheco to contributors list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8066 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-28

    Added missing resource file that never made it in my last commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8065 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-28

    Updated spanish translations from Carlos Davila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8064 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-28

    Improvement to feature splitting: if there is a selection, the split tool only considers the selected features. If not, all the features intersecting the bounding box of the split line are considered

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8063 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-28

    Use double spin boxes to insert default snapping tolarance and search radius for vertex edits

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8062 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-28

    Committed patch from #901 - fixes for pg query dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8061 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-28

    Icon updates:
     - use png instead of xpm for grass icons
     - put grass icons in a qt resource file
     - updated grass cmakelist accordingly
     - updated other non grass plugins

    Please note these icons are not final and some changes to them will be checked in over the next 24 hours.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8060 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-27

    Fix for #870 (suggest python sip4 for runtime)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8059 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-27

    More updates to icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8058 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-27

    Fix for crash - ticket #756


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8057 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-27

    - updates portuguese BR translation for gui from Arthur Nanni


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8056 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-27

    - QgisInterface's functions addRasterLayer/addVectorLayer return pointer to layer instead of just bool
    - renamed QgisApp::addLayer to more appropriate QgisApp::addVectorLayer
    - cleanups in loading of raster/vector layers in QgisApp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8055 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-27

    Small change to test svn upgrades


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8054 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-26

    Replace deprecated activated() calls to qaction with triggered() - removes COMPAT warning on console


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8053 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-26

    - first arabic gui translations from Assem Kamal


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8052 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-26

    -Removed strange triplicate defs in .h file
    -Moved loadDefaultStyle() to prevent crash when loading qml

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8051 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-26

    Renamed landsat_clip to landsat and updated raster test accordingly



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8050 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-26

    Removed redundant maplayer section


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8049 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-26

    Fix formatting except where required for bullet items in mediawiki

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8048 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-25

    This file documents the code provenance review for QGIS as part of
    the OSGEO incubation process and should remain in the QGIS source tree. It
    should not be included in release packages.

    This file is in MediaWiki format for inclusion on the OSGEO wiki.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8047 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-25

    Added unit test for setting raster qml which sets bands rgb as 875


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8046 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-25

    Added qml for testing landsat


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8045 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-25

    Added copyright and license info for plugin_installer files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8044 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-25

    Removed some legacy include statements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8043 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-25

    Also added code to convert geos multipoint to wkb multipoint

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8042 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-25

    Added fromMultiPoint method to QgsGeometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8041 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-25

    Added mising expected landsat basic control image


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8040 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-24

    Indentation and remove untranslateable empty string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8039 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-24

    Added raster test for a multiband image
    Added missing loadDefaultStyle to raster ctor (its not enabled in ui for 0.9.2 since its untested and unstable)
    Added test image for testing multiband raster images


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8038 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-24

    more fixes to bindings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8037 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-24

    added forgotten parameter


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8036 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-24

    - spanish translation update for 0.9.2 from Carlos Dávila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8035 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-23

    Improvement to polygon splitting

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8034 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-23

    Remove cursor manipulation from httptransaction to make core library X11 independent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8032 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-22

    Swedish translations

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8031 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-22

    Install raster ramp shader header needed for 3rd party apps


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8030 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-22

    - some fixes for german language


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8029 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-22

    - update german translation for 0.9.2rc1 string freeze


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8028 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-22

    - added new .ts file for translations into Arabic requested
      by Assem Kamal <prog.assem@yahoo.com>



    git-svn-id: http://svn.osgeo.org/qgis/trunk@8027 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-22

    -updated enums and respective functions to have undefined be initial value
    -replaced some QT3 calls with QT4 calls in raster layer properties
    -updated python bindings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8026 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-22

    Updated ts files for string freeze


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8025 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Use qRgba to set pixel values


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8024 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Resave using qt designer 4.2.3 to allow compilation with that version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8023 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Updated control image for raster pseudo tests


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8022 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Specify bgcolour as 152,219,249 so it doesnt look so turdacious on windows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8021 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Fix point size so unit test passes again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8020 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Removed polygon outlines so maprender test passes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8019 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Prefix image urls with file://


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8018 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Updated these tests to use the qgsrenderchecker class to validate results.
    srcMakelist modified to gui tests will build


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8017 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Added a helper class for unit tests that will compare an image with a maprender product and return true or false based on their equiality or on the time it takes to render the output. It will also produce a difference image so that dissimilar areas in the two images can easily be identified. Lastly it generates a simple report as an html snippet for easy inclusion of results in a test report in a web browser.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8016 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Added first of gui lib tests (for quickprint)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8015 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Updates for test data:
     - fix issues with qmls so tests run properly
     - updated expected images to be 400x400 rather than 800x800
     - added new expected image results for new tests which will be committed shortly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8014 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Tidy ups for quickprint:
     - let the quickprint be based on either qgsmapcanvas or qgsmaprender
     - word wrapping for legend entries
     - added setMapBackgroundColor to public api


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8013 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    Expose maprender height and width via the public api


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8012 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    fix for 3 warnings in feature split code

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8011 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-21

    update german language


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8010 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-20

    Fixing capture points

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8009 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-20

    Changed feature splitting mechanism such that it is possible to generate several new features with one split

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8008 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-20

    -Numerous small fixes for raster layer properties window
    -Updated reading and writing of color ramp type in project settings section

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8007 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-18

    Error in a .ui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8003 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-18

    More translation clean-ups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@8002 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-18

    Changed version to 0.9.2 (mainly to snap up the 8000th commit!)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8001 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Fixes to the mapserver exporter


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7999 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Let single symbol render mark borders of areas when selected, just as the other renderers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7998 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Cleaned up translation for qgsrasterlayerproperties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7997 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    - added methods which were forgotten: fromMultiPolyline(), fromMulyPolygon()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7996 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Fix for hardcoded path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7995 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    - renamed QgsGeometry::difference to QgsGeometry::makeDifference
    - more geoprocessing in QgsGeometry: convexHull, intersection, Union, difference, symDifference


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7994 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Cleaned up gps importer translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7993 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Limit scale bar with


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7992 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Fix for bug #904: 'no decorations'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7991 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Context help for spanish updates from Carlos Davila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7990 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Patch from Fernando for ticket #909


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7989 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Added missing sip file for quickprint


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7988 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-17

    Python bindings for quickprint and change print method to printMap


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7987 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-16

    Added QgsGeometry::buffer() function that returns buffer around the geometry.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7986 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-16

    Translation fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7985 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-16

    - changed return type of QgsMapLayerRegistry::mapLayers() from std::map to QMap
    - wrapped the above function in PyQGIS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7984 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-16

    Moved the dbmodel classes to app as they are not very likely to be of use to third part apps

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7983 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-16

    Cleaned up and added debug output for north arrow plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7982 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-16

    Unit test for pseudocolor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7981 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-16

    Refactored some variable names
    Use mpRasterLayer->getRasterLayerType() instead of mpRasterLayer->rasterLayerType


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7980 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-16

    Updates to raster tests - added image writing capability. At teh moment it will write to /tmp/raster_test.png. Later I will write different files out after performing various colour and transparency operations on the test dataset.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7979 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-16

    -Prevent NoDataValue displaying in scientific notation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7978 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Turn on console output when debugging on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7977 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Remove duplicated header stuff from merge


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7976 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Put maptip in gui lib so 3rd party apps can use it. Make it do GUI_EXPORT and install its header so it builds properly on win and that 3rd party apps can find its header.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7975 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    i18n patch so that Jurgen works again. Fixes #905.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7974 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Cleaned up text and added map tips

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7973 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Moved qgsmaptip class to .../src/app where it is used

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7972 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Removal of dead code and explanation of the method for determining which directories are contained in the zip file of the plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7971 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Minor cleanup to the output when unzipping a pyqgis plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7970 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Potential fix for directory unzip problems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7969 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Merged maptips-branch 7939:7967 into trunk


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7968 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    Disconnect signals on unload to avoid crash when plugin has been unloaded.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7967 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-15

    -Disabled renaming of the gray band name by getRasterBandStats()
    -Added additional check to each ::draw function look ignore draw requests for bandno <= 0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7966 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Fixes for translation.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7965 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Saved using qt4.2 and added lblMinMaxEstimateWarning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7964 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Applies patch in #902

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7963 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Upgrade point size when reading old project to make it look the same. Also change default point size to same loko as previously

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7962 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Added missing GUI_EXPORT


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7961 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Added a test for testing rendering performance. The test does the following:
     - test for presence of test dataset
     - if test data is not present writes it to tmp
     - test data set is (180 /0.5) * (90 /0.5) polygons (each being .5 degree box)
     - renders the dataset to an image and times how long it takes to do that


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7960 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Improvements and Fixes for quickprint
     - moved actual pringing logic into gui lib so that third party apps can make use of it.
     - fixes for legend font size rendering issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7959 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    added qgsprojectversion.h to installed headers so third party apps using qgsproject have all needed headers available


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7958 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Predifine icon size as a var instead of redecllaring each time


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7957 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Cleaner win app icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7956 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    Finalised (hopefully digitising icons)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7955 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    -small speed improvement for intial load of single band gray images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7954 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    -Fix a problem with generating the highest value of contrast enhancement lookup table
    -Added min max estimate on loading to prevent full raster stats from being generated to improve loading speed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7953 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    -Set default contrast enhancement to STRETCH_TO_MIN_MAX

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7952 c8812cc2-4d05-0410-92ff-de0c093fc19c

ersts <ersts@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-14

    -Added extra debug statements
    -Updated linear contrast enhancement functions
    -Fix for ticket #900

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7951 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-13

    Build fix for GRASS on mingw/cygwin. I hope it works on other systems too...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7950 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-13

    Adds some margin to zoomToLayer. Fixes #881

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7949 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-12

    include move feature tool when handling state of editing tools

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7946 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-12

    re-disable msexport and remove it from the debian package as it's going to be turned into a plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7945 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-12

    Use english for logical values of band names in project files. Use String comparision properly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7943 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-12

    revert some changes from r7926, which break building debian packages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7942 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-12

    Added null transform for 0.8.0 to 0.8.1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7940 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-12

    Path fix for renderer test

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7938 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-12

    Fix for paths in testqgsapplication

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7937 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-12

    Fixed crash when reading project file with non-existing raster file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7936 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    Resave under Qt designer 4.2.3 rather than 4.3 (fails to compile otherwise)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7935 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    Fixed some rev-up for rasters

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7934 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    Committed patch from ticket #897 - port pg and attribute search dialogs to qt4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7933 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    First pass at improved digitising icons - there are still some refinements needed here


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7932 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    Micky Mouse got in my qml...this patch removes him with prejudice...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7931 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    fixed empty CMakeLists.txt for the mapserver_export plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7929 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    Fix for wacked sip files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7928 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    new files from raster transparency branch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7927 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    Merge of raster transparency branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7926 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-11

    Missing CMakeLists.txt file for the new MapServer export plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7923 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-10

    Merge renderer branch to trunk r7761:7920


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7922 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-10

    Commit postgis dialog extension to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7920 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-10

    Fixed paths on WinXP for application test

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7919 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-10

    Merged rev-up branch to trunk. Rev-up is now closed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7917 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-10

    Fixed selection of features in vector layer so the map canvas doesn't get re-rendered many times during the operation.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7911 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-10

    Improvements to plugin installer:
    - ability to support custom repositories
    - better error handling


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7909 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-10

    - update german translation file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7899 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-10

    New MapServer export plugin implemented in Python. This is a
    core plugin and installed with QGIS. The old exporter (C++/SWIG/Python)
    has been removed from the build and the code will be removed following
    complete testing of the new plugin.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7898 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    Some small updates to bindings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7897 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    removed QgisPlugin from the bindings (not used anyway)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7895 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    Moved all conversions between c++ templates and python objects to one file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7894 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    Fixes compilation of bindings, added wrapper for QgsSnapper.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7893 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    updated python bindings for rubber band

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7888 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    Merge of advanced editing branch is now done

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7886 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    Saved dialog using qt 4.2.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7885 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    More editing merges...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7884 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    More merging of editing branch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7882 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    first part of advanced editing branch merge

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7880 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    Added quick print plugin to build list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7878 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    Initial commit of new quick print plugin:

    The plugin seeks to cater for users who want to print a map with no
    hassle, and does not seek to replace the mapcomposer plugin which is
    aimed at advanced users. Since I hate wasting paper / cutting down
    trees, I have made the quick print plugin output to pdf for digital
    redistribution or optionally printing from pdf.

    Features;
    - fill in 3 fields, choose a pdf output file and get a pdf ready for printing
    - field values are remembered between uses so in most cases you
      simply click the plugin icon then press OK
    - automatically scales label text and symbol sizes suitable for
      printing and then scales them down again afterwards
    - at the moment all options (page size Letter, output pdf, layout)
      are fixed as I prefer to keep it extremely simple in this iteration.
    - 300dpi output

    Future options:

    - In the future it will be possible to refactor the plugin to support
      simpled predefined layouts at different page sizes.
    - autoincrementing filenames for when you want to produce a sequence of maps


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7877 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    Added accessor for canvas bg colour


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7876 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-09

    Changed example copyright date from 2006 to 2008


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7874 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Further improvments to plugin template:
     - use standard convention of ui being named FooGuiBase



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7873 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Enhancements to plugin builder:
     - replace tokens in README which was missing from the file list
     - use nice word wrapping in README.whatnext


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7872 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Applied patch from Fernando to provide grass export to dxf option


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7871 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Changed project version to qgis 0.9.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7869 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Create directory for python plugins if it doesn't exist
    (otherwise the plugin extraction will fail)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7868 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Removed last slash for path to python plugins in home directory.
    It was the reason why plugins in home dir couldn't be accessed on Windows.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7867 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Added script to create a .ts file for a new language


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7866 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Updated ts files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7865 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Save file in Qt designer 4.2 to allow it to compile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7863 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Fix for #893 - focus whole rows and give table widget focus on dialog open


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7861 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-08

    Fix for ticket #890 "python plugin installer unzip fails"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7859 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-07

    Applied patch from #892 which removes qt3 deps for plugin manager. Muito obrigado Fernando!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7858 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-07

    protect editing tools if map canvas is rendering

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7855 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-05

    Patch that provides incremental screen update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7846 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-05

    Code formatting only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7844 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-03

    Added various qmls to test data for unit testing different renderers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7835 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2008-01-02

    spanish translation updates from Carlos Dávila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7831 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-31

    Applied patch from ticket #887


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7825 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-29

    Russian translation provided by Artem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7819 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-29

    updates portuguese_



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7817 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-27

    Undoing some changes in r7813

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7815 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-27

    Made all developer mug shots file system safe

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7814 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-27

    Add a comment to explain some 'arbituary' numbers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7813 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-27

    Fix for ticket #830 (print composer pane is wrong on first running of
    qgis)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7812 c8812cc2-4d05-0410-92ff-de0c093fc19c

what_nick <what_nick@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-25

    Rolled back name change pending fixing of ascii safe mapping.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7811 c8812cc2-4d05-0410-92ff-de0c093fc19c

what_nick <what_nick@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-25

    Renamed image to please buildbot.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7810 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-19

    PyQGIS: support for Mac universal builds - fixes #876


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7807 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-17

    - update spanish qt translation by Carlos Dávila



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7798 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-16

    Cleaned up unused member

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7797 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-16

    Fixed #872 in plugin_template, made links clickable and changed template to make it more translateable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7796 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-16

    Tried a new way of displaying text, hopefully easier for translations.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7795 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-16

    Fix for ticket #420 (attribute table can truncate displayed data)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7794 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-16

    Fix for ticket #847 (make the requirement for a header row in a
    delimited text file clearer)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7793 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-15

    Added a link to the Qt Quarterly article on designing Qt style APIs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7791 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-14

    Save and restore window position for AttributeTable, Bookmarks and HelpViewer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7782 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-14

    Fix typo which prevented help from being refreshed on a Mac if the context changed while the viewer was open. Also update from Qt3 to 4.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7781 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-13

    Added mug shot

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7780 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-13

    Some usability, i18n and debug changes on GPS importer (and gpxprovider). Handles #804.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7779 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-13

    Change in the v.clean.* modules


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7778 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-13

    Extended GPS plugin with a tab for performing conversions of GPX files, with the help of gpsbabel. Requested in #648.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7777 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-13

    - updated qt_es.ts from Carlos Dávila



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7773 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-12

    Changed to a custom cross hair mouse pointer when using measurement tool. Fixes #862

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7770 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-11

    fix crash while editing shapes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7769 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-11

    fix for #855

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7768 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-11

    Added Thai translation provided by Man

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7765 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-10

    change in v.db.join module


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7760 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-10

    Change v.univar module


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7759 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-10

    fix for #860

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7756 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-10

    fix a warning with msvc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7755 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-10

    fix a moc warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7754 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-10

    Call setCodec("UTF-8") when reading UTF-8 text; it is not the default for Macs. Also change Qt deprecated Q_OS_MACX to Q_WS_MAC.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7753 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-09

    Merged all track segments into one line. Possibly, a MultiLine should be used instead. Fixes bug #696

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7752 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-09

    Swedish translation for trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7751 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-09

    Accept urls with and without ? for wfs layers. Removed warning string for wfs and increased version string to '0.1'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7747 c8812cc2-4d05-0410-92ff-de0c093fc19c

what_nick <what_nick@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-08

    Modified Build Instructions for dependencies - More to come for GDAL

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7745 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Added note about Python plugin installer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7744 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Fix for #854 - Dont assert for unknown types in QgsVectorFileWriter


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7742 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Fix for #846 - No miles / inches display in scale bar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7741 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Bumped version numbers in trunk to 0.9.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7740 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Fix for qmakes unbalanced parantheses warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7738 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Modified update_ts_tiles script such that lupdate does not merge the qgis strings to the qt_xx.ts files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7737 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Documented Toms modifications to the qt.ts files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7736 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Removed the qgis strings from the qt_xx.ts files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7735 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Include plugins subder in CMakeLists.txt


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7731 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Changelog for debuan (dch -v 0.9.1)
    Version string updates in qgisapp.cpp and qgis.cpp



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7729 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Specify grass build for win


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7728 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Updated changelog for 0.9.1 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7727 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Install fixes for doc (removed install.pdf and reinstated other docs)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7726 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Install INSTALL and CODING documents


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7725 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Attribution for new people with commit access


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7724 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    ts files updated to sync with release of 0.9.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7723 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-07

    Bumped version to 0.9.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7722 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-06

    Change in GRASS modules


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7721 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-06

    Restore qt translation files deleted in r7681. Replace with latest files from Qt 4.3.3. Add or modify QMenuBar "About" "Options" and "Exit" strings (de, es, fr, sv) to match qgis_xx.ts; these menu items are in a different location on a Mac than X11 and Win and the translated strings must match for them to be correctly relocated.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7720 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-06

    Updated latvian translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7719 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-06

    Minor change to attribution


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7718 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-05

    fix for #851

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7717 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-05

    - update spanish gui translation - thanks to Carlos Dávila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7716 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-05

    fix toolbar update on toggleEditing()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7715 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-05

    Updated slovak translation provided by lubaby

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7714 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-05

    Update Mac release scripts for 0.9.1.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7713 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-04

    additional fix for #843

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7712 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-04

    real fix for #843

    determine the current schema in the postgresprovider and clear
    the schema name of the table, if it's identical.  That way we
    only qualify tables, if we need to (like GDAL does).

    Please test!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7711 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-03

    workaround for #843


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7710 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-03

    Fix error caused by doc removals - the make install line here needs to be reinstated before release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7709 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-03

    - update qgis userguide to version 0.9.1 and remove old installation
      guide that is now part of the userguide


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7708 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-03

    Make GRASS shell usable on Mac:
    - Don't close pty descriptor in child process; it make the shell ignore input.
    - Don't set Q3TextEdit readOnly since this processes keys as keyboard shortcuts.
    Fix for bug #739.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7707 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-02

    fix compile error introduced with r7704

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7706 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    add support for where option of v.in.ogr, fixes #836

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7705 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    qgslegendlayerfile.cpp: fix a unused warning
    qgisapp.cpp: fix indentation and use QgsDebugMsg
    qgsgrassmodule.h: fix 2 comment typos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7704 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    followup to r7702 - missed a button

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7703 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    fix for #842

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7702 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    catch bad_alloc exception when filling the attribute table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7701 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    fix identation and make use of QgsDebugMsg



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7700 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    fix #843

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7699 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    fix a unused warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7698 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    - update of turkish translation for QGIS GUI. Thanks to
      Osman Yilmaz


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7697 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-12-01

    Use save/restoreGeometry introduced in Qt4.2 rather than saving width, height, x and y as separate parameters. The new functions support multiple monitors and will restore a window to a visible location if it was saved at a location that is no longer visible. Fix for bug #440.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7696 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-30

    - small fix for german translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7692 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-30

    Applied patch from Jean-Claude Repetto for ticket #719 Problem with NTF projection in ECW files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7689 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-30

    Fixed typo in title of plugin manager

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7688 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-30

    Added missing code bloc formatter for qt install steps


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7687 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-30

    Fix path issues for mingw detection of gsl deps


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7686 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-30

    Fix some code block non closure issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7685 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-30

    Updated ubuntu notes with hints from epifanio (thanks!)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7684 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-29

    Applied patch from Aaron for ticket #572



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7683 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-29

    Dont manualy try to delete shp files - use the new call in filewriter class to do this


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7682 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-29

    Removed the qt translation files from svn. They should be copied from the qt directory to not confuse the update script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7681 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-29

    Added basic unit test for map layer class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7680 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-29

    Added Spanish translation for mapserver help submitted by Carlos Dávila.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7679 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-29

    - fixes #839
    - (unused) QgsGeometryVertexIndex::empty() added
    - debug output now using QgsDebugMsg and indentation updates



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7678 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-28

    fix for #838

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7677 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-28

    - updated german translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7676 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    Fixes in PyQGIS related to transfer of ownership in renderers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7675 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    added tr() makro for wfs progress messages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7674 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    followup to r7672: updated spitplugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7673 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    Improve parsing in QgsDataSourceURI (adapted from PQconnectdb) and gather
    connection info parsing and creation there.   Fixes #817.

    Please test!



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7672 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    - further spanish translations from Carlos Dávila


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7671 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    add german online help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7670 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    fix python support for QgsMessageViewer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7669 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    Fix for ticket #611 (add a "don't show this again toggle" to the snap
    vertex warning dialog box)
    Also includes a small re-organisation of the QgsMessageViewer class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7668 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    Applied patch from Horst Düster for postgres schema support in GRASS module


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7667 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    No code changes, applied auto formatting using vim to comply with QGIS coding guidelines (use spaces for tabs and proper bracket indentation.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7666 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    Commented out line that was causing:

    qgis/src/providers/postgres/qgspostgresprovider.cpp:920: error: ‘mTables’ was not declared in this scope

    Please fix and re-enable as needed



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7665 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    Added spanish context help file from Carlos Dávila.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7664 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    Corrections to english context help. With thanks to Carlos Dávila.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7663 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-27

    Some string cleanups from Carlos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7662 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-26

    fix for #835

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7661 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-26

    fixed typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7660 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-26

    fix for #837

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7659 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-26

    Some cleanups in wfs provider, display the number of bytes received to entertain the user while loading

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7658 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-26

    Improved the crs handling in wfs plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7657 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-25

    Completed my tutorial on unit testing as I promised I would at the last QGIS developer meeting...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7656 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-24

    Fix for ticket #402 (add a zoom to selected button to the attribute
    table).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7654 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-23

    Fixed ticket 827 by converting the returnPressed() handlers into
    editingFinished() ones.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7653 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-23

    Fix for typo (#819)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7652 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-23

    Added first part of tutorial on creating unit tests for QGIS (just introductory part, useful bits will follow)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7651 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-23

    fixes ticket #832 Raster cell coount returns incorrect value
    Added regression test to raster layer unit test


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7650 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-23

    Initial unit test for raster layer class
    Includes a simple 10x10 raster supplied by Enrico Chiaradia


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7649 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-23

    Fix for ticket #181 (multi-line text labels on map composer)
    Removed some Qt3 usages
    Made the default text label font size a bit smaller

    Note: There is a problem with the last character in the text being
    clipped at some font sizes...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7644 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-23

    Fixed bug 826.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7643 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-22

    attribute table: add attributes before applying attribute changes, fixes #763

    please test


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7642 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-22

    This is a test commit for svn maintenance. Please ignore.
    refs #10 see also #22


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7641 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-22

    Small test commit for buildbot testing. Please ignore this inconsequential change.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7640 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-22

    Recreated the svg icon for maximum beauty


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7639 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-22

    Fixed bug #799 and converted legend measurements to floating-point.
    Also fixed a bug where the legend lines would extend past their endpoints.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7638 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-21

    Applied font bug workaround to the composer scalebar and cleaned up a
    couple of debugging statements.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7637 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-21

    Patch from Mateusz Loskot to allow easily using FWTools install of gdal
    Ticket #821: cmake-findgdal-fwtools.patch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7636 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-21

    Updated generated install doc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7635 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-21

    More updates and cleanups to windows simplified build procedure.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7634 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-21

    Find postgresql libs when they are in the qgislibs archive and LIB_DIR os set (MSVC)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7633 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-21

    Added notes for using cmake and starting the initial msvc build (for windows simplified install)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7632 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-21

    More updates in the quest to document the 'simplified' setup procedure using my qgis libs bundle.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7631 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-21

    Changed GRASS modules menù and add a new image for the module r.random.cells

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7630 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-21

    Resave using Qt designer 4.2.3 to allow compilation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7628 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    PostGIS layer selection:
    - actually do the geometry type lookup threaded
    - combobox removed and replaced with multiple rows, one each geometry type
    - add wait cursors while looking up tables and inserting layers



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7627 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    Make QTextLabels word wrap to allow for longer text (useful for some languages
    that have longer text in map composer labels).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7626 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    Enable extended selection mode for the table list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7625 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    add only valid layers, fixes #812

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7624 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    Some updates to developer documentation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7623 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    remove Qt4.3 dependency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7622 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    Removed possibility to change directory of c++ plugins in plugin manager.
    Fixes #771.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7621 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    Initial commit of coding manual for QGIS (aggregates various pages from teh wiki)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7620 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    Fix compilation errors under gcc:
     qgis/src/app/qgsdbsourceselect.cpp:308: error: ‘>>’ should be ‘> >’ within a nested template argument list
     qgis/src/app/qgsdbsourceselect.cpp:445: error: ‘>>’ should be ‘> >’ within a nested template argument list

    gcc does not allow you to make nested template calls like this:

      Foo <bar<xyz>>

    The conjoined >> must have at least one space otherwise a compilation error will result.

    Also replaced tabs with 2 spaces.




    git-svn-id: http://svn.osgeo.org/qgis/trunk@7619 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    updated postgis layer selection, fixed #218, again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7618 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    Update of spanish translation. Thanks to Carlos Dávila

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7615 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    Minor change to trigger makefile regeneration and prevent build failure requireing total source rebuild with recent changes in grass modules


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7614 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-20

    uglily find qgisapp for attribute table, fixes #786

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7613 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    negate write capabilities for shapefiles w/o attributes, fixes #803

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7612 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    support for GEOMETRY column, fixes #818

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7611 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    Further updates to install procedure:
     - put markers beweeb chapters for clarity
     - moved Jurgens postgres notes into building with msvc part 1
     - cleanups to building with msvc express notes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7610 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    localize graduade symbol renderer modes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7609 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 change module: r.in.gdal.loc



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7608 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 change image for the module: r.mfilter



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7607 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 change image for the module: r.surf.random



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7606 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 change image for the module: r.surf.gauss



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7605 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 change image for the module: r.surf.gauss



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7604 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.db.addtable



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7603 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: db.in.ogr



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7602 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.to.rast3elev



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7601 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.cluster



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7600 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: i.gensigset



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7599 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: v.mcp



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7598 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: v.patch



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7597 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: v.animove



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7596 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: i.cca



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7595 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.timestamp



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7594 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: v.adehabitat



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7593 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: i.gensingset



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7592 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.info



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7591 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: g.mlist



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7590 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: g.gisenv



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7589 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.to.rast3elev



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7588 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.region



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7587 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.profile



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7586 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: v.mcp



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7585 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.to.rast3



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7584 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.series



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7583 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r3.in.ascii



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7582 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.proj.seg



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7581 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.patch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7580 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove error file: Thumbs.db



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7579 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.spreadpath



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7578 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module:
    r.proj.seg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7577 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.info



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7576 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: g.proj



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7575 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: g.proj.ascii



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7574 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r3.in.v5d



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7573 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: g.proj.ascii



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7572 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r3.in.ascii



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7571 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: i.cca



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7570 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: g.gisenv



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7569 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: i.gensig



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7568 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.circle



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7567 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: i.gensingset



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7566 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.profile



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7565 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r3.in.v5d



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7564 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r3.in.v5d



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7563 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: v.to.rast3



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7562 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: i.gensig



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7561 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r3.in.ascii



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7560 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: i.cca



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7559 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: v.mcp



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7558 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.spreadpath



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7557 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.region.3Dview



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7556 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module:
    r.to.rast


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7555 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: i.gensig



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7554 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: g.mlist.1



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7553 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.random.surface



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7552 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: v.adehabitat



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7551 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.to.rast3elev



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7550 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.random.surface



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7549 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: v.to.rast3



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7548 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.to.rast3



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7547 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: i.gensig



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7546 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: v.animove



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7545 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove error file: r.in.arc.qgm.sitx



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7544 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: v.adehabitat



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7543 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.region.3Dview



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7542 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.circle



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7541 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: i.gensingset



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7540 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.cross



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7539 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: r.to.rast3elev.2



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7538 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove module: r.timestamp



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7537 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: g.proj



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7536 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: v.to.rast3



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7535 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 remove image for the module: v.animove



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7534 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 inserted error



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7533 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.bpol



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7532 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.rmline



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7531 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: i.gensigset



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7530 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: r.resamp.rst



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7529 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.db.update_op_query



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7528 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.patch



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7527 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: i.cca



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7526 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: r.reclass



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7525 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: r.resamp.ststs



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7524 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: i.gensingset



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7523 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: r.resamp.rst



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7522 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.db.update_op_query



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7521 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.chdangles



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7520 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.rmbridge



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7519 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: r.reclass



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7518 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.rmdangles



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7517 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.bpol



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7516 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.prune



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7515 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.rmline



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7514 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.snap



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7513 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.snap



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7512 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.transform



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7511 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: db.connect.schema



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7510 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.segment



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7509 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: db.in.ogr



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7508 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.surf.bspline



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7507 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.break



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7506 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.dissolve



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7505 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.rmdupl



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7504 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.rmbridge



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7503 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.segment



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7502 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.segment



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7501 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: i.cca



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7500 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.rmarea



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7499 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.dissolve



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7498 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.rmdac



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7497 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: i.gensig



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7496 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.rmdangles



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7495 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: i.gensingset



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7494 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.rmdupl



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7493 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.brake



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7492 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.db.update_op_query



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7491 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: r.reclass



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7490 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.db.addtable



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7489 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.transform



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7488 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.chdangles



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7487 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.build.all



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7486 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: i.gensig



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7485 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: r.recode



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7484 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: i.cca



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7483 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: r.resamp.rst



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7482 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: db.connect.schema



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7481 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: i.gensig



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7480 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.rmsa



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7479 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.transform



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7478 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.surf.bspline



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7477 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.rmsa



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7476 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.prune



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7475 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: m.proj



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7474 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: r.resamp.interp



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7473 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: i.gensig



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7472 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: r.recode



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7471 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.rmbridge



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7470 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: v.clean.rmbridge



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7469 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: m.proj



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7468 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.surf.bspline



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7467 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.clean.rmdac



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7466 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.build.all



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7465 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new image for the module: i.gensingset


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7464 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    19.11.2007 new module: v.dissolve


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7463 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    Fix for ticket #150. Not sure how it worked prior to this commit (which it did
    on at least one computer)!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7462 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-19

    Applied Aaron Racicots patch for ticket #722


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7461 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    german translation updated

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7460 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    fixed typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7459 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    Let the user make the details pane of the map composer as wide as they
    want (rather than restricting it to 300 pixels)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7458 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    update spit plugin, fixes #593

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7457 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    Library install directory made configurable (using QGIS_LIB_DIR)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7456 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    - removed PKGDATAPATH and PLUGINPATH definitions: use QgsApplication instead
    - use QgsApplication to detect data path in help viewer and mapserver export


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7455 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    Moving towards more flexible layout of QGIS installation.
    Now it's possible to set QGIS_*_SUBDIR variables in CMake that will determine
    the layout of directories for executables, plugins, data, headers and manuals.

    These variables are intended to be used by distributors and not ordinary
    users thus they're marked as advanced.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7454 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    only store name of layerfield if it's actually set, fixes #814

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7453 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    Fix for ticket #815 (broken delimited text layer loading for plain text
    delimiters)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7452 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    Fix for ticket #772 (map composer details pane displays incorrectly).
    Detail panes for all map composer items tidied up and rearranged to use
    less vertical space.
    Replaced Q3 widgets by Qt4 widgets


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7451 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    Fix for saving/restoring of map composer map/item splitter position.
    Remove some Q3 stuff too.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7450 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    Small bug fix - placing a scale bar on the map composer sometimes gives
    a scalebar with 0 segments. This fixes that.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7449 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    fix for #814

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7448 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-18

    Set column widths in the plugin display.
    Added row highlighting to plugin list.
    Added wait cursor when fetching the plugin list and during install.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7447 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-17

    Initial import of Matthew Perry's Python plugin installer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7446 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-17

    fix for #800

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7445 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-17

    Added message box to display status of the MapServer export.
    Fixes bug #520


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7444 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-17

    quote identifiers and ignore bytea columns, fix for #741

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7443 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-17

    Revert changes made to fix #741 since it appears to break more than it fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7442 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-17

    link all SIP objects with GDAL

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7440 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-17

    UNUSED macro is MSVC not WIN32 specific

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7439 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-17

    Don't process user input events while loading wfs data

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7437 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-17

    Fix for bug #673

    Fixed test script to actually use the cli args that are passed to it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7432 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    Applied patch for bug #741

    Please test


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7431 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    Fix for bug #636 in MapServer export script
    Enhanced the text_export.py script.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7429 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    Applied Aaron's patch for ticket #556. Thanks!
    Added one more change "Field"->"Layer" in attribute dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7428 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    More GRASS joy: close button for GRASS shell.
    Fixes #144.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7426 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    Some joy for GRASS users: dialog with GRASS tools now loads about three times faster.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7425 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    - update german translation



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7423 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    v.clean


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7422 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    r.recode


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7421 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    16.11.2007 New modules by Leonardo Lami



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7420 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    New modules adeed in 16.11.2007 by Leonardo Lami



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7419 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    16.11.2007 Changed module by Leonardo Lami



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7418 c8812cc2-4d05-0410-92ff-de0c093fc19c

leo.lami <leo.lami@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    16.11.2007 New modules add and changed modules by Leonardo Lami (Faunalia)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7417 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-16

    Appied patch in ticket #811 from aaronr

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7416 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-15

    Added spanish translations of help files from Carlos - thanks Carlos!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7411 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-15

    Fix for ticket #150 (added ability to set the copyright text colour).
    Also removed use of Qt3Support code in the plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7410 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-15

    Bug fox for #809 - file writer does not over write shapefiles.
    Files will now be owritten. Unit tests updated too.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7409 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-15

    additions to the MSVC section

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7408 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-14

    enhancement #810 added

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7407 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-14

    A few more additions for so called simplified MSVC install procedure


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7405 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-14

    completed detailed notes for setting up SKD2. Work for simplified MSVC install process is still in progress.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7404 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-14

    Further notes on building on windows with MSVC Express


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7403 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-14

    Defined requirements for Microsoft Platform SDK2 installation options


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7402 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-14

    Fix for problem where columns that are used as primary keys are not displayed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7401 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-14

    window title of query builder localized

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7400 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-14

    fix for #807 plus corrected indentation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7399 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-13

    remove msvc build of grass libraries from qgis

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7398 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-13

    more portable GRASS detection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7397 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-13

    Stop loading a python plugin in plugin manager if an error occurs during import.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7396 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-13

    fix for #801

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7395 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-13

    catch more GEOS exceptions, fixes #802

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7394 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-13

    Added svg version of the QGIS icon for best scaling possibilities.
    Icon was generated using

    http://vectormagic.stanford.edu



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7393 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-13

    fix for german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7392 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-13

    Fix for a crash when loading a delimited text file where the delimiter
    doesn't parse the file into multiple columns


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7391 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-13

    another german language update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7390 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-12

    optimizing german translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7388 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-12

    Updated spanish translation. Thanks to Carlos Dávila and Javier César Aldariz

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7387 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-12

    update german qgis translations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7386 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-12

    Fix for ticket #483 (provide regular expressions in delimited text
    plugin)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7385 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-12

    automatically set the project CRS in WMS layer selection dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7384 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-12

    updated ts files and translated some german parts


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7383 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-12

    Fix for ticket #499 (What's this missing from main window).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7382 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-11

    updated german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7381 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-11

    fix from Carlos Davila for #797 Typos error in Delimited Text Plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7380 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-11

    fixed size issue with labeldialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7379 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-11

    Updated strings in ts files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7378 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-11

    GRASS raster support works with MSVC
    - let user know when a grass raster layer could not be inserted
    - some fixes for the GRASS DLL build
    - add grass_I (needed by GDAL's GRASS driver)

    builds with current GDAL + http://trac.osgeo.org/gdal/ticket/1983
    and current GRASS CVS (one bug fix should be applied soon).




    git-svn-id: http://svn.osgeo.org/qgis/trunk@7377 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-11

    trivial fix for debug messages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7376 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-11

    use comma as delimiter in all part of raster fileformat list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7375 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-11

    fix a warning in SIP

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7374 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-11

    Added latvian translation kindly provided by M Kestas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7373 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-10

    Fix for #798 - users need to be able to set locale easily


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7371 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-10

    Fixed layout and saved with designer from qt4.2. Please dont edit dialogs with qt 4.3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7370 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-10

    Minor bugfix to make the labels panel (under Layer properties) resize to
    fill the full space.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7369 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-10

    Workaround for font bug in the composer vector legend, plus a little
    cleanup.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7368 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-10

    Added Martins summary list of QGIS dependencies


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7367 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-10

    fix for grass dlls in msvc build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7366 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-10

    Moved some MSVC notes I had made whtih are still in draft form
    to lower down in the document and added a note to say it is a draft.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7365 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-10

    Implemented a hack to work around the Qt font bug for composer labels.
    It doesn't fix composer map labels or the composer legend text yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7364 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-10

    build grass dlls from sources for msvc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7363 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-09

    fixed a few types and updated german translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7362 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-09

    Removed swig dep in linux install notes and regenerated INSTALL


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7361 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-08

    Added Carlos Dávila to contributors list and applied patch from him to neaten up a string.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7359 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-08

     Applied patch from Carlos for #794 Help button in Geospatial bookmarks shows "Close dialog"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7358 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    Fix for ticket #793 (missing work in what's this text)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7357 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    begin packaging msvc build using CPack

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7351 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    fix for misprojected wms layers after project load

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7350 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    replace iostream with QDebugMsg in wmsprovider, msvc logger update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7349 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    use wait cursor in blocking http transactions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7348 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    remove extra semicolons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7347 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    fixed typo in comment

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7346 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    fixed typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7345 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    Fixed ticket #784.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7344 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    Fix for ticket #550.
    Another case where G_fatal_error has been terminating QGIS.
    Also implemented suggestions in the ticket:
    - only left-click will add new point/centroid
    - no tool will be activated when grass edit is opened


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7343 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    Patch to fix typo (bug #792)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7342 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-07

    Replaced msys.tar.gz with msys.zip


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7341 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-06

    Use default arrow cursor when there's no active map tool.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7340 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-06

    Remove libtool from linux deps


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7339 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-06

    Regenerated INSTALL doc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7338 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-06

    Dont need gsl-bin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7337 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-06

    fixed cmake typo for windows installer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7336 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-06

    Fix for ticket #772: mis-display of scale field in map composer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7335 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-06

    Use Qt file dialog to browse for GISBASE folder because Mac native dialog doesn't allow user to browse inside bundles.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7334 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-06

    Patch for bug #604 contributed by Peter Ersts


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7332 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-05

    enable grass provider/plugin and pggeoprocessing plugin in windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7330 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-05

    Added in MSVC notes provided by David Willis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7329 c8812cc2-4d05-0410-92ff-de0c093fc19c

jef <jef@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-05

    fix for ticket #790 and #791 and another msvc logger update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7328 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-05

    Fix compilation error introduced in r7297 because ui was saved using qt
    4.3. Saved ui with designer 4.2 after fixing some small issues.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7325 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-05

    Bug fix for layout issues in raster properties dialog (fixes saved using
    qt4.2
    designer)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7324 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-05

    Added note relating to issue #284


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7323 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-05

    Applied Jürgens patch with improvements for MSVC build and initial attempts at GRASS under MSVC


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7322 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-04

    Updated version and removed changelog type stuff from README


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7321 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-04

    Added Jürgen to contributors list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7320 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-04

    Updated version number to 0.9.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7319 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-04

    Updated vector file writer test to pass PEDANTIC


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7318 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-03

    Disable QGraphicsRectItem during long rendering action such that it does not get any concurrent paint events. This modification fixes the WMS render bug on win32 (at least for me, needs more testing though).

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7316 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-02

    Patch from Jurgen to install libs under msvc too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7314 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-01

    Patched in Jürgens MSVC logger improvements.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7311 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-01

    Some additions to the German translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7310 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-11-01

    Added usability enhancements for georef plugin to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7309 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-26

    Fix for crashes after WMS error messages

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7301 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-25

    apply patch #782 from perrygeo that moves code for determination of color into its own function

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7300 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-24

    Fix for ticket #110.
    To protect the process from being terminated by GRASS (>= 6.3), we use setjmp/longjmp functions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7299 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-24

    applied patch for extended data defined labels provided by Juergen

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7297 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-24

    Applied patch for legend refresh from plugins provided by Juergen

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7296 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-23

    Update Mac release scripts for 0.9.0.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7295 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-22

    Look for and load plugins from the users .qgis directory.
    Patch from Matthew Perry, ticket #781


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7282 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-20

    Fixed bug #752.
    Thanks Leo for help with this one!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7280 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-17

    Rolled back layout changes because they rely on qt 4.3
    Will redo with qt4.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7277 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-16

    Reinstate original qgis icon which I previously committed by mistake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7276 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-16

    Fix layout issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7275 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-15

    added python-sip4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7274 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-13

    Improved SIP and PyQt4 detection.
    Now it's able to detect whether python-sip4-dev and python-qt4-dev packages are missing.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7273 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-13

    Fix for compiler warning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7271 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-13

    Avoid two geometry copies in postgresprovider. Just pass geometry pointers instead

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7270 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-13

    Fetch features asynchronously from the database server. This improves performance, especially if the db is located on a remote computer. Plus fixed a memory leak in qgsfeature that is important for postgres provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7269 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-12

    Applied patch from Juergen that adds a connection pool to the postgres provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7268 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-11

    setDataProvider() mustn't be public as it's not intended for use outside of QgsVectorLayer.
    This fixes ticket #775.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7263 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-11

    Fixed potential crash when layer is instantiated without specifying a provider key.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7262 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-11

    For msvc cmake rules make all the include, app and lib paths relative to the environment dir %LIB_DIR% so that the libs can be anywhere on your filesystem.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7261 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-10

    Fix minor problem in cmakelist introduced at r7257


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7259 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-09

    Removed kludge to install libs to install dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7258 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-09

    WIN32 directive must come immediately after application name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7257 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-09

    Fix for trying to call winmain instead of main when compiled with msvc. Link to qtmain when building with msvc (fixes crash on app start up when building in release mode). Dont show console when building on win.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7256 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-09

    Mac OS X: Don't use Qt4.2 spash screen workaround for Qt4.3. It's needed for 4.2 but produces a rectangular window in 4.3.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7255 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-06

    Fixed a bug that was causing map label font sizes not to match
    between the rendered preview and the printout.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7254 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-05

    Added missing python-sip4-dev for linux install notes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7252 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-05

    Updated notes for cmake step in osx build notes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7251 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-04

    Fixed small grammatical error in 'no active layer' warning.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7250 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-03

    Added a note about downloading latest python for mac


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7249 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-03

    Use generic urls and instructions for SIP and PyQt

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7248 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-03

    Fixed small problem with missing line break in mac install notes for gsl


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7247 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-03

    More small changes to mac install procedure


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7245 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-03

    Updated urls for dmg downloads


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7244 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-03

    Install qgscsexception.h when installing headers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7243 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-01

    - added some information to the introduction chapter
    - INSTALL.t2t will be included as part of the updated user
      and installation guide


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7241 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-01

    Make theis the canvas parent


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7240 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-01

    Try to copy lib to install dir when building with msvc (needs some work to softcode when building with other build types still)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7239 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-01

    Reformatted text and fixed application icon suport under msvc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7238 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-01

    Under win msvc link to odbc (needed for gdal linking)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7237 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-10-01

    Added clauses to find dependencies under MSVC. I will be making a zip file with  file with all deps for streamlining the dev environment setup process

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7236 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-30

    Applied patch from Jurgen Fischer with some modifications.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7235 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-30

    Fix for bug where the first row was not classified in unique value dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7234 c8812cc2-4d05-0410-92ff-de0c093fc19c

godofredo <godofredo@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-28

    Surround definition of _fmode in MSVC ifdef to allow compilation in mingw

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7233 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-28

    Fix so application starts properly when compiled win msvc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7232 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-27

    Applied patch from David Willis for msvc/win32 build support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7226 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-27

    Fixed inproper declration of a struct when in fact its a class

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7225 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-27

    Fixed bug in unit test that prevented some files being cleaned up

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7224 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-27

    Dont just link to every available qt lib. This resolved issues where e.g. QtTest dependecy is being added to each build product unneccesarily.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7223 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-24

    Added some debug stuff only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7219 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-24

    Small fixes to set a minimum starting size for the legend font and to
    make the polygon legend's border match the polygon's.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7218 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-24

    Fixed a bug which sometimes prevented the adding of multiple maps to a
    composer page.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7217 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-21

    Tidy up to qgis unit tests:
     - install then in same dir as qgis
     - prefix installed tests with qgis_

    Added test to make sure theme exists


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7216 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-21

    For all platforms install tests when tests are enabled


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7214 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-21

    Fixed layout on raster props dialog @ Qt 4.2.3



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7213 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-21

    Saved dialog under Qt 4.2.3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7212 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-21

    Layout fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7211 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-20

    Deleted stubbed in tests in favour of adding actual tests in one by one


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7209 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-17

    Added line and polygon tests for filewriter and projected writing test. Fixed cmake so tests run properly on mac - still need ot test on other osses.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7207 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-16

    Updated/added copyright statements as part of provenance review for OSGeo incubation. No code changes.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7206 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-16

    Updated/added copyright statements as part of provenance review for OSGeo incubation. No code changes.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7205 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-16

    Updated/added copyright statements as part of provenance review for
    OSGeo incubation. No code changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7204 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-16

    Updated/added copyright statements as part of provenance review for
    OSGeo incubation. No code changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7203 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-16

    Added missing copyright statements and corrected incomplete statements
    as part of the provenance review for OSGeo incubation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7202 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-15

    keep number of features of ogr provider up to date in case features are added or deleted

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7198 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-13

    Removed some autogenerated files
    Added some extra tests for db existance in srs class



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7194 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-12

    Added some more helpful stdout stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7193 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-12

    Fixed resource path error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7192 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-12

    Use relative path to find resources


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7191 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-12

    Added unit test for qgsvectorfilewriter



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7190 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-12

    Removed test stubs - will add them back as we have real tests in place


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7189 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-11

    Theres always '1 more thing' isnt there?....Fixed dependency oon gdal-dev for feisty


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7187 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-11

    Tweaked deb scripts so we can build pacakges on ubuntu feisty


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7186 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-07

    Fixes parts of bug #763 'problem editing postgis table'. But it is still a problem to add attributes and commit changes to the new attributes in one go

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7181 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-06

    Fix for bug #753 'Problem in the overview'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7180 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-09-03

    Fix for bug #745 'Missing layer dialog is non-informative'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7179 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-31

    Updated debian packaging stuff so it works with plain ole debian


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7175 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-30

    Make linking to qtsql conditional on OS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7172 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-29

    Conditional use of qtSql lib


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7171 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-29

    Remove mysqlite from build deps


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7170 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-29

    Get rid of compiler warnings and dont link to qtsql lib


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7169 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-29

    Updated index with release related info


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7168 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-29

    Updated version in qgis.cpp and build pakcage script. Updated icon wiht new xpm


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7167 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-29

    Updated changelog with items for 0.9 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7166 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-29

    This file is needed for debian packaging please dont delete


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7165 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-29

    Added debian build files - updated from debiangis folks to use qt4 for deps instead of qt3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7164 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-28

    UMinor updates to install process and generated INSTALL doc using txt2tags


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7163 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-28

    Updated 'whats new'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7162 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-28

    Added some extremely clever logic so gdal headers on Gutsy Gibbon are located properly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7161 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-28

    Added txt2tags



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7160 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-28

    Remove preview1 from release name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7159 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-27

    Update version & name for release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7158 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-27

    Updated ts files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7157 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-27

    Explicit linking to qt libs so that we dont link to unneeded ones e.g. qtest


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7156 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-27

    Install plugin headers for third party plugin building support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7155 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-27

    Added dllexports for win compilation support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7154 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-25

    Removed unused files.
    (LICENSE.txt is redundant - there's also 'COPYING' file that contains the same license)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7153 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-24

    Small tweaks to debian install notes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7152 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-22

    Update to build instructions based on patch from Tim Baggett


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7147 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-22

    This file is deprecated since automake is no longer supported


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7146 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-21

    applied patch from Juergen

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7145 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-19

    georeferencer: disable the setting of 0 as nodata value by default, apply more robust version of if-statement in QgsRasterLayer::drawMultiBandColor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7143 c8812cc2-4d05-0410-92ff-de0c093fc19c

what_nick <what_nick@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-15

    PyQt4 detection.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7141 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-15

    Use .wld as standard suffix for worldfiles in georeferencer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7140 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-14

    Fix for problems with unique value dialog and some postgis tables

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7138 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-13

    Fixed indentation of chapter about MSYS in install notes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7137 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-13

    Added Faunalia to the contributors list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7135 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-11

    Added updated grass modules from lami many thanks folks from faunalia!

    I needed to do a clean build for them to install properly....



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7132 c8812cc2-4d05-0410-92ff-de0c093fc19c

what_nick <what_nick@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-10

    Python detection added

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7131 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-09

    Merged in changes from the 0.9.0preview1 tag back to trunk. Please make all changes directly in trunk.
    svn merge -r 7108:7129 https://svn.qgis.org/repos/qgis/tags/Preview-0.9.0-1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7130 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-06

    Fixes to compile the bindings also with SIP 4.7.
    In this SIP version, additional classes used when converting
    to a subclass don't get #included automatically so let's
    #include them globally with %ModuleHeaderCode


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7129 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-06

    Fix for #707. When there were no features in provider, calculation started
    with extent with null coordinates and extended it - that's reason of wrong extent


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7128 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-06

    Removed unused and misleading function QgsMapLayer::calculateExtent()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7127 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-06

    Fixed #709. The crash happened with shapefiles containing 2.5D geometries.
    Now these files can be importent, but Z coordinates are ignored.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7126 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-06

    Fix for #726 (double deletion of active editing map tool)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7125 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-05

    Don't compile qgsapplication.cpp and qgslogger.cpp also for helpviewer executable - it suffices that it links to qgis_core


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7124 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-05

    Fixed a problem with incorrectly loaded labeling attributes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7123 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-05

    Fix for compilation problems in qgsproject.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7122 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-08-05

    Removed more old makefiles.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7121 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-30

    more bugfixing in wfs provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7117 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-30

    small bugfix in wfs provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7116 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-30

    more undo of r7112

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7115 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-30

    reverted patch from r7112 since we are in feature freeze

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7114 c8812cc2-4d05-0410-92ff-de0c093fc19c

dassau <dassau@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-30

    added dependency packages for python language binding and some notes about current
    version requirements for sip4 and python-qt4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7113 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-30

    applied patch from Juergen to refresh layer legend from plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7112 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-30

    changed version names to Ganymede preview 1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7111 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-28

    Fix for ticket #744 (crash associated with actions).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7110 c8812cc2-4d05-0410-92ff-de0c093fc19c

godofredo <godofredo@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-28

    Added a note about compiling qt 4.3 debug
    libraries in windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7109 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-27

    Added translation support to help viewer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7107 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-27

    Regenerated install notes using txt2tags


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7106 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-27

    Got rid of LD_LIBRARY_PATHS since this should no longer be needed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7105 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-27

    Small informational addition


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7104 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-27

    Use rpath so no more nasty LD_LIBRARY_PATH should be needed when installing to a non
    standard dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7103 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-27

    Updated install docs to include cmake on linux steps


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7102 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-27

    Backwards compatibility for qt4.2.1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7101 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-27

    Updated build directions for (debian based) linux


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7100 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-26

    Disable pedantic for preview 1
    Make pedantic warnings only appear when pedantic is on


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7099 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Removing this script its deprecated since we can build under mingw


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7098 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Tidy up cmake stuff so all .in files now live under cmake_templates
    Move more utility scripts into scripts dir



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7097 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Automake stuff being removed....



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7096 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    This scrips functionality is provided by cmake - Im removing it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7095 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    This file is deprecated - use cmake rather


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7094 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    This fie is deprecated - use cmake rather


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7093 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Removed all qmake build stuff from SVN - CMAKE will be the official build system from now on


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7092 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Moved utility scripts into scripts dir for neatness sake
    Added svn ignore for build dir and *.diff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7091 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    These files are deprecated since automake support is removed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7090 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    These files are part of automake - which is deprecated build system now


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7089 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Removed this file - you can automatically generate kdevelop or xcode projects using cmake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7088 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Remove more automake stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7087 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Removal of automake infrastructure - CMAKE will be the official build system from here forward

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7086 c8812cc2-4d05-0410-92ff-de0c093fc19c

what_nick <what_nick@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Updated GDAL build instructions with libtool patch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7085 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-25

    Fix for ticket #743 (substitutions in actions weren't happening).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7084 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-21

    add line or polygon features only if vertex count is >= 2

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7083 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-20

    Tishams ganymede splash updates - still will be tweaked a bit before final release.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7079 c8812cc2-4d05-0410-92ff-de0c093fc19c

StevenB <StevenB@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-19

    A couple of print composer bug fixes related to image and symbol
    scaling.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7078 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-19

    'cleaned up comments and added some info about the purpose of the script'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7077 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-18

    Modified script so it works properly on OS X.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7076 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-18

    Added configure script for people who want to run ./configure. It checks
    for the existence of a cmake binary, then gives
    summary info on how to build with CMake and points at the wiki.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7075 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-18

    Added general build note near the top of the document to inform people they
    need to use cmake rather than autotools.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7074 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-16

    Applied patch from #740 with many thanks to Steven Bell
     - this patch replaces the q3canvas in the map composer with
       a qgraphicsview based implementation.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7072 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-15

    Fix that adresses ticket #477 'Loading a PostGIS view is very slow'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7071 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-07

    Fixed problems with classification fields in graduated symbol dialog and unique value dialog. this should address ticket #732 Layer Properties/Legendtype/Individual Symbol

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7066 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-07

    This commit changes the interface of qgsvectorlayer back to the state before r7063 and keeps the fix to allow deletion of postgis columns

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7065 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-07

    Adapted qgsvectorlayer.sip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7064 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-06

    Fix to make deletion of postgres columns working again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7063 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-04

    Added raster band stats header to install list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7060 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-04

    Fixed compiler warnings:
     - for potentially unintialised vars I set them all to 0, NULL or some similar default
     - grass has some warnings for multiple definitions of NDEBUG - Ive disabled warnings on
       all files relying on grass headers - and submitted a bug to grass.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7059 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-07-04

    Fixed compiler warnings by using an updated version of shplib files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7058 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-29

    Improved recognition of crs for wfs provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7055 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-29

    Fixed a bug that caused problems with info tool in wfs layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@7054 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-28

    One more small tweak in German translation.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7053 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-27

    Georeferencer: disable OK button in map coordinates dialog if no coordinates are entered.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7052 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-27

    Updated German translation with new texts in georeferencer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7051 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-27

    Fixed building with variable PLUGINS_ALSO_BINARIES turned on.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7049 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-26

    Incorporated Martins msys from scratch notes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7047 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-25

    Added notes from 0.8.1 release and notes from William


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7046 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-23

    Patch for ticket #671 (leonardomateo)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7043 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-19

    Applied patch #731 from Steven Bell for pixmap fill support in vector rendering.

    Many thanks Steve!





    git-svn-id: http://svn.osgeo.org/qgis/trunk@7040 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-17

    Updated georeferencer plugin to use emit tool for acquiring coordinates of a point from map canvas.
    Removed sendXY signal from QgsMapCanvas.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7036 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-17

    Added setButton() and button() functions to QgsMapTool so that also button
    associated with a map tool can be set as checked when the tool is active.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7035 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-11

    Upstreamed #728 to trunk


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7027 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-11

    Upstreamed ticket #727 to trunk


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7026 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-11

    Applied patch #725 which also fixes ticket #698
    (This patch fixes crash (ticket #698) and also adds some i18n stuff (missing tr(), and encoding conversation where nedded). Included patches for HEAD and also for 0.8.x)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@7018 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-11

    Applied patch #725 which also fixes ticket #698
    (This patch fixes crash (ticket #698) and also adds some i18n stuff (missing tr(), and encoding conversation where nedded). Included patches for HEAD and also for 0.8.x)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7017 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-11

    This files is deprecated in favour of the all in one INSTALL document


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7016 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-11

    Upstreamed and Aplied patch from ticket #598


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7015 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-09

    Removed redundnat intrduction section

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6997 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-09

    Moved to using text2tags for managing install etc docs. Please edit the install docs here (not on the wiki!) and then use txt2tags to generate moinmoin output and paste into the wiki. Also do not directly edit INSTALL but rather edit INSTALL.t2t and regenerate teh INSTALL file using t2t plain text generator.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6995 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-09

    added missing libz.dll.1.2.3 file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6993 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-09

    Added QgsMapToolEmitPoint which emits a signal when a point on map canvas is clicked.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6989 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-09

    Set version name to 0.9.0preview1 for project name and in nsis config

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6988 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-08

    Fix for ticket #562 small bug in WMS getFeatureInfo handling

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6986 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-06

    Remove compiler warning for geos 2 and 3

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6984 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-05

    Insert version number from capabilities document into GetMap request

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6982 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-04

    Remove compiler warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6980 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-04

    Initial CPack directives


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6979 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-04

    Install additional raster related headers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6977 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-02

    Fix for ticket #630, thanks to patch from lubaby.
    (attribute table drift on windows)

    Untested on Windows at 0.9 unstable.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6976 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-06-02

    Fixed QgsGeometry::fromPolygon:
    - fixed creation of outer ring, added creation of holes
    - fixed Python binding for QgsPolygon type


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6974 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-31

    Added the menu to toggle toolbar visibility to the 'view' menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6972 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-31

    Fixed map overview handling


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6971 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-31

    More roboust zoom tool - prevent zooming to empty extent


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6970 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-31

    Fixed a bug with incorrectly wrapped QgsRenderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6969 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-30

    Added the possibility for renderers to have different transparency levels for different classes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6967 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-26

    Made a toggle editing button instead of the (deactivated) start and stop buttons. The QAction for the toggle button is also used in the legend (right click menu) to have a consistent button/menu state

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6965 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-26

    Entry for addIsland in sip file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6964 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-26

    A tool to add polygons to multipolygon features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6963 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-25

    Commited new parameters for swiss coordinate system CH1903 (changes from Horst Duester)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6961 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-23

    Neater implemtation for test builder ready for cloning...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6959 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-22

    Multi-version adjustment to r6954. To be truly pedantic, use int with GEOS 2.2 and size_t with GEOS 3.0.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6958 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-22

    Entry for QgsVectorLayer::AddRing in the .sip file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6957 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-22

    wms bugfix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6956 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-22

    Patched in code from Oleg Gusev to emit poisiton on right mouse click


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6955 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-22

    Fix compile warnings caused by using int instead of unsigned int for loops. Now compiles in pedantic mode.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6954 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-22

    wfs provider: added tests for empty stack

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6953 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-22

    Improved port handling for wfs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6952 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-21

    Simple test case working built by cmake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6951 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-21

    Use QT4_GENERATE_MOC to build moc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6950 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-21

    Initial commits to build qtests from cmake / ctest. Non functional yet

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6949 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-21

    WFS provider: Don't forget to set port to QHttp, better handling for coordinate and tuple separators

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6948 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-16

    Changed std::list to QList in addRing functions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6946 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-13

    Changed WMS version to 1.1.1, since the difference between 1.1.0 and 1.1.1 are very small. But some servers (e.g. bug #652) complain if version is not 1.1.1

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6944 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-13

    Forgot to add files in the last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6943 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-13

    Added a tool to cut holes into polygons/multipolygons. Made QgsMapToolCapture a base class of QgsMapToolAddRing and QgsMapToolAddFeature. Many bugfixes, e.g. it should now be possible to edit a reprojected layer (but the snapping distance needs to be given in the source units of the edited layer)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6942 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-10

    Fixed compatibility with (some versions of) Python 2.5.
    Also should stay compatible with older python versions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6941 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-10

    Added saving layer's selection as a shapefile. Can be invoked from legend.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6940 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-08

    Fixed check whether user runs QGIS from sources to halt him.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6938 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-08

    Internationalization fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6937 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-08

    Adjusted widget widths to prevent truncation of device, port, and feature drop-down text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6936 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-07

    Removed useless #includes from plugin template


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6935 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-06

    - updated plugin template
    - replaced plugin builder with a newer one in python (hopefully for all platforms)
    - replaced Makefile.am with CMakeLists.txt for building new plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6931 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-05

    Corrected section about python bindings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6930 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-04

    Added a note about CMake and Subversion download.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6929 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-03

    Fixed crash in Windows on Python exceptions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6928 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-03

    Fixed broken link for MSYS environment.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6927 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-03

    Updated windows compilation notes and added a section for python bindings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6926 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-01

    Workaround #2 for changed version.h in GRASS cvs >= 26.4.2007


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6924 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-01

    Workaround for change in GRASS's version.h in cvs >= 26.4.2007


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6923 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-01

    Fixed another incorrect QgsMessageViewer usage.
    (QGIS was crashing on second WMS identify request)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6922 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-01

    Update legend item's tooltip (useful when SQL subset has changed)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6921 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-01

    Update canvas layers when a project is loaded (force correct order)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6920 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-01

    Draw layers in composer in correct order.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6919 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-05-01

    Use QgsMessageViewer properly - it deletes itself when closed.
    This commit fixes a crash when trying to do SVG export.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6918 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-25

    Fixed problem caused by committing form with too new version of designer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6914 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-24

    Make 'legend' font size mac friendly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6911 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-24

    One more place where where ownership must be transferred and it wasn't - resulting in segfaults on app's exit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6910 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-23

    Solved bugs with double deletion of map canvas items in Python bindings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6909 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-23

    Solved problems with destruction of map tools - canvas mustn't be deleted before map tool,
    however in Python the destruction had to be done explicitly to acheive right order.
    New solution is that QgsMapTool is derived from QObject and on construction, QgsMapCanvas
    is set as its parent. This way canvas is always deleted after deletion of map tools.

    Also, because of this, I've divided QgsMeasure to QgsMeasureTool and QgsMeasureDialog
    (problem with 2 parents with QObject as a base).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6908 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-20

    Tweak to r6898. It seems that some GEOS versions use 'int' and others 'unsigned int'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6907 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-20

    Fixed crash when identifying multipart features.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6906 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-20

    Workaround for exporting layers which more geometry types (e.g. polygons and multipolygons).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6905 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-20

    Be less verbose (too much output when measuring with QgsDistanceArea).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6904 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-20

    Changed debug messages from std::cout to QgsDebugMsg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6903 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-20

    Added missing header files for installation.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6902 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-20

    QgsVertexMarker: added possibility to change color and pen width


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6901 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-20

    Tried to fix problems with allAttributeList() in postgres provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6900 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-19

    No code changes formatting cleanup only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6899 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-19

    Fix pedantic compile warnings due to signed int , unsigned in comparisons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6898 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-18

    - more sane function prototypes for searching for closest vertex/segment
    - fixed some problems in python bindings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6896 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-17

    An attempt to fix compilation problems with new GRASS CVS.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6894 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-17

    Delimited text provider:
    - code cleanups
    - distinguish between int/double/text field types (#684)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6893 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-17

    Slightly better error handling in constructor of postgres provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6892 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-17

    Added setConnection() and setDataSource() utility functions to QgsDataSourceURI


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6891 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-17

    Fix for creation of SQL query in postgres provider.
    Was doing problems when exporting to shapefile (see #706)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6890 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-16

    Higher precision when writing worldfile / pointfile

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6888 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-15

    Fixed a crash in GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6887 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-14

    Georeferencer plugin: enable creation of nonrectangular pixels in linear transformation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6884 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-12

    Hide LIBRARY_OUTPUT_PATH and LIB_PATH


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6883 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-12

    Fix for editing problems

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6882 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-11

    Save as shapefile: use save dialog and remember the last directory

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6881 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-11

    Allow fetching features from OGR without geometries.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6880 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-11

    Merged provider0_9-branch (r6844:6878) back to trunk.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6879 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-03

    HTML escaping for python console.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6874 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-02

    Renamed QgsMarkerCatalogue::pixmapMarker() to imageMarker() as now it returns QImage.
    Added Python wrappers for QgsSymbologyUtils and QgsMarkerCatalogue.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6866 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-02

    Removed old, unused symbol classes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6865 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-02

    Added python bindings for QgsSymbol and all renderer classes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6864 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-04-02

    Changed symbols() from std::list to QList for all renderers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6863 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-29

    Only one list of typenames for data providers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6843 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-28

    Include qgsconfig.h to get definition of HAVE_POSTGRESQL


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6842 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-28

    Reverted changes in QgsHttpTransaction, which have been applied unintendedly in last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6840 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-28

    Added turkish translation. Thanks a lot to Osman Yilmaz\!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6839 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-27

    Added patch #685 from lubaby (+ some more) to trunk.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6838 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-25

    Applied patch #683 to trunk.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6836 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-25

    Fixed compilation with debugging turned on.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6834 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-24

    QgsFeatureAttribute class has been removed and QVariant is used instead (supports arbitrary data types).
    All providers and python bindings have been updated accordingly.
    Currently supported variant types by providers are String, Int and Double.

    Other API changes:
    - QgsField
      - type info as QString is now typeName() and setTypeName()
      - added variant type (QVariant::Type) info: type(), setType()
    - QgsFeature
      - removed fields() - use QgsVectorDataProvider::fields()
      - removed boundingBox() - use QgsGeometry::boundingBox()
    - QgsVectorLayer - removed fields(), fieldCount(), getDefaultValue() - use directly QgsVectorDataProvider
    - QgsVectorDataProvider - getDefaultValue() - field now addressed by id, returns variant
    - QgsLabel - setLabelField() - field now addressed by id


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6833 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-24

    Fix for ticket #678: Attribute table add field, fieldtype select box is empty

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6831 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-24

    Added module name to the module tab in the GRASS toolbox (Ticket #596)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6830 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-24

    Escape <> in python console output so python object display


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6829 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-23

    sqlite3_open() MUST have db name in Utf-8. Fixes #676.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6828 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-23

    Quantile function for graduated symbol dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6826 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-21

    Disable add attribute and delete attribute buttons in attribute table until start editing is pressed and the data provider supports these operation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6825 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-21

    Added hint to project properties that snapping distance is in mapping units

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6824 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-19

    Really delete deleted features in ogr provider (using REPACK)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6821 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-19

    Formatting changes only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6820 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-18

    Fix path to windres.exe

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6815 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-13

    Fix for ticket #651 (zoom full doesn't work on a single point)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6799 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-12

    Deleted ancient doxygen.conf. To generate api docs, now use: doxygen Doxyfile

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6797 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-12

    Doxyfile for generating API docs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6796 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-10

    Fix for ticket #646 (spelling mistake)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6788 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-10

    Changed to C-style comments

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6786 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-10

    Merged r6782 to trunk.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6784 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-10

    Merged r6781 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6783 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-09

    Fix for #641 - this was due non-existing function in QgsColorTable


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6780 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-08

    Python bindings:
    - recreate on changed .sip file
    - wrapped QgsColorTable


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6776 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-08

    Tweak the scale display/entry so that users can enter scales in the form
    x:y


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6775 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-08

    Add conditionals for debug output


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6774 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-08

    Removed Qt3 support stuff from grass tool box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6773 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-08

    grass icons for all tools; all grass plugin menu items also on grass toolbar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6772 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-05

    Make it possible to turn -Wall -Werror off. Set PEDANTIC to off with ccmake <builddir>.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6769 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-05

    Fix for #637.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6768 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-04

    - improved error handling when loading python plugins
    - redirection of output to python console, i.e. print command works


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6767 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-04

    Made vector editing code and labeling 25D aware. Needs more testing though

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6766 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-04

    Ported r6762:6763 from 0.8 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6765 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-04

    - added getFeatureAtId() for OGR provider (for fast random access)
    - more sane indenting in getNextFeature()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6764 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-04

    Report Python errors with QgsMessageOutput instead of QMessageBox.
    (User can copy & paste message from it, with message box he can't)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6761 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-04

    Changed usage of std::vector to QList in QgsDistance area.
    Added the modified functions to Python bindings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6760 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-04

    Ported WMS fix r6755 from 0.8 to trunk.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6759 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-04

    Fix for compiling with python 2.5

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6758 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-03

    Tweak to r6747 to allow the user to enter non-integer scale values, and
    to have scales larger than 1:2^31


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6754 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-03

    Fix for ticket #634 (compile warnings in RHEL64)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6752 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-03

    QgsMapCanvasItem is not to be derived from QObject - no need for that.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6750 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-03

    Changed deque<QString> to QStringList in QgsMapRender, updated canvas and bindings appropriately.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6749 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-02

    Python: wrapped two functions in QgsLabel


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6748 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-02

    Added input so that user can set specific scale. Set focus in the linedit showing scale, enter your scale and hit return!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6747 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-02

    Added hack to include Qt3Support when building bindings on Mac.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6745 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-02

    Check whether layer index is valid in getZpos().


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6744 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-02

    added wait cursor during inital load of grass toolbox

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6743 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-02

    Precise intersection test in ogr provider, made geos export of QgsGeometry 25D aware, fixed a memory leak

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6741 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-02

    Changed line endings from DOS-style to UNIX-style so SIP won't end up with syntax errors on unix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6740 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-03-01

    Merged r6738 from 0.8 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6739 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-28

    Added zooming to 100%, i.e one raster pixel will occupy one screen pixel. Only supported for raster layers. Right-click on the layer in the legend, and select from pop-up menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6735 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-28

    - fixed drand48() on windows so spatial index doesn't crash anymore
    - debug message in OGR changed from QgsLogger::warning to QgsDebugMsg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6733 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-28

    Bindings: wrapped QgsDistanceArea


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6732 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-28

    - removed legacy macro QgsDebug and changed remaining occurences of it to QgsDebugMsg
    - moved #include "qgsconfig.h" from qgis.h to qgis.cpp so it doesn't spit many warnings when building bindings because of redefined PREFIX


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6730 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-28

    Prep work for ticket #25 (case sensitivity for attribute table search)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6728 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-28

    Fix a spelling mistake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6727 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-28

    Provide for a layer comment to be made available for vector layers
    For postgres provider, get the layer comment from the table comment (if
    it exists). Resolves ticket #244


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6726 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-27

    Removed stdint.h - it's platform-dependent and can't be used on other platforms than MSVC.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6722 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-27

    Added stdint.h needed for compiling on visual studio


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6721 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-27

    Detect msvc when setting application icon logic


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6720 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-27

    Disable 'create spatial index' fix for 0.9

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6719 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-26

    Bugfix to allow classified postgres layers in 0.9

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6717 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-26

    Dont install sample data by default since it requires a net connection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6712 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-26

    Added generation of gqssvnversion.h

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6711 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-26

    Upstream fixes to make app icon work

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6710 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-26

    Make installing the application section mandatory

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6705 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-26

    Added notes for unattended install and customising installer. Upstreamed from 6701

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6703 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-25

    Merged r6693, r6694, r6696 and r6698 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6699 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-25

    Fixed another ELSIF error

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6696 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-24

    Fix GDAL discover on non-Apple

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6692 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-24

    added mongolian translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6687 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-24

    Decrease time taken to find key column in layers that come from postgres
    views


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6685 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-23

    Do one less query per table column when loading a postgres layer.
    Tidy up of sql lines too.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6684 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-23

    Upstreaming changes from 0.8.x branch revision 6681

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6682 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-23

    Updated SPONSORS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6679 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-23

    Make postgres column comments available for the layer properties metadata
    tab (address ticket #244)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6677 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Fixed a bug relating the attribute definitions in WFS provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6675 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    fixed problem with 'invert selection'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6674 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Reenabled selection from attribute table. Still some problems with 'invertSelection'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6672 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Push upstream changes in installer logic from 0.8 branch

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6671 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Removed my temporary and unfinished plugin from repository.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6666 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Removed keyPressed() slot from QgsMapLayer and removed connections made in QgisApp.
    (it doesn't make much sense to have it there)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6665 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Don't link bindings to Qt3Support lib - was doing problems on windows.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6664 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Fixed build of grass provider and plugin on linux i've broken recently.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6663 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Spatial indexing library:
    - fixed a crash under windows
    - don't display debug messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6661 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Write qgssvnversion.h on windows only if doesn't exist yet


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6658 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Windows tweak for qgssvnversion.h - should work now for both MSYS and MinGW generators


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6657 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Fixed GRASS configuration on Windows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6656 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Changed inline functions of QgsMapToPixel to normal functions.
    This fixes warnings on windows when calling them outside core lib.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6655 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-22

    Fixed remaining warnings in grass provider and plugin.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6654 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-20

    For mac use dylib instead of .so for default libgdal and libpq extensions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6644 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-20

    Fix search path for python on mac


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6643 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-20

    Fix for python console not opening - this was due previous compilation without
    Python support and #ifdeffed slot was not generated.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6642 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-20

    Updates for SIP support from Martin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6640 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Added tooltips to the scale and coordinate position displays


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6636 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Removed debugger probes that give compiler warnings

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6629 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Disable -Werror just on the file that has an erro from a third-party app
    (geos).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6628 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Fix some more compiler warnings. Apply -Werror to grass directories.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6627 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Build with -Wall -Werror now. Three directories still have unresolved warnings so this behaviour is disabled there (providers/wfs prviders/grass and plugins/grass). A nasty message is displayed during cmake configure process to remind that these errors must be resolved.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@6626 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Fix for last commit. Warnings are not treated as errors in this dir for now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6625 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Dont generate compiler warnings (and thus errors with -Werror) for geos included files since they arent under our control


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6624 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Fixed compiler warning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6623 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Fix compiler warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6622 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Dont treat warnings as errors for lex generated sources


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6621 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-18

    Fix compiler warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6620 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-17

    Applied patch #603. Thanks! (also fixed a compilation error introduced in r6610)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6618 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-17

    Fix compiler warning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6616 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-17

    Fix for bug #600 Renaming layer in legend doesn't stick

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6615 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-17

    Fix for label not restored in single symbol dialog, bug #599

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6613 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-17

    Changes to support a comment for each attribute in vector data. Now
    requires support in providers. Addresses ticket #244.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6612 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-17

    Fix a missing slot message when loading a layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6611 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-17

    Potential fix for ticket #477 (slowness opening postgres databases that
    contain lots of views). Needs some testing, which I'll do in a day or
    so.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6610 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-17

    Fix a compiler warning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6609 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-16

    Adjust indenting. no code changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6608 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-16

    Ported r6606 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6607 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-16

    Only one warning if segment snapping failed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6603 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-15

    Debug output and adding mile as output unit for measuring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6602 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-15

    Fixing tabs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6600 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-15

    Ported r6598 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6599 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-14

    I took the liberty...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6595 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-13

    Added uninstall target for cmake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6589 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-11

    patch from 'sploid' to set correct bounding box for vertext markers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6566 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-10

    Added a 'classify' button to the graduated symbology button. Replaced Qt3 compatibility classes with Qt4 ones

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6557 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-09

    Removed header install stuff for app: since app classes dont go into any lib there is little point

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6556 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-09

    Install headers for app dir too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6555 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-09

    Added missing GEOS include path for building pg provider on mac

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6553 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-08

    Build instructions for Win32 updated

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6552 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-07

    Install qgsconfig.h to includes dir too since apps using libqgis need it when compiling...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6548 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-07

    GEOS 3 port.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6546 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-06

    Replace some Qt3 widgets with Qt4 ones
    Move the delimited plugin help text from the .ui file to the .cpp file
    (allows for easier translation)
    Remove some unnecessry #includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6541 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-06

    Fix some runtime signal/slot warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6540 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-06

    Fix a compiler warning (use a tcp port number that fits within a 16bit
    integer)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6539 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-06

    Fix for incorrect contents in qgssvnversion.h for Unix and Mac (was just
    putting 'exported' instead of the actual subversion revision number)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6536 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-06

    Hack for generating qgssvnversion.h on WIN

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6535 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-05

    Added planimetric measurement as an option, and made all areas positive.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6534 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-05

    Now calculates multilines correctly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6531 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-05

    Small fixes for #include paths

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6528 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-05

    Fixes from Martin for mac build issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6527 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-05

    Mac python build changes:
    - lib extension is .dylib not .so
    - all qt frameworks are needed for linking


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6526 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-05

    On Mac, search for util.h instead of pty.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6525 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-04

    CMake: added check to accept Bison 2.0 or higher
    (it's known not to work correctly with 1.28)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6524 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-04

    Replaced Q3ListBox in the unique value dialog with QListWidget

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6523 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-04

    Fix CMake search for libraries

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6522 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-04

    CMake: add default search paths on Mac for SIP


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6520 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-04

    Python plugins are now expected in (qgis-data-path)/python/plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6519 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-04

    By default install bindings to QGIS directory -> no need to install as root.
    It's possible to override it with BINDINGS_GLOBAL_INSTALL set to TRUE,
    that will cause bindings to be installed to global python's site-packages dir.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6516 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-04

    CMake:
    - search for GDAL and GSL also in /usr/local
    - added mac-specific locations for GDAL and GRASS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6515 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-04

    Added QgsFileDropEdit to headers for installation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6514 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-04

    Added QgsFileDropEdit class which extends QLineEdit to accept files dropped on the edit field.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6513 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    Ported r6511 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6512 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    Ported r6509 to trunnk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6510 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    And the same for graduated symbol renderer in svn head

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6507 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    Don't draw labels of features for which the value is not contained in the unique value renderer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6505 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    CMake: fixed a typo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6504 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    CMake: improved build of python bindings
    - all intermediate files are out of source
    - bindings are built only when libs are changed, not everytime


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6503 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    Fix a compiler warning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6501 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    Fix compiler warnings in app and ui directories


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6500 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    Fix more compiler warnings in plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6499 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    Fix compiler warnings in providers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6498 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-03

    Fix compiler warnings in core directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6497 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-02

    Fixed installation of include files for Windows.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6496 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-02

    Added Peter Ersts to the contributors list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6493 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-02

    Comment out line 258 to remove unused var compiler warning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6491 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-02

    Fix compiler warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6490 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-02

    Fix compiler warnings for plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6489 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-02

    Fix compiler warnings for spit plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6488 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-02

    Added Brendan

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6486 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-01

    This should fix missing query builder buttons (#252).
    I've deleted the old buttons and recreated them - Luca has confirmed that
    the problem dissapears.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6484 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-01

    Include moc generated headers in CORE headers installation
    Include gui headers (static and moc) in GUI headers installation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6482 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-01

    Install core headers on make install


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6481 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-01

    Merged r6478 to trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6480 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-01

    Don't draw point symbols for values which have been deleted from unique value dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6479 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-01

    Fix for another small memory leak

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6477 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-01

    Fixed a small memory leak

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6476 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-02-01

    Convert dialogs to Qt 4.2 StandardButton API.
    Also fix memory leaks by using the delete operator or Qt::WA_DeleteOnClose along with accept or reject rather then deprecated Qt3 routines. Also eliminate compiler warnings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6475 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-31

    - fixes of regressions (including ticket #542)
    - legend menus unification (layers vs. layer files)
    - qgis toolbar to use legend routines instead of its own


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6474 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-29

    Changes to the unique value renderer and -dialog: 'classify' and 'delete class' button. Features which do not have a matching symbol are rendered with NoPen and NoBrush

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6472 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-29

    Fix for Mac window title and controls corruption which was caused by an integer overflow when calculating an empty panning rectangle.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6471 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-28

    Update Mac CMake file to reflect move (r6467) of config files from source dir to binary dir.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6468 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-27

    CMake changes:
    - generate qgsconfig.h and qgssvnversion.h to binary dir, not source dir
    - removed QGIS_NO_SVNVERSION


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6467 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-27

    Translation of Qt to swedish thanks to Daniel Nylander.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6465 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-27

    nomsg

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6464 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-27

    Removed classes QgsRenderItem and QgsRangeRenderItem which are not in use anymore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6463 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-27

    Add translation files for text in Qt classes. The QDialogButtonBox context is needed for the new StandardButton API and the QMenuBar context is needed for Mac menus. Several other contexts, especially those for controls, dialogs and messages, are also used by QGIS.
    These files are derived from the Qt 4.2 distribution and include the QMenuBar context which was missing. Files for other languages need to be created by us.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6461 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-27

    Modified autogen.sh so it reports:
    "This source tree uses CMake rather than autoconf/automake
    Please see http://wiki.qgis.org/qgiswiki/Building_with_CMake
    for information on building QGIS with CMake."

    then exits. Remainder of autogen.sh is intact.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6460 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-26

    Include paths ending with a '.' didn't work on my Win2k sp4, so I replaced any reference in INCLUDE_DIRECTORIES to '.' with ${CMAKE_CURRENT_SOURCEDIR}

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6459 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-26

    Fix for ticket 549: groups lost and all layers expanded, if layers missing opening the project

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6457 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-23

    Added convenience paths for dependency search on windows (expecting c:/msys)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6453 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-22

    Fix another compiler warning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6452 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-22

    Fix compiler warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6451 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-21

    Hack #2 for measuring. Localized numbers, added hectares (ha),
    centralized pretty printing of units and made special cases for
    projection on and projection off.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6450 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-21

    Fix compile error when Debug is on

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6449 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-21

    Fix some compiler warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6448 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-21

    Convert six dialogs to Qt 4.2 StandardButton API.
    Also use the full accept code path rather than overriding accept to do apply but look like reject to the caller. Remove deletion of the raster layer from the reaster properties destructor (which was called only after accept and may be why accept was avoided).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6447 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-20

    A quick hack to investigate measurements when projection is off.
    Feedback welcome!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6446 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-19

    Fix for wfsprovider to better read geoserver data

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6443 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-18

    Convert use of QMessageBox to Qt 4.2 StandardButton API.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6442 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-18

    Convert all uses of QMessageBox to Qt 4.2 StandardButton API.
    Also add tr() where missing.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6441 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-16

    Fix dependencies for building Mac Info.plist


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6440 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-16

    Make Add Attribute dialog modal and set parent for all dialogs in chain. This fixes incorrect layering of stacked dialogs on Mac (bug #509).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6439 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-16

    fix a couple of compiler warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6436 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-15

    Ticket #537 applied
    Patch for QgsRasterLayer to allow stretching in DrawMultiColorBand, DrawSingleBandGray
    With thanks to Pete



    git-svn-id: http://svn.osgeo.org/qgis/trunk@6435 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-15

    Use the expat parser for the WFS provider because of smaller memory needs and possibility to incrementally parse document

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6434 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-14

    Use ${PROJECT_NAME} rather than hard coding qgis.app when naming mac application bundle


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6433 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-14

    Remove compiler warnings about unused vars


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6432 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-14

    Code cleanups:
     - removed long coding style preamble
     - sorted headers includes alphabetically
     - removed duplicate includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6431 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-13

    Fixed SRS validation. The settings in options on how to get projections for layers without info in the file, is now functioning.
    Added a debugPrint() function to QgsSpatialRefSys, and some more debug ouputs.
    Removed som dead code(?)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6430 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-13

    Lite skrivfel


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6429 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-13

    CMake:
    - added possibility to explicitly disable building of bindings
    - added version checks for SIP (min. 4.5) and PyQt (min. 4.1)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6428 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-13

    Reverse iterate through the map layers when rendering. Fixes #536.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6427 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-13

    For Mac, prepend "@executable_path/lib" to library references. This make the app double-clickable and movable.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6426 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-13

    No code changes applied formatting in vim only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6425 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-12

    Changed the way SRS is read from XML. Moved <spatialrefsys> tag down to spatialrefsys.cpp only.
    Now SRSs are read from saved projects correctly. Also added som debug outputs.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6424 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-12

    Place holder splash for 0.9


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6423 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-12

    Fixed unstable version name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6422 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-12

    Changed version name to reflect 0.9 unstable


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6421 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-11

    For Mac, install everything into an application bundle.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6420 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-09

    - CMake: improved search for GRASS
    - removed Makefiles commited by mistake some time ago


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6419 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-09

    Declare all plugins and providers as MODULE rather then SHARED libraries for Mac compatibility.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6418 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-09

    Fix Mac compilation. (A complete compilation is now possible but files are still installed in the wrong place and plugin/providers are not loadable even if moved to the right place.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6417 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-09

    Enable compilation using GEOS 3 as well as GEOS 2.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6416 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-09

    Merged refactoring branch back to trunk.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-06

    Merge r6396 from 0.8 branch to head


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6397 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-04

    Merge r6393 in 0.8 branch to head (fix for ticket #288).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6394 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-04

    Merge r6391 from 0.8 branch to head (fix for ticket #186).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6392 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-03

    Megred r6389 into trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6390 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-03

    Merge r6387 from 0.8 branch to head


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6388 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-02

    Merged r6385 into trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6386 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-02

    fix typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6383 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-02

    Provide the enhancement in ticket #207 (option of whether to
    ask the user to save a project when exiting, etc).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6381 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-02

    Fix for a compile error due to previous commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6376 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-02

    Apply patch in ticket #458 (user configurable colour for the measure
    tool). Thanks to Lars.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6375 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-01

    Merged r6372 from 0.8 release branch to head


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6373 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-01

    i18n fix filename, port r6370 into trunk

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6371 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-01

    Port of r6367 into trunk, fixes ticket #478

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6368 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-01

    Merged r6365 from 0.8 release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6366 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-01

    Bug fix from r6363 in 0.8.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6364 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2007-01-01

    Fix for i18n gdal metadata. From 0.8 bug fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6362 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-31

    Fix for ticket #475. The fix has introduced an intermittent off-by-one-pixel
    display problem, but that's better than the original problem!

    The solution was to remove what looked like some testing code that somehow got
    committed a while ago.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6358 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-31

    Fix bug where QgsLogger::debug with a double input variable always printed an
    incorrect value (%$@#$%#! sprintfs).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6357 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-30

    Merge of patch r6354 from Release-0.8.0 branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6355 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-30

    In Makefile.am added missing headers and EXTRA_DIST files needed for make release

    Removed unused Makefile generation from configure.in

    Changed version to 'Titan'



    git-svn-id: http://svn.osgeo.org/qgis/trunk@6350 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Another debug statement change


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6349 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Correct some debug output formatting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6348 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Latest latvian updates from the Ministry of Latvian Cultural Affairs' QGIS representitive. (thanks Maris!)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6347 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    GUI shortcut patch from lubaby (ticket #501)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6346 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Fix for ticket #474. The behaviour when different layers are being reprojected
    into coordinate systems that are 'not right' will still be a bit confusing to
    the novice user, but qgis won't crash when doing so now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6345 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Revert changes in r6341 (qgsmaplayer.cpp only)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6344 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    update of italian translation by napo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6343 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    update of german translation by Stephan Holl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6342 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Partial fix for ticket #474 (crash with mixture of projections).

    Qgis no longer crashes, but the zoom to layer doesn't quite work all
    of the time yet. Note that the toolbar zoom to layer works fine - it's
    just the legend one that has problems.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6341 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Fix problem with reporting of line number in exception error messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6340 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Tidy up indenting in some of the qgslegend.cpp file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6339 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Slovak translation for context help from ticket #497 from lubaby


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6338 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Slovak translation from ticket #497 from lubaby.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6337 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Added internationalization string wrapping (tr) patch from lubaby


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6336 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Updates to installer to facililate downloading sample data. Gave teh install tasks better names and descriptions. Note unzipping the downloaded sample data is not working yet due to problems I am having with the zipdll nsis plugin.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6335 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Added some readme notes for including zipdll into nsis configuration

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6334 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    sorted sponsors alphabetically (<,>sort in vim)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6333 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-29

    Copy resources into release dir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6332 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Updated for 0.8

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6331 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Last before release of 0.8?

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6330 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Fixed missing eye-candy images on plugin dialogs (needed a RESOURCES = statement in the .pro file)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6329 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Added myself to credits, added photo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6328 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Erased untranslatable string 'Coordinates' set at startup,
    made 'Scale' translatable. Fix for ticket #489.
    --Thia line, and those below, will be ignored--

    M    gui/qgsmapcanvas.cpp
    M    gui/qgisapp.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6327 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Applied patch from ticket #488.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6326 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Removed a label from labeling dialog - ticket #486


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6325 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Translation for 0.8 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6324 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Now using file encoding for saving attributes and values in new shapefiles.
    The file encoding is selected in the Save As dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6323 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-28

    Updates for italian translation - many thanks to Maurizio Napolitano for this great contribution!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6322 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-27

    Fix for bug which prevented opening query builder from within vector layer properties dialog. The reason was that the last letter of the password has been cut

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6321 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-27

    Test for 0 geometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6320 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-27

    More updates to the polish translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6319 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-27

    Latvian Updates - many thanks to Maris Nartiss for this contribution!

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6318 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-27

    Fix path of where qm files are copied to in windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6317 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-27

    Update of polish translation by Tomasz Paul

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6316 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-27

    Update of spanish translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6315 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-26

    Encoded new layer name, to play nice with file system

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6314 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-23

    Remove a debugging output from general use


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6313 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-23

    Alter the help text to reflect the lack of regular expression parsing
    for the delimiter


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6312 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-23

    Update Mac release scripts.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6311 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Add version number to raster and msexport libraries. All qgis libs now have same version.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6310 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Standardize name of scalebar plugin: don't use 'lib' prefix or camel case.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6309 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Reduce default height of QgsColorButton. For Mac, only show color when window is active.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6308 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Remove hardcoded path to Mac bundled Qt plugin folder. A qt.conf file can be added to the bundle to specify the location.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6307 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Use Qt recommended code to display modeless About dialog; don't mix modal (exec()) and nonmodal (show()) routines.
    Also add menu seperators which were lost in the Qt3 to 4 conversion.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6306 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Forgot to add the translation file for the last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6305 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Romanion translation from Ionut

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6304 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    updated spanish translation from Javier

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6303 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Fix another signal/slot mismatch. This re-enables the error messages
    for the 'Help:Check Qgis Version' function.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6302 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Make the plugin name, description, and version available for
    translation.
    Also tidy up the plugin descriptions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6301 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Fix a signal/slot missing warning for the custom projection dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6300 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Prevent a 'missing signal/slot' message when opening the project
    properties dialog box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6299 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Set modal property to true for modal dialogs. Mac modal dialogs need this set to have the right appearance in Qt 4.2. Calling exec() alone provides modal behavior but not modal appearance on a Mac.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6298 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    More indenting tidy ups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6297 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Set a better line width for the map composer legend box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6296 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-22

    Tidy up indenting (replace tabs by spaces). No changes to the code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6295 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-21

    close driver if attributes are missing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6293 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-20

    updates to spanish translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6292 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-20

    Warn the user if they are trying to measure lines or areas with qgis
    thinking that the coord. system is geographic, but when the map extent
    is clearly showing a projected coord. system. Is an attempt to prevent
    more tickets like #301.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6291 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-20

    Don't specify organization name on QSettings constructors. It overrides the organization domain set in QApplicaton. This results in Mac settings being written to different files depending upon whether the argument is or isn't present on constructors.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6290 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-20

    Updated sponsor list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6289 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-20

    Change name of version to RC1 in the installer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6288 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-20

    Removed old mapserver export dialog from the windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6287 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-20

    Cropped image

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6286 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-20

    Tab delimited, not space (otherwise ones' photo doesn't appear in the
    About:Developers dialog)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6285 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-19

    Reduce box line thickness for map composer label


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6284 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-19

    Add size grip so Composer window can be resized by Mac OS X. Also delete rather than hide the status bar since it isn't used at all.
    The size grip was previously provided by the status bar which was recently hidden to make room for buttons.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6283 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-19

    Fix for ticket #463 (add image button missing from map composer)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6282 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-19

    Added freddy to th elist


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6281 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-19

    Added Freddy's picture


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6280 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-18

    Use a sensible default map extent for .gpx files with no data in them (as
    produced by the create gpx layer command). Fixes a problem where digitising
    didn't work when loading a blank .gpx file as the first layer in qgis.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6279 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-18

    Spanish translation contributed by Javier Aldariz

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6278 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-18

    added scheme to man page URL

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6277 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-18

    Fix for ticket #461 (spelling mistake)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6276 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-18

    Partial fix for ticket #444 (low resolution map composer maps). Hope
    I'm fixing it the right way :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6275 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-18

    Enable compilation using GEOS 3 as well as GEOS 2.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6274 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-17

    Adjust indenting to fix a few cases where it was confusing. There are no
    changes to actual code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6272 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-16

    Fix for ticket #445 qgis crash deleting point in postgis table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6269 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-16

    typo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6268 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-16

    Fix for ticket #277 (viewing views of views).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6267 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-16

    Partial fix for ticket #277


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6266 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Fix the 'Object::connect: No such signal QgsRasterLayer::drawingProgress()'
    warnings. The raster and vector layer code were using a different signal name
    for drawing progress


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6265 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Cleaned up image

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6264 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Added placeholder images for missing developer mugs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6263 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Changed name to Titan Release Candidate 1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6262 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Fix to allow mapserver export code to compile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6261 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Removed old mapserver export code from guilib

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6260 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Renamed main.cpp to ms_main.cpp so it doesn't conflict with the windows build system.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6259 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    use combobox for columns

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6258 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    new modules by Leonardo Lami, modified

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6257 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    new modules by Leonardo Lami, modified

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6256 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Possible fix for ticket #453. Code now follows the example in the Qt
    4.2.2 QWidget window geometry documentation. The docs do state that
    restoring the window position is not guaranteed to work on all systems.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6255 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    update QgsColorButton after setting a new color

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6254 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Quote the command to run the mapserver exporter to deal with paths containing spaces on Windows.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6253 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-15

    Fix to make mapserver export work under OS X

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6252 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-13

    Add QgsColorButton class to display a color which can be altered using QColorDialog::getColor. Fix for bug #407.
    A subclass of QToolButton is needed to draw the button content because some platforms such as Mac OS X and Windows XP enforce a consistent GUI look by always using the button color of the current style and not allowing button backgrounds to be changed on a button by button basis.
    This class is a simplified version of QtColorButton, an internal class used by Qt Designer to do the same thing.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6251 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-13

    fixed ticket 437, crash when the first item is deleted and recreated

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6250 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-13

    Fix for bug #442

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6249 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-12

    fixed ticket 290, reset selected line when a cat is deleted/added

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6248 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-12

    Added icon for mapserver export tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6247 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-12

    Added comment to explain use of this .pro file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6245 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-12

    Changes to helpviewer.pro to get the help viewer to build correctly. Note this .pro file doesn't include settings.pro by design.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6244 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-11

    fix executable name for WIN32 build (was ms_export, now msexport) so qgisapp can exec it

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6243 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-11

    Changes to make mingw happy with the swig wrapper

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6242 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-11

    Add python libs and include for win32 build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6241 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-11

    Add python libs and include for win32 build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6240 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-11

    Partial fix for ticket #438 (measure area units are inconvenient)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6239 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-11

    Fix for ticket #439 (yet more problems with fully quoted
    schema.tables)
    Also a better behaviour when the user clicks on 'sample' or 'all' in
    the postgres query builder without a table selected.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6238 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-11

    build wfs plugin gui for windows / qmake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6237 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-11

    Build wfs provider in windows / qmake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6236 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-11

    Make the gps importer plugin under windows / qmake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6234 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-10

    Fixed broken support for using Ctrl in select tool to add features to selection.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6227 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-10

    Build the geoprocessing plugin under windows / qmake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6226 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-09

    Add missing .la files when compiling standalone spit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6225 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-09

    Build the georeferencer plugin in windows qmake build system

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6223 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-09

    Added recursive delete function and fixed bug where uninstaller was not properly removing all of qgis (why anyone would want to remove it anyway is beyond me...)
    Added RecursiveDelete.nsh to assist in above fix
    Renamed qgis_window_geometry.nsi to qgis_window_geometry.nsh for better file nameing consistency

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6222 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-09

    Set the geometry for the application on installation - in particular we want to get the toolbars placed in a decent default way

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6221 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Build the spit plugin (thanks FREDDY!)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6220 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Removed irrelevant comment

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6219 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    just some formatting cleanups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6218 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Make wms lib load under windows build with qmake. This required disabling sig / slots for now. It has little impact other than disabling the display of some status messages.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6217 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Build wms provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6216 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Postgres: escape quotes in field values


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6215 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Fix for #413 - handle encodings correctly in SPIT


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6214 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Fix for #255 - choosing GISBASE more user friendly.
    User should now understand that no GISBASE equals no GRASS fun.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6213 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Fixed #437 - 'one point' errors - in map composer and also in map canvas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6212 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Fix for #241: don't use 0_* layers as default


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6211 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Fix for #429. Restore cursor when raster layer is loaded.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6210 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    Fix for #436: prevent using CRS that's not supported by WMS server


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6209 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-08

    updated german translation done by Stephan Holl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6208 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-07

    Fix for ticket #431 (postgres tables not visible in query builder).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6203 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-07

    Adjustment to r6200


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6202 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-07

    Fixed build eror with recent changes to qgsoptions
    Changed splitter checkbox var name to be consistent with rest of options.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6200 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-07

    Fix for ticket #424 (recently saved projects that access postgres
    won't load).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6199 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-07

    Fix for ticket #414 (legend size is not remembered).
    Also provides a toggle to let the user set whether dragging the
    legend/map splitter causes continuous map redraws or not.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6198 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-07

    Fix for #340.
    Do correct translation in world matrix after every zoom in composer.
    Also does full zoom when composer window gets resized.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6197 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-06

    Fix for ticket #425: Pipe delimiter
    Don't evaluate delimiters as a regexp, just use them as regular strings
    because this is what users expect. Tab delimiter can be still used
    as \t because of explicit convert to tab character.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6196 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-06

    Fix for #231 - allow parameters with fixed number of line edits, e.g. grid=20,30


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6195 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-06

    dont set print to file because of bug in Qt<=4.2.2

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6194 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-05

    Use QPainterPath to draw polygons. This method is more straight-forward,
    everything is drawn by one command and doesn't leave artifacts when
    painting to Postscript or PDF. Fixes ticket #422.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6193 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-05

    Correction to r6160


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6191 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-05

    Fix to r6188 to allow compilation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6190 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-05

    set mScale to 1 because Qt4.2 seems to be using pen widthF

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6189 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-05

    fixed ticket #345

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6188 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-05

    Fix for msys shell not launching due to spaces in paths / filenames

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6187 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-04

    Fix for #419: update project title on file save


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6186 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-04

    Reinstate spaces in default name. Freddy has a patch to resolve spaces in names issue for msys which I am testing. Once my tests are done I will commit that too

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6185 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-04

    Added some win ifdeffing. The postgris provider does not inherit from QObjects so declaring signals and slots cause the qlibrary loader to throw a wobbly when trying to load the plugin. I tried making it inherit QObject but that wont compile due to ambiguous base class. So for no the signals are commented out. This should have little impact except removing a small feedback event when calculating recordset sizes....

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6184 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-04

    Converted photo of Denis Antipov to JPG
    (was XPM with bad extension, Qt win has problems with that)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6182 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-04

    Use the new QLibrary::errorString() to try to show why a  lib could not load (for what its worth...)
    Also use lazy binding in library load

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6180 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-04

    Set QGISDEBUG=1 when running with the debug windows build so we can see extra log data

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6178 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-03

    Fix for ticket #415.
    Mouse wheel action made configurable: zoom (default), zoom and recenter, do nothing.
    Also made zoom factor configurable.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6177 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-02

    Fix for ticket #406 (problems with copying selected attributes from a postgres
    layer). Has the side-effect of eliminating the postgresql server 'no
    transaction in progress warnings'.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6171 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-02

    Replace Qt3 stuff with Qt4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6170 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-02

    Put in the correct context help id for QgsComposer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6169 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Add in the print composer help file, which was missed from a previous commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6167 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Potential fix for ticket #406 (qgis crashes on copy postgres attributes)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6166 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Add in a missing \


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6165 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Fix for ticket #404 (print composer needs a help button).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6164 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Work around for ticket #405 (incorrect drawing of expanded file groups
    in the legen). Not sure why it works...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6163 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Changed the german translation for 'new column' and 'delete column'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6162 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Set the max value for the identify search radius spinbox to 100


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6161 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Fix for ticket #298 (identify tool radius was too large).

    Comprises an actual bug fix (the QSettings path that the identify used
    was not the same path that the Options dialog box was using, hence
    changing the radius using the ui had no effect on the identify), and some
    improvements to the setting and use of the identify radius.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6160 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Yet another tweak to recent commits.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6159 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-12-01

    Correct a small problem with loading postgres layers due to recent commits.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6158 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-30

    Fix for ticket #392 (put number of features in identify results dialog
    box when there are more than 1 features).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6157 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-30

    Fix for ticket #412 (expanding of identify list results had stopped working)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6156 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-30

    Update measuring context help to reflect changes in svn r6153 and r6154


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6155 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-30

    Tweak for previous commit. After stopping measuring with a right mouse
    click, a left mouse click not starts a new measuring


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6154 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-30

    Fix for ticket #398 (measuring needs a way to stop measuring without
    immediately starting again)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6153 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-30

    Cope with postgres schema and table names that contain . characters.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6152 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-30

    Fix for ticket #411 (misleading tooltip)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6151 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-30

    Fixe for ticket #410. May need tweaking for Mac?


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6150 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-30

    Add in postgres lib directory (necessary if the pg libs are in a
    directory other than the usual ones)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6149 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-29

    Ad in the location of the proj library (should address ticket #409)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6148 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-29

    Fail if the Qt version is less than 4.2 (since the code now requires 4.2)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6147 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-29

    Install qgis into <path>/QuantumGIS rather than <path>/Quantum GIS so that grass shell can work. Note user still needs to intall in a base dir with no spaces. i.e. installing into c:\Program Files\QuantumGIS will not allow shell to work as the path has spaces in it.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6146 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-29

    Incude msys in installer so grass shell works

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6145 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-29

    Plugins now show up in plugin manager

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6144 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-29

    Replase some depreciated Qt calls (an attempt to fix ticket #405, but
    it didn't help).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6143 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-28

    fixed ticket 345 (Cannot find translate)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6142 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-28

    Remove this from all provider pro files as it causes linking to debug qt libs and also these params should be specified once in settings.pro only! (Fixes build of providers when building in release mode only (not debug_and_release).
    CONFIG += qt dll thread debug rtti

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6141 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-28

    Remove this from all plugin pro files as it causes linking to debug qt libs and also these params should be specified once in settings.pro only! (Fixes build of plugins when building in release mode only (not debug_and_release).
    CONFIG += qt dll thread debug rtti

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6140 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-28

    fixed ticket 389 (new vector is not added to QGIS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6139 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Size adjustments to improve Mac appearance.
    As much as possible, sizes for controls should be avoided so that each platform can choose its own preferred size. Mac fonts and controls tend to be a few pixels larger than X11. Using absolute numbers to tighten a layout on X11 often results in truncated or compressed items on a Mac. A QPushButton will not render correctly on a Mac for widths less than 60.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6138 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Update Mac release scripts for Qt 4.2.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6137 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Use the full label text when using scrolling tabs on a Mac. Otherwise, there is too much ellipsis and the labels are undecipherable.
    (Note: this and related change r6129 are the first to require Qt4.2.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6136 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Commented out two assert statements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6135 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Fix for display of 'saveAsShapefile' for layers which don't support this operation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6134 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Update Mac release scripts.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6133 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Restore splash_mask which was deleted in r5937 but is being used again in r6128.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6132 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    updated context help files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6131 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Enabled context help for raster layer properties dialog.

    Added some tool tips to the project properties dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6130 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Force tab bar scrolling on mac. For me it doesnt make the scroll icons appear but at least teh tabbar doesnt autoexpand any more



    git-svn-id: http://svn.osgeo.org/qgis/trunk@6129 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-27

    Bugfix for #387 - revert to using heuristic mask on mac since automasking leaves 'holes' in the splash image.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@6128 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-26

    Removed magphase option from pyramid generation. This apparently causes
    image corruption in some instances. Ticket #284 moved to 0.9 for
    reconsideration at a later date.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@6127 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-26

    Added context help to vector properties dialog.

    Enabled the Help button on the vector properties dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6126 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-26

    Removed bogus test record from bookmarks table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6125 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-26

    Fixed help viewer to handle cases where no LANG (locale) is set.

    Updated mapserver export tool to support context help.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6124 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-26

    Context help for MapServer export

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6123 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-25

    Don't provide Qt::WindowFlags when creating modal dialogs in Qt 4.2.
    Prior to 4.2, they are needed to approximate modal behavior on a Mac. As of 4.2, Qt creates modal dialogs depending upon context. The flags are no longer necessay and can cause crashes in some instances.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6122 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-24

    Dont build debug version by default
    Include OBJ/ui in search path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6121 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-23

    Changed the structure of the wfs provider such that it can now also read gml data from file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6119 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-23

    Added section on how to compile debug versions of Qt libraries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6118 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-23

    Updated instructions for building QGIS with MSYS environment.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6117 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-21

    Updated icon for windows with one supplied by Jean-Philippe Hussenet (thanks Jean-Phillipe!)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6114 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-18

    Fix for ticket #400 (postgresql passwords with spaces didn't work). Now
    also works with other punctuation characters too.
    Also a tidy up of some odd \ characters


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6113 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-18

    Added a unstable warning in the dialog for the wfs plugin. Native english speakers: feel free to change the sentence

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6112 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-17

    Remove a bit of qt3 compability code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6111 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-17

    Check whether lex/flex and yacc/bison really exist. Fix for ticket #395.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6105 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-17

    Make the 'pixmap not found' message a bit clearer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6104 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-17

    Fixed a copy-paste bug which was causing an infinite loop while parsing output.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6103 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-17

    Updated SPONSORS with latest donor information

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6102 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    Fixed crash when selecting custom projection in projection selector.
    (caused by QgsDebug(myDatabaseFileName) ... it expects C string, not QString)
    Changed some debug messages from std::cout to QgsDebugMsg.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6101 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    Vietnamese translation added

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6100 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    Removed files inadvertently added to version control

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6099 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    Use Qt::NoPen and Qt::NoBrush for features not contained in a graduated symbol item. Before this commit, the pen and brush of the last feature was used

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6098 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    enable context help for gps plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6097 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    updated help files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6096 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    adjust help context id to positive integer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6095 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    changed suggestion message for missing help files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6094 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    added context help button to attribute display dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6093 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    added context help button to attribute display dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6092 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    changes to helpviewer to use context help files installed in ./share/qgis/resources/context_help

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6091 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    adjustments to context help ids to make them positive integers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6090 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    updated configure.in to support the resources/context_help directory

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6089 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-16

    context help files using the hash of the class name as identifier. this will likely change at 0.9 but provides for an expedited 0.8 release

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6088 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-15

    Fix for ticket #394

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6087 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-15

    Apply patch submitted in ticket #388. Thanks.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6086 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-14

    Updated SPONSORS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6085 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-13

    Fix a bug where the continuous colour renderer would display and use the wrong layer attribute on the second and subsequent invocations of the vector layer properties dialog box (caused by a mismatch between the combo box index and provider attribute index, due to excluding attributes that couldn't be used to colour the features)

    Fix a bug where the 'draw polygon outline' toggle would appear sometimes for a linestring layer

    Fix a typo in a comment


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6084 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-12

    Fix for ticket #280. All exceptions thrown while trying to transform
    points are caught.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6083 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-12

    Removed a couple more win32 defines that I had temporarily inserted to disable building postgres related stuff:
     - menu entry for add pg layer now enabled
     - toolbar icon reinstated
     - adddbayer no longer ifdefs out on windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6082 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-12

    Removed some instructions telling you to ifdef out some pg stuff since that is no longer needed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6081 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-12

    Define HAVE_POSTGRES = 1 so ifdeffed pg related stuff can build
    Add POSTGRESLIBADD with libs to be used for linking to pg stuff

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6080 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-12

    Added sources for pg support to win build
    Link to libpg.dll in win now
    Removed some ifdefs I had put in app and vectorlayer props to prevent pgis related stuff appearing in the gui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6079 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-12

    Postgres provider now builds under native win qmake build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6078 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-11

    Fix for buffer plugin (ticket #349).
    This fix has been tested with:

    ** POSTGIS="1.1.1" GEOS="2.0.1" PROJ="Rel. 4.4.9, 29 Oct 2004"
    ** PostgreSQL 8.1.3

    Because of the change in the name of the geometry check constraint created by
    addgeometrycolumn (from $2 to enforce_geotype_shape) this fix requires a recent
    version of PostGIS. The minimum PostGIS version that will work with this fix is
    unknown.

    Additional testing is needed by other PostGIS/PostgreSQL version combinations.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@6077 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-11

    Remedy for ticket #262 - when a SRS is considered invalid by geos, don't call assert(), but rather just refuse to transform the point.

    The real issue is why are some of the projections in qgis's database considered invalid by geos?


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6076 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-11

    Updated the "Whats New" section in the Help|About dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6075 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-11

    Update contributors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6074 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-11

    Detect Qt for NetBSD (same as FreeBSD detection at present) -- patch from Brook Milligan.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6073 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-10

    Don't trust WKB type specified for multipart features.
    Check whether the part has Z value because it might differ from the feature's WKB.
    (feature's WKB is MultiLineString - but parts are of type LineString25D)
    Fixes ticket #248.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6072 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-10

    Fixed a crash occuring with identify tool which was caused by GEOS throwing TopologyException.
    This exception might be thrown when GEOS has problems with calculating intersection.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6071 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-10

    Include grass dir in installer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6070 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-10

    Updated SPONSORS with latest donor information

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6069 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-10

    Fix for nan extents when using the 'zoom out' tool and height or width of window is 0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6068 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-10

    Make svg files harder to load as images in the map composer because qt
    doesn't support svg to the extent that we would like (ticket #338)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6067 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-09

    fixed ticket #367, crash if a layer was removed whose topo had been deleted

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6066 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-08

    Use better target names for these libs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6065 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-08

    Enable flex/bison stuff again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6064 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-08

    Added providers lib dir to the lib search path so grass plugin would build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6063 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-08

    Dont build wfs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6062 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-08

    Got rid of deprecated grass lib add since thats been replaced by Freddy's stuff

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6061 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-08

    each band must get unique name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6060 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-08

    Dont use geos includes - wfs is not supported yet and that include breaks flex stuff under windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6059 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-08

    Merged in patches for building grass support under windows kindly submitted by Godofredo Contreras

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6058 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-07

    Updated SPONSORS with latest donor information

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6057 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-06

    commited some test code in qgisapp.cpp in last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6056 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-06

    wfs client: support for <coord>-type bounding boxes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6055 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-06

    isValid() function for the wfs provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6054 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-06

    Minor changes to readme


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6053 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-06

    Updated SPONSORS with latest donor information

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6052 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-05

    Updated SPONSORS with latest donor information

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6051 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-05

    Updated SPONSORS with latest donor information

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6050 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-04

    Added fledgling list of contributors -- feel free to add those that are missing. This file contains folks who, while not having commit privileges, have contributed to the project tthrough patches, code, comments, etc.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6049 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-04

    Updated SPONSORS with latest donor information

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6048 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-04

    Tom Russo's patches for FreeBSD:
    "I run QGIS on FreeBSD these days, and have found that I need the
    attached patch to get the grass shell and gps plugin to work.  The
    grass shell patch is needed even to get the thing to compile.


    The grass shell patch makes sure the right include files are brought
    in to get at the PTY functions.

    The gpsplugin patch changes the preprocessor symbol that selects what
    style of ports to probe for, and adds a block of code that scans for
    USB serial adapters."



    git-svn-id: http://svn.osgeo.org/qgis/trunk@6047 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-02

    Fix a spelling mistake in debug message


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6045 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-11-02

    Updated SPONSORS with latest donors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6044 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-31

    Apply patch in ticket #365.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6043 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-31

    Update SPONSORS with latest donors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6041 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-30

    Updated url for msys


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6038 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-30

    Updated sponsor display to two-column table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6035 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-29

    Reduce the time taken to populate the sample list. Technique to do this
    suggested in ticket #364.
    Improve the error message in the dialog if the sample query fails


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6032 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-29

    Updated SPONSORS with latest donors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6031 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-29

    Updated SPONSORS file with latest sponsors

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6030 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-28

    Warn if loading a project file from an older version of qgis (prompted
    by ticket #314)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6028 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-28

    update sponsor list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6026 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-28

    set default tab back to where it should be

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6025 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-28

    Show sponsors in a tab in the about box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6024 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-28

    Install SPONSORS file in same directory as the AUTHORS file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6023 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-28

    Sponsors file for use in the about box

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6022 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-27

    Patched in qmake pro files contributed by Godofredo Contreras to build more plugins under windows with qmake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6021 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-27

    Windows build updates - includes patches submitted by godofredo contreras

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6017 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-27

    Added readme for building under windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6015 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-25

    Use QgsDebugMessage for the debugging output in QgsPostgresProvider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6008 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-24

    Commented out lex stuff for now...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6007 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-24

    Script contributed by Godofredo Contreras to build lex sources under windows with qmake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6006 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-24

    Added uncommited pro file for ui dir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6005 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-24

    Removed some comments in the wfs plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6004 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-23

    Make sure that the start of the spatial reference system text is visible in
    the line edit widget (rather than the end of it, as happen if the text is
    longer than the available space).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6003 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-23

    Applied patch from Ticket #357 to enable multilanguage support in the installer (for debug version)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@6002 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-23

    Apply patch in ticket #357


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6001 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-23

    Make the check for nan actually work


    git-svn-id: http://svn.osgeo.org/qgis/trunk@6000 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-23

    Fix for ticket #303 (tiffs with nulls display incorrectly). Just a few
    missing checkes for NaN's.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5999 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-22

    Partial fix for ticket #303 (tiff withs nulls in them plot all
    black). More to come.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5998 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-22

    Updates to installation package builder and added one for building a debug package.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5997 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-22

    updates to build system:
     - build delimited text plugins.pro
     - set the plugin install path in the settings file
     - initial work on grass pro but disabled for now until I get grass in msys

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5996 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-22

    Windows rc file for icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5995 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-22

    Set icon for qgis.exe.
    Installer now works for code as in head
    Added installer sidebar and master image of sidebar

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5994 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-22

    Display a warning message when identify fails to find a feature when in
    editing mode. Address ticket #331.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5993 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-22

    Fix for a crash. May be the cause of tickets #275 and #268


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5992 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-22

    Update the 'whats new' text in the About dialog box (or at least remove
    0.7 stuff). Needs more work.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5991 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    Build delimited text provider under windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5990 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    Build improvements - org provider now builds

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5989 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    Use plastique style by default under windows
    Build system tweaks for win / qmake

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5988 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    Temporarily disable postgres build stuff in windows - hopefully Im not breaking pg support on other OS's now? Fix pro files so QGIS.exe now builds.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5987 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    build target for qgis application. Remnamed gui.pro to guiapp.pro

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5986 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    pro file for gui added (I forgot to commit it before). QGIS gui lib now builds under windows using qmake.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5985 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    Add some tr()'s to user visible text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5984 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    Updates for win build libgui is almost building - there are a few vtable errors left. In order to get past cyclical dependency issues I am building raster, gui and composer files into a single lib.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5983 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    Change the ui include to the more modern style. Note that this file
    isn't automatically compiled, but is intended to be used in the
    future. Addresses ticket #353


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5982 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    Fix another unintended change in r5978 that also disabled postgres


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5981 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-21

    Undo the unintended changes in svn r5978 which disabled postgres support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5980 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-20

    Fix for ticket #352, missing return value

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5979 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-20

    Updates for windows build. Composer and projectionselector libs now build.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5978 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-19

    Preliminary updates to nsi - still not useable in anyway

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5975 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-19

    nsis script for writing env vars

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5974 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-19

    core builds with qmake under windows now (with some minor hacks)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5973 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-19

    Added GPL license to top level dir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5972 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-17

    Updates for building on win with qmake. Just need to sort out yy flax stuff then I think core will build...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5967 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-17

    Warn the user if PostGIS isn't in the selected database


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5966 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-17

    Add tr() to some user visible text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5965 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-16

    Show wfs names, titles and abstracts in the wfs select dialog. Changed QgsProjectionSelector::setOgcWmsCrsFilter such that the list of showed projections is updated in an existing dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5964 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-16

    Make the various spit error messages more informative to aid the poor
    souls who find that spit generates a fairly unhelpful error message
    and fails to import any shape files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5963 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-15

    Added projections from SWEREF 99 to RT90. These are much better than existing.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5962 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-15

    Install include files from the libraries.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5961 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-14

    Fix for ticket #296 - the layer's coordinates have been projected also with projections disabled.

    Grrr... why there are 2 different implementations for zoom to layer extent?!
    1. QgisApp
    2. QgsLegend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5960 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-14

    Reversion of change to the sql that worked out what view column depend on
    which table columns - the recent commit didn't work when the database had more
    than one view, and in fact made things worse. Needs further work.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5959 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-14

    Mer...

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5958 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-14

    Fix for ticket #277 (can't display data in postgres that is a view of a view)

    The longstanding problem where views that renamed their column names weren't
    loaded is also fixed.

    Another problem where qgis wouldn't load a table where the table name or key
    column name contained capital letters is also fixed (everything is now
    laboriously quoted correctly).



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5957 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-14

    - Modify the list of default wms servers to be ones that work correctly with
    qgis
    - Add a message stating that the user may need to set a web proxy to access
    the servers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5956 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-14

    Fix fo ticket #294 (load project didn't honour the collapsed/expanded state of
    legend layers). Seems to be a bug in Qt, so this commit implements a
    workaround.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5955 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-14

    Flip the attribute actions dialog so that the useful things are at the top.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5954 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-14

    Move some more Q3 widgets to their Qt4 counterpart
    Tidy up of the vector layer properties dialog box
     - remove some the excess space around widgets
     - make the contents of the tabs scale to fit the whole dialog box
    Fix a few uic warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5953 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-13

    Fix problem where the user copy of the qgis.db database wasn't being
    copied into the correct place because some other part of qgis had the
    file open, preventing copying of it. The copy is now done sooner in
    qgis's startup process to avoid this problem.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5944 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-13

    Added an entry to the tbl_projection table for the Krovak
    projection. Resolves ticket #247.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5943 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-13

    Provide the means to add some pre-defined wms servers to the server
    list. Addresses ticket #341.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5942 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-13

    Fixed ticket #287 - updating GRASS region


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5941 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-12

    Ownership of map tools is not given to map canvas anymore, this means that
    caller has to save the pointer to the map tool and then delete it. It's
    possible to delete map tool while it's being used in map canvas - destructor
    of QgsMapTool calls QgsMapCanvas::unsetMapTool(this) to ensure that the tool
    won't be used anymore. Having this function in destructor of every map tool,
    it's not needed to call it explicitly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5940 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-12

    Fix for ticket #323 (diacritics in column name).
    Use QgsLogger in QgsSearchTreeNode instead of std::cout.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5939 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-11

    Provide menu options to view and hide the toolbars. This provides a
    way out of the pickle that one can get into if one hides all of the
    toolbars (there was then no way to get them back with the gui). Due to
    the lack of a listToolbars() function for QMainWindow, there is no way
    to get a list of all of the toolbars that an application has, so
    toolbars that are added by the plugins, for example, aren't able to be
    controlled using these changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5938 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-10

    Better splash screen handling:
    - with Qt4.2 it doesn't produce X server errors in RENDER extension
    - splash_mask.png is not needed - transparency is used from splash.png


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5937 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-10

    Updates for building with qmake under windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5936 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-09

    Fixed browsing/testing of custom projections

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5935 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-09

    Reconnect the default srid and geometry column name qcheckboxes to the
    appropriate function (probably hasn't worked since the move to Qt4).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5934 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-09

    Use QFile::encode to convert a QString containing a filename to a c-string. Mac expects Utf8 and *nix expects local8Bit. QFile will do the right thing for each platform and not mangle Mac non-ASCII filenames.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5933 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-08

    One more..

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5932 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-08

    I18n of shapfileName


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5931 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-07

    Added WGS84 datum to GEOPROJ4 string

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5928 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-07

    I18n on shapefileName

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5927 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-07

    I18n on shapefileName

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5926 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-06

    Update README to v0.8 stuff and the move from sourceforge to qgis.org


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5920 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-06

    Remove httptransaction from wms provider dir because it is in core lib now

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5919 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-06

    Some modifications for portable WFS support: Moved QgsHttpTransaction to the core library, moved GetCapabilities methods from the wfs provider to the plugin (to class QgsWFSSourceSelect)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5918 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-06

    Changed use of Q3Url to QUrl


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5917 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-06

    Move Q3Url code to QUrl


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5916 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-06

    Migrate a Qt3 construct to Qt4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5915 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-04

    Aĺl texts translated. Expect mistakes!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5914 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-04

    Replaced Q3ListViewItem* with QTreeWidgetItem* to fix compilation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5913 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-04

    Another fix for gml multipolygon reading and hopefully a fix for the build system

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5912 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-04

    Move the identify results dialog from a Qt3 to a Qt4 widget
    Make the derived item italics
    Due to the change to Qt4 the derived item now also sorts to the top
    (which neatly fixes ticket #302)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5911 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-04

    Tweak to the file filters for the delimited text plugin file selection
    dialog. The all files filter should work better on windows now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5910 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-03

    Fix for ticket #326 (delimited text plugin only allows *.txt files).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5909 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-02

    Fix for a wfs client multipolygon bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5907 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-02

    Added a --with-wfs switch to the auto* build system to compile the wfs plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5906 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-01

    Fix for the delimited text provider excluding features that are exactly on the boundary (could of sworn that I'd fixed this problem a while ago, but there's no record of it in svn). Partial fix for ticket #322.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5905 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-01

    Combine separate EXTRA_DIST commands into one to prevent a warning message


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5902 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-01

    Apply icon mods and additions as in ticket #315.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5901 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-01

    Eliminate the need for create_qm_files.sh to be executable


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5899 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-10-01

    Tidy up the #includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5898 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Look for lat/long before looking for x/y column names


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5897 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Fix for ticket #320 (delimited plugin doesn't attempt to choose
    sensible fields for the lat/long)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5896 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Update the config file location in the man page


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5895 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Move the isfinite checks in the wms provider to the qgsrect class and
    use numeric_limits instead of the C99 isfinite macro/function. Remove
    the check for a functioning isfinite macro/function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5894 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Tweak to previous commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5893 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Add another tr(). Part of ticket #316.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5892 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Added translations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5891 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    A speculative fix for some compilation problems as a result of commit
    r5887. May need more tweaking...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5890 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Use str tree spatial index from geos for the wfsprovider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5889 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Remove the sourceforge menu item (as suggested in ticket #285).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5888 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Apply patches given in ticket #313


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5887 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-30

    Apply patch in ticket #316.
    Tidy up #includes in qgslabelattributes.*
    Remove a compiler warning about returning a temporary object in qgslabelattribute.*


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5886 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-29

    Undo the Makefile.am changes done in r5821. Were accidently committed,
    and were system configuration specific :(


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5885 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-29

    Moved code to set windows style to constructor of QgsSingleSymbolDialog. Removed an assert statement in QgsOgrProvider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5884 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-29

    Enable python support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5883 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-29

    Read GML2 for wfs layers as it is also supported for geoserver

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5881 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-27

    Allow displaying layers with 2.5D geometries.
    For now, Z value is ignored.
    This addresses ticket #308.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5879 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-27

    - added possibility not to update rubberband when adding point
    - improved performance of GRASS digitizing - canvas is updated only once instead of [number of points]-times


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5878 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-27

    Fix for ticket #277 (problem loading a view of a view)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5877 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-27

    Enable minimum/maximum classification for wfs provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5876 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-26

    Automatically turn on the vector layer label toggle when the user sets
    the label field.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5875 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-26

    fix for ticket #309 (incorrect error message when loading a vector
    file from the command line, and a loitoring hourglass).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5874 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-24

    Real fix for trac ticket #140 (continued).

    Buttons where the background color is meaningful are now rendered in classic Windows style in the Vector Properties dialog (both single value and continuous color renderers).

    As part of this change the button itself is colored and not just the adjacent label.  The labels have now been removed and the buttons resized to fill the gap.

    Bonus feature:  Continuous color dialog now ranges from black to white by default.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5873 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-24

    Real fix for trac ticket #140, but not covering all instances of that bug yet.

    Buttons where the background color is meaningful are now rendered in classic Windows style in the Project Properties and Options menus.  (Windows XP style only has bitmaps for button backgrounds.)

    This bug also occurs on (at least) the vector properties dialog, and fixes for that will be committed later.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5871 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    Fix for ticket #291 (same as image not giving the choice of image
     formats). The problem seems to with the list of formats that qt is
     supposed to provide, but doesn't. Hard-wired to provide jpg and png
     for the moment.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5868 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    better wording?

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5865 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    better wording?

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5864 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    better wording?

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5863 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    freeze/thaw output vector map on Windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5861 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    freeze/thaw map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5860 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    Change map layer display name if name is changed in the legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5859 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    catch GRASS_INFO_PERCENT also from stdout

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5858 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    list of input maps fixed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5857 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    convert gif to png

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5856 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    use QTextBrowser for manual

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5855 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    viewOutput bug fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5854 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-22

    Speculative fix for tickets #250, #276, #275, and #281


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5852 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-21

    Added the possibility to edit the geometries of OGR layers (tested with GDAL1.2.6 and 1.3.2)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5849 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-21

    Updated Czech translation by Martin Landa.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5848 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-20

    For WMS, the password for a HTTP-Basic authenticated proxy really works now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5846 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-20

    Support usb connected gps's under windows. Addresses ticket #201.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5841 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-18

    Suggest printing to postscript rather than pdf (cause qgis doesn't
    offer than yet).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5837 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-18

    Provide a warning to the user that the svg output may well be less
    than desired, and allow them to select whether to see that message in
    the future.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5836 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-18

    Provide an optional checkbox in the message viewer for such things as
    a "don't show this message again" use.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5835 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-18

    Save/load the option to draw polygon outlines in the continuous color renderer to project file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5834 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-18

    disabled all vector layer related actions at startup (editing, table, select). This should fix ticket 271

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5833 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-16

    Windows build cross-compiling (from Linux) improvements:

    * If postgres is not requested in the autogen/configure, do not attempt to build the geoprocessing and spit plugins (they have no meaning if postgres is not available).

    * Rearrange the acinclude (configure) test for the Qt version so that the Qt/Windows version is tested first.  This resolves an issue when the Qt/Windows library is mounted on the linux compiler platform as smbfs, where case-insensitive matching was triggered; therefore allowing the Qt/Windows-style includes to be mis-detected as Qt/X11-style includes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5830 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-16

    Fix for ticket #272 (warning message about not being able to delete a
    bookmark when qgis actually did).
    Also now provides a gui message when it does fail


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5829 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-15

    Fix for the problem with the auto* process failing when svnversion isn't
    available.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5828 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-14

    Update Mac release scripts for 0.8.0 Preview 2.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5826 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-14

    Enable legends for continuous colour renderers. Despite what a comment
    said in the code, it works fine with the continuous renderer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5825 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-13

    - Fix the bug where setting the outline thickness of polygons
      didn't work with a continuous renderer.
    - Only show the 'draw polygon outline' check box when the layer
      type is polygon
    - Allow a outline thickness of 0 (gives a 1 pixel line)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5824 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-13

    Yet another tweak to svn r5815 (dialog box now remembers the
    drawpolyogn toggle state


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5823 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-13

    Tweak to go with svn r5815


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5821 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-12

    Fix typo in commnets for zoom in map tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5819 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-12

    Show info on QgsDebug if srs db is not found (and path where it was being sought)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5818 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-12

    Build with qt4.2 preview



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5817 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-12

    Minor updates to debug output
    Try to do a better job of deploying .py files on mac


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5816 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-12

    Fix for ticket #264 (polygon outlines obscure continuous colours for
    small or zoomed out polygons).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5815 c8812cc2-4d05-0410-92ff-de0c093fc19c

perrygeo <perrygeo@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-12

    quick fix to allow 24bit output jpegs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5814 c8812cc2-4d05-0410-92ff-de0c093fc19c

perrygeo <perrygeo@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Some refactoring. Fixed problem related to number of parameters passed to Qgis2Map.setOptions.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5808 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Treat the QProcess with more care so as to avoid a message about the
    QProcess being deleted before its process finished.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5807 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Wired in qprocess launch of mapserver export dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5804 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Add static method to find msexport app


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5803 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Tidy up #includes
    Add tr() to some more user-visible text
    Move from std::cerr/cout to QgsLogger


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5802 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Make msexport a mac bundle


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5801 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Fix compile issue on mac


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5800 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Add PKGDATAPATH to lib too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5799 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Fix for ticket #263 (not all gpx point were imported).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5798 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Add PKGDATAPATH to cpp flags


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5797 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Adjust indenting only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5796 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Tidy up #includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5795 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Use package data path to locate py script
    Install python into PKGDATAPATH/python
    (Still needs further testing)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5794 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-10

    Use qt4 as default dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5793 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-09

    Move some debugging output to QgsLogger::debug
    Remove unnecessary #includes
    Move from Qt3 to Qt4 style of includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5785 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    A missed file change to go with ticket #257 and SVN r5761


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5779 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    Fix for part of ticket #247 (unable to create a custom projection)
    Also move some debugging output to QgsLogger


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5778 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    Move various debugging outputs to QgsLogger::debug so as to reduce
    the amount of user-confusing output on the console.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5777 c8812cc2-4d05-0410-92ff-de0c093fc19c

perrygeo <perrygeo@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    added scale ranges and class names

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5776 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    Improved layout of dialog.
    Removed the MinScale and MaxScale fields from the dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5775 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    updated tooltips

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5774 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    Remove deprecated call to setMainWidget


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5773 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    Set QCoreApplication organisation name etc so we can use qgis qsettings
    for state handling



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5772 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    Fix for segfault. Fixted dialog tab order

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5771 c8812cc2-4d05-0410-92ff-de0c093fc19c

perrygeo <perrygeo@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    new features in python mapfile exporter

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5770 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    Gui cleanups:
     - set buddies for line edits
     - set layout spacing to 6pt through out to remove that scrunched up look
     - set tab order to something other than random :-)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5769 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    Linux friendly python include path


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5768 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-07

    Qmake project file for quick and dirty testing & building
    Removed redundant include in cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5767 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-06

    Small cleanups in debug messages, now displaying correct total rendering time.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5766 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-06

    Uncomment a debugging #ifdef


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5765 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-06

    Fix for ticket #258 (crash when loaded a wms capabilities document)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5764 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-06

    Additional fix for #249 - searching attributes with non-ascii characters.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5763 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-06

    Fix for ticket #260 (crashing when clicking on map canvas)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5762 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-05

    Changes for ticket #257 (UI tweaks).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5761 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-05

    Add support for Qt/Mac 4.2. QtDesigner and QtTest are frameworks in 4.2 but libraries in prior Qt versions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5760 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-04

    Replaced some std::couts in QgsHttpTransaction with QgsDebugMsg

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5759 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-04

    Fix for ticket #253 (crash when using 'identify features').


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5758 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-03

    Corrected the automake stuff in the wfs provider. Note that wfs does not get built without hacking plugins/Makefile.am and providers/Makefile.am to not disturb the build process of the 'stable' qgis version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5757 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-02

    - Provide the user with the option of deleting an existing world file
      (rather than just telling that they need to do so)
    - Re-instate some more debugging #ifdef's


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5756 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-02

    The delete point function now works in the georeferencer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5755 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-02

    When choosing to load the georeferenced raster file, qgis now does a
    map canvas refresh so that the layer appears (it needed a manual
    refresh before).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5754 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-02

    - fix ticket #165 (crash in Helmert transform in georeferencer)
    - fix a bug when reading in a past saved list of points (there was always a 0,0 point)
    - tidy up misc code in georeferencer
    - do some qt3 to qt4 things to get the georeferencer working correctly again
    - tidy up the use of the modified raster text widget so that it's only editable
      when it's required
    - put some debugging output back into #ifdef's


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5753 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-02

    Remove some unnecessary Qt #includes
    Line break some more long dialog box messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5752 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-02

    Make a longish warning message wrap in it's dialog box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5751 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-02

    Remove Qt3 stuff
    Change #includes to Qt4 form
    Remove unnecessary #includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5750 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-02

    Speculative fix for ticket #249


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5749 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-01

    Remove wfs from the compiled code as it currently fails to compile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5748 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-01

    Explicitly allow for Qt 4.2 in checks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5747 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-01

    Add the Qt version that qgis is compiled and running against into the
    Help:About dialog box. There seems to a number of bugs reported
    nowadays that relate to the version of Qt that qgis is using, so an
    easy way for the user to find out the Qt version will be handy.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5746 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-01

    Added Makefile.am and entries in configure.in for wfs provider/plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5745 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-01

    Added a very early version of a wfs plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5744 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-09-01

    Added a very early version of a wfs provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5743 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-29

    'fix' for srs.db path, no explanation but works

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5742 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-29

    make qgssvnversion.h

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5741 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-28

    Some small changes to use QgsNewHttpConnection for non-wms http connections (WFS in this case)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5740 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-28

    call linker twice

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5739 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-27

    Updated translation from Stephan Holl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5738 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-26

    more mapserver goodness

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5737 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-25

    added a method QgsGeometry::fast_intersect. This method does the same as QgsGeometry::intersect, but it uses direct generation of geos geometry with QgsGeometry::geosGeometry(). In contrast, QgsGeometry::intersect uses wkt export of QgsGeometry and wkb import of geos. Therefore it is slower than fast_intersect (but better tested). After 0.8, QgsGeometry::fast_intersect may replace QgsGeometry::intersect

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5736 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-25

    Further tweak to the automake sed parser as supplied b Tom Russo. Should now
    cope with all known automake version strings (we hope).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5735 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-24

    Bug fix for sed regex when checking automake version contributed by Tom Russo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5734 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-24

    made the selection in the delimited text provider working again (which was broken by myself in a recent commit)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5733 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-24

    fixed a bug in QgsGeometry wkt export and made QgsDataProvider::endian() const

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5732 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-24

    Fix for ticket #226 (saved projects with postgres layers in a map composition won't reload).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5730 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-24

    destructor fix, delete mCanvasEdit etc.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5729 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-24

    add some space to an error message


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5728 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-23

    Fix for ticket #245 (georeferencer cancel button doesn't work)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5727 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-23

    Fix for ticket #122 (projection set incorrectly for some raster
    layers). The way that the raster layer sets it's srs is a bit complex
    - hopefully these changes fix the problem without introducing other
    problems (seems ok from the testing that I've done).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5726 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-23

    On first displaying the postgres connection details dialog box, ensure that
    the 'where to search' toggles are consistent.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5725 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-22

    Updated splash screen for 0.8 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5724 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-22

    Further changes to fix ticket #8 (wms not working through a web proxy). Should work now, but needs a bit of testing to be sure, which I'll do over the next few days.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5723 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    Add svn version to Mac GetInfo window.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5722 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    Don't rewrite qgssvnversion.h unless svnversion has changed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5721 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    In QgsAttributeTable: pass the QMouseEvent to Q3Table prior to check for changed selections

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5720 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    Fix for smarter attribute insertion in QgsOgrProvider::addFeature. This is e.g. usefull for copying/pasting features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5719 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    Provide the user with the option to only display spatial tables that
    are listed in the geometry_columns table. For well-maintained
    databases (where all the spatial tables of interest have been
    listed in the geometry_columns table) this can considerably speed
    up the initial display of available spatial tables.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5718 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    Made 'saveAsShapefile' a slot in QgsVectorLayer such that it works again. Enter the 'save as shapefile' option into the legend layer right click menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5717 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    Potential fix for trac-ticket #8.

    * Propagate proxy information from the Server Selection dialog to the WMS provider (used by the QgsRasterLayer).

    Possible bonus feature:

    * Proxy information is saved and restored from the project file.

    I cannot test this locally, so would appreciate somebody else giving it a go.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5716 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    Fix for ticket #208. configure now accepts an optional
    --with-projlibdir option to explicitly set the directory that the
    proj4 library is in.

    Fix an error in the summary at the end of the configure run too.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5715 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    Fix for the problem where the attribute table of delimited text layers just showed the visible features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5714 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-21

    Updated splash master image for final release version of qgis 0.8



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5713 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-20

    Fix a typo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5712 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-20

    Provide an option to the user to constrain searches for spatial tables not
    in the geometry_columns table to just those in the public schema. For some
    databases which have a lot of ancillary stuff out of the public schema this
    can significantly reduce the time that qgis takes to produce the list of
    tables to load.

    Also tidy up the cause of some console warning messages about unknown
    geometry types that happened when a spatial table not in the geometry_columns
    table had no non-null geometries in it.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5711 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-19

    Fix for ticket #232. A make, make install, or make all in the toplevel
    qgis directory will update a file (qgssvnversion.h) that contains the
    svn version of the qgis code, which is visible with the --help command
    line argument or in the Help:About dialog box.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5710 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-18

    Enabled changing attribute values for OGR Layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5709 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-18

    Make the BUGS file point to the trac system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5707 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-18

    Changed the selection behaviour of the attribute table. The repaintRequest signal is now only emitted if the mouse button is released and if the selected rows have changed. This minimises repaint events and allows to selecting multiple rows with mouse drag without generating a seperate repaint event for each new row

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5706 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-17

    Fix for ticket #239 (selected polygons lost their boundary). Needed to
    do different things for lines and polygons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5705 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-17

    Fix for bug whereby toggling layers on/off using the toggles in the
    menu wouldn't rexpect the globabl 'render' toggle setting. Compliments
    closed ticket #149.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5704 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-17

    Fix for ticket #238 (zoom to map fails on startup). If there are no command line
     arguments, the extent is -1,-1,1,1, but if there, the extent is determined by t
    he layers loaded.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5703 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-16

    Fix for trac ticket #236 (Cannot stop editing mode when nothing was edited), which was carelessly introduced in the second dot point of r5694.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5702 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-16

    Fix for ticket #237 (delimited layers don't select properly). Was
    caused by changes in recent delimited text provider commits.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5701 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-16

    Actual fix for the previous commit...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5700 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-16

    Fix for ticket #233.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5699 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-15

    - Fixed reading of text file (ticket #203). Seemed to be a problem with a
      combination of QFile and QTextStream which worked under Qt3, but not
      under Qt4
    - fixed generation of wkb version of delimited text geometry. Again,
      it appeared to be a problem with code that worked under qt3, but
      not under qt4.
    - corrected the calculation of the bounding rectangle for delimited
      text layers (was always including the (0,0) point).
    - Bonus features:
      - a default layer name is constructed from the filename
      - the user is told about lines that didn't yield x/y coords


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5698 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-15

    A further speculative fix for trac ticket #8.

    QgsHttpTransaction needed to wait for the done() signal from QHttp, not just requestFinished().  When QHttp::setProxy() was called, it actually triggered its own QHttp request (before QHttp::get()).  Previously QgsHttpTransaction interpreted the requestFinished() from setProxy() as the requestFinished() from get(), therefore not actually doing anything when a proxy was used.

    I cannot test until a Windows build is available based on this commit (or somebody else can confirm instead and update #8 appropriately).



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5697 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-15

    Potential fix for bug in trac ticket #140.

    The Qt3 idiom QToolButton::setPaletteBackgroundColor() has been replaced with a Qt4 idiom of extracting the QPalette from the QToolButton, changing the color in the Window ColorRole, then adding the QPalette back in again.

    Only the QGIS Options and Project Properties dialogs have been converted.  If this change fixes the bug in Windows (which I don't have access to a compiler for), then this idiom should be propagated to all instances of setPaletteBackgroundColor (e.g. vector symbology dialog).



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5696 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-13

    Fix for bug in trac ticket #134 and #131.

    * (#134) If a feature is edited using the Identify tool and QgsAttributeDialog, now only user-edited values are saved to the mChangedAttributes of the layer, previously it was all values.  This now means that only those user-edited values are attempted to be committed when the user stops editing and saves (similar to if those values were edited using the Attribute Table).

    * (#131) Modify QgsVectorLayer::stopEditing so that if a commit fails, the editing state is left alone (previously editing was still turned off anyway).  This should be a better fix than r5591.  I triggered the bug in #131 while testing for #134, therefore getting a 2-for-1 fix.

    Some bonus features to assist people in the triggered situations described in #131 and #134:

    * The Postgres Provider now reports an error to the user if a commit of changed attributes fails.  This brings it up to the same behaviour of if a commit of changed geometries fails.  Previously there was no response given on an changed attribute error, leaving the user to think the commit was successful.

    * The Postgres Provider now reports the contents of the SQL used in a failed UPDATE statement.  This may help the user to pinpoint which of his edits caused the error.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5694 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-12

    Fix raster file filter so that only the first JPEG2000 driver found is added to the list; this is the one GDAL uses. Use the driver's name rather than "JPEG 2000" so that the user knows which one is being used.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5691 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-11

    added -Wl,--enable-runtime-pseudo-reloc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5690 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-11

    postgres and grass conditional

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5689 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-11

    added -Wl,--enable-runtime-pseudo-reloc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5688 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-11

    use PG_LIB variable to enable compilation when configured without postgres

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5687 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-10

    fixed ticket 45 - new field does not appear in vector label properties dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5686 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-10

    fixed ticket 187 (crash if user is not owner of the vector)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5685 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-10

    This should of gone in with r5681


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5684 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-10

    fixed ticket 107, but it will only work with GRASS >= 6.1, breaks GRASS 6.0.0 because they changed parameter name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5682 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-10

    Applied patches r5669, r5668, r5667, r5666, as applied to the
    lib-refactoring branch, to head. These were signed/unsigned int mods
    and boolean comparison mismatches. Many of the changes in these
    commits had already been done in head


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5681 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-10

    fix for ticket 104 (GRASS-PAGER not set)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5680 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-10

    Fix for bug in ticket #230 (zoom to all doesn't work when a layer has
    changed it's extent, e.g., by changing the where clause on a postgres layer).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5679 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-09

    For WMS layers, clean-up the raster Properties dialog so that it better reflects the relatively implemented capabilities of the WMS provider.  The Pyramids and Histogram tabs have been disabled (not necessarily removed since a future QGIS version may wish to extend this raster functionality into WMS layers).

    The symbology tab still needs to be cleaned-up in operation but at least it's set to "Color Image" by default now.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5678 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-09

    Fix for ticket #223. (selecting rows in attribute table didn't update
    the map when selected by clicking on the header)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5677 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-08

    fixed ticket 90 (post grass edit right click crash)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5676 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-08

    fixed ticket 59 (zoom tool recieving right click)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5675 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-08

    removed duplicate ;

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5674 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-08

    disabled --with-qt-pkg-config because PKG_CHECK_MODULES is not defined on many systems

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5673 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-08

    Make the default extent -1,-1,1,1 instead of 0,0,0,0 as this is a more
    useful default extent (one can actually use it to draw things, whereas
    with 0,0,0,0 one needs to load some data to get a usable extent).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5672 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-08

    Fix the problem where trying to digitise on an empty map never gave
    visible features. ZoomFullExtent now only does that if the 'full
    extent' is not an empty extent (zero width/height). This was possibly
    part of the problem in ticket #219


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5671 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-07

    Apply patch in ticket #227 to head


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5670 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-03

    Applied patch in ticket #222


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5659 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-02

    Added a check for value out of bounds in QgsOgrProvider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5658 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-02

    Fix for ticket #217 - autogen.sh didn't correctly detect older
    versions of automake and hence didn't warn the user


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5657 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-02

    Change the help text for the identify results dialog box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5656 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-02

    Tweak the way column widths are set in the identify results dialog box
    to ensure they are always wide enough for their data.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5655 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-01

    Add extra item to spitplugin_la_CXXFLAGS as per ticket #216


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5654 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-08-01

    Updated german translation from sholl

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5653 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-31

    Fix for patch #67 - I think it'll solve the problem without causing
    others :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5652 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-31

    Fix for ticket #212. Problem was caused by two un-initialised
    variables that stored the coordinates of the cursor prior to the
    current mouse move. They were un-initialised only for the first mouse
    move after a mouse button down event.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5651 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-31

    Tidy up #includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5650 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-30

    Added moc entry for QgsMapToolIdentify in gui/Makefile.am

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5649 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-30

    Remove a debugging std::cerr


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5648 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-29

    Make the save as svg and save as image file selection dialogs remember
    the last used directory in addition to the last used filename.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5647 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-29

    Fix for ticket #198. The identify results dialog is now deleted when
    closed by the user (it was previously just hidden).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5646 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-27

    Apply some changes to the parmater field - +stere changes to +sterea. See ticket #209 for more details.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5645 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-27

    move vertex for postgis point/multipoint layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5644 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-27

    In QgsPluginManager: test if function type() is present instead of testing if the function isProvider() is not present. Like this, it is also possible to create plugins linking to a data provider (which i need for work)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5643 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-27

    Better fix for the issues raised in r5618 and r5626 - the selected item is now scrolled into view, even when the projection selector is being opened.

    There still seems to be a slight issue when showing the Project Properties for the first time on a blank project (i.e. it scrolls *near* the WGS 84 entry, but not quite on top of it), but I'll leave that for another time.  Other situations now seem to work OK.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5642 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-26

    Applied patch in ticket #194


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5641 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-26

    Fix for ticket #146


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5640 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-26

    Alternative fix to that in r5637 - fields that the user didn't touch
    are left to the database to fill in.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5639 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-25

    Fixed a problem with checkboxes in the legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5638 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-25

    If an SQL insert fails during committing new features to the database,
    include the offending sql in the error dialog box.

    Also fix the remaining part of ticket #131 - the code wasn't coping
    correctly with blank data fields.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5637 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-25

    Change a debugging std::cout to use the QgsLogger class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5636 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-25

    Fix a problem with an incorrect proj4 string and the associated query
    to the spatial reference system database (it was never returning a
    result because the proj4 string didn't have '+no_defs' on the end)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5635 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-25

    Legend: apply overview and editing icons also to QgsLegendLayer if it has only one file. QgsOgrProvider: if a vector type is not known (e.g. for the ogr GML driver), examine the first layer feature to find out the wkb type

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5634 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-25

    Change to prefix in winbuild.sh; Bumped version to preview 2; Fixed error in the src/Makefile.win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5633 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-24

    Update context_id for copyright plugin; Include updated help database

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5632 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-24

    Script to configure Windows version of QGIS under Linux using
    MingW cross compiler.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5631 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-24

    Windows makefile for gps importer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5630 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-24

    Add in context help for the copyright plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5629 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-24

    Use the Qt4 slot for terminating a QProcess rather than the Qt3
    one. Removes a console warning message.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5628 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-24

    Fix for trac ticket #11.

    When a new WMS layer is opened and it is the first layer on the canvas, the project projection is now copied from that used when selecting that WMS layer.

    Previously this was hard coded to EPSG:4326 / WGS 84.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5627 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-24

    Add comments to explain why r5618 only partly works as expected under Qt 4.1.0 (i.e. the branches are expanded but the selected item is not scrolled into view).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5626 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-23

    Applied patch in ticket #202


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5624 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-21

    Tweak the tab order for the postgres new database dialog box - now
    controlled by the .ui file rather than in the .cpp file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5623 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-21

    Updated context help database. New items are just stubbed in so more
    content is forthcoming.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5622 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-21

    Change to use new schema in the qgis_help.db database


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5621 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-21

    Enabled help button for WMS dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5620 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-21

    New context_ids for context help.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5619 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-21

    Settings -> Project Properties -> Projections now shows, as selected, the current projection.  Previously nothing was selected, making it difficult to determine what the current projection actually was.

    This is because QgsProjectionSelector::setSelectedSRSID() now works as advertised when called externally.

    It didn't work before, because setSelectedSRSID() did not make sure the tree widget was pre-populated with the projection list.

    This commit is a pre-requisite to fixing #11.  This is so that we can actually perform the experiment to prove future bug fixes against #11.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5618 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-21

    eliminate the OGR message about not being able to open a read-only
    .shp file (if it is read-only, qgis then tries to open it read-only,
    so the OGR error message is unnecessary).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5617 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-20

    Use icon overlays for the editable and overview status of a layer
    instead of separate icons in separate columns. Still only applies to
    the actual layer file entry in the legend, but removes the need for
    the extra columns. However, I'm hopeless at icon drawing...
    These changes are a variation on the suggestions in ticket #191.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5616 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-20

    Remove a redundant connect call for the help button (it's done
    somewhere else)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5615 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-20

    Fix for ticket #197. The tab order is now set by the .ui file rather
    than explicit code in the .cpp file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5614 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-20

    When loading a project file, restore the canvas extent to that provided in the project file (i.e. the extent in existence when the project file was saved).  Previously the extent was the maximum extent across all layers.

    I'm not sure why this functionality hasn't been done before, as it seemed so trivial to implement?

    The main benefit to its implementation is that in large layers, the user doesn't have to wait for the whole layer to draw before he can restart work on a project (which is particularly important since we currently can no longer hit Esc to halt a redraw).



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5613 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-19

    Fix for ticket #193. Added in a clip region when drawing to a QImage
    to prevent draws outside the QImage.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5612 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-19

    Fix an Q_ASSERT failure in the Print Composer when "Adding new vect legend" and then clicking it into place on the composer canvas.

    This appears to be because of the use of QWidget::removeChild in QgsComposer::removeWidgetChildren, which is a Qt3 idiom (it doesn't appear in the Qt4.1 API).  A QWidget::setParent(0) idiom is now used instead.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5611 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-18

    Give a default value to mValid for all constructors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5610 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-17

    Remove an unnecessary \0 pad to the end of the wkb char*. Also fix a
    bug whereby the first byte after the wkb array was being set to \0


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5609 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-17

    Remove lines inside #ifdef QT_VERSION < 0x0400000



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5608 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-17

    Comment out a slot connect to a slot that no longer exists


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5607 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-17

    Fix for trac ticket #4.  (Tested on DEMIS site.)

    With the Identify tool on a WMS layer, now send a query to the WMS server *only* on those layers that the WMS server had already declared queryable.  This avoids the server returning an error on un-queryable layers.

    Also, QgsWmsProvider::identifyAsHtml() is renamed to QgsWmsProvider::identifyAsText() to better identify what it does.  Commentary, and other dependent variable and function names have also been updated to suit.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5606 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-16

    In WMS, use a more robust method of passing the WMS proxy information to the provider.  For instance if there is a space in the proxy password, it should now pass-through OK.

    Unfortunately I don't have access to a proxy to test, so if I could get some independent verification it would be appreciated.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5605 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-16

    Tidy-up of r5603: improve the commentary of QgsWmsProvider::subLayerStyles().


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5604 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-16

    Partial fix for #38 (Saved WMS layers do not reload).

    Now, the fact the WMS raster provider was used, the layer names, layer styles and image formatting is stored in the project file (and restores OK).  However upon initial testing the extent doesn't appear to be restored.  I will need to address that later.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5603 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    Fix for the rest of ticket #130 (show the actual column default values
    when getting the user to fill in the column values for a just digitised
    feature).

    Also add tr() to some user visible text.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5602 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    Fix for ticket #161. Always quote the value in an 'UPDATE ... SET = value'
    SQL statement - the database will ccorrectly interpret the quoted
    text based on the data type of the column (e.g., text or numeric).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5601 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    Remove unnecessary Q3 headers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5600 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    Fix for postgis edits not commited, fix for ticket #162 'crash when you select 'delete attribute' at attribute table'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5599 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    Save and restore the size and geometry of the edit attribute dialog
    box, and always resize the column widths to fit the data. Fixes ticket
    #97.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5598 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    Take endianness of feature type into account in GPX provider.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5597 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    g++ 3.2.2 didn't like isfinite() without the std::, so these have been added.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5596 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    Copying selected features, and starting editing, no longer force all geometries of the copied-from layer to be cached, which was an (in my opinion) unfortunate side-effect of r5489.

    Instead, for copying, the geometry and attributes are now retrieved from the provider in a random-access fashion.

    For starting editing, the behaviour is regressed to the pre-r5489 idiom of geometry being cached as part of the screen redraw in editing mode.

    This returns to the much better response when copying from large layers, with the additional benefit of copying selected features that had been panned off the canvas (previously a bug).

    However, only Postgres and OGR providers have been updated to suit.  Hopefully this is enough for a 0.8 release.

    Bonus feature: The layer properties now shows what access method is used to access individual geometries (random or sequential)

    Since this is a large change it would be appreciated if others can double checking my testing.  (I have tested against PostGIS and MapInfo tables, and many different geometry adding/vertex editing combinations.)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5595 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    The Map Legend now has two more columns for Overview and Editing status.  If the layer is in overview or editing modes, the appropriate icon will appear in the layer's file entry (you may need to enable "Show file groups" in the right-click menu of the layer in the legend to see file entries).

    QGIS used to do this already before the move to Qt4 - however the new QIcon idiom only seems to allow for square icons, therefore it is easier to split the results out to several columns and give them their own QIcons.

    I can see room for improvement after this commit:
    1. Overview and Editing icons can be also shown beside the top-level layer name, to avoid having to enable "Show file groups".
    2. There also seems to be a "projection not valid" icon floating around, however this hasn't been addressed in this commit. Perhaps we need to do something for it too.
    3. The column sizes have been hard-coded to arbitrary values.  I have no problem if these get tweaked further.

    This commit addresses trac ticket #117.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5594 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    When in Editing mode, the overview window no longer shows vertex markers.  It used to, which generally made it overcrowded.  This commit now only shows the vertex markers on the main canvas.  In theory, this should also mean that the map composer window also doesn't show vertex markers any more (which should be a good thing), though I haven't tested it.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5593 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    In the Identify results window, derived attributes such as Length or Area are now placed in a subtree of the attributes list called "(Derived)".  This distinguishes them from explicit attributes that are a part of the user's layer.

    If programmers wish to add more derived attributes in future, they can use the new QgsIdentifyResults::addDerivedAttribute() function.

    This commit should address trac ticket #100.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5592 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-14

    When Stopping Editing and Saving Changes, if the commit was *unsuccessful*, retain the in-memory edits.  Previously the in-memory edits would be erased anyway.

    Note this is not a complete solution as commits are currently a 3- or 4-stage process, and if one stage fails the chain cannot always be rolled-back easily.  If this is the case then a detailed error message is given to the user to assist their understanding of the discrepency.

    This commit should be a bug fix for trac #131, but I don't have the environment to test it fully - the bug submitter will have to assist there.

    Bonus feature: Tidied up some variable names in QgsVectorLayer - makes it clearer what they contain.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5591 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-13

    Fix a silly memory leak, that was introduced in r5569's QgsGeometry::contains() function.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5590 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-13

    Use QFile::encode to convert a QString containing a filename to a c-string. Mac expects Utf8 and *nix expects local8Bit. QFile will do the right thing for each platform and not mangle Mac non-ASCII filenames.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5589 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-13

    Bug fixes:

    - Put in an explicit conversion from Qgis layer type enum to
      OGR layer type enum when creating a new layer

    - When creating a new vector layer, and the user selected an existing
     file, delete that file. This was causing a problem when the new layer
     type was different to the selected layer type because the selected
     layer type was being used.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5588 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-12

    Fix for ticket #184. Also includes some tweaks to resolve some
    compiler warnings, and to avoid flushing cout unnecessarily.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5587 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-12

    Legend: allow swapping of legend layers between toplevel layers and layers in a group (motivated by ticket #148 'Legend groups capture legend items')

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5586 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-12

    Use QFile::encode to convert a QString containing a filename to a c-string. Mac expects Utf8 and *nix expects local8Bit. QFile will do the right thing for each platform and not mangle Mac non-ASCII filenames.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5585 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-11

    In the Attributes Table, the Copy button is now hooked up to the same editCopy() procedure that the main application uses.  The copySelectedRowsToClipboard() procedure that was used in QgsAttributeTableDisplay is no longer referenced.

    As part of this "merge", the main application copy will now precede its results with a row of attribute headers.

    Also, the editCopy() procedure and friends (editCut() and editPaste()) can now take the layer to act on, thus allowing the Attribute Table to work on a different layer to the Current Layer in the Legend.

    This change was done so that the Copy button in the main application AND the Copy button on the attribute table works consistently.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5584 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-10

    do not consider layer extents containing 'inf' or 'nan' for wms bounding box calculation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5583 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-10

    in QgsWmsProvider: clear the style list after one top level <Layer> element such that the layer/style list is also correct if there are several <Layer> elements without a parent layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5582 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-10

    For Mac OS X, use the standard Ctrl+? instead of F1 for the primary help shortcut. Don't use Ctrl+H for anything since it will shadow the systemwide shortcut to hide the application.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5581 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-10

    For Mac OS X, if the GDAL plugins are bundled with the application, set an environment variable to search the bundle before searching the GDAL prefix path hardcoded into the library.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5580 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-09

    Remember the last directory used for the composer image select file
    dialog box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5579 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-09

    Tweak the line thicknesses so that the various boxes and frames in
    the map composer always appear.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5578 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-09

    Fix for ticket #171. The default symbol scale is now 0.5 - not sure
    why it needs to be that to get symbols of a similar size to the map
    canvas, but it works fine.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5577 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-09

    Remove some code inside am  #ifdef QT < 0x4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5576 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-09

    Fix for ticket #174 (graduated colours for vectors in legend were
    missing the upper value of the range)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5575 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-09

    Fix a mistake in the previous commit (r5573)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5574 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-09

    - Fix a missing slot warning
    - Tidy up #ifdef QGISDEBUGs
    - Replace some qt3 compabitilty code with the 'qt4 way'
    - Use a default label buffer size of 1 instead of 0 to reduce user confusion


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5573 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-09

    Change an assert to an error message to avoid any future crashes like
    that in ticket #136


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5572 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-08

    Further mods to work-around the problem in ticket #83


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5571 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-08

    when capturing line and polygons: don't place a vertex at the position where the right click appears (the right click is now just to finish the line/polygon as suggested by Luca)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5570 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-08

    In Vertex editing, if editing a polygon, preference is now given to editing the polygon that the mouse is in (as opposed to an adjacent polygon whose edge passes equally close to the mouse).  Previously the polygon choice was essentially random (being which one had the lower feature ID).

    This is solving a similar problem to the linestring case in r5550.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5569 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-08

    * In Vertex editing, restore the rubberbanding to moving verticies, which was broken in r5550.

    * Bonus bugfix: If two adjacent verticies were moved in succession, the second vertex would show a rubberband from the *old* position of the first vertex instead of the moved-to position of the first vertex.  This should now be fixed.

    * Bonus function: New "get_at()" function in QgsGeometryVertexIndex.  Should be fairly self-explanitory.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5568 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-07

    Possible workaround for ticket #83. Adds a new toggle to the option
    dialog that lets the user swap between using a QImage or a QPixmap for
    rendering the map. May or may not fix things. Committed so that others
    can try it out.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5567 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-07

    Fix for the bug mentioned in ticket #177


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5566 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-07

    Fix for ticket #178. The default value of the scale bar border line
    was 0.01, which in most cases was too small to generate a visible line
    in the print composer window. Default is now 2.0


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5565 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-07

    Apply patch in ticket #166 to remove warnings about unknown vector drivers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5564 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-06

    Downgrade the QgsLogger::warning 'fileVectorFilters, unknown driver"
    to a QgsLogger::debug, as the messages are confusing the users, and
    don't impact on Qgis's ability to load such files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5563 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-06

    fix for bug #172 'Labels appear as default'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5562 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-04

    Add the possibility to set a different pkgdatapath at runtime. This is not used by the normal qgis gui application (only by the server application i'm currently developing)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5561 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-02

    Removed doc/README from Makefile.am. Removal of the empty README caused build to fail

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5560 c8812cc2-4d05-0410-92ff-de0c093fc19c

shalasz <shalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-01

    Remove empty README file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5559 c8812cc2-4d05-0410-92ff-de0c093fc19c

shalasz <shalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-01

    Remove extra slashes from paths. I patched the debian package for this because it caused some kind of problem, but I've forgotten what it
    was.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5558 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-01

    Makefiles for building win32 version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5557 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-01

    Changes related to windows build

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5556 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-07-01

    Add $(EXTRA_CXXFLAGS) which is useful for a Mac universal binary compile. Also clean up the flag symbols so they are arranged more like the other plugins.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5555 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-28

    Translation updates from Stephan Holl


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5554 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-28

    The real fix for ticket #153. Not sure what I was thinking when I did
    r5552.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5553 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-27

    Fix for ticket #153.

    The attribute table was failing to display the contents of the last column
    in a table for tables where the geometry column was not the last
    in the table.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5552 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-27

    In the vector symbology dialog, add a tooltip to the "no fill" button
    to more clearly indicate what that button does.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5551 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-27

    In Vertex editing, when doing a mousedown to choose which geometry to
    edit, the closest geometry will be selected (not just the first within
    snapping range),

    AND then the closest vertex *on that geometry* will be
    selected.

    This disambiguates between the same vertex shared amongst
    multiple geometries.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5550 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-27

    In the PostGIS provider, restored the ability to save added and
    changed geometries to pre-1.0 PostGIS servers (pre-r3907).  This also now includes
    the ability to sniff the PostGIS version.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5549 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-25

    Only display some debugging output when debugging is turned on


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5548 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-25

    Remove unnecessary connect() calls - they were generating a warning on stdout


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5547 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-25

    Moved a std::cerr debug line into #ifdef QGISDEDUG


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5546 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-25

    Removed an unnecessay call to connect() that was generating a warning
    on stdout


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5545 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-24

    Minor change to text in raster file chooser filter box for the *
    filter. Also wrap some user visible text in tr()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5544 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-24

    Removed a bit of duplicated code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5543 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-24

    Remove some unnecessary calls to connect(). They have been causing
    warnings from Qt during runtime, and don't seem to affect the
    operation of qgis when removed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5542 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-24

    Fix for ticket #149.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5541 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-23

    Updated german translation - thanks to Stephan Holl


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5540 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-23

    Updates for marker cache so that I can support qpicture again (still in progress - nearly done)
    Markers now are drawn generically onto a QPainter device and there will be two wrappers - one that returns a qpicture and one that returns a qpixmap.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5539 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-23

    Behave better when zooming to selection when the selection is a single point


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5538 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-21

    For the calculation of the extent of WMS layers: ignore layers where the bounding boxes cannot be transformed into the requested coordinate system

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5537 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-21

    Fix for the multipolygon rubberband bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5536 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-20

    Improved rubber banding for vertex editing. Still buggy for multipolygons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5535 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-18

    Scripts and files used for the release of QGIS/Mac.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5534 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-18

    Some refactoring to prepare the way for reinstating qpicture based symbo drawing for composer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5533 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-18

    Anal retentive alphebetisation of includes...and remove duplicate includes...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5532 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-17

    Include directory for ogr includes was not on compile line - only apparent when the geos include directory is different from the gdal include directory

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5530 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-17

    For Mac OS X, if the QtCore framework is bundled with the application, clear the default library search path and look for Qt plugins only within the application bundle. This prevents loading the wrong plugins if Qt is already installed and someone is using the self-contained qgis bundle.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5529 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-17

    Add in include and lib directories for the gdal stuff in the core directory, cause if the gdal stuff is in a different place to the geos stuff, compilation fails to find the ogr includes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5528 c8812cc2-4d05-0410-92ff-de0c093fc19c

shalasz <shalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-17

    For the debian version to sort properly you actually need to use Ymd format.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5527 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-16

    Build with no debugging for smaller distributeable bundle


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5526 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-16

    Fix date stamping to work in that back to front oh-so-strange american month-day-year format so that debian devtools dont get confusticated by version numbers...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5525 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-16

    Some updates prior to generating 0.8 preview rpms.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5524 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-16

    Added Q icon to the help dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5523 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-16

    60x60 Q icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5522 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-16

    Added Q icon to the about dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5521 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-16

    Added method to return path to icons directory

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5520 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-15

    Make editing icons more consistent with other icons.
    Disable tests in mac build script.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5519 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-14

    Correct some user visible text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5518 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-13

    Give mac is own little script for building


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5517 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-13

    Added geos cflags to make to remove build issue on mac


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5516 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-12

    redraw the canvas after 'stop editing' to get rid of the vertex markers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5515 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-11

    Capture a few unusual occurences with respect to views with unique
    constraints but non-unique data. In response to ticket #143.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5514 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-09

    A couple more edits to get compilation to happen with g++ 4.1.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5511 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-08

    Apply a patch from Matthieu Desile to allow compilation under gcc 4.1.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5510 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-07

    take DEFAULT as the postgres providers default value (instead of NULL)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5509 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-07

    Remove Mac conditional code. As of Qt 4.1.3, Q3CanvasView is behaving the same on both Mac and X11.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5508 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-06

    fix for crash when opening the attribute table for postgis layers after commiting. Added a first version of marker visualisation for line/polygon digitising

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5507 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-05

    frame width depends on composition scale

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5506 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-02

    Disable the save/load template icons as this functionality isn't yet available.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5505 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-01

    A revision to commit 5502 (there was a compiler warning that
    I didn't see during testing).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5504 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-01

    Don't show the attribute action popup menu if there are no actions defined


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5503 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-01

    Applied the patch in ticket #57. Resolves the bug in ticket #57.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5502 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-06-01

    Fix for tickets #127 and #128.

    Qgis now respects the case of attribute names, as this was mucking up
    attribute actions, which depend on consistent attribute names to work correctly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5501 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-30

    Removed garbage from last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5500 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-30

    Added hardcoded markers 'triangle' and 'star' to have all of the well-known symbols

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5499 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-29

    fix for bug #95: add many tiffs in one turn - the last one is expanded, all the other are collapsed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5497 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-29

    comment G_is_mapset

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5496 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-27

    Fix up a borken slot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5495 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-27

    Move a debuging statement to QgsDebugMsg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5494 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-27

    Remove redundant q3 stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5493 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-27

    Move to Qt4 #include sytle
    Rationalise #includes
    Remove Q3 classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5492 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-26

    a small fix to enable the copy feature action for vector layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5491 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-26

    a small fix to enable the copy feature action for vector layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5490 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-26

    reenabled the possibility to copy/cut-paste geometries (in the digitizing toolbar)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5489 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-24

    pepare for G_is_gisbase, G_is_location, G_is_mapset, G_list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5488 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-24

    pepare for G_is_gisbase, G_is_location, G_is_mapset, G_list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5487 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-23

    removed 'change attribute' capability in ogrprovider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5486 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-23

    some bugfixes for multipolygon vertex editing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5485 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-23

    update of the french translation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5484 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-23

    added some tr() in the grass plugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5483 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-23

    Adding multipolygons (consisting of one polygon) is now possible. Vertex editing for multipolygons will come soon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5482 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-22

    Support for WMS1.3 EX_GeographicBoundingBox. In 1.3, there are the subelements 'westBoundLongitude', 'eastBoundLongitude', 'southBoundLatitude' and 'northBoundLatitude' instead of the attributes minx, miny, maxx, maxy

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5481 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-22

    Adding features to multipoint shapes is now possible with the digitizing tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5480 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-20

    added code to allow line capturing in multiline layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5479 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-20

    Provide the user with as many wms image formats as Qt and the WMS server
    support in common.
    Sort of resolves ticket #118


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5478 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-19

    Adjust column widths in the identify results dialog to better fit the contents


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5477 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-19

    Update plugin template for the new way of adding a plugin to the qgis menus


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5476 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-19

    made QgsVectorLayer::endian() public and assign the wkb endian byte in QgsMapToolCapture. This will make it easier to add support for digitizing multipoint/-line/-polygon types

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5475 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-18

    enabled page size hacks again, qt is still shit as it was

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5474 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-18

    enable mScale again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5473 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-18

    0.2 mm frame width for now

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5472 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-18

    0.2 mm frame width for now

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5471 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-18

    real width

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5470 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-18

    real width

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5469 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-18

    use qreal line width

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5468 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-18

    fixed font scaling in PS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5467 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-17

    enable floating points in drawPolygon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5466 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-17

    setupUi()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5465 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-16

    use markerScaleFactor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5464 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-16

    Make the spit window a Qt::Window instead of a Qt::Dialog. This may
    fix ticket #74 - can you test this Tim? In any case, it now gives the
    spit dialog an entry in the taskbar so that it can easily be brought
    back to the front.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5463 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-16

    Change QgsIdentifyResults and QgsMeasure from a QWidget tool window to a QDialogso that the window remains visible when QGIS is not the active application.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5462 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-15

    replaced std::couts in QgsCoordinateTransform

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5460 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-15

    added a method in the vectordata provider which returns an index from a field name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5459 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-15

    Some more tweaks to debug statements


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5458 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-15

    Tidy up a few debugging output statements


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5457 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-15

    Misc. tidy ups of debugging output - make some output only happen when
    in debug mode.

    Disable updating the progress bar as it doesn't currently work and
    just serves to produce a confusing error message from Qt


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5456 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-15

    Tidy up a few debugging messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5455 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-15

    Fix for bug #60 digitizing shapefile: REAL values are not stored properly

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5454 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-14

    minor change to compare function usage


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5453 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-14

    Fix for a compile error from an earlier commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5452 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-14

    Undo an accidental commit (takes it back to r5170)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5451 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-14

    Fix for ticket #112

    Moved the plugin add/remove menu item api and mechanism to Qt4 QActions.
    Plugin menu items are now ordered alphabetically

    Was unable to test the grass plugin, so that may no work until yet :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5450 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-13

    Applied patch in ticket #113, with some minor modifications.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5449 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-13

    Fix for ticket #86.

    Resolved the point symbol colour issue and the misplacement of the
    point symbols in the print composer. The actual changes to fix the
    problem don't even hint at the amount of time it to track the
    problem down!

    Also added an explicit copy constructor for QgsSymbol.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5448 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-13

    Set the composer window title


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5447 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-13

    Do for the copyright label what has just been done for the scale bar
    and north arrow (deal better with translated placement words).

    Also tidy up scale bar and north arrow code a little bit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5446 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-13

    Fix for ticket #64.
    When quitting with a modified state the user is
    prompted as to whether they want to save the project.
    Qgis now also captures the window close event and treats it like a
    File:Quit menu item.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5445 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-12

    Fix for ticket #111.

    Changed the code from using text to manipulate the scale bar and north
    arrow to using ints as this is more robust, especially when the user
    changes languages and saves a project.

    Note: this commit will break saved project files if they include scale
    bar or north arrow sections (the scale bar and north arrow will end up
    in the default locations rather than those when the project was saved).



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5444 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-12

    Made snapping projection aware. This feature needs more testing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5443 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-11

    use Qt::Dialog instead of Qt::Tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5442 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-11

    quote options with special characters

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5441 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-11

    fix for bug #85 (remove layer does not work for legend layer files)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5440 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-11

    get keyPress from canvas

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5439 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-11

    emit keyPressed,keyReleased

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5438 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-11

    snap to first point of new line

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5437 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-11

    Fix for ticket #39


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5436 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-11

    Change to identing only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5435 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-11

    Fix for ticket #91.

    - Captialising the layer name is now a global, per-user settings.
    - Moved the capitalise code to QgsMapLayer so that it's not repeated in
      the code for loading each layer type.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5434 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-10

    Added missing icons for the nkids theme that casused crash. Fixes bug #65

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5433 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-09

    dont use region

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5432 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-09

    region tag to force region use, especially import/export

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5431 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-09

    added a test if the digitizing tool matches the vector layer type

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5430 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-08

    changed to pj_set_finder

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5429 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-08

    set PROJ_LIB on Windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5428 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-08

    correction to the last commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5427 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-08

    stop editing if the current layer changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5426 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-07

    Update the contents of the vector layer properties box everytime that
    it is shown. Resolves some problems where changing something in the
    dialog box, then clicking cancel, then bringing the dialog box and
    finding that some things weren't cancelled after all.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5424 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-07

    Fix for ticket #108.

    - Postgres provider: Remove some declared but not defined functions that
      were shadowing some inherited functions of the same name.

    - Provide a function to give a version of the layer source without passwords
      in it for use in user visible places. Altered relevant code to use
      this.

    - Moved the vector layer source text from the General tab into the
      Metadata tab in the vector properties box (fits better in there,
      particularly when the text is long).

    - Added the sql text to the vector layer source text in appropriate places
      and fixed a few cases of where it wasn't propagating to all of the places
      that it should of been.

    - Added a function to QgsDataSourceUri to give the uri in a single
      qstring for display purposes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5423 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-05

    changed geometry type return of postgres provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5421 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-04

    fix for a bug which prevented commiting changed multiline geometries

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5419 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-04

    some bugfixes for editing multiline geometries

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5418 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-04

    editing: show during mouse move where the point will be snapped to (by the expense of some performance)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5417 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-04

    split path by ':' on Unix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5416 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-03

    get projectionEnabled

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5413 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-03

    delete line with < 2 vertices

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5412 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-03

    projection support

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5411 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-01

    Fix for vertex editing bug where already changed geometries have not been examined for point snapping

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5410 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-05-01

    Apply patch (option 3) in ticket #66


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5404 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-29

    added toolbar buttons for start/stop editing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5396 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-29

    Changes to try to avoid compile errors (that others get, but not me)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5395 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-29

    Fix for ticket #88.
    Implemented code to determine label positions for multipoints,
    multilinestrings, and multipolygons.
    Some ratioanlisation of the rendering code too.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5394 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-29

    #include tidy ups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5393 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-28

    fixed two small memory leaks

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5391 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-28

    clear the modified features after commit/roll back

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5390 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-28

    Sort the list of tables alphabetically


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5388 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-26

    czech translation by Martin Landa

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5380 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-26

    Run tests after they are built


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5379 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-25

    cleaned up the code for not commited features/ changed features/ cached features. The 'memory critical' parts should now only happen in editing mode

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5378 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-25

    added a method to cache the geometries before start editing. Not wired in yet

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5377 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-25

    Fix for ticket #101.

    A temporary fix that prevents a qgis crash due to running out of memory.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5375 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-25

    Remove the trailing space in the parameters column of the tbl_srs table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5373 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-25

    Remove some no longer used files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5370 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    Fix a couple of syntax errors in sql statements


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5369 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    Some more #ifdef QGISDEBUG's


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5368 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    Prevent long wms status messages from causing the wms select dialog
    box to expand horizontally


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5367 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    Put a couple of debug statements inside #ifdef QGISDEBUG


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5366 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    Replace 'and' with '&&'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5365 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    Move to Qt4 version of headers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5364 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    Set tab order and buddies on all dialogs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5363 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    only use one closestSegment method of qgsgeometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5362 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    removed legacy code in qgsgeometry

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5361 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    insertVertex for multipolygons. Not tested yet

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5360 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    changes to allow vertex editing of not commited features

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5359 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    Cope with an explicit port in the url.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5356 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-24

    Fix for ticket #26

    Remove the http://web.address.net bit from the URL before sending the
    URL off to the server (some servers don't like it).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5355 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-23

    some fixes for previous commit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5353 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-23

    Also added a wkb method for adding points. Implementation for multipolygon will follow soon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5352 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-23

    also added a wkb method to delete vertices

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5350 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-23

    only check/uncheck layer files in QgsLegend::selectAll (not all items). Added a wkb method for QgsGeometry::moveVertex to handle all shape types

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5349 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-23

    Fix for ticket #94
    Toggling all the layers on or off is now delegated to the legend,
    rather than being done QgisApp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5348 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-22

    Put the layer source text in the legend as a tooltip.
    Resolves (for now) ticket #75


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5346 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-22

    Fix for ticket #92


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5338 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-21

    changed icon name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5336 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-21

    Place 'allow editing' into the legend layer right click menu. Newly added vector layers are not editable per default any more

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5335 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-21

    Formatting/layout changes only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5328 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-21

    cache geometries only if layer is editable

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5327 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-21

    updated simplified chinese translation submitted by nilarcs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5326 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-20

    completed QgsGeometry::closestSegmentWithContext for all wkb types. Not tested yet

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5325 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-20

    implemented QgsGeometry::vertexAt for types other than line

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5324 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-20

    addPoint should now work also for polygons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5323 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-20

    - misc. Qt3 to Qt4 changes
    - add tr() to user visible text
    - make the image chooser show all the valid file formats in the filter


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5322 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-20

    Read the docs a bit more and now set the dialog into 'save' mode correctly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5321 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-20

    - replace a Qt3 class with its Qt4 version
    - Fix up the list of valid file types
    - Make the 'do it' button say 'Save', instead of 'Open'
    - Have the current directory as the default statup directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5320 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-20

    Fix for copy symbology bug (occured when copying unique value symbologies)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5319 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-19

    QgsAttributeDialog: disabled editing of items containing attribute names, added shortcuts for ok and cancel

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5316 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-19

    added -lexpat for the gpx provider

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5315 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-19

    fix for map canvas not updated after layer file drag

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5314 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-19

    added Method QgsRenderer::containsPixmap

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5312 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-19

    added virtual destructor for QgsRendererPlugin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5311 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-19

    added an interface class for renderer plugins and a type QgisPlugin::RENDERER

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5310 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-18

    more legend icon size related fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5303 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-18

    Removed generated lexer and parser from version control.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5302 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-18

    When building using the build script, enable unit tests and run tests on completion of compilation



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5301 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-18

    Make building of unit tests conditional (disabled by default)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5300 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-18

    downscale of raster layer pixmap (for bug #84)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5299 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-18

    Fix for ticket #10


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5298 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-17

    Fix for ticket #71.
    Problem was with the use of the haversine formula beyond it's valid
    range of latitude/longitude pairs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5296 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-17

    added dynamic changing of icon size to the legend for displaying large point symbols

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5295 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-17

    Fix for building qgis on debian based systems where qt3-mt lib was also present and was getting linked to cause qgis to segfault.
    Update build.sh so that it now has an option to build static binary (use xstatic) - though this does not fully work on dapper as sqlite3 (and perhaps others) dont supply statically build versions of their libs in their pacakges.
    Lastly, build.sh now uses --enable-static=no option when running autogen.sh so that qgis does no build or link to static versions of its own libs which speeds up compilation time.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5294 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-17

    Use noinst instead of nodist to fix install issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5293 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    Fix formatter for date


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5292 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    A script to automate building of the debian package


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5291 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    Misc. tidy up.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5290 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    Use a more appropriate QgsRect modify function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5289 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    Preliminary support for static builds. Does not work for me yet due to no static sqlite libe being found. Previous invocation mechanism should still work fine



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5288 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    Add missing nodistdir directive



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5287 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    Dont install testqgs* test units into <prefix>/bin - end users dont need these.
    If you have built from svn prior to this commit and since unit test framework was introduced I suggest you do a
    rm <prefix>/bin/testgqs*
    Where <prefix> is the installation prefix where qgis lives.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5286 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    The remainder of the fix for ticket #80.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5285 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    Part fix for ticket #80. Zoom to features are buffered slightly.
    Doesn't yet work correctly for a single selected point yet...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5284 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-16

    Remove commetned out qgis_community line that was causign other plugins not to build / install


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5283 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-15

    Updated French translation from Pascal Obstétar.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5281 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-15

    Fix for ticket #71 (I hope)

    Also resolves a long standing issue with the scale units not updating
    after being changed until the next map redraw (but the fix involves a
    map redraw).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5280 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-14

    Fix for ticket #5


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5279 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-14

    - Fix a couple of crashes when trying to load a postgres layer that contains
      geometry types that Qgis doesn't support.

    - Properly close the postgres connection if the layer fails to load

    - Fix up a missing \n



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5278 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-14

    added libqgis_legend.la where it was needed for compilation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5277 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-14

    Make the WMS server select widget on the server select dialog box
    remember which server was selected. Serry nice seature.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5276 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-14

    Fix the remembering of which postgres connection was last
    selected in the db source select dialog box (used to work)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5275 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-13

    Free dummy test data that I digitised in qgis for use in  data driven unit tests.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5274 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-13

    Fix for ticket #72


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5273 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-13

    Version info text is html, so treat is as such


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5272 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-12

    fix for svn compile problem

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5271 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-12

    set trap to write history on exit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5270 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-12

    set also unused flags

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5269 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-12

    set also unused flags

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5268 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-12

    emulate g.parser

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5267 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-12

    Added code to add Vertices to polygons. Does not work yet, because snapSegment is not implemented for polygons yet

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5266 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Put a red or green blobby thing next to each unit depending if it passed or failed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5265 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    More formatting improvements for test report



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5264 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Better formatting for unit test outputs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5263 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Tidy ups to unit test reporting, first pass at making html report (still under construction)




    git-svn-id: http://svn.osgeo.org/qgis/trunk@5262 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Fix for ticket #69


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5261 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Improved script a bit, now it works for me.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5260 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Add raster to make file
    Make dir detection more wonder_sk friendly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5259 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Add raster to tests



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5258 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Qt4 detection by using pkg-config is not default anymore, to enable it, use --with-qt-pkg-config
    Added support for QtTest in pkg-config detection.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5257 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Fix for ticket #29


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5256 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Test stubs for raster layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5255 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Initial framwork for raster tests


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5254 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Added a runtests bash shell script in src that will iteratively run tests in all dirs below this point. Sample output:

    -------------------------------
    MODULE : core
    -------------------------------
    MODULE TESTS  : 33
    MODULE TEST CASES PASSED  : 293
    MODULE TEST CASES FAILED  : 0
    MODULE TEST CASES SKIPPED : 0
    -------------------------------
    MODULE : gui
    -------------------------------
    MODULE TESTS  : 70
    MODULE TEST CASES PASSED  : 924
    MODULE TEST CASES FAILED  : 0
    MODULE TEST CASES SKIPPED : 0
    -------------------------------
    TOTALS :
    -------------------------------
    TOTAL TESTS  : 103
    TOTAL TEST CASES PASSED  : 1217
    TOTAL TEST CASES FAILED  : 0
    TOTAL TEST CASES SKIPPED : 0



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5253 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Comment oout references to disabled targets



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5252 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Remove trailing slash from commented out line


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5251 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    further vertex editing changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5250 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Added method to delete vertices from polygons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5249 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-11

    Added stubbed tests for all classes in gui lib. Made some improvemtns to runtests script so that it now produces a grand summary for the module that lookes like:

    -------------------------------
    TOTAL TESTS  : 33
    -------------------------------
    TOTAL TEST CASES PASSED  : 293
    TOTAL TEST CASES FAILED  : 0
    TOTAL TEST CASES SKIPPED : 0
    -------------------------------

    Note that there are only test stubs - the actual test bodies still need to be implemented.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5248 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-10

    Added directory and beginnings of test framework for gui lib



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5247 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-10

    Added stubs for all classes in core


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5246 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-10

    added a method for vertex moving which also works for muliring polygons. Add/delete vertex will follow soon (as well as similar methods for multiline and multipolygon)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5245 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-10

    fix for scripts on Windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5244 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-10

    Save and read the wms proxy password and user from the config
    file. Should resolve ticket #8


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5243 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-09

    A script to build a test suite for a director of qgs source files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5242 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-09

    Improvements to unit builder script - you can pass it the class nema to build the test for from the cli and it will not prompts you and just create everything - to be used in source dir parsing script that Ill add soon...
    dded new test unit for qgsgeometry


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5241 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-09

    Remove backticks when running test
    Grep results to show only test totals


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5240 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-09

    A bash scrip to run all tests in the dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5239 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-09

    Return QByteArrays instead of 0's.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5238 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-09

    Added unit test for testqgsfeature.cpp (stubs only thus far)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5237 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-09

    Eliminate duplicate test cases when overloaded methods are encountered



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5236 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-09

    Clean up stub listing shown to user before unit test is generated


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5235 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-09

    Add stubs for methods from class being tested automatically


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5234 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Trim leading and trailing spaces from WMS settings when storing them.

    I have often found that cutting/pasting WMS url's from webpages that I
    get extraneous spaces which then prevent wms from working.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5233 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    layers are now editable by default such that people do not have to search for the layer file in the legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5232 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Added a missing return statement to make WMS getCapabilities working

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5231 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Change #includes to Qt4 naming scheme


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5230 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Fix for ticket #3
    Also change #includes to Qt4 naming scheme


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5229 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Resolve the 'return a temp variable' example given in ticket #17


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5228 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    prevent crash in QgsRasterLayer::drawMultiBandColor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5227 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    fix for bug #55 'moving group freezes QGIS'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5226 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Fix Mac references to QtDesigner and QtTest; these are libraries and not frameworks. (Note: the line beginning "dependency_libs=" in $QTDIR/lib/libQtTest.la must also be disabled to avoid a Mac glibtool bug.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5225 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    No need to create a copy of the vector - a ref will do


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5224 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Apply patch in ticket #34


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5223 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    test builder now makes additions to makefile properly
    Added testqgsfield which has no tests in it yet



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5222 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    More clean ups to test builder - warnning it will damge the local makefile if used at teh moment.
    Added a test class for qgssymbol - which fails when run
    Add rules to makefile to build symbol test


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5221 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    First draft at a little perl script to generate a test class with method stubs automatically


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5220 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    A template for creating new tests


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5219 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    More simplicfications - implement test directly where it is declared



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5218 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Consolidate test class into a single file to make writing tests easier and quicker


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5217 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Dont bother with ctor and dtor in unit test to keep it simple



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5216 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-08

    Makefile cleanups in prepration for implementing more that one test unit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5215 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-07

    Removed -lQtTest from Makefile.am (configure adds it to QT_LDADD).
    Changed include of QtTest in testqgsapplication.cpp to proper form.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5214 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-07

    Enable build of tests
    If you have problems compiling touch all the files in core and try again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5213 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-07

    Make a basic check that you are in the plugins directory before the script is allowed to run


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5212 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-07

    Removed 5 character limit on proxy user and password. Fixes bug #46.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5211 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-07

    French translation updates from Pascal Obstétar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5210 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-07

    more removed std::couts

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5209 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-07

    Remove and tidy up code that used to do stuff to the overview
    canvas. This is handled by the map canvas now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5208 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-07

    fix for crash in mapsetChanged()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5207 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-07

    Add proper link to QgisPlugin in dxygen docs



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5206 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Added a text file version of the detailed docs provided in the template gui and told plugin builder to install the doc into the generated plugin dir.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5205 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Implemented close and cancale sig/slot in default generated gui
    Added detailed instructions for getting started with the new gnerataed plugin once it is build.
    Added some better comments to plugin.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5204 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    mouse recievers commented

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5203 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    changed attributes window style and recycling existing window

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5202 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    fixed restore position, must not use Qt::WType_Dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5201 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    conditional waitpid() for WIN

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5200 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    reload browser if mapset changed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5199 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Plugin builder should now successfully generate a compileable plugin framework - ready to be extended by the developer.
    I have made a number of improvements over the old 0.7x plugin builder - most importantly the plugins tat are generated now each have their own unique user defined classname and all the filenames are renamed from a generic plugin* to [users plugin name]*


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5198 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    close tools when mapset changed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5197 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    mingw requires full lib name: QtTest4/QtDesigner4

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5196 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

     print position

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5195 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    read/write shell history

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5194 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    read/write shell history

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5193 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Added utility function toLayerCoords


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5192 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Fixed build error.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5191 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Tidy up indenting.
    Remove two unnecessary debugging output lines


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5190 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Remove an unnecessary debug message


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5189 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Fix for ticket #63.

    Plus bonus fixes:
    - Removal of some Qt3 #ifdef'd code
    - Fixed an error in the constructor for the QWidget in QgsMapOverviewCanvas
    - Attempt to set the name of the QgsMapOverviewCanvas (doesn't seem to work).



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5188 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    redraw after undo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5187 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    redraw last segment when zoom stopped

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5186 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Apply patch from ticket #44


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5185 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Sort PostGIS layers by schema,table rather than table. Fixes issue #52.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5184 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    added QPoint QgsMapCanvas::mouseLastXY()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5183 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-06

    Further updates to port of plugin maker for Qt4...still in progress


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5182 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    Fix for missing defined for 'QgsDebugMsgLevel'not defined bug.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5181 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    made QgsLogger less verbose, replaced some std::couts in QgsRasterLayer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5180 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    delete/move line -> element

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5179 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    continue line after zoom; delete last segment before zoom

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5178 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    additional macro for logger, more std::cout cleans

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5177 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    round coordinates

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5176 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    fixed action pointers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5175 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    dont redefine actions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5174 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    replaced std::cout in QgsColorTable with logger methods

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5173 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    Fix for ticket #58 - infinite redraw loop when render flag turned off


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5172 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    Updated description of QGIS for main Doxygen page

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5171 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-05

    Removed tool QgsMapToolEmitPoint - it's not used anymore.
    (this map tool was only temporary)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5170 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Further updates to plugin builder - build a valid resources file. Various other clean ups. Get rid of xpm useage. Makefile cleanups. I still get compile errors with the generated plugin so its not useable yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5169 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Created map tool for changing grass region, so QgsMapToolEmitPoint is not used anymore and can be finally removed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5168 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Repaired Doxygen's old path to providers and plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5167 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    added one comment and resolved build error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5166 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    GRASS Edit tools changed to set of classes derived from QgsMapTool.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5165 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    replaced std::couts in QgsOgrProvider with logger methods

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5164 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    fixed reprojection of extent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5163 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    skip null values in min/max check

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5162 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    save attr column width

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5161 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Added QgsLogger for handling of debug/warning/error messages. Replaced the std::couts in QgsProviderregistry to test the logger class

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5160 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Port template ui to qt4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5159 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Add missing src prefix for entry added to configure.in


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5158 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Fixes to test harness application. Now compiles and runs but doesn't do anything useful yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5157 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Further updates to plugin builder. Still need to resolve a makefile issue.




    git-svn-id: http://svn.osgeo.org/qgis/trunk@5156 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Lower case plugin filenames as specified in todo item
    Fix broken logic for appending plugin dir to Makefile.am


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5155 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    - fix to enable custom map canvas item positioning
    - QAction of map tool now gets unchecked when tool has been deactivated
      even if it's in another action group


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5154 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-04

    Correct the path used to find configure.in


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5153 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Just added some comments



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5152 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Long awaited fix for clipping issues with hard markers.
    Problem is caused by logic that wants to draw marker onto od number of pixel dimentions always, without having a large enough pixmap allocated to draw it onto.
    There is still a problem with diamond marker but other markers are looking good.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5151 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Formatting changes only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5150 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Allow that not all mouse events of a map tool must be implemented.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5149 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    unfreeze map canvas when a project is loaded


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5148 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Corrected window title


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5147 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Fixed ticket #37 - remove layer from toolbar didn't work correctly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5146 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Resolved using signed/unsigned value for map layer transparency


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5145 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Fixes infinite redraw loop when canvas is left frozen by a mistake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5144 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Added missing makefile.am


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5143 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Remove this inadvertantly added file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5142 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Further additions to unit test framework. Disabled in build system now pending resolution of compilation issues.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5141 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    1) svg related
    Removed deprecated references to qgssvgcache
    Some additional small changes to src/core/qgsmarkercatalogue to support svg from directly in the catalog
    Added static method too src/core/qgsmarkercatalogue to retrun a pixmap of svg given a filename and a scale factor

    2) Vector props
    Removed unimplemented collision detection option on vetor label properties dialog and signal slot setup for
    that option in lable subclass



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5140 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Remove these files they are deprecated



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5139 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Make new vector layer creation dialog say 'Save' rather than 'Open'



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5138 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Cleanup : Do away with legacy popup menu theming stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5137 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Removed designer subdirectory from build since it is broken


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5136 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-03

    Minor changes to makefile
    Added some more info to the README


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5135 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-02

    Added a readme file explaining how to ensure the plugins are in
    QT4's search path so they appear in designer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5134 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-02

    Some updates for qt designer plugin support - still in progress...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5133 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-02

    Add -lQtDesigner and relevant includes to that designer plugins can be built



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5132 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-02

    First try to make moveVertex work for polygon. Still much work needs to be done

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5131 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-02

    Removed popup label in vector and raster context menus.
    Changed maptool to use bool isZoomTool() instead of toolName and updated
    dependent classes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5130 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-01

    Removed the need for updatePositionManual - when you want to implement custom position
    logic simply override updatePosition...




    git-svn-id: http://svn.osgeo.org/qgis/trunk@5129 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-01

    Removed the need for updatePositionManual - when you want to implement custom position
    logic simply override updatePosition...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5128 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-01

    Added some comments based on chats with Martin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5127 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-01

    Yet another bugfix - repair typo in -lQtTest and add -lQtTest to mingw build too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5126 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-01

    Fix small bug with overridden QT4_SVGINC var being overridden by QtTest



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5125 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-04-01

    Updated to support qt4 installed via apt on debian /ubuntu systems
    Added QtTest includes and libraries to build



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5124 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-31

    Fix small error left in makefile when I removed rendererif



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5123 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-31

    Code cleanup - remove /qgsrastergrayscalerenderer for now until I get time after 0.8 release to properly split raster renderers into discreet classes.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5122 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-30

    partial fix for scripts on Windows; parser works and GUI is generated but run fails

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5121 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-30

    add msys/bin to path

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5120 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-30

    reverted hack for 64bit, it was causing fail on 64bit machines and packages compiled without libdir option (default) and for mingw32 on 64bit machine

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5119 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-30

    description update to QProcess

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5118 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-30

    connect to qgis interface

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5117 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-30

    moc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5116 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-30

    moc

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5115 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    enable/disable edit according to selected layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5114 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    added currentLayerChanged

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5113 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    added legend()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5112 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    added currentLayerChanged signal

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5111 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    Apply Ticket #27: acinclude_m4_64bit.patch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5110 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    better error message

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5109 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    Fix bug with File -> Save Project where file dialog shows 'Open' instead of 'Save'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5108 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    Apply patch #32 - replace 'Open' with 'Save' on project save as dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5107 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    Move existing unit tests into algorithms directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5106 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-29

    Fix for bug #31 std::list iterator not dereferencable bug in the QgsUniqueValueDialog

    With thanks to Mateusz Loskot.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5105 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-27

    Remove connections for no longer existing signals to eliminate warnings from the Qt debug libraries. (The currentLayerChanged slot has been replaced by activateDeactivateLayerRelatedActions and the updateLegendItem slot did nothing.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5104 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-27

    Take the changed geometry for rubberbanding instead of the original one

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5103 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-27

    Set toolbar name the Qt4 way to get rid of runtime QMainWindow::save/restoreState warnings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5102 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-26

    improved 'add point' rubberband

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5101 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-26

    Add check for self assignment to the = operator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5100 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-25

    display symbology of plugin layers in the legend right from the beginning

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5099 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    An enhanced fix for the r5084 fix that was a fix for r5080.

    Yes, there needed to be a check for the returned value of the data provider (not so much the QgsMapLayer) - this has been adjusted.  The same check is now also applied to the processing of vector layers - after all that's where I copy/pasted the code from.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5098 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    Remove digitising rubberbands if the editing tools have been deactivated or are deleted

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5097 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    fixed crash on non grass layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5096 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    enable/disable buttons according to number of tabs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5095 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    enable/disable buttons according to number of tabs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5094 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    fixed setting error rutin

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5093 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    reimplemented options methods checkRegion, inputRegion, input

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5092 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    set validator in grass element dialog, use this dialog for new vector

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5091 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    build topology if not available -usually after crash in edit

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5090 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    update to QTextBrowser - supports again copy text

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5089 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    PostGIS import

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5088 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    postgis

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5087 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    driver test also

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5086 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    added GRASS map names to input combo

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5085 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-24

    check raster layer after dynamic cast

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5084 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-23

    set region to input option

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5083 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-23

    region check

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5082 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-23

    region jokes and version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5081 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-23

    Another WMS improvement:
    * The Identify map tool is now disabled if none of the layers from the WMS server are "queryable".  This saves the WMS server the bother of returning an error if we tried to Identify anyway.
    Coding:
    * The QgsRasterDataProvider now has the concept of "capabilities" like the QgsVectorDataProvider (not to be confused with Capabilities in the WMS Standard).  The only capability dealt with at this time is the ability to Identify.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5080 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-23

    read current region

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5079 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-22

    get map region moved to grass lib

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5078 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-22

    get map region moved to grass lib

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5077 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-22

    output name validator

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5076 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-22

    export

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5075 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-22

    export

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5074 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-22

    file option

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5073 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-21

    Add ellipsis to all menu items which prompt for more information in order to perform the action. Rename "QGIS Options" to "Options" so that Qt/Mac recognizes this as the options action.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5072 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-21

    bugfix to enable/disable icons depending on layer type

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5071 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-21

    More improvements for WMS:
    * Experimental support for using a proxy username and password.  I do not have access to test this so your results may vary.
    * WGS 84 bounding boxes are now reported in the layer properties under the Raster / Metadata tab.
    Bugfixes:
    * URLs ending in "&" do not get a second "&" appended.
    * WMS "LatLonBoundingBox"es now follow WMS layer inheritance rules.
    General programming:
    * QgsHttpTransaction now uses the Qt4 versions of QHttp and QUrl.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5070 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-20

    Error messages should make sense...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5069 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-20

    Add a little debug output to make clear the source of the QPaintEngine
    error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5068 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-19

    Fix issue where in first time useage of QGIS 0.8 newly added layers are hidden by default.
    Adjusted text in qgsoptions to be hopefully more easy to read



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5067 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-19

    More WMS improvements:
    * The "Identify" map tool now works on queryable map layers.
    * The raster Properties/Metadata tab now shows if layers are queryable or not.
    Errors fixed:
    * Raster Properties/Metadata no longer repeats the details per layer.
    Errors known:
    * Layers that are non-queryable are not tested for when the Identify tool is invoked - the WMS server has to report the error instead.
    * The pixel identified is not highlighted.
    * Errors are not handled correctly; the window appears but no useful information is shown.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5066 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-19

    Reverted commit 5064, as QgsClipper _is_ still required (if one
    zooms in enough, qgis will crash while drawing with r5064, but won't
    crash under r5063).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5065 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-19

    Don't use QgsClipper for trimming features as it's not needed now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5064 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-19

    Draw to QImage instead of QPixmap. When rendering is done, it's converted
    to QPixmap for fast onscreen drawing.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5063 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-19

    Added possibility to delete features for OGR layers.
    However then I've found out that nearly no OGR drivers support it :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5062 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-19

    Added timing for rendering, cleanup of debug messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5061 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-18

    Fixes from mateusz for the following issues:
    1453164     getCurrentLongAttribute incomplete return path
    1449301   QgsSingleSymbolRenderer::operator= must return a value
    1449277   QgsLegendGroup::insert must return a value
    1449268   QgsGeometryVertexIndex::operator= must return a value
    1449257   QgsGraduatedSymbolRenderer::operator= must return a value
    1449252   QgsContinuousColorRenderer::operator= must return a value
    1448031   QgsUniqueValueRenderer::operator= must return a value
    1448028   QgsMapLayer::draw must return a value
    1448014   'and' is undefined keyword




    git-svn-id: http://svn.osgeo.org/qgis/trunk@5060 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-18

    optional line width and marker size

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5059 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-18

    error messages for copy,rename,delete

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5058 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-18

    rename, set region by double click

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5057 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-18

    Changed URL for qgis-user mailing list to point to new location.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5056 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    Bumped version number to 0.8.0 and added Preview 1 to the version text in
    anticipation of preparing a preview release.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5055 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    copy map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5054 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    copy map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5053 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    copy and rename

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5052 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    fixed saving of working mapset

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5051 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    regions added to browser

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5050 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    get list of elements

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5049 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    set region for map from browser; use rubber band for region

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5048 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    set region for map from browser; use rubber band for region

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5047 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    set grass region

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5046 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    better icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5045 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    layers for browser

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5044 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    - Thread option actually creates a thread now
    - Efficiency improvements (mostly caching of data)
    - Bug fix for incorrect table display when changing databases
    - Close PG connections when a new one is created
    - Recgonise more PG geometry types
    - Icon for PG GEOMETRY geometry types


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5043 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    replaced a piece of ugly code

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5042 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-17

    more legend bugfixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5041 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-16

    Further progress on dealing with slowness in populating the database
    layer selection dialog box.
    Changes to code for selecting layer type icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5040 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-16

    fix for legend crash when clicking 'show files' on empty legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5039 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-16

    fix to enable saving/loading of legend again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5038 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-16

    small fix that resolves redundant compiler/linker flags from pkg-config


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5037 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-16

    disable unsupported operators in query builder for search strings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5036 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-16

    list vector dirs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5035 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-16

    Advanced attribute search dialog replaced with query builder
    based on Postgres' query builder.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5034 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    Fix for bug that prevented postgis layers from being displayed in the selector
    dialog. This was due to the number of columns being explicitly specified prior
    to adding items. The previous implementation works under Qt 4.1.1 but not under
    Qt 4.1.0. This fix needs to be tested under 4.1.1 to make sure its compatible.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@5032 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    changed default color range for graduated renderer to red-green and use random colors for the unique renderer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5031 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    Restore original symbology of layer when exiting grass edit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5030 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    Added output on cerr to help debug the problem with postresql tables
    not showing up in the list of tables to load


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5029 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    improved speed of drawing layer that's being edited
    fixed one memory leak


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5028 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    raster cats to info

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5027 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    check better if the mapset is already open

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5026 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    save working mapset in project file

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5025 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    return error if mapset does not exits

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5024 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    common methods for vector layer name and add all vector layers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5023 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    qgsgrassutils

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5022 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    various utilities

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5021 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    view output button

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5020 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-15

    Added a missing forward declaration


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5019 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-13

    fix from mloskot for vc++8 crashes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5017 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-13

    Replace Q3ListView with QTable for the layer list
    Provide framework for better response when populating layer list
     - (finding the layer type can take some time with complex views and qgis
        appears to hang)
     - more to come...
    Misc. code tidy up


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5016 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-13

    transparent null values

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5015 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-13

    multiple input values, check input values

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5014 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-13

    ready()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5013 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-13

    costs are option, no selection

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5012 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-13

    atan2, sqrt fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5011 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-12

    removed some legacy code

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5010 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-12

    prevent changing of the current item after removing/inserting symbology items

    git-svn-id: http://svn.osgeo.org/qgis/trunk@5009 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-12

    Qt4 detection in configure script using pkgconfig.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5008 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    Fixed handling global / project canvas color and selection color.
    Set default global selection color from white to yellow (as before).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5007 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    Background color for overview widget now set as background color of windows.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5006 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    Minor change - testing svn


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5005 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    Small tweaks in lexer.
    Added flex+bison generated files under version control.
    (this allows that users don't have to install flex+bison for QGIS compilation)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5004 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    Improvements to measure tool:
    - display current distance/area while moving current point
    - value shown in QLineEdit so it can be copied


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5003 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    Changed QgsCoordinateTransform default constructor to not initialize SRS.
    This was causing that layers without SRS got always a valid SRS before
    they could get validated with project, global or selected SRS.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5002 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    Fixed bug when --project option is passed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5001 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    Some code cleanups regarding qgis.db accessing and handling.
    Removed QgsFile as it's already superseded by Qt4 QFile.

    Revision 5000 ... WOW :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@5000 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    added --extent option to man page


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4999 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-11

    Fixed bug that caused GDAL raster layers without a geotransform to not be displayed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4998 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-10

    WMS Improvements:
    * Errors are now reported as QgsMessageViewer instead of QMessageBox, so that users can copy out URLs - this will be useful for troubleshooting in the field.
    * Network timeout error reporting now available - timeout set to 120 seconds.
    * HTTP status code reporting now available - reports anything except codes 200 and 302.

    WMS Provider Roadmap:
    * Need to implement the identify() function.
    * Need to pass the provider object from QgsServerSourceSelect so that it doesn't have to get instatiated twice (and therefore 2 downloads of the GetCapabilities document).



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4997 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-10

    Few more cleanups on #includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4996 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-10

    input number validators

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4995 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-10

    use UIC variable (from Roberto Flor)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4994 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-10

    A few fix ups to work with previous commit (missing #include <QMenu>)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4993 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-10

    Tidy up #includes
    - move to CaptialWords format for Qt includes
    - use forward declarations where possible
    - removed many unnecessary #includes in *.h files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4992 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-10

    Add extra path info to help Mac OS X find the right Python.h and compile msexport. Previously, it was doing nothing because it found multiple directories where it expected one.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4991 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-09

    Remove redundant class qualifiers on member declarations within class definitions. It's not standard and gcc 4.1 is enforcing the rules.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4990 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-09

    Minor change to the python test script

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4989 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-09

    Added an item to the TODO list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4988 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-09

    test -- ignore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4987 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-09

    Vect_get_proj was not in 6.0

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4986 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-08

    smaller minimum sizes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4985 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-08

    smaller minimum sizes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4984 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-08

    better vector names when added from browser

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4983 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-08

    smooth hidden

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4982 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-08

    vector info

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4981 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-08

    functions to get layer field and type from name

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4980 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-07

    More WMS improvements:
    * Errors report to the GUI in many more cases (not just the console when QGIS_DEBUG was defined) - both HTTP connection errors and WMS Service Exceptions from the server.  However, non-standard HTTP responses (e.g. 500 Server Error) are not handled yet.
    * The WMS selection GUI was cleaned up in the CRS selection group box - as users select layers, the number of available CRSs is displayed.  Also, the current selection is now displayed as the friendly description, not the proj4 string.
    * There is a better chance of a valid CRS being sent to the server in more situations (with WMS therefore appearing to work more often!).
    * In QgsSpatialRefSys, initialise the mIsValidFlag properly.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4979 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-06

    layer info to html table

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4978 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-06

    add map by double click

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4977 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-06

    pg lib

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4976 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-05

    Another test of svn on new server --ignore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4975 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-05

    Another test of svn on new server --ignore

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4974 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-05

    Test of CIA bot on new server

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4973 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-05

    Test of email notificaion from new svn server

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4972 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-05

    Test from new repository/server

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4971 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-05

    added a method to activate/deactivate actions depending on the current layer type and the provider capabilities (though the ogr provider seems to return strange capabilities)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4970 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-05

    Accept more ogr drivers (or at least don't complain about them being unknown).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4969 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-04

    More improvements to WMS provider: Coordinate Reference Systems are now handled end-to-end in a basic fashion by the WMS provider.  However the Project Projection still needs to be made aware of what the WMS provider is doing.

    * Correction and readability enhancements of commentary in QgsCoordinateTransform.
    * QgsSpatialRefSys can now create from the OGC WMS CRS format.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4968 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-04

    Bug fix: vector layer identify now works more than once when no map redraw has
    happened in between.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4967 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-04

    Box style scale bar is filled in for half its length, more like a 'real'
    scale bar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4966 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-04

    Complete the migration of the scale bar plugin from Qt3 to Qt4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4965 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-04

    Rationalise the #includes (and move Qt includes to Qt4 naming scheme)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4964 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Only report on plugins and providers that couldn't be loaded when
    starting up


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4963 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Tidy up/remove some of the debugging stuff that gets printed at startup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4962 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    fixed copy paste bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4961 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    enabled control button for selection in map canvas

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4960 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Fix to allow compilation on windows and OSX


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4959 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    added more emit selectionChanged()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4958 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    added zoomToLayerExtent also to legend layer right click menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4957 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Set toolBox color (which contains legend) to window background color instead of white to make it blend in to the gui more.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4956 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Put some startup debugging code inside #ifdef QGISDEBUG
    Remove some pre-Qt4 code inside an #ifdef


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4955 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Fix non-connected connection between aboutToQuit() signal and
    saveWindowState() slot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4954 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Change #includes for Qt stuff to use Qt4 naming scheme


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4953 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    When looking for plugins, filter out the libraries that are providers
    Tidy up of warning/error messages
    Some re-indenting too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4952 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Fix those pesky 'cannot find providerKey() or description()' messages
    when starting qgis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4951 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Change indenting to something closer to the qgis 'standard'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4950 c8812cc2-4d05-0410-92ff-de0c093fc19c

wonder <wonder@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-03

    Finally applied all changes from Mapcanvas branch to trunk.
    Bug hunting season begins!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4949 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    delete map tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4945 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    delete map

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4944 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    check orphan records

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4943 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    check orphan records

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4942 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    added isOrphan, deleteAttributes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4941 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    enable smaller

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4940 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    smaller

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4939 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    use DLL

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4938 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    Improvements to WMS - users can now see what projections are available for their chosen layers.  (However, the projection they select is not hooked up to anything yet.)  Also, the projection selector now shows groupings in italics, for better visual distinction.
    * QgsServerSourceSelect is now hooked up to QgsLayerProjectionSelector.
    * QgsLayerProjectionSelector and QgsProjectionSelector can now filter their results by a list of WMS-format CRSs (Coordinate Reference Systems).
    * QgsProjectionSelector now delays the calling of getProjList() and getUserProjList() until the filter has a chance to be set (using the new setOgcWmsCrsFilter).
    * The projection databases now have epsg added to the view so that it too can be searched upon.
    * Early works on the WMS Provider itself to accept new CRSs.  Not hooked up to anything useful yet though.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4937 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-02

    added openDb

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4936 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-01

    yalb (yet another legend bugfix)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4935 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-01

    better method to check if a canvas redraw is necessary after a drag in the legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4934 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-01

    Quitting qgis wasn't removing the map layers first (and hence quite
    with live postgres connections)

    The database source select dialog box wasn't being deleted when
    finished with, and hence left a live postgres connetion around

    These fixes will eliminate the 'unexpected EOF on client connection'
    message in the postgres logs.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4932 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-03-01

    Tidy up line indenting (no changes to code)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4931 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    fixed 'save project as...' item

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4930 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    Fix for the bug reported by Stephan where the vector layer properties was not restored properly for unique value renderers. And removed a call to QgsVectorLayerProperties::reset() in QgsVectorLayer::showLayerProperties() because it is already called in the constructor of vector layer properties

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4928 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    checkbox for legend groups

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4927 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    added parsing of GRASS_INFO_MESSAGE

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4926 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    sorry, stroke width again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4925 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    raster name in legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4924 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    added doc and exit on fail

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4922 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    disconnect signals, check mValid in postRender, set newpoint on startup

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4921 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    globaly changed stroke-width in svg icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4920 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    script for changing stroke-width

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4919 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    warning if MSYS cannot be started

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4918 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    warning if module was not found on Windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4917 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    dont set tab to browser

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4916 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    data browser

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4915 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    new icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4914 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    locations,mapsets,vectors and rasters lists

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4913 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    Add SQL script to create test tables for testing the qgis postgres
    provider.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4912 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-28

    - Change to API for QgsMessageViewer (allow plain text or html input,
    required changes in all code that uses QgsMessageViewer)

    - Improvements to messages when qgis can't find a key column in a
    postgres table
    - Fix a couple of bugs when loading postgres tables (invalid layers
    would appear to load, giving a legend entry, but not show anything on
    the map)
    - Tidy up of #includes in postgres files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4911 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-26

    Further improvements to WMS.
    * pseudo-status bar in the "Add a WMS Layer" dialog - shows progress of network operations
    * Can now handle old-style "SRS" tags as well as the existing "CRS" support - SRS could contain several SRSs separated by whitespace, the provider now handles this.
    * The retrieval of server capabilities is not now handled by the WMS constructor, instead it is triggered at the time a function needs them (e.g. calculateExtents).  This gives time for a caller to connect a slot to the setStatus signal _before_ the interesting stuff happens.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4909 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-26

    Speculative fix for the "Add WMS Layer" dialog crash if you press "Connect" on an empty server list - "Connect" should now be disabled if no servers are available.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4908 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-25

    Several WMS-related improvements:

    * Better bounding-box checking on legacy WMS servers - JPL World Map Service works again.
    * Providers can now expose the last error encountered by the provider.  Only WMS returns useful information though.
    * Error display is now handled by the QgsMapCanvas not the QgsWmsProvider - this frees QgsWmsProvider from a dependency on the GUI being available.
    * For map redraws, QApplication::setOverrideCursor and QApplication::restoreOverrideCursor are now handled by the QgsMapCanvas not the QgisApp - this helps stop error message popups (via QMessageBox) from suffering from the "hourglass" cursor appearing not the "pointer".
    * Consective WMS operations do not fail any more - the "url" variable was being appended to, not cleared before each draw.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4907 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-23

    Minor tidy up and correction of comments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4906 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-23

    Update Makefile in template dir to use qt4 uic and resource builder
    Update Makefile to use pluginlcasename


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4905 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-23

    Beginnings of cleanups for plugin builder for 0.8 release.
    Tidy up messages with better clarification of how vars will be used.
    Add PluginLCaseName - a lower cased version of the plugin name so that
    we can rename the file names of .cpp and .h files to ones matching
    their contained class definitions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4904 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    use canonical path also for input raster check

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4902 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    PG_LIB

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4901 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    exit if make fails

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4900 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    exit if make fails

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4899 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    PG_LIB

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4898 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    PG_LIB

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4897 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    PG_LIB

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4896 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    libpq

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4895 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    QgsIdentifyResults Qt4 update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4894 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    refresh canvas after addRaster

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4893 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    check if mapcalc output exists

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4892 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    clear theme combobox

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4891 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    theme path fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4890 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-21

    conditionalized GPJ_osr_to_grass bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4889 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-20

    Stop Qt complaining that showLegendLayerFileGroups(bool) has an incompatible argument list to triggered() and therefore not connecting the signal to the slot.  The "Show file groups" option in the legend right-click menu should now work better (even properly?).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4887 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-20

    Fixed a bug that caused a crash whenever a maplayer tries to access its legend item (for example when turning on or off editing)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4886 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-20

    Fix for crash that happens when QGIS tries to render uncommitted features; tested against unique value renderer (Committed on behalf of larsl)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4885 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-19

    Patch from larsl that makes it possible to use the GPS plugin GUI again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4881 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    more forgotten changes to ui/Makefile.am

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4880 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    Forgot a change in ui/Makefile.am

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4879 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    renamed QgsUValDialog to QgsUniqueValueDialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4878 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    some temporal changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4877 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    renamed QgsUniqueValRenderer to QgsUniqueValueRenderer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4876 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    renamed QgsContColDialog to QgsContinuousColorDialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4875 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    renamed QgsContinuousColRenderer to QgsContinuousColorRenderer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4874 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    renamed QgsGraSyDialog to QgsGraduatedSymbolDialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4873 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    renamed QgsGraduatedSymRenderer to QgsGraduatedSymbolRenderer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4872 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    renamed QgsSiSyDialog to QgsSingleSymbolDialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4871 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    Renamed QgsSingleSymRenderer to QgsSingleSymbolRenderer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4870 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-18

    moved QgsFeature from gui into core (since it no longer depends on QgsAttributeDialog)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4869 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-17

    grass lib changed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4868 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-16

    Modification to make sure that QPixmaps do not get filled with a transparent colour, if the X11 system does not have the RENDER extension at runtime.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4867 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-16

    Tag 'classificationattribute' in project file for maplayer export

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4866 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    check if output exists

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4865 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    +PG_LIB

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4864 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    +postgres libs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4863 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    antialiasing

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4862 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    better icon sizes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4861 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    scale SVG

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4860 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    show new items during loading

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4859 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    new icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4858 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    new icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4857 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    store GISBASE only if defined by user

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4856 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    msys

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4855 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    postgres on mingw

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4854 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    +postgres

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4853 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-15

    mingw

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4852 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    pkg fixed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4851 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    cmd.exe does not work

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4850 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    + wms

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4849 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4848 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    new vector fix for win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4847 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    new vector fix for win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4846 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    nviz commented

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4845 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    use painter passed by renderComplete

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4844 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    slots moved to public

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4843 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    new vector

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4842 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    rubber band

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4841 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    providers and plugins moved to src/Makefile.win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4840 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    search for grass/gis.h

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4839 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    cpgrass, cplibs, pkg targets

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4838 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    +LDFLAGS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4837 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    dont create bin dir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4836 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    version

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4835 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    mingw again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4834 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-14

    mingw

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4833 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-13

    header files moved to grass

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4830 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-13

    header files moved to grass

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4829 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-12

    some minor cleanup in vector props

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4828 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-11

    Made QgsVectorLayerProperties a modal dialog, use QTreeWidgetItem::selectedItems() instead of QTreeWidget::currentItem() to determine the current legend layer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4827 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-11

    fix for activeLayer()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4826 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    Added version name to the temporary splash screen

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4825 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    dlldir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4824 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    ogr, grass

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4823 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    dlldir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4822 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    dlldir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4821 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    dlldir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4820 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    dlldir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4819 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    dlldir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4818 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    dlldir

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4817 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    temporary fix for QgisIface::activeLayer()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4816 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-10

    usability fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4815 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-08

    icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4814 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-08

    icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4813 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-07

    moved include of QgsAttributeDialog out of QgsFeature such that it is a gui independent class now

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4812 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-07

    set _fmode to binary on Win

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4811 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-07

    proxy, url variants, layer inheritance

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4810 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-07

    Opps. Compile first, then commit...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4809 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-07

    Obtain the correct SRS even when on-the-fly projection is disabled.
    Fixes bug with areas and line measurements being wrong in some cases


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4808 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-06

    commented temporary files for debug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4804 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-06

    inherit SRS and extent from parent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4803 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-06

    select appropriate extent

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4802 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-06

    use SRS

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4801 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-05

    Open Recent Projects... should work now

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4800 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-04

    adapted QgsLegend::readXML and QgsLegend::writeXML to new legend structure

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4799 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-04

    improved legend drag and drop handling, enabled 'create spatial index' button in vector props again

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4798 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-03

    strip

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4797 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-03

    dependencies

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4796 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-03

    dependencies

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4795 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-03

    more circular references

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4794 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-01

    set GISBASE on WIN

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4791 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-01

    GISBASE and PATH init moved to qgis_grass library

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4790 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-01

    GISBASE and PATH init moved to qgis_grass library

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4789 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-02-01

    projection fix for old GRASS versions

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4788 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-31

    Add tr() to some user visible text
    Fix a bug with the angle spinbox not displaying the correct value when
    the dialog box was opened


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4783 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-31

    Reordering of the legend and possibility to show/ hide layer files in the legend with the right click menu

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4782 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-30

    czech translation update sent by Martin Landa <landa.martin@gmail.com>

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4780 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-29

    Migrate qt3 stuff to qt4.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4779 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-29

    Remove unnecessary Qt3 #includes and rename remaining to Qt4 form


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4778 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-29

    Fix bug with zoom/select rubberband disappearing when moving above or
    to the left of the initial mouse click position


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4777 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-29

    Yet more qt3 to qt4 changes and #include tidy ups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4776 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-29

    Couple more qt3 to qt4 changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4775 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-29

    Misc. Qt3 to Qt4 changes and #include tidy ups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4774 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-29

    Migrate some more stuff from Qt3 to Qt4
    Added tr() to some user-visible text
    Rationalise #includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4773 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    Refer to an icon that exists since the new refactor.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4772 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    Add missing icon needed for Gavins recent commits


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4771 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    Fix a problem with the config file containing an invalid value for the
    measuring ellipsoid.
    This should resolve problems with calculating polygon areas and also
    a hanging problem when identifying polygons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4769 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    Put action icon back in identify results dialog box
    Put tr() around some text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4768 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    When the vector project properties dialog box is requested, bring it to
    the front if it already exists.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4767 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    Migrate use of Q3WhatsThis to the Qt4 version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4766 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    Make the shape file table stretch to fill the space available
    Remove a redundant commeted out line


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4762 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    Replace Qt3 stuff by Qt4 stuff
    Tidy up #includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4761 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    Make the canvas colour selection buttons a bit bigger


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4760 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-28

    Replace Qt3 stuff with Qt4 stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4759 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-27

    Split the text in an error dialog box over two lines instead of one.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4758 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-27

    Remove unnecessary Qt #includes and change the remaining to Qt4 form


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4757 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-27

    Add tr() to text that the user gets to see


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4756 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-27

    projection fix -related to grass bug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4755 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-27

    Completed conversion from Qt3 to Qt4 widgets

    Fixed an 'EOF on connection' error (postgres connection wasn't being freed).
    Fixed a crash in the standalone spit when clicking close
    Made the standaone spit program behave like a main window rather than
      a dialog box (ie it has a taskbar entry now).
    Fixed bug with spit not putting data into non-default schema.
    Fixed bug with UI display after deleting selected shapefiles.
    Misc. code tidy ups.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4754 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-26

    Remove calls to processEvent which are short-circuiting the draw event in Qt4.
    Something in our draw event is triggering another draw event during resizing. processEvent immediately moves to the next draw event.
    For X11, menus and toolbars became corrupted and crashes occurred. For Mac, the map canvas did not resize at all. The following warnings were appearing on the console: "QWidget::repaint: recursive repaint detected" and "QPixmap::operator=: Cannot assign to pixmap during painting."
    Event processing to capture a keyboard cancel command should be reinstated when the source of the recursion is found and fixed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4753 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-25

    raster enabled

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4752 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-25

    install support files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4751 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-25

    append .exe on Windows

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4750 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-25

    add -lgeos

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4749 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-25

    GDAL fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4748 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-25

    link to rpovider to qgis_grass.dll

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4747 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-25

    Implement more intuitive editing of column names that are reserved
    words.
    Turn off debugging that caused all column names to be flagged as
    reserved words


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4746 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-25

    added rubberband for moveVertex

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4745 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-25

    Migrate from Qt3 widgets to Qt4 widgets
    Misc. code tidy ups

    But, schema selection in main dialog table not yet done


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4744 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    Fix for missing splash status messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4743 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    Reverted splash to something similar to 0.7.4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4742 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    Get rid of some of these new svgs until they can be properly supported in qt4.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4741 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    dll

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4740 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    dll

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4739 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    dll

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4738 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    dll

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4737 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    dll

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4736 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    dll

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4735 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    dll

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4734 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    dll

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4733 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    Get rid of excess baggage required for old svg resampling stuff but now no longer needed.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4732 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    GDAL removed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4731 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    GDAL removed

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4730 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    More updates to make icons clearer and more logically laid out



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4729 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    Added some icons from the open clipart project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4728 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-24

    Refinements to icons for consistency and clarity


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4727 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-23

    fix for crosscompilation

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4726 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-23

    Improve marker positioning



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4725 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-23

    Get rid of artifacts behind hard markers drawn using qpicture
    Note tehre is still some scaling issue with these that I am looking into


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4724 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-23

    Remove all use of oversampling
    Enable antialiasing for marker symbols
    Show larger marker previews in vector props marker combo
    NOTE: There is still an issue with markes being placed at incorrect offset that I need to resolve.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4723 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-23

    fix bux with symbol background transparency


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4722 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-23

    Update version to 0.7.9.10
    Deprecated use of Q3Picture for marker symbols as part of the qt4 porting effort.
    Markers are now loaded and renderered using the new QSvgRenderer that came with qt 4.1
    onto a qpixmap. QgsSvgCache now stores these pixmaps intead of q3pictures.
    Changed miscellanious other classes to deal wiht the knock-on effect of this cahnge.
    A benifit of this change is that svgs are now rendered properly (overlooking caveaat below)
    and that the resampling code that was used to overcome poor svg scaling in qpitcure in qt3 is
    no longer used. Also we are able to support a richer subset of the svg format including
    possibility for animated svg in the future.

    NOTE: there is still a small renderning issue where the background of the svg and various other
    small issues - these will be fixed in follow up commits


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4721 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-22

    double hash for comments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4720 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-22

    Make "--with-qtdir" work better in ./configure.

    Previously if your --with-qtdir was not in your PATH, ./configure would pick up the uic that was in your path anyway.  Now uic and rcc are forced to those found inside whatever you specify with --with-qtdir.
    -This line, and those below, will be ignored--

    M    qgis/acinclude.m4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4719 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-22

    Fixed an error from automake (ver 1.9) when processing Makefile.am.

    Error was:

    src/raster/Makefile.am:21: `#' comment at start of rule is unportable
    (the comment character was after the tab, so moved it to before the tab).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4718 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-22

    Added buttons and icons for add/delete/move Vertex and set mouseTracking true in QgsRubberBand

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4717 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-22

    Make the instructions read-only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4716 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-22

    More migration from qt3 to qt4
    Use a real copyright symbol instead of (c)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4715 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-21

    Add svg library and include stuff for Darwin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4714 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-21

    Attempt to include required stuff for Qt Svg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4713 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-21

    Added transparency support for lines too



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4712 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-21

    Make lines transparent around polygons when transparency is set



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4711 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-21

    Updated some icons for ui consitency


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4710 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-20

    enabled call to render() in zoomToSelected and made icon size in legend smaller

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4709 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-20

    qt4 update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4708 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-20

    qt4 update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4707 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-20

    qt4 update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4706 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-19

    qt4 update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4705 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-19

    qt4 update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4704 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-18

    qt4 update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4703 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-18

    no layers fix

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4702 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-18

    qt4 update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4701 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-18

    qt4 update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4700 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-16

    Add QgsApplication::qgisUserDbFilePath() accessor. Use it to resume accessing the user db and avoid a crash caused by a switch to the srs db.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4699 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-16

    Added context help connector

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4698 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-16

    Added context help connector

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4697 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-16

    Added context help button to the gui

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4696 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    Added help button and wired context help for the new vector layer dialog

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4695 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    Use a smaller icon for legend file group so that we can use smaller vert. spacing in legend



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4694 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    Enabled help buttons in the wms dialogs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4693 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    Enabled help buttons in the wms dialogs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4692 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    Fixed the swig interface file and generated wrapper after changes to the dialog constructor

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4691 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    more icon path changes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4690 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    removed PKGDATAPATH in the legend classes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4689 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    Convert deprecated Qt3 QDialog(parent, name, modal, flags) constructors to Qt4 QDialog(parent, flags) constructors. Use QgisGui::ModalDialogFlags to specify modal dialogs.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4688 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    Made the icons for line style and fill style in the symbology dialog original sized

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4687 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    Legend layer now uses layer type specific icons in legend. Outline- and fillcolorlabels now are fully colored

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4686 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-15

    Raster and vector layers now serialse and deserialise their transparency levels to project files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4685 c8812cc2-4d05-0410-92ff-de0c093fc19c

homann <homann@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-14

    Fix for bug [ 1385358 ] PT translation gives errors when exporting to mapserver
    Units are not translated anymore


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4684 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-14

    Migrate from Qt3 widgets to Qt4 widgets.
    Had to implement some UI stuff manually as Qt4 does less for the
    programmer that Qt3 (for button groups).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4683 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-14

    Modify QgsRubberBand to use digitizing color and linewidth fromn project properties.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4682 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-14

    - Add QgisGui namespace for application-wide gui constants.
    - Add QgisGui::ModalDialogFlags for creating modal dialogs. This allows occurrances of the deprecated Qt3-style QDialog constructor to be replaced with the Qt4-style constructor and create Mac modal dialogs which corectly interact with QMessageBox modal dialogs.
    - Use new ModalDialogFlags in DBSourceSelect dialog to elminiate Mac dialog layering problems. (This update will soon be made to all modal dialogs.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4681 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-14

    Wired in variable transparency to vector props dialog.
    Only implemented for polygons currently (I dont even know if its
    possible to do for lines and points)

    Refactored transparency stuff in raster up into maplayer abc



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4680 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-13

    Improvements for setting the background colour of the canvas. It now follows this logic:
    1) set in qgis options to desired default bg colour
    2) whenever you start new project / open qgis that colour will be used
    3) overide canvas background on a project by project basis in project props



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4679 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-13

    Added back in column labels that got lost in the move from QTable (Qt3) to Q3Table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4678 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-13

    Win update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4677 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-13

    Win port

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4676 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-13

    Win port

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4675 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-13

    Removed deprecated files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4674 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-13

    More icon cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4673 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    In progress...
    Implemented global selection colour and canvas colour default options in qgsoptions.
    Still needs to be wired up in qgisapp so that these defaults are used where applicable.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4672 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Mapcanvas background colour is now user configureable



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4671 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Note: This is a commit of work in progress...

    Added ui components and code logic for user selectable canvas background colour. All infrastructure is in place but background is still rendering white for me thus this is a work in progress.

    This commit also includes preliminary code to render vector polygons semi transparently but it causes quite a slowdown in drawing so Ive hard coded it to be opague until I have implement a gui frontend for setting transparency levels.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4670 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    + Makefile.win.rules

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4669 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Makefiles for MinGW

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4668 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Makefiles for MinGW

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4667 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    dummy addDatabaseLayer() without Postgres

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4666 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Anti aliasing is now enable/disable able at run time :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4664 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Hide splash option works again now



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4663 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Persist state of antialiasing option and new layers are hidden option and restore when qgsoptions is ctor'd


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4662 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Robustness improvements to projectionselector dialog box
    Tidy up a few misc things.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4661 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Moved some options logic out of qgisapp into qgsoptions
    Added a checkbox for anti-aliasing (not wired in yet)
    Got rid of path calcs in favour of qgsapplication::foo()



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4660 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Shuffle some code betweem Makefiles to resume building the Mac bundle directory after the src directory reorganization. Update the bundle copyright date. Remove a temporary comment regarding the directory reorg.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4659 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Use QgsRubberBand class for capturing lines and polygons. Move some methods into the slots section of the header to enable the capture tools.
    Only the capture functions and not the vertex editing functions are working and the user-selected color is still not used by QgsRubberBand.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4658 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Revise Attribute dialog initialization, signals and slots for Qt4.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4657 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-12

    Map canvas is now antialieased.....oooer....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4655 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    made icons in legend larger so the overview glasses in QgsLegendLayerFile look better

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4653 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    Use theme path for icons rather (icons is no longer to be used for themeable elements).



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4652 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    Use qgsapplication themepath instead of pkgdatapath for images


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4651 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    Use QgsApplication::themPath() to find pyramid icons and use their new names


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4650 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    Fix issue preventing pyramids tab from being shown


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4649 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    use QgsApplication::pkgDataPath()

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4648 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    fixes for cross compilation with MinGW

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4647 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    Converted to png


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4646 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    Scroll the tree view of srs to ensure that search results are visible
    Sort the results from the sqlite srs query to make best use of the caching
    when populating the tree widget


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4645 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    Sort out icons on attribute table ( they are now themed )



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4644 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    Remove the projection loading progress box (it's now quick enough to
    not need it)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4643 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-11

    Improve layout
    Set col sizes on resize event


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4642 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-10

    qt3 to qt4 changes for projection selector dialog
    Partially complete - effective use of dialog space needs more work (to come)
    Moved to the QtreeWidget - caused a moderate number of changes in code
    Loading the srs into the tree widget is _much_ faster


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4641 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-10

    Shrink this somewhat oversized icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4639 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-10

    Tidy up icons - move themable icons into themes and delete junk


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4638 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-10

    Use updated icons and dont use #include xpm style of icon loading - uses themepath now instead.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4637 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-10

    Updated the icons to be more consistent with rest of ui



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4636 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-10

    Renamed these icons for consistency


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4635 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-10

    Use QgsApplication::themPath() to determin where icons are



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4634 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-10

    Source reformatting only -- no changes to the code.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4633 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-10

    First pass at attempting to optimize drawing of vector layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4632 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-09

    Add QgsRubberBand class to display measurement lines for QgsMeasure.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4627 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-09

    Removed unused variables from Makefile.am(s)
    Moved helpviewer to src directory
    Incidental chagnes to the mysql stubs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4626 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-09

    Moved plugins to src


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4625 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-09

    Moved plugins into src/plugins and updated make etc accordingly



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4624 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-09

    This dir is unused


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4623 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Follow the white rabbit...



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4622 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Forgot to include this in last commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4620 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Moved all sources for gui lib into src/gui and updated all dependent classes and makefiles



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4619 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Moved providers directory to src subdirectory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4618 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    added a QgsLegend::readXML method which is simpler and thus easier to debug

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4617 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Removed duplicate code that set the database encoding (no need to do it twice)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4616 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    MySQL data provider stubs -- non functional and not integrated with the build system yet.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4615 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Remove hard coded include path



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4614 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    I had to link to qgis_gui lib too (for now)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4613 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Moved missing moc into src/Makefiel


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4612 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    YANLF (yet another lib fix)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4611 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    More updates for core lib


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4610 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Some fixes to get lib to compile



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4609 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Moved in designer plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4608 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Moved into src


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4607 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Refactored libqgis into two roughly inequal parts.
    libqgis_core is intended to have non gui code
    libqgis_gui is intended to have gui related code
    Updated makefiles and code throughout in order for it to build with this new arrangemetn
    Code in src/ will be moved into src/gui in a follow up commit




    git-svn-id: http://svn.osgeo.org/qgis/trunk@4606 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4605 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4604 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4603 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4602 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4601 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4600 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4599 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4598 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4597 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4596 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4595 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4594 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4593 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4592 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4591 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4590 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4589 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4588 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4587 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4586 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4585 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4584 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4583 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4582 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4581 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4580 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4579 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4578 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4577 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4576 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4575 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4574 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4573 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4572 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4571 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4570 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4569 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4568 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4567 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4566 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4565 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4564 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4563 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4562 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4561 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4560 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4559 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4558 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4557 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4556 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4555 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4554 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4553 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4552 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4551 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4550 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4549 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4548 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4547 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4546 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4545 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4544 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4543 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4542 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4541 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4540 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4539 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4538 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4537 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4536 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4535 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4534 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4533 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4532 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4531 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4530 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4529 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4528 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4527 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4526 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4525 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4524 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4523 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4522 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4521 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4520 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4519 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4518 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4517 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4516 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4515 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4514 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4513 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4512 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4511 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4510 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4509 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4508 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4507 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    lib refactoring

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4505 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Refactored libqgis into two roughly inequal parts.
    libqgis_core is intended to have non gui code
    libqgis_gui is intended to have gui related code
    Updated makefiles and code throughout in order for it to build with this new arrangemetn
    Code in src/ will be moved into src/gui in a follow up commit




    git-svn-id: http://svn.osgeo.org/qgis/trunk@4504 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Refactored libqgis into two roughly inequal parts.
    libqgis_core is intended to have non gui code
    libqgis_gui is intended to have gui related code
    Updated makefiles and code throughout in order for it to build with this new arrangemetn
    Code in src/ will be moved into src/gui in a follow up commit



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4503 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Refactored libqgis into two roughly inequal parts.
    libqgis_core is intended to have non gui code
    libqgis_gui is intended to have gui related code
    Updated makefiles and code throughout in order for it to build with this new arrangemetn
    Code in src/ will be moved into src/gui in a follow up commit




    git-svn-id: http://svn.osgeo.org/qgis/trunk@4502 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Refactored libqgis into two roughly inequal parts.
    libqgis_core is intended to have non gui code
    libqgis_gui is intended to have gui related code
    Updated makefiles and code throughout in order for it to build with this new arrangemetn
    Code in src/ will be moved into src/gui in a follow up commit



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4501 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-08

    Refactored libqgis into two roughly inequal parts.
    libqgis_core is intended to have non gui code
    libqgis_gui is intended to have gui related code
    Updated makefiles and code throughout in order for it to build with this new arrangemetn
    Code in src/ will be moved into src/gui in a follow up commit




    git-svn-id: http://svn.osgeo.org/qgis/trunk@4500 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Move all qt3 widgets to qt4 widgets in projectproperties dialog box
    Tidy up dialog box (better use of space)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4499 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Migrate all qt3 widgets to qt4 widgets
    Tidy up gui layout to make it a bit smaller



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4498 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Goodbye Oracle provider, hello MySQL


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4497 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Oracle spatial readme

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4496 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Update TODO list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4494 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Throw an error in configure if Qt 4.1 is not detected.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4493 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Moved images svg themes and resources out of src/
    Moved svg and themes into images dir
    Tidy up to configure.in


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4492 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Changes to get about box to work with qt4
    Replaced all qt3 widgets with qt4 ones
    Added tr() to some displayed text
    Tweak the display of author's photos so that a photo is visible
    when the author tab is first selected


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4491 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Unrolled back the commits that I made earlier that gary rolled back because of a build problem and fixed the underlying cause of the problem.
    Projection widget no longer requires libqgis thereby eliminating the circular deps.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4490 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-07

    Rolled back changes to state before the reorganization of the
    widgets subdirectory (revision 4487). The reorganization created
    an unresolvable circular dependency.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4489 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-06

    Moved widgets under src
    You will probably need to do a distclean, autogen etc after this change...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4488 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-06

    Removed these deprecated files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4487 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-06

    Updates for Qt4
    Removed spurious GPS image (why was it here?)
    Replaced all qt3 widgets with qt4 ones


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4486 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-06

    Add QActionGroup to highlight the current map tool.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4485 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-06

    Final changes to get plugin to work under Qt4.

    Now needs testing by someone who has a GPS...



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4484 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-06

    Got rid of some compiler warnings
    Further conversion to qgsapplication::themePath in qgisapp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4483 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-06

    Further tweaks to build script (thanks Martin!)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4482 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-06

    Use Tom's nifty new qgsapplication stuff to get the theme path


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4481 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-06

    Added some compiler flags to build script


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4480 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-05

    More changes to get plugin to work under qt4.
    Mostly works now, except for deleting devices
    Work in progress...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4479 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-05

    Remove copy of qgsmessageviewer from plugins/spit/ and use the one in src/ to avoid Mac duplicate symbol link errors.
    (Note: "make clean" should be done to plugins/spit/ before acquiring this revision to avoid "make" problems. See qgis-developer list for more details if problems occur.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4478 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-05

    Added notifications to the new splash screen implementation. Currently
    messages are displayed at the bottom/center of the splash image.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4477 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-05

    Updated the copyright text to reflect the current year


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4476 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-05

    Enabled the call to render() in all places where it was commented out.
    Layers now draw when first added to the map. This should fix most
    refresh issues. This needs testing to ensure proper operation with
    all data stores. This can be refactored for Qt 4.1 if need be...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4475 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-05

    Add in the GPS image to the dialog box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4474 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-05

    Changes for Qt4.
    Work in progress... More to come later.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4473 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-04

    Loaded into designer and resaved to fix a crash when loading
    this plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4472 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-04

    Fix a much up with forgetting to add some files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4471 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-04

    Created a qrc file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4470 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-04

    Added a qrc missing from previous commits
    Not sure if its referencing proper files - Gavin can you check?


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4469 c8812cc2-4d05-0410-92ff-de0c093fc19c

rblazek <rblazek@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-04

    ui update

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4468 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-04

    Move to using QgsApplication


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4467 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-04

    Update north arrow plugin for qt4
    Remove all qt3 widgets (except one)
    Tidy up #includes
    Implemented dialog box pretty pixutre using qt4 resources
    Implemented anti-aliasing on the rotated arrow image
    Misc. source code and comments tidy up


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4466 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-04

    Replace all non-image hard-coded paths in src/ with calls to new QgsApplication path accessor mathods. This minimizes platform-specific #ifdefs. Image paths still to be done.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4465 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-04

    Fixes to get scalebar plugin to run under Qt4.
    Removed all Qt3 widgets
    Moved dialog 'pretty picture' into a resources file (and .png)
    Fixed and tweaked colour chooser


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4464 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-03

    Add QgsApplication class to hold platform-specific pathnames and provide accessor methods for them. Hard-coded paths will migrate here and ideally not appear in other modules. This is a work in progress and most paths have not been added yet. (main.cpp is the only user of the first revision)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4463 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-03

    Fix to remove postgres related moc files on make clean


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4462 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-02

    Port MessageViewer dialog to Qt4. (qgsmessageviewer.ui.h converted to qgsmessageviewer.cpp/h)
    Also remove some 'fixme' comments for other items which have recently been ported to Qt4.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4461 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-02

    More ui updates - helpviewer is to be deprecated anyway so maybe that change was a waste of time


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4460 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-02

    Revise HelpViewer initialization, signals and slots for Qt4.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4459 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Clean up layout


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4458 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Check layouts and replace some controls with qt4 equivalents


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4457 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Replace q3mainwindow with qmainwindow
    setup icons using active theme
    refactor action names for consistancy and autoconnect convenience


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4456 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Replaced user guide and install PDFs with dummy placeholder documents


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4455 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Removed graphics and other files related to docs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4454 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Removed install guide html files

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4453 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Removed unused skin directory

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4452 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Removed sources for documentation. These are now stored in their own repository

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4451 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Added accessor to qgisapp to get themepath
    Started fixing icons in mapcomposer dialog (still in progress)
    More ui fixups



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4450 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Added qrc.cpp to list of BUILT_SOURCES so it is deleted on 'make clean'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4449 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Fixed Makefile.am so moc generated files are deleted on 'make clean'

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4448 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Modifiy Makefile.am so moc generated sources are deleted on make clean

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4447 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Went thrpugh and check layouting of these widgets.
    Converted q3table in src/ui/qgsattributedialogbase.ui to use QTableWidget


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4446 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Major reorganisation of src/Makefile.am

    - got rid of unused vars
    - added comments
    - sorted sources lists alphabetically
    - nested pg directives together so they are not scattered over the file
    - various other tweaks

    The qgis app target is now extremely basic and the lib target much more neatly laid out.
    This paves the way now for splitting the qgislib target into two:

    - libqgiscore (for non gui classes)
    - libqgis (contains gui classes)

    By non gui I mean 'not derived from qwidget or showing any gui elements such as message boxes'.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4445 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    Rearranged src/Makefile so app target uses only main.cpp in SOURCES and
    links to a monolithic libqgis

    A follow up commit will do further cleanups to the makefile



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4444 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2006-01-01

    More refactoring:

    -renamed raster lib to meet our agreed nameing scheme from the town hall meeting
    -moved all composer related stuff into src/composer and made it its own lib
    -removed -no-undefined for raster lib (for Tom)
    -changed noinst to lib for legend

    Thanks Gary for sorting out make issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4443 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Removed omggdal stuff -  Ill reimplement this properly in the next release rather...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4442 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Move projection icons into themes dir and update code accordingly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4441 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Renamed icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4440 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    remove unwanted images (large logo wastes bandwidth and is not used direcltly in code)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4439 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Moved the 4 xpm files from src/xpm that are still being used in the source into themes dir.#
    Updated classes using these xpms accordingly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4438 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    This dir is deprecated


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4437 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Remove a comment - minor change



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4436 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Renamed some icons for consistency


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4435 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Bring in icons from xpm dir



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4434 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Moved attribute table icons into themes dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4433 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Assign icons to each button - for some reason they dont show at runtim ... investigating...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4432 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Complete refactor of qgsdlgvectorlayerproperties to qgsvectorlayerproperties


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4431 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Renamed the vector props subclass (removing dlg from name)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4430 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Refactored qgsdlgvectorlayerproperties to qgsvectorlayerproperties for consistency with other code e.g. qgsrasterlayerproperties.
    Removed some unused headers.
    Note this commit will temporarily break cvs - a follow up commit in a few mins will repair that


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4429 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Updates for scale bar icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4428 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    gimp version of icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4427 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    updated copyright plugin icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4426 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-31

    Remove these icons as they are unused and dont follow nameing standards.
    I will reinstate any that should be present with convention following names.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4425 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Updates to digitising icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4424 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

     tweak tweak here and a tweak tweak there...here a  tweak there a tweak......


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4423 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    added a right click menu option to make legend layers to toplevelitems again after they have been inserted into a legend group

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4422 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Update of my mug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4421 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    replaced the Q3PopupMenu in the legend with the qt4 QMenu. Unfortunately, i couldn't find a way to bring the QSlider of the raster right click menu into QMenu (qgsrasterlayer.cpp, l. 3755)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4420 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Retweaked this icon as It was too inconsistent with rest of ui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4419 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Forgot to commit this before :-(


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4418 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    More fixes for problems caused by moving all ui's into their own dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4417 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Fix build errors caused by my last commit (moving of ui* into ui/)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4416 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Renabled the calls to render(). Without them, nothing draws. This may
    cause issues which are unknown at this time, however seems to work except
    when adding a new layer. Tested with raster, vector, and wms layers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4415 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    ** Refactored all src/*.ui into src/ui/ dir for cleaner separation of ui's



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4414 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Remove sudo from make install


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4413 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Tweaks to icons:
    - fixed order of remove all / add all layer icons to be consistent with order of over view icosn
    - made toggle in overview more suitable (added glasses)
    - redid north arrow icon
    - removed black edge from copyright icon
    - used red '-' on remove icons to make them stand out more (I may revert this)
    - redid 'new' vector layer icon
    - redid add wms layer icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4412 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Added a simple little bash script to build qgis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4411 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Modified the way in which the toolbar is added to the main window so that
    the toolbar is properly placed in the dock area.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4410 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-30

    Merge UI conversion branch to HEAD. UI branch is now deprecated.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4409 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-24

    improved restoring of checkbox states from project files. Fix for segfault in QgsMapCanvas::removeAllLayers

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4373 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-21

    restored reading/writing XML for the legend settings, but there are still some bugs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4360 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-19

    more legend fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4355 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-17

    some more legend fixes

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4353 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-15

    a little improvement to avoid flickering when a legendlayerfile is dragged

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4345 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-15

    improved legend checkbox handling in case of several QgsLegendLayerFiles in one QgsLegendLayer

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4344 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-14

    First implementation step of having checkboxes in the qt4 legend (legendlayer and legendlayerfile)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4335 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-10

    fix for names of classification attributes in legend

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4309 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-09

    Merged changes to the Qgis->MapServer export tool from the Qt4 Ui branch to HEAD.
    This only affects the tools/mapserver_export directory.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4306 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-06

    qgisapp now uses QgsLegend::currentLayer() instead of parsing list items

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4293 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-05

    Merged render() fix and reformatted to addVectorLayer to follow project formatting guidelines.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4292 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-05

    Convert to Qt4 iterator. (This should fix Identify Tool crashes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4291 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-05

    Revise legend classes to use Qt4 static QCoreApplication methods instead of deprecated Qt3 qApp-> methods. Move include of qgisapp.h from legend.h to cpp file to minimize header dependencies.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4290 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-04

    Replaced the legend classes Q3ListView and Q3ListViewItem with the qt4 classes QTreeWidget and QTreeWidgetItem. More bugfixes and refactoring (e.g. no direct access to items for mapcanvas, overview canvas and ev. renderers) will follow soon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4289 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-04

    Raster drawing improvements / Qt4 porting.
    * Zooming into a raster (where a source pixel covers more than one screen pixel) should now draw fully into the bottom right corner of the window.
    * Since Qt4 wants all QPainter activity to be done inside a paint event, QgsMapCanvas::render() is no longer called directly.  Instead, it is called via QgsMapCanvas::update() or more rarely ::repaint(), therefore calling through ::paintEvent() to ::render() if appropriate.  ::render() does not call ::repaint() any more as that would cause a paint event loop.
    * Some debugging to cerr/cout has been updated to diagnose the above.



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4288 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-02

    Includes now Qt4 happy.  Once again the support vector file formats lives.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4287 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-01

    Yet more more superfluous checks for OGR plug-in removed since that's now handled elsewhere.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4286 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-01

    Removed more superfluous checks for OGR plug-in since that's now handled elsewhere.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4285 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-12-01

    in addLayer() Removed superfluous check for OGR plug-in since that's now handled elsewhere.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4284 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-30

    The map should now move again when you go to drag it with the little hand/pan symbol, not just when you complete the drag.

    The original problem was due to the bitBlt idiom going away in Qt4.

    Others should check that this new method works/doesn't cause flickering under their system, as I developed this modification against a KDE session via VNC.

    Also there seems to be a little bit of realignment (probabaly a fraction of a screen pixel) that occurs when the pan completes.  I presume this is not a significant issue to anyone.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4283 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-29

    - one cannot do QStringList = 0 as a default parameter; QStringList =
      QStringList() substituted

    - thou shalt pass non atomic function arguments as references or
      pointers (thus saving some memory and copy ctor overhead)



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4282 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-29

    Now properly clean MOC and UIC files with make clean.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4281 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-28

    Now make clean removes MOC files.

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4280 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-28

    Don't use the postgres information_schema view because earlier versions of
    postgres don't have it...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4279 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-27

    Several improvements related to WMS:
    * Adds WMS styles support (think "themes").
    * WMS layer selection window only lets you select one style at a time.
    * WMS layer selection window can be sorted various ways, including the list order in which it was sent from the server (this helps in keeping lists of months ordered properly).
    * Early work for changing the image encoding sent from the WMS server.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4278 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-27

    Update ToolButton popup menus for Qt4.C


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4277 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-27

    QApplication needs to be instantiated before applicationDirPath() is called.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4276 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-27

    Fix some layout issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4275 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-27

    UI improvements to keep the A-types (ie me) happy..


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4274 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-26

    Python wrapper code -- testing only

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4273 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-26

    Implementation of Qt4 dialog for mapserver export tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4272 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-26

    Make X11 selection rect display to the upper left as well as lower right.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4271 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-26

    Refactoring of QSettings naming conventions. This has been tested but there
    may be errors since the base key name for all plugins was changed. The convention
    for settings keys used by a pluting is to name the key "/Plugin-MyPluginName/foo".
    Thus the delimited text plugin key is /Plugin-DelimitedText and all settings
    related to it are stored under it. (I know, commit messages shouldn't be used
    to write documentation)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4270 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-25

    Reorganization of the sections in the QGIS configuration file (QSettings).
    There may be issues with the implementation -- check to make sure that
    the appropriate keys are being used when restoring settings.

    Plugins are not affected -- yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4269 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-25

    Update selection and zoom rectangles for Qt4.
    (Object editing rubberbands are still not updated.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4268 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-25

    Quick change to fail configure if Qt 4 is not found. Additional cleanup
    to the Qt detection code is required to complete the migration from
    version 3.x to 4.x.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4267 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-24

    qgis/helpviewer should now be compilable under Qt4; Makefile.am more closely follows (e.g.) qgis/plugins/grass, which makes "make clean" work properly.

    After this commit you should re-configure qgis, make clean in qgis/helpviewer then build as normal.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4266 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-24

    Converted QSettings to use global organization and application name so
    they don't have to be specified in the QSettings constructor. This doesn't
    apply to plugins.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4265 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-24

    Fixes for QSettings implementation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4264 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-23

    Set dialog constructor modal flag to true. This causes the dialog to have the right window type on a Mac.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4263 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-23

    Remove font property settings using the default (unspecified) font size from UI files. uic3 (Qt 4.0.1) is generating code which sets the size to 0 instead of the default size. This causes no text to be drawn for X11 and a crash for Macs.

    Removing empty attribute blocks has no effect. For non-empty blocks using the default size, the settings have been moved to the implementation class. When the bug is fixed, the settings can be put back in the ui file and removed from the implementation file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4262 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-22

    Transparency for grayscale images works again



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4261 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-22

    Reinstate nodata in metadata which has mysteriously disappeared from raster metadata...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4260 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-22

    Apply patch from Martin for gentoo friendliness


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4259 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-22

    Removed Qt4 #ifdef block (issue resolved)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4258 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-22

    Fix for plugins not loading. This was related to grabbing the existing Plugin menu
    in order to insert the new menu items.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4257 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-22

    Qt4/Mac requires a type to avoid an "ambiguous argument type" error.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4256 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-21

    Add build support for Qt4/Mac.

    (The environment variable QTDIR should be defined similar to /usr/local/Trolltech/Qt-4.0.1 for Qt4 and /Developer/qt for Qt3.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4255 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-21

    Random color now assigned when a layer is first loaded


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4253 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-21

    Added helpviewer subdir to the top-level Makefile.am
    Changes to helpviewer classes to allow compilation under Qt 4.0.1

    Works on Linux; untested on other platforms.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4252 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-21

    Changes to allow compilation with Qt 4.0.1.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4251 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Changelog for extra version update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4250 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Bumped extra version to 7.9.2 to indicate Qt4 port version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4249 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Make file for libqgsraster


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4248 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Moved code that I factored out of raster last night into its own dir / lib. This is the (extremely minimal) beginnings of libqgsraster which will eventualy do all the raster processing grunt work. qgsrasterlayer will then become a thin wrapper for qgsraster functions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4247 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Points snaping does now consider changed geometries. Fixed a bug which prevents multiple changes of the same gdeometry. All changes are not related to qt (and therefore should not conflict with the current qt4 port)

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4246 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Fix to remove georeferencer plugin from the build


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4245 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    More changes for Qt4. QGIS now compiles and runs, although there are problems. Plugins do not load
    and there are display issues when loading a layer.

    The georeferencer plugin is currently disabled in the build due to unresolved UI issues.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4244 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Move member decl'sinto provite section (out of signals)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4243 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Fix qt4 build errors in projection selector


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4242 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Fix small mistype preventing build


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4241 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Fix compile error in qt4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4240 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Fix build errors ini qt4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4239 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Add sentinels to src/qgsrasterbandstats.h and src/qgsrasterpyramid.h
    Add missing include to src/qgsencodingfiledialog.h
    Add missing include to src/qgsrasterlayerproperties.cpp

    Still need to resolve some trivial compile issues in src/qgsrasterlayerproperties.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4238 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Fix problem with qgsraster not building in qt4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4237 c8812cc2-4d05-0410-92ff-de0c093fc19c

shalasz <shalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Find libQtCore on Debian


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4236 c8812cc2-4d05-0410-92ff-de0c093fc19c

shalasz <shalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-20

    Look for uic3 in PATH as well


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4235 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-19

    Qt4 port using Qt3 compatibility library. Note - not all files compile yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4234 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-19

    Inital checkin of mapserver export tools

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4232 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-19

    Added check for Qt 4.1x in addition to 4.0.x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4231 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-19

    Changed path to qt3to4 to use the QTDIR environment variable rather than
    a hard-coded path.

    Added a check to make sure that QTDIR is set prior to running the script.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4230 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-18

    Fix for the query builder when invoked from the PostgreSQL layer selection dialog.
    This closes bug 1348385.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4226 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-18

    Added double quotes to schema, table, and field names in the query builder to prevent
    issues related to upper/mixed case table and fields names in PostgreSQL.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4225 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-16

    Added a couple of missing icons to themes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4210 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-15

    Fixed bug in the postgres provider which prevented graduated/ continuous/ unique rendering. Also changed the snapping methods such that they return false if no point/ segment to snap is found

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4209 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-14

    updated instructions to reflect subversion instead of cvs

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4208 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-14

    Renamed INSTALL.cvs to INSTALL.svn

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4207 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-14

    The overview canvas now shows the "pan" cursor when the mouse pointer is moved
    over it to indicate that you can actually pan the map view using the overview
    map.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4206 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-14

    test from svn+ssh

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4205 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-14

    test checking from dav_svn

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4204 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-14

    test from dav

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4203 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-12

    Makefile.am for mapserver export tool

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4202 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-12

    Python configuration changes



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4201 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-12

    Fixes to Postgres include substitutions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4200 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-12

    Added support for python to the build system. Don't get too excited,
    this isn't used anywhere yet...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4199 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-12

    Added missing pngs from svn migration


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4198 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    fixed icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4197 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    fixed icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4196 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    fixed icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4195 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    fixed bad xpms

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4194 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    fixed theme icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4192 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    fixed developer images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4191 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    fixed images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4190 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    deleted corrupt images

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4189 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    added correct icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4188 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    deleted corrupted icons

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4187 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    added icon

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4186 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    Deleted corrupt icon



    git-svn-id: http://svn.osgeo.org/qgis/trunk@4185 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-11

    Updated todo list

    git-svn-id: http://svn.osgeo.org/qgis/trunk@4184 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-10

    Changed definition of symbology compatibility for vector layers, some legend cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4179 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-10

    Minor revision to merge from 0.7.4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4177 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-10

    Three more files merged from 0.7.4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4176 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-10

    Minor bump to version number


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4175 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-10

    Final (hopefully) parts of merge from 0.7


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4174 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-09

    Merge of 0.7 mapcanvas goodies into head
    Thanks to Tom Elwertowski for resolving the conflicts


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4173 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-09

    Merge in changes in 0.7.4 branch into head.
    Many thanks to Tom Elwertowski for doing all the hard bits in src!
    Please note that qgsmapcanvas.* has not been merged in yet due to
    some difficulties we have encountered resolving conflicts.
    No changes to grass provider or plugins were merged in from 0.7 branch.
    Cvs has not been tagged yet as post merge pending the resolution of
    qgsmapcanvas issue.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4170 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-06

    Merge in from 0.7 branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4169 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-06

    Added nkids theme


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4168 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-06

    Merged in from 0.7 branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4167 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-06

    Merge from qgis 0.7 branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4166 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-06

    Merge in from 0.7 branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4165 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-06

    Clone (not merged just copied) i18n stuff over from o.7 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4164 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-06

    Add helpviewer to build process


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4163 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-06

    Merve from 0.7 branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4162 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-05

    Merge from 0.7 branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4160 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-05

    Merge in docs from 0.7 branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4159 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-04

    Get rid of stderr message slowing everything down


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4157 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-03

    changed new legend such that item moves are shown during mouseMoveEvent


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4154 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-02

    removed this file - its deprecated
    (bug#1297522)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4151 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-02

    This commit fixes problems with project open and project save(as) dialogs where they lose the last directory node each time they are used.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4149 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-01

    [ 1345028 ] 0.7.4 Latvian.ts

    Latvian updates from MZM

    Need to check if old latvian file can be removed...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4145 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-11-01

    Fix bug where file dialogs lose the last directory node each time they are used.
    Move settings stuff inside accepted check of dialog so last dir etc arnt saved if user presses cancel


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4143 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-29

    Fix for raster props not being correctly restored when project file is loaded.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4139 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-27

    Remove the old way that plugins used to create menu entries. This may
    cause some plugins that we don't know about to fail to compile, but the
    change required is trivial, and can be gleaned from any of the plugins
    that come as part of qgis.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4135 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-26

    Provide an warning message if a spatial table doesn't have an oid column
    when we need one (happens when the primary key column is not of type int4).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4134 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-25

    Mods after testing the copy/paste of attribute table data through a Windows
    X server. Still requires testing on a Windows and Mac version of Qgis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4132 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-24

    fix for legend compile problems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4130 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-24

    Bug fix: turning on on-the-fly-projections and then removing all layers and then
    loading a new layer didn't update the new layers' map units.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4128 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-24

    Fix a bug where the scale bar units weren't being correctly updated after
    a change in map units caused by turning on on-the-fly-reprojection.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4127 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-23

    some improvements in reading legend settings from file. Needs more testing and debugging though


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4125 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-22

    Implemented a 'copy selection to clipboard' for the attribute table (works
    under Linux when pasting to openoffice calc at least, but requires further
    testing with other programs, esp. windows).
    Available as a button above the attribute table.
    Also committed a copy of the icon in png format.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4124 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-21

    Tidy up of code that swaps endian-ness of the key column values.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4123 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-21

    Remove code that created QString selectSQL - it's not used anywhere else in
    qgis.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4122 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-21

    Removed the code that modified the schema search path - with the recent
    changes to do with schemas, this is no longer necessary.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4121 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-21

    getpid() header


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4120 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-21

    Apply patch:
    [ 1328009 ] fix for bsb loading bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4118 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-21

    Disable the 'no transaction in progress' warning message that comes from
    PostgreSQL (only for non-debug compilations).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4116 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-20

    One last tweak to which connection is displayed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4114 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-20

    Usability improvements to database connection selector and
    better behaviour when connections are created and deleted


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4113 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-20

    Remember which database is selected in the database selection dialog box (makes
    it nicer to use).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4112 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-20

    Fix for bug  1332221 (attribute table only shows ID and first row).
    Also changed the deduceEndian function to initialise the swapEndian variable
    (wasn't being done).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4110 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-19

    fix for sql problem wenn commiting changed geometries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4107 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-19

    Fix for bug 1282953: non-blank catalog names in the geometry_columns postgis
    table caused qgis to generate invalid sql to postgres. According to the
    postgis docs, the f_table_catalog column in the geometry_columns table
    is left blank as postgres doesn't have the concept of a catalog. Qgis now
    ignores the contents of that column.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4103 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-18

    improved restoring the legend from project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4102 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-18

    Bug fix - renamed columns in view were causing an assert.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4101 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-18

    Correct code that only gets compiled with debug turned on


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4099 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-18

    new modules


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4098 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-18

    new items


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4097 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-18

    get feature selected flag, selectionChanged signal


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4096 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-18

    Merge of schema support changes from 0.7 branch into head.
    Hope this doesn't break anything else - the merge was somewhat involved


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4095 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-18

    keyField()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4092 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-16

    Back out change of qgsabout.ui.h (16 Oct 2005 18:30:05 -0000 1.6) - int i is still needed in #ifdef QGISDEBUG mode.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4089 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-16

    Apply warnings for unused vars patch from karl
    [ 1325870 ] removing trivial warnings (unused variables)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4088 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-15

    Make the WMS provider more fully understand the WMS metadata XML schema - (part 3).

    Many more items should now be appearing in Properties > Metadata tab, including Image Formats. In a future commit this will be wired up to the WMS layer selection dialog, allowing a choice between (e.g.) PNG (the current default) or JPEG.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4087 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-15

    Wrap query subset clause in parentheses to preserve grouping of
    a compound clause when ANDing with selection rectangle clause.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4085 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-14

    OGR provider now reports, in its description, the build-time and run-time versions of the OGR library.  For example this will appear in Help > About Quantum GIS > Providers tab.

    This should help us better troubleshoot bugs in the field.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4084 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-14

    fix for new mapset where vector db is not set


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4082 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-14

    Include util.h instead of pty.h for Mac.
    Add braces to avoid "jump to case label crosses initialization" error.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4081 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-13

    commented out some lines in qgsogrprovider.cpp for now such that qgis compiles properly on all systems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4080 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-13

    Make the WMS provider more fully understand the WMS metadata XML schema - (part 2).

    This time, metadata is wired to the raster properties dialog under the Metadata tab.  But only for a few items.  A future commit will make more items visible there.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4079 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-13

    extended the 'new vectorlayer' dialog with a combo box to choose the file format. At the moment, only shapefile is inserted


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4078 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-13

    added a try - catch for an unhandled exception during a coordinate transform


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4077 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-13

    enabled the new method to create vectorlayers and put an ifdef around OGRSpatialReference->Release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4076 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-13

    shell


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4075 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-13

    shell


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4074 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-13

    Added capability to generate graticule as points (at intersections), lines or polygons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4073 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-12

    added an extern C method in the ogr provider to create new datasources. This method will replace the QgsVectorFileWriter class soon. Other providers may add methods with the same signature for creation of new data sources


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4072 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-12

    added code for writing legend settings with writeEntry()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4071 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-11

    fixed a bug in QgsGeometry::boundingBox for multipolygons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4067 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-11

    use fast geos export method on little- and big endian machine since QgsGeometry::geosGeometry is now endian-aware. Fixed a memory leak in the OgrProvider. Use ->getNextFeature(false) when selecting vector features because attributes are not needed for geometric selection


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4066 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-11

    more changes to consider for endianness in QgsGeometry


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4065 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-10

    Make the WMS provider more fully understand the WMS metadata XML schema - (part 1).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4059 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-10

    fixed a memory leak and removed some dead code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4055 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-09

    WMS provider now handles memory management of images more appropriately.  Firstly it doesn't leak an image on each redraw and secondly it will cache the last image for faster redraw.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4051 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-09

    Fix up raster data providers (i.e. WMS) in line with mcoletti's changes in the vector data provider area.  WMS really should work again now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4048 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-09

    M. Loskot patch for bug 1313365


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4047 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-08

    Reverted changes committed by mcoletti that prevented HEAD from compiling since
    he's just left for a week. HEAD compiles; filters are missing when opening
    an OGR layer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4046 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-07

    QgsDataManager :

     - s/name/dataSource/ in member function parameter lists

     - started implementation of openVector()

    QgsProviderRegistry :

     - added openVector() which will eventually be called by
       QgsDataManager::openVector()

     - made naming convention consistent for fileVectorFilters so that OGR
       supported formats get properly loaded again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4045 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-07

    Added mDataSourceLayerNum


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4044 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-07

    moved omgdal to libqgis so that provider libraries would pass dltest


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4043 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-07

    Use different print font scaling factor for Mac.
    Define factor in header file so it can be adjusted with one edit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4041 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-07

    Merge from 0.7 release branch:
    For Mac, don't call QPrinter::setOutputToFile(true) before QPrinter::setup().
    Doing so will suppress the Mac Print dialog and disable paper printing.
    This edit disables Mac eps output but the Mac has a pdf option in its
    standard Print dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4040 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-06

    Minor cleanup after mcoletti's Aug 26 changes to get WMS going again.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4039 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-06

    fixed two little memory leaks in ogrprovider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4038 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-06

    Change dependency rules to match names of generated files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4037 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-06

    Makfile.am changed to conform to the rest of the build system with regard to
    uic.h/cpp generation.
    Changed qgsgrassmapcalc.cpp to use pow(double, double) calls to permit compiliation
    on gcc 3.3.x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4034 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-06

    Show Qt link parameter at end of configure process


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4033 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-05

    Apply wonders make patch for geos issues
    Try to improve errror checking for when ~/.qgis.db doesnt exist


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4032 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-04

    mapcalc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4030 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-04

    added czech


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4029 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-04

    updated czech translation by Martin Landa <landa@gama.fsv.cvut.cz>


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4028 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-04

    Updated minor version number to 0.7.9 (this follows the system used by kde folks which seems to work well. So consider version x.x.9.x to be beta of upcoming release.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4027 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-03

    bug fix: the search for tables with geometry columns was including
    database objects that weren't tables or views


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4025 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-03

    Bug fix: reporting of a postgres error was using the wrong sql for the error message


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4023 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-02

    added two icons for the legend and removed a bug which prevented to put the correct in overview pixmap to legend layer files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4021 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-02

    bugfix for [ 1309122 ] inconsistent behavior of labels
    Use correct index when retrieving columns.
    Also add some PQclears for queries which weren't being freed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4019 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-01

    reading/writing of the legend from/to project files. At the moment, readXML and writeXML functions are used. This may be changed to use QgsProject or QSettings functions in future


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4017 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-10-01

    bugfix for [ 1282854 ] Some dialog widgets too narrow


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4016 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-30

    Merge from 0.7 release branch:
    Adjust button dimensions so that text looks ok on Mac for PGQueryBuilder
    operator buttons. (Height is now unconstrained because Qt/Mac is placing
    default space below text and clipping text on top if it doesn"t fit.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4014 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-30

    Merge from 0.7 release branch:
    Use QToolButton instead of QPushButton to display a color setting
    because Mac pushbuttons are always drawn using the standard system
    button color. Also don"t change button color if the color picker
    dialog was cancelled.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4013 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-30

    Merge from 0.7 release branch:
    Adjust dialog construction for Mac so that right dialog type is used.
    - Set modal flag: LayerProjectionSelector, LUDialog, Options, PGQueryBuilder, ProjectProperties, RasterLayerProperties.
    - Construct without parent to make modeless: Bookmarks, CustomProjection.
    Also allow only one instance of Bookmarks to be created.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4012 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-30

    Merge from 0.7 release branch:
    Remove empty font property tag which was causing an oversize button
    on Mac OS X.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4011 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-30

    Merge from 0.7 release branch:
    Changes to fix display anomalies on OS X and Linux. All toggle buttons
    for selecting line or fill type are now QToolButton widgets. Adjusted
    the graphics displayed on each button to make it easier to distinguish
    which is active.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4008 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-29

    module options separated into new class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4007 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-29

    Tell cvs to ignore some files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4006 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-29

    Just some minor update to the splash screen...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4005 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-29

    Fix typo in variable name in new stuff mark committed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4004 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-29

    Applied patch from Karl
    [ 1305377 ] constructor initialization order warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4003 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-28

    Applied patch from Karl
    [ 1305377 ] constructor initialization order warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4002 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-28

    qgsdataprovider :

     - added fileVectorFilters() and fileRasterFilters() virtual functions that
       return an empty string by default

    qgsproviderregistry :

     - now stores vector file filter strings

     - builds the file filter string upon construction by concatenating strings
       returned from successive calls to all data provider fileVectorFilter()s

     - added fileVectorFilters() member that returns QFileDialog friendly filter
       string built as described in previous item

    qgisapp :

     - now uses vector file filter string returned from QgsProviderRegistry
       vectorFileFilters() call


    Note that currently only OGR data provider builds and returns this vector file
    filter string.  Maintainers of other vector data providers should also
    implement vector file filter functions as necessary.  Please see
    QgsOgrDataProvider source for examples.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4001 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-28

    Merged in some projection stuff from 0.7 to hopefully help stabilise head a little. There is still stuff in canvas etc that needs to come in I think. I tried to test with Radims plugin, but cant find how to get the screen with the projection selector like he had in his screenies.

    With apologies to Brendan if I broke any of his qt4 compat edits...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3999 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    tell cvs to ignore some files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3998 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    <br> must be at the end of line?


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3997 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    create new vector


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3996 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    static list of vector layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3995 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    fix bug in select vector/raster


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3994 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    applicationDirPath is in class QApplication (which is not a superclass of QgisApp)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3993 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    new/updated tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3992 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    new/updated tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3991 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    open/new/close mapset


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3990 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    deleted ui.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3989 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-27

    open/close mapset


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3988 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-26

    Apply patch 1305149, with some additional mods, to get qgis head to compile from a fresh cvs checkout


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3987 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-26

    Fix for HEAD compile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3986 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-26

    Makefile.am fix to allow compile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3985 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-26

    fix a little typo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3984 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-26

    Oops. Done right this time.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3983 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-26

    qgsvectordataprovider shouldn't be in the list of files to run moc against.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3982 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-26

    Modify Makefile.am files to get qgis to compile from a clean cvs checkout. No guarantees that it actually will compile yet, but here's hoping (to test a clean
    checkout, I need to commit the changes, so that I can do a clean checkout to test if it works).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3981 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-25

    First draft of raster file format converter. Adds a 'convert to' option to raster context menu. At the moment its just hard coded to convert to .tif format and also hard coded to write output into /tmp.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3979 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-25

    Emit signal with srid of selected srs (as a string) as per Radims request.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3978 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-25

    Bug fix. Compiling under QT3 didn't work. The changes here are an attempt to fix the problem, but need reviewing by morb_au first before they are applied to all of the other directories that have the same problem.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3976 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-23

    Rolled forward {get,set}DataSourceUri() member function changes from
    QgsDataProvider base class.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3971 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-23

    qgsdataprovider :

     - ctor QString argument now passed by const reference instead of wasteful
       copy

     - added mDataSourceURI private data member

     - setDataSourceUri() and getDataSourceUri() now refer to new data member

    (All this because most every data provider was doing the same thing over and
    over and over and over again -- a sure need for generalization.)

    qgsproviderregistry :

     - now returns null if a data provider was unable to load a given source

     - now also unloads the data provider if there was an error instead of
       wastefully keeping it around in memory

    qgsrasterdataprovider :

     - added ctor for URI parameter

    qgsvectordataprovider :

     - added ctor for URI parameter

    qgsvectorlayer.cpp :

     - added simple debugging probe; was having problems whereby loading projects
       where data has subsequently moved was causing core dumps


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3970 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-23

    - rolled forward named() and description() member changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3967 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-23

    qgisapp.cpp

     - merged from branch 0.7

    qgsdataprovider.h

     - added name() and description() pure virtual members

    qgspluginmanager.cpp

     - plugin directory path now used

    qgsproviderregistry.cpp

     - member names now compliant with coding standard

     - limited reformatting and clean-up

    qgsvectordataprovider

     - no longer uses Q_OBJECT since it doesn't provide signals or slots

    qgsvectorfilewriter.cpp

     - 0.7 branch merge


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3966 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-23

    Moved qgsscangeometries.ui.h out of SPIT_UI to prevent its deletion when
    doing a make clean. Files ending in ui.h are not generated; they are original
    source files and should not be included in BUILT_SOURCES.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3964 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-23

    - by golly, someone moved QgsScaleCalculator units to QGis

    - using the various *config utils generates -I strings that apparently flummox
      qmake; so now strip those out before appending the include strings generated
      from config script invocations

    The test suite now runs again successfully.  Go me.  Or something.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3959 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-23

    - dump() now checks to see if properties_ is empty before dumping properties

    - qDebug() would abort because someone forgot that QString::local8bit()
      _doesn't_ return a C-style string; it returns QCString which will cause
      qDebug() calls to blow up; if you insist on using QString::local8bit() in
      qDebug() then use it this way:

      qDebug( "%s", myQString.local8bit().data() );

    Please do pay attention to compiler warnings.  The warnings generated by
    mis-using local8bit _do_ _say_ that the program will likely abort when
    execution gets to those statements.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3958 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-23

    Synched with latest snapshot of dependent object files.  Also now depend on
    qgis library.  Also use cppunit configure script for command line options.

    Sadly, QgsProject seems to be broken, though that may have more to do with
    local state of source than anything else.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3957 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-22

    Stomping link errors and superfluous builds


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3956 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-22

    future means of adding and managing data


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3955 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-22

    Eliminated annoying linker issues.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3954 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-22

    Every new version needs some nice splashyness :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3953 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-22

    Remove duplicate files from qgis app which were also being compiled by libqgis.
    Suppress distribution of generated uic.h files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3952 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-21

    [ 1294894 ] measure distances using geodetic distance

    Committing wonder's patch for measuring areas.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3949 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-21

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3948 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-21

    bugfixes for the legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3947 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-21

    Fix small bug in select using epsg spotted by Radim


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3940 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-21

    Move catch outside #ifdef to balance try


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3938 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-20

    [ 1246882 ] warnings cleanup - missing returns

    Applied and tested Karls retrun type warnings patch.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3937 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-20

    Karls patch for safer file writing in map composer:
    [ 1243390 ] unsafe fileopens in mapcomposer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3936 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-20

    Use qApp->applicationDirPath() instead of PKGDATAPATH for Mac and Win


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3934 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-19

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3930 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-18

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3928 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-18

    Added tr updates from BABA Yoshihiko for japanese


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3927 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-17

    added 'expand all' and 'collapse all' functions. Removed some bugs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3923 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-17

    Apply patch
    [ 1274887 ] Added tr()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3922 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-17

    Applied following patches:
    1293255 SPIT: bugfix for "no fields" problem
    1293069 2 bugfixes regarding extent calculation
    1292938 added panning to overview
    1253211 patch for PostGIS provider
    1253027 patch for querybuilder


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3919 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-16

    More changes for Qt4 porting readiness.  In theory the process described in http://wiki.qgis.org/qgiswiki/Building_a_Qt3_codebase_with_Qt4 should work now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3917 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-16

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3915 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-16

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3914 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-15

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3912 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-15

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3911 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-15

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3910 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-15

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3909 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-14

    also applied postgis provider changes to head. Removed a bug in ogrprovider which sometimes caused crashes when selecting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3907 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-13

    fixed 'zoom to selection' in head. Changed QgsLegend::currentLayer() such that it also returns a layer if a legend layer is active (and not only if a legend layer file is active)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3906 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-13

    composer picture


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3905 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-12

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3904 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-12

    More changes for Qt4 porting readiness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3903 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-10

    Applied patch from Martin Dobias to provide feature searches in attribute table.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3899 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-07

    slightly modified nviz tool posted by  Larissa Junek


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3893 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-07

    fix for enable/disable actions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3892 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-07

    set Select tool before QgsComposerMap constructor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3891 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-09-06

    functions and icons for adding and removing legend groups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3890 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-29

    some code cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3869 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-28

    removed a bug in the new legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3868 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-28

    add to overview/ remove from overview for the legend layer. Changed QgisApp::setOverviewZOrder(QgsLegend) from private to public. Removed a qWarning line in QgsMaplayerRegistry to get cvs head to compile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3867 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-25

    Since the provider registry will give you the desired data provider, why do it
    yourself?  QgsVectorLayer now relies on provider registry to get OGR provider.

    Of course even this will probably significantly change Real Soon Now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3862 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-25

    - optimized #includes and forward class declartions in header

    - made const functions const

    - prefer argument const references to copies

    - internal improvements such as not creating empty meta data entries when
      searching for data providers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3861 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-25

    tried to make the new legend easier for casual GIS users by showing only the legend layers by default and by adding a right click menu also to the legend layer (not only to the legend layer file)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3860 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-21

    changed behaviour of the new legend such that all drag functions are with left mouse button pressed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3851 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-19

    - pass in QStrings to ctor by const reference instead of by value
    - made const members const
    - added a few comments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3850 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-19

    applied Karl's patch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3849 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-18

    More changes in preparation for building against Qt4:
    * src/Makefile.am now has different build instructions for Qt3 vs Qt4.
    * qgsprojectionselector more compatible with either Qt3 or Qt4.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3846 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-17

    Improved version of the qgis-qt3to4.pl tool - no longer dependent on the *.pro being correct; provides a porting log per file; keeps better backups for manual comparisons of ports.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3840 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-16

    patch for editing with dbf driver if user is not PERMANENT owner


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3837 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-15

    Proof of concept for a tool to automatically convert the QGIS Qt3 codebase to Qt4-compatible compilation.

    Warning: Run this on a *copy* of your CVS working directory!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3836 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-15

    Change .ascii()fication to .local8Bit()ification as per an email I received from Tom Elwertowski on 9 August.  This is still to ease porting to Qt4 later.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3835 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-12

    Added pure virtual member function layerCount().


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3833 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-12

    Added ::subLayerCount(), which is rolled down from QgsDataProvider.

    Note that data provider authors will have to properly flesh out these
    functions since I do not know how each provider calculates the number of
    layer; except for the OGR provider which correctly returns the actual number
    of layers.  All other providers have hard-coded to always return "1".
    Obviously that will have to be changed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3832 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-12

    removed some of my bugs in the new legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3831 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-12

    Brought over fix from 0.7 branch that cures core dump if SDTS vector layer is
    loaded.  (Or any dataset that has multiple layers where the first layer
    doesn't happen to have geospatial data.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3830 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-11

    Started implementing drag and drop behaviour in the new legend. By dragging with the left mouse button pressed, items (of the same level) can be reordered. By dragging with the middle mouse button pressen, items can be dragged 'into other ones'. If two layer files are 'symbology compatible' (that means for vector layers the same number and kind of attributes), their legend can be grouped if the legend layer files are in the same legend layer group


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3827 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-09

    test null value for cat


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3824 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-08

    Continue the .ascii()fication of debugging messages for Qt4 porting friendliness.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3819 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-04

    Migrate from implicit casting of QStrings to char*'s to explicit casting using .ascii() or explicit testing using .isEmpty().  This will assist in the porting process later to Qt4 by making these constructs easy to grep and substitute for Qt4 versions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3813 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-08-02

    Initial conversion of the build system to recognise Qt4.0.0 as a build option.  For example, if you've "make install"ed Qt4, you can try using ./configure "--with-qtdir=/usr/local/Trolltech/Qt-4.0.0".

    It's HIGHLY RECOMMENDED to build against Qt4 in a *copy* of your CVS working directory as you will still have to run qt3to4 from the qgis root directory (e.g. "/usr/local/Trolltech/Qt-4.0.0/bin/qt3to4 qgis.pro") before you "make", and this change is difficult to undo.

    Please continue to commit new code that is Qt3.3 compatible, NOT Qt4 only.

    Note that qgis doesn't actually build against Qt4 yet; this is a change to the build system only, not the code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3809 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-29

    Added a bit more const correctness to QgsSymbol, QgsRenderer, QgsVectorLayer & co


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3805 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-28

    preparations for moving layers into the same symbology group


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3800 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-27

    Actually add all the files in, like qgshttptransaction.*


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3798 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-27

    Allows the GRASS plugin code to find the new location of QGIS legend code (../../src/legend).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3797 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-26

    Removed marker classes which are not needed any more with the current QgsSymbol and a few things in the maplayers which are not longer needed with the new legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3796 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-26

    Updated czech translation written by Martin Landa  <landa@gama.fsv.cvut.cz>


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3791 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-23

    Small Paste Transformations code cleanup.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3778 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-22

    restored QgsMapLayer::fields() because it is used by code commited in the meantime


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3774 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-22

    forgot to add these two files before the last commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3773 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-22

    Improvements for the new legend. Advanced drag and drop behaviour is not implemented yet


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3772 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-22

    Continuation of coding for the new "Paste Transformations" feature.  Bonus item: Doing a Copy now also puts attribute values on the system clipboard as well as geomteries.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3768 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-21

    Apply [ 1235689 ] Delimited text i18n patch to head


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3766 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-21

    apply [ 1241826 ] fix for bug 1227539 to head


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3765 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-21

    apply patch [ 1242486 ] fix for grass provider makefile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3763 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-21

    The PostgreSQL provider now chooses its own value for the primary key when adding features.  This is done by choosing the maximum of the existing primary key values, plus 1.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3761 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-17

    Merge from cvs 0.7 release branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3756 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-13

    Czech translation written by Martin Landa <landa@gama.fsv.cvut.cz>


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3745 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-11

    Integrated the new treeview legend into qgis head. The rightclick functions should now work again when right clicking on the layer file items. The order of the layers should also work. The rest of the legend is work in progress


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3737 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-11

    Italien translation by Napo <napoogle@gmail.com>


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3734 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-08

    Initial claim on the QgsPasteTransformations namespace.  QgsPasteTransformations is a dialog to mange which fields get transferred where in a copy/paste operation.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3722 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-04

    Rounded instead of truncated when calculating pixel width and pixel positioning.  This should resolve the 1-pixel gaps that sometimes appear when rasters are meant to be tiled together.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3707 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-03

    Make the OGR capabilties() routine a bit more friendly to downlevel OGR source code when compiling (see new comments in this diff for details).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3697 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-03

    Merged changes in the 0.7 release candidate branch (as at "Release-0_7-candidate-pre1") back into the trunk. This additional commit is a clean-up of added files in the new src/mac directory.  (Take 2)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3694 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-03

    Update end-user version numbers to suit new merged status.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3692 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-03

    Merged changes in the 0.7 release candidate branch (as at "Release-0_7-candidate-pre1") back into the trunk.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3691 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-01

    More improvements for add/move/delete vertex.
    * Menu now show which of add/move/delete is toggled on.
    * Refresh-map now is hooked up to Ctrl+R so that added/moved/deleted nodes can be seen properly and quickly.
    * Multiple edits on the same geometry now work.
    Geometry editing now works in a basic end-to-end fashion for PostGIS.  Other providers still need to be tested.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3682 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-07-01

    The vector metadata property page now reports the storage type (e.g. Shapefile, MapInfo file, PostgreSQL database with PostGIS extension, etc.) and editing capabilities (Add Attributes, Change Geometries, etc).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3681 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-30

    More changes to support add/move/delete vertex.
    Lots of UI stuff still needs to be polished in this area but add/move/delete vertex can *almost* perform as advertised if all the planets are aligned.  More to follow in a future commit...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3676 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-26

    Plenty of little changes in the pursuit of the add/move/delete vertex tools:
    * Delete-vertex option added to UI.
    * GEOS geometry factory now a static member of QgsGeometry (instead of being instantiated per-geometry).
    * Added GEOS-to-WKB functionality to QgsGeometry (LineString only at this stage).
    * Made private variables mutable in QgsGeometry to assist const correctness.
    * QgsMapCanvas now reports to the UI if a line segment couldn't be snapped.
    * QgsVectorLayer also sets some default values in the same case, which helps prevent crashes later on (particularly when project properties > snapping tolerance is 0).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3662 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-23

    Change static class members to be initialised outside the class (to satisfy the new GCC 4 compiler).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3658 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-19

    Further work on feature pasting.  Paste no longer crashes.  However there is still some work to go before paste actually works on PostGIS layers.  Other layers not tested yet.  Copy also now adds some basic WKTs on the system clipboard (so you can paste to a text editor!).  Also:

    * WKT now defaults to 6 significant digits, to allow for degree-based datums
    * mAddedFeatures in QgsVectorLayer is now a std::vector instead of a list, as nothing was done to it that required list functionality, and lists are less memory efficient, and the other copy/paste functions took vectors anyway.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3647 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-19

    Better OGR-provider pointer hygiene, as suggested by valgrind.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3646 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-15

    escape apostrophe, use null if text is empty


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3603 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-14

    Add better pointer hygiene in QgsFeature (less crashes hopefully, especially when "Copy"ing features).  Some more code to support WKB <-> GEOS geometry in QgsGeometry (not there yet though).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3599 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-14

    enable negative label offset


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3593 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-11

    Set version number for 0.8 development. See comments in configure.in for
    the convention used.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3573 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-10

    Cleanup of bug 1212152 - adding GDAL flags to Makefile.am.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3567 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-10

    restored the unique value renderer again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3564 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-09

    Add $(GDAL_CFLAGS) and $(GEOS_CFLAGS) to Makefile.am's.  Addresses bug 1212152 and Martin Dobias' email of 8 June 2005.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3561 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-07

    a lot of changes to simplify the interactions between renderers, renderer dialogs and qgsdlgvectorlayerproperties. E.g. the vector layer properties is now created/ destroyed each time it is opened/ closed. The unique value has not been changed yet. Also, the item legend is disabled for vector layers at the moment.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3548 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-06

    Fix for non-PostGIS/PostgreSQL layers that were broken by my recent commits to HEAD (in particular relating to cache-enabling the PostgreSQL provider).  Hopefully addresses bug 1214771.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3547 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-05

    Updates to the WMS provider to allow for usage of an HTTP proxy (un-authenticated).  Not tested by me as I don't have a proxy to test on.  Suggested by timlinux (Tim Sutton).  Qt4 will apparently allow us to add authenticated proxies but in the meantime this is a good start.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3543 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-04

    Force libpng warnings to forced up into the GUI (rather than cerr) - some PNGs returned by WMS cannot be parsed by libpng and it would be useful to tell the user that.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3537 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-03

    Added a bug fix so that WMS can actually display some images instead of a (0,0) size image.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3534 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-03

    Chinese translations - many thanks Nilarcs!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3528 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-03

    Martin Dobias's patch to allow setting extents from cli on startup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3527 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-02

    De-mangle the getProjectionWKT function in QgsRasterProvider that was broken when I merged in my changes a few days ago.  All rasters should work again.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3526 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-01

    Neaten up the WMS selection dialog box.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3518 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-01

    the beer replaced by button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3515 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-06-01

    the beer replaced by button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3513 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-31

    Hooked up WMS layer, Add/Move Vertex, and Cut/Copy/Paste to UI.  No guarantees that any of this actually works yet, but you can at least do a click and giggle.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3509 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-31

    Fix for GRASS provider that wasn't playing nicely with the new QgsFeature API.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3508 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-30

    Start wiring in WMS, internal clipboard and add/more vertex functions into QgisApp.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3507 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-30

    Add cvsignore to WMS directory.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3506 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-30

    Initial addition of routines for Add and Move Vertex in QgsMapCanvas.  Add Vertex is more advanced than Move Vertex but still isn't quite working yet.  Still needs to be wired up to the UI anyway.

    Also, when adding the new map tool enumerations into the Qgis namespace, also added "NoTool" at enumeration 0.  This will be needed because currently the map tool is not being properly initialised at QGIS startup.  A future commit will address this fully and should also eventually be applied to cvs 0.7 branch.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3505 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-29

    Additonal functions to support sublayers to support OGC WMS.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3497 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-29

    Initial conversion of QgsRasterLayer into a front end to QgsRasterDataProvider.  This is part of the OGC WMS support that will be wired up in a future commit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3490 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    Initial file load for the QGIS Clipboard - enabler of a future commit for cut / copy / paste of features.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3488 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    New UI files for OGC WMS functionality - not wired in yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3487 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    Utility functions to support upcoming commits for "Add Vertex".


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3485 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    Postgres provider now caches geometry retrieval into a queue instead of fetching one at a time.  This should speed things up by amalgamating SQL queries.  Calling code is adjusted accordingly.
    The initial queue size is the same as the refresh update threshold.
    TODO: Adjust the queue size independently of the update threshold; and add a queue for attribute retrieval (currently, unique value renderers still force one SQL per feature to retrieve attributes).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3484 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    Fix up configure.in to force building of WMS Makefile.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3479 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    Added in some more support files for WMS.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3478 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    Added in some more support files for QgsGeometry.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3477 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    Actually add some files into the wms directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3476 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    Initial load of OGC WMS (Web Map Service) provider files.

    Not connected to any UI yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3475 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-28

    Rearranges QgsFeature so that its owned geometry is abstracted to its own class, QgsGeometry.
    As bonus features:
     * QgsFeature::setGeometry is now setGeometryAndOwnership in order to clarify what is responsible for destruction of the WKB buffer.  Code calling setGeometry has been adjusted accordingly.
     * Additional functionality to find the closest segment is added, to support an upcoming commit for Add Vertex.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3474 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-26

    Oops, forgot SaveAs use case for bug 1207365 fix, so here it is.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3467 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-26

    Fix for bug 1207365.  Now prompts user if about to over-write existing project
    file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3466 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-26

    Added QgsDebug() convenience function.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3464 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-25

    Merge fix for bug #1205392 (raster layer name not updated) from Release-0_7-candidate branch.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3459 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-23

    Commented out #define TESTLIB. This invokes a test using dlopen on each plugin that is loaded so it is not necessary. It was causing OS X build on Tiger to
    not work with plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3438 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-23

    Changed to embedded XPM instead of PNG to preserve Qt 3.2.x compatibility


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3435 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-23

    A couple of additions to the Whats-New section


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3434 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-22

    Updated spatial bookmark icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3433 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-22

    Bugfix - srs was not being shown in vector props dialog general tab


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3432 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-22

    Added button to vector props to let user change projection after layer has been loaded


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3431 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-22

    Changed the QgsCoordinateTransform::setSourceSRS and setDestSRS functions to
    take const refs to QgsSpatialRefSys instead of pointers to such.
    Had follow on effects in quite a few files.

    Added an operator= to QgsSpatialRefSys
    Changed a few other things in QgsCoordinateTransform and QgsSpatialRefSys to
    support the change to const&

    Also has an initial version of fix for bug 1188782 (screen extents not updated when changing projection, but commented out for the moment cause it don't work right:)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3430 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-22

    Updates to line up splash text properly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3429 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-22

    Splashscreen enhancements. Added toOGRSRS for marco to spatial ref sys


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3428 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-22

    Updated docs for 0.7 release (still in progress)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3427 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-22

    Updated snapshots for 0.7 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3426 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-22

    Added gimp master xcf and mask for new splash screen.
    For future versions new splash screens should be generated from the xcf and left in there for prosperity


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3425 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-21

    some bugfixes for vector editing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3424 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-21

    Updated "Whats New" list for 0.7. If you see things that are missing, let me know...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3423 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-21

    Clicking on the projector icon in the status bar opens the project properties
    dialog and makes the Projection tab active.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3422 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-21

    Check user db when doing reverse mapping of proj string or wkt. Updated changelog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3421 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-21

    We can now determine the srsid of a wkt or proj4 string by trawling the srs db. Of ourse the srs must exist in the srs db for that to work. Only implemented against system srs db so far....will do users qgis.db searching next.

    When createFromWkt or CreateFromProj are called now, all the QgsSpatialRefSys members should be nicely populated if the reverse matching described above succeeds. Tested with baw's nz data and works a treat....but need to get more varied projected shp datasets to test decently.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3420 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-21

    Some improvements for vector editing. The attribute table is modal now if in editing mode. For editing lines and polygons, a rubber band is drawn to the mouse cursor. Some bug fixes still need to be done


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3419 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-20

    Fix for bug 1199912 (label/actions tabs don't expand in the vector properties
    dialog box). Has the side effect of making the whole dialog box wider to
    fit the label tab.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3418 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-19

    Reversed my last fix which was already remedied by Gavin!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3416 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-18

    Fix bug in createFromProj4 - mProj4String was not being set properly!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3415 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-17

    bug fixes for createFromProj4():
    - regexp would fail to match projection and ellipses with non-alphabetic
      characters in them (e.g. _ . 0-9)
    - too large a part of matching regexp was being selected
    - wrong length for the proj and ellipse parts of the regexp
    - operator<< was forgetting to actually output the projection string


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3411 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-17

    Fix for the parameter column in table srs_tbl with srs_id=1555


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3410 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-17

    Updated qgsspatialref - centralising sqlite calls (in progress) and implementing cmparitors for wkt and proj4 string so that a matchin rec (if any)can be retrieved from the database. In progress.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3409 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-17

    Added signal/slot to update bookmarks dialog when a new bookmark is added


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3408 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-17

    Added bookmarks toolbar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3407 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-16

    Add support for projection units of feet. This completes the pre-0.7
    changes to the scale bar units


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3406 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-16

    Scale bar can now do units cm if appropriate


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3405 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-16

    Internal changes to how the projection units are obtained from the proj4 string


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3404 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-16

    little bug fix in attribute table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3403 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-16

    Spatial bookmarks now work
    Removed Debug from main menu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3402 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-15

    Changed the check for GSL so it doesn't require pkg-config


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3401 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-15

    == operator now implemented using ogr siSame and isSameGeogCS functions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3400 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-15

    Added some code to build ogr srs's from the two QgsSpatialRefSys's being compared. Next i will add calls to isSameCS and isSameGeogCS using these ogr srs's


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3399 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-15

    Removed some extraneous stuff going to stdout because I now have the << operator in qgsspatialrefsys working.
    Implemented the == operator in QgsSpatialRefsys and use calls to that for equality
    testing now in QgsCoordinateTransform. At the moment equality testing is still a basic proj4 parameters
    string comparison, though I plan to update this to use OGR isSameSRS() and isSameGeogSRS() method asap.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3398 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-15

    Fixups for overloaded << operator in spatialrefsys class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3397 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-15

    Allow source raster *subpixel* positioning on map canvasses.  This allows zooming in on coarse rasters to be accurate (i.e. when 1 source pixel covers more than one screen pixel).  This has only been proof-of-concept tested, therefore the author will not be offended if further refinements are committed.  This addresses CVS bug 895502.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3396 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-15

    Fixes to backport to Qt3.2
    Also removed debug hook function from the gui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3395 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Added the makefile conditionals in plugins/georeferencer/Makefile.am so the georeferencer won't try to build unless GSL is found


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3394 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    tell cvs to ignore some files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3393 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Backport to Qt 3.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3392 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Added *.* to file selector to allow import of file types other than .shp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3391 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    When adding a vector layer and the project projection is already set, the layer dest cs is now properly set. This was not working properly before because there were still some wkt style calls to QgsProject (use of wkt internally for srs definitions is deprecated in favour of srs_id's)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3390 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Fix bug where proj4 string was not being written to project file properly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3389 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Added include for compiliation on OS X


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3388 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Updates to the naming of srs related tags in QgsProject - both for clarity adn for consistnacy with other tags srs ones now start with a capital letter. Added a tag to store the proj4 projection parameters string.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3387 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Lars's gsl detection changes incorporated with my updates to work with gsl 1.5.9


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3386 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Fix funny chars that crept in causing make to fail


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3385 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Changes to get georeference plugin to compile on my system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3384 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-14

    Added the georef plugin to the build system and a configure option for disabling it - it will be enabled by default if GSL is found


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3383 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    replace png with placeholder xpm


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3382 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Hold back on didges changes until 0.8 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3381 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Exported more environment variables of QGIS for the configuration of
    plugins, for example PLUGINPATH, PREFIX and VERSIONs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3379 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    added a progress dialog for 'invert selection' in the attribute table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3378 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    - fixed typo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3377 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Tweak of makefiles and prepared for a release.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3376 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Minor change to warning messages. Added some code to list map units to
    potentally support (currently commented out)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3375 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Improved unit selection when projection is on.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3374 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Added an UNKNOWN to the unit enum


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3373 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Bug fix for negative map units per pixel values causing a zero length scale bar.
    Use the QGis::units enum names instead of integers
    Cope with the new QGis::UNKNOWN units value


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3372 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Qt bug fix for markers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3371 c8812cc2-4d05-0410-92ff-de0c093fc19c

morb_au <morb_au@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Fixed a potentially major memory leak in getNextFeature - CVS bug 1177788.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3370 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Updated agreement to the GPL exception


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3368 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Removed the QMessageBox::Question function to allow compilation (I think)
    under Qt 3.1.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3367 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-13

    Remove annoying old debug output


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3366 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-12

    Removed hard-coded #define QGISDEBUG


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3365 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-12

    Tell cvs to ignore more files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3364 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-12

    Change the map units to suit the current projection. Only works for
    degrees and metres at the moment


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3363 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-12

    buffer by Marko Sosic


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3358 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-12

    added a button to create the spatial index in the vector layer properties (in the general tab). Currently, only the OGR provider supports this (version >=1.2.6)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3357 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-12

    First go at setting the map units as per the projected cs (but not
    fully functional)

    Also move the units enum from QgsScaleCalculator to QGis. This required
    changes in a number of files to cope with this.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3356 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-12

    Allow for map units of nautical miles


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3355 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-11

    Removed duplicate setting of map units and project title in the constructor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3354 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-11

    Bug fix - some code was duplicated where it shouldn't of been


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3353 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-11

    Made the unit display a bit better (km, m, mm, foot, feet, degree, degrees)
    A couple of formatting changes
    Remove windows #ifdef that wasn't necessary (I hope :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3352 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-11

    Give a sensible scale bar when the length is less than one map unit
    Is actually more of a bug fix than a new feature :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3351 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-10

    tell cvs to ignore some more files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3350 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-10

    Dont truncate basename for files added with multiple . in the name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3349 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-10

    Fixed operator<<(ostream&, const QgsSpatialRefSys&) and made QgsSpatialRefSys(QString) explicit to avoid automatic casts leading to ambiguity


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3348 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-10

    fill arrow


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3347 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-10

    new modules posted by Marko Sosic (mpinux@gmail.com)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3346 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-10

    relative path, cut long title, manual


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3345 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-09

    more files for cvs to ignore


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3344 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-09

    Move to the new way of setting the plugin menu items


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3343 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-09

    If qt is in a non-standard place, this script doesn't work - the
    lrelease program should be in the path, so remove the full path to it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3342 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-08

    Added checks to use appropriate databases for either system or user srs db


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3341 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-08

    Escape sql before trying to execute it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3340 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-08

    added a 'createSpatialIndex' function to QgsVectorDataProvider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3339 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-08

    fix small bug with updates for custom user projections.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3338 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-08

    More enhancements to user projections dialog.
    If no ellipsoid of proj keywords are added to parameters list, these are added using the selected combo entries.
    If proj and ellps are set, and combos dont match, combos are updated accordingly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3337 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-08

    set tab focus to the ok button in QgsDlgVectorLayerProperties (bug 1195779), changed include in qgsprojectionselector such that qgis builds on my pc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3336 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-08

    Fix for compile error. Makefile.am is still not consistent with others.
    WIN32 #ifdef has been temporarily removed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3335 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-08

    Small const fixes.
    Parse proj string and set combos accordingly when save is pressed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3334 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-07

    Committed my 1.8 hack by mistake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3333 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-07

    Moved const declaratins into qgis.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3332 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-07

    Added tooltips to the render and projector in the statusbar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3331 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-07

    Check that user defined proj parameters are valid before allowing them to be inserted into the qgis.db tbl_srs.

    Check if this is the first user srs and if so ensure that its srs_id=10000


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3330 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-07

    Update custom projection dialog to use renamed and restructured qgis.db. Still under construction.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3329 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-07

    Gui enhancements for search by srid or epsg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3328 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-07

    Standardized rules to match those used elsewhere in qgis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3327 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-06

    added a QgsOgrProvider::createSpatialIndex() method. This method creates a .qix index file for shape files. Note that there is currently no access from the GUI. If you already want to try this feature, just add a call to createSpatialIndex() to the constructor of QgsOgrProvider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3326 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-06

    Updates of qgis.db so that it increments in all versions of sqlite3.x
    Note that because of issues relating to the pkey being reset to 0 if all records are deleted, I am going to write some logic into the custom projection builder to force the insert srs_id to 10000 if no records exist already. The user srs_id's must be >= 10000 to avoid conflicts with srs's defined in the system srs.db.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3325 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-06

    Added options to search/select projections by srid and epsg (whihc in most cases are the same anyway).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3324 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    Minor changes to comments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3323 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    Removed the 'nonsense' code radim commented out. Removed a new std::out debug line that was killing ghistogram gneeration performance.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3322 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    Restoring of broken QgsProject layers now also works for rasters.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3321 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    version 0.6devel18


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3320 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    Makefile :
      - added qgsexception.cpp

    qgisapp.cpp :
      - if reading a project file yields missing layers, now will prompt user for
        new layer data source location [0]

    qgsexception :
      - added QgsProjectBadLayerException [1]

    qgsproject :
      - added new read that accepts QDomNode parameter [2]

    Notes:

    [0] Sadly this currently only works for vector layers with physical file data
        sources.  Raster support should be added next as well as for other storage
        media types.  (E.g., databases, URLs, etc.)

    [1] Thrown when, of course, QgsProject::read() encounters a layer that cannot
        be loaded.

    [2] This is part of the mechanism by which qgisapp can re-ask the canonical
        QgsProject instance to open the given layer represented by the QDomNode.

                                         ###

        Also note that the directory path is remembered after the first bad layer
        file dialog and is reused if there is more than one layer that needs to be
        reloaded.

    Bugs:

        The new layer signal isn't emitted after layers are successfully
        reloaded.  Thus any plug-ins dependent on that signal will not be aware
        that a project has been successfully loaded.  Current workaround is to
        reload the project after saving the corrected data source paths.

        The visual map extent doesn't appear to be restored, though that may be a
        by-product of ongoing projection implementation efforts.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3319 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    histogram fixed for PALETTE raster


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3318 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    use raster values instead of colors! for statistics


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3317 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    selection follows box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3316 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    postscript font scale


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3315 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    Show on the fly projection enabled / disabled status on the status bar. Clicking the icon brings up the project properties dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3314 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-05

    postscript font scale


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3313 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-04

    Fixed problems when Zoom to All and Zoom to Selected Layer are used and on the fly projection is disabled. Eventually my thought is to make on the fly projection default behaviour, but for now I think its good to support both options. Fix was to do inverse extents transform conditionally based on the project property that tells us if OTF projections are enabled.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3312 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-04

    size 'fix'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3311 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-04

    connect QgsGrassModuleInput to QgsMapCanvas signals addedLayer and removedLayer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3310 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-04

    write to history if a map was updated in QGIS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3309 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-04

    set program name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3308 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-04

    correct raster resolution also for image/svg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3307 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-04

    oversampling removed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3306 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-03

    close layer/map properly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3304 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-03

    raster follows requested resolution for Postscript


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3303 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-03

    TODO setpagedevice


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3302 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-03

    raise after file dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3301 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-03

    use canonical path for location dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3300 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-03

    menu removed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3299 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-02

    get current text if updated


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3298 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-02

    Fixed bug in createFromSrid. Now postgresql on the fly projection works!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3296 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-02

    Commit Slovak translation for Lubos Balazovic


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3295 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-02

    bug fix for user vs system srs.db checking (I had put it into the createFromSrid method instead of the createFromSrsId method...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3294 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-02

    Read user proj list from resructured qgis.db


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3293 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-02

    Added logic so when a user clicks on a user defined srs, its proj string is shown in the text window. Cant test until qgis.db works for me too...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3292 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-02

    Added logic to detect if a srsid is a user defined or system defined one.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3291 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-02

    Keys in tbl_srs are autoincremented, starting at 100,000.
    The schema for tbl_srs and vw_srs match those in the srs.db database.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3290 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-01

    Default projection to wgs84


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3289 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-01

    Aliased view output fields  (this fixes problems with projection list not displaying in sqlite3 versions > 3.0)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3288 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-01

    Added a couple of debug lines so I can see why its not working on Garys pc.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3287 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-01

    Added the code for the georeferencer plugin to the main module - it is not hooked up to the build system yet


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3286 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-01

    Small bugfix where wkt is being used instead of srsid


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3285 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-01

    delete features before adding features in QgsVectorLayer::commitChanges (this may be useful in case of unique constrains in postgis tables


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3284 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-01

    Converted project projection state handling to use qgis SRSID rather than WKT format.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3283 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-05-01

    Win32 .pro files for qmake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3282 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-30

    Show human readable projection family names in proj selector. Speedups in proj selector (which populates very quickly now). Added view for proj selector to srs_db


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3281 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-30

    Updates for projection selecto - not properly returns proj strings and wired into to new tbl_srs table. I still need to make a view and bind it to the view rather than the table so I can show projection names in user freingly format. Other bug fixes and dethunking. Projection is working with ogr layers but I notice that projection projection setting is not persisting...will hunt that down....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3280 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-30

    Populated projection_acronym and ellipsoid acronym fields by parsing them out from theproj4 parameters field


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3279 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-30

    Added helper to proj selector to build sql to populate proj and ellps acronym fields in srs db (in progress). Removed unneeded postgis tables from srs.db.

    XXX NOTE: Please hold off updating from CVS head for the next 24 hours if you can help it unless you intend to actively work on projection stuff! XXX


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3278 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-30

    Revived signal slot mechnsim between projection selector and coordinatetransforms. Made sure the transform is re-initialised if this slot is called. Projection is still pretty flakey but its getting nearer to being stable all the time. Please bear with me ... will just be another day or two I hope...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3277 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-29

    More projecton updates. Fixed some potential pointer corruption in qgscoordtransform


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3276 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-29

    set attribute table modal if it is in editing mode. Like this, map canvas editing and attribute table editing should not disturb each other. Note that this breaks 3.1 compability (am i right that 3.1 compatibility is not needed any more?)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3275 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-29

    Projection updates. Still unstable. Work will continue this evening.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3274 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-29

    v.overlay, r.slope.aspect


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3273 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-29

    typemask, type/layer option


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3272 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-29

    grassLayer: GRASS layer number


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3271 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-29

    Further implementation of qgsspatialrefsys. Cascaded changes as appropriate to dependent classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3270 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-28

    Replace big buttons with icon buttons. You can still navigate them with the keyboard, I added keyboard accels to them too and tooltips to show their function.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3263 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-28

    width scale fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3262 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-28

    put labels on top


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3261 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-28

    Icons for attribute table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3260 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-28

    Added a validator to the qgsspatialrefsys that checks the state of the SRS and forces it into a valid state (as a last ditch it will set it to hard coded geocs:wgs84). Before doing that it will first follow the behaviour rules defined in Settings->prefs->projection. This will mean that providers no longer need to handl this and can simply try to set the srs then call validate() on it to make sure its in a valid state. Is valid also not properly checks if the srs is valid.

    So you can do something like:

    QgsCoordinateTransform * myCS = new QgsCoordinateTransform(srs,srs);
    if (!myCS->getSourceSrs()->isValid()) myCs->getSourceSrs->validate();

    And you can be sure that the srs will be set. This is not wired into vector or raster layer yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3258 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-28

    open color dialog with current color; check ok/cancel


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3257 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-28

    Prevent crashes caused by uninitialised qgscoordinatetransform


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3248 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    moved scale bar menu into the decoration plugin menu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3247 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Bug fix: Plugin menu wasn't starting the plugin gui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3246 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Plugin gui code was being linked into the standalone version, resulting in
    unresolved linker errors (problem exposed with the change in how the plugin
    creates menus in qgis).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3245 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Remove more of those pesky cvs ? warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3244 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Take a punt here - I don't think that this file should be in cvs (it's
    automatically generated from the .ui file)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3243 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Changed to use the new way of setting up its entry in the plugin menu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3242 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    fix for renderer names, which where inserted two times in QgsDlgVectorLayerProperties and fix for the round off bug in 'equal interval' classification mode


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3241 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Remove changes inadvertantly committed wich force use of aclocal 1.8 and automake 1.8


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3240 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    number formating


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3239 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Added QgsSpatialRefSys to maplayer and dataprovider interfaces


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3238 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    cross2 bunding box fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3237 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    increment and total swaped, azimuth disabeled


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3236 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    do not add new point if zoom is stoped, reset measure by right mouse button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3235 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    buttons frame horizontal size policy fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3234 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    menu removed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3233 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Altered the way in which plugins add items to the plugin menu. Old way
    still supported for the moment. New way allows different plugins to use the
    same submenu (e.g. Decorations for copyright and north arrow)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3232 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Added icon for the custom projections menu pick


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3231 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Another ugly icon to invoke criticism and jeers from onlookers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3230 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-27

    Added logic for getting projection from epsg and qgis srsid codes. Fixed sql errors.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3229 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-26

    replaced menues in the attribute table with buttons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3228 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-25

    Prevent assert failure when adding pg layer...still doesnt seem to set layer proejction properly though...weill investigate further tomorrow.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3227 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-25

    update vector layer extent in case of (not commited) deleted features and fixed a small memory leak in QgsMapCanvas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3226 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-25

    Implemented getSrid() to return the SRID of the layer. This commit
    temporarily breaks the loading of PostGIS layers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3225 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-25

    Fix for bugs 1188781 and 1188780 (identify and select don't work on
    projected layers)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3223 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-25

    Added a set(const QgsRect&) function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3222 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-25

    Added body of method to create QgsSpatialRefSys from POSTGIS SRID


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3221 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-25

    Fix projections broken by my last commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3220 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-25

    Added new QgsSpatialRefSys constructor that takes a spatial ref sys id and the spatia ref sys id type (which can be QGIS, POSTGIS or EPSG). Adde a new ctor to coordinate transform which takes a source srid, a dest wkt and a source srid type. Another two ctors will follow for coord transform

    1)  can take two srid (and thier types)
    2) takes two QgsSpatialRefSys pointers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3219 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-25

    Replace qgscoordinatetransform source and dest members which were strings with QgsSpatialRefSys pointers. Show proj in vector metadata dlg. Liberal sprinkling of const in QgsSpatialRefSys where appropriate. Commented out overloadded << operator in qgsspatialrefsys.h for now. Added QgsSpatialRefSys ctor that takes a wkt string.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3218 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    Don't load all of the point symbols if the layer is not of point
    type (saves time)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3217 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    Add in some debugging code for polylines


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3216 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    Remove items that the Qt svg read complains about. Doesn't seem to make
    any difference to the resulting image


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3215 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    Fix for incorrect class names in the ui.h files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3214 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    More bookmark implementation. Bookmarks can now be added to the database.
    Deleting bookmarks and zooming to a bookmark still to be implemented.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3213 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    consider added (not commited) features when zooming to the extent of a layer. Deleted (not commited) features are not considered at the moment as this would require a complete bounding box recalculation.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3212 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    Bookmark item class. A bookmark item is stored as a record in the users database


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3211 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    Give each plugin gui a unique class name based on the plugin name.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3210 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    - Added QgsBookmark class which implements the spatial bookmarks dialog.
    - Added new files to Makefile.am
    - Changes to the custom projection dialog to use the new qgis.db


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3209 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    Changed user database name to qgis.db. The new database contains the
    spatial bookmarks table (tbl_bookmarks).

    Added qgis.db to Makefile.am


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3208 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-24

    Bug fix for qgis crash when starting the northarrow gui after loading it.
    Bug was the
    same as for earlier fix with plugins, but with gui part. Will do the gui
    parts of the other plugins in due course


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3207 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-23

    Removed defunct headers in  qgscoordinatetransform.cpp qgsprojectproperties.cpp
    Added more to qgsspatialrefsys.cpp skelecton from work. Will start implementing
    these methods tomorrow.
    Commented out soem debug stuff in qgsvectorlayer.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3206 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-23

    Remove the stuff from the canvas when the plugin is removed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3205 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-23

    Misc fixes for:
    - change to proj from ogr for coordinate transformations
    - unnecessary #includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3204 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-23

    Changes to use proj4 functions directlry


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3203 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-23

    Added new table tbl_srs that will hold srs systems. The table is not complete - proj and ellips acronyms sttill need to be parsed and the appropriate fields updated. Old spatial_ref_sys is left in for the time being. Once tbl_srs updates are complete, spatial ref sys and srs_name tables will be deleted after this, making the db much smaller.

    Also added ellipsoid and projection dictionary tables generated by parsing proj -lP and proj -le


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3202 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-23

    Removed qgsspatialreferences.cpp as its functionailty is no longer needed now that we have sqlite3 on the job.

    Reimplemented qgsspatialrefsys to match the new schema that is going into srs.db

    Removed qgsspatialreferences.cpp and qgsspatialreferences.h from Makefile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3201 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-23

    Bug fix: local variable was obscuring a class member variable meaning
    that the relevant plugin menu item was not being removed when the
    plugin was removed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3200 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-23

    Return the menu id instead of 0


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3199 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-23

    Fix for bug 1077196 (plugin icons incorrect on first load). A tricky one.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3198 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-22

    - removed completed TODO items

    - now catches expected exceptions for not finding map extents since there
      aren't going to be any in the test simulation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3197 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-22

    QgsProject is now a *little* bit more robust with regards to dealing with
    project files that have missing or relocated layers.  Now it least pops up a
    dialog that tells you that it was unable to open the layer instead of just
    silently failing.

    Better than nothing, I suppose.  Will continue to improve error handling.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3196 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-22

    JDigiguere's fixes for sqlite3 detection on ubuntu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3195 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-22

    Updated bookmarks icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3194 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-22

    added the possibility to choose encoding for postgis layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3193 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-21

    qgslabeldialog.cpp :

      - define constants via "const" and not through #defines
      - adding some debugging messages

    qgsmaplayer.cpp :

      - trivial reformatting

    qgsmaplayer.h :

      - header file includes generally should use brackets and not double quotes

    qgssinglesymrenderer.cpp :

      - more robust checking of XML elements

    qgsproject, qgsvectorlayer :

      - no longer bombs when loading a project where one or more layers are
        missing (e.g., relocating the data)


    Mostly this commit is for code to stop core dumps when loading projects with
    layers with missing or relocated data.  Unfortunately it just silently fails.
    Next step will be to add some feedback and then to implement a clever means of
    pointing to new data location.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3192 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-21

    Compensated for new binaries to link against, including sqlite3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3191 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-21

    Remove an extraneous / in the test for sqlite3.h headers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3190 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-21

    Remove whitespace inserted into middle of filename during last edit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3189 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-21

    Tests for proj4 and sqlite3 added (thanks to jdgiguere)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3188 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-19

    - rationalisation of transform functions in qgsmaptopixel.h
    - improvement in code flow when trimming is necessary in qgsvectorlayer.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3187 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-18

    Previous version compiled on my compiler, but not some others. This should fix it.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3186 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-18

    fixed two bugs in the table function 'bringSelectedToTop' and store the chosen encoding in the QSettings file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3185 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-18

    - rationalisation of polygon and linestring trimming for X11 zoom bug
    - rearrangement of misc. transform functions to reduce CPU effort
    - mods to exception catching (gave a 10-15% reduction in drawing time)
    - some ready to use code to help debug any remaining X11 zoom bugs
    - trims at 30000 instead of 32760


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3184 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-18

    Stubbed in function to add a new bookmark.

    Added icon for the new bookmark menu item.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3183 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-18

    Icon for spatial bookmarks menu item.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3182 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-18

    Wired bookmarks dialog into the gui. The bookmarks dialog is
    still non-functional.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3181 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-18

    Base dialog for displaying and working with spatial bookmarks. Not
    connected to the UI yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3180 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-17

    User projections now shown in projection selector but are still not useable


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3179 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-17

    customprojectiondialog updates : delete now works and its all more or less hunky dory & ready to use.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3178 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-17

    Various bugfixes plus insert and update of new records possible. Still need to add close button logic and a delete button.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3177 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-17

    Fix for bug 1177637 that prevented complete deletion of a PostgreSQL
    connection.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3176 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-16

    some cleanups in qgsvectorlayer.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3175 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-16

    avoid adding the geometry column to the attribute vector of QgsPostgresProvider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3174 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-16

    Fix for compile problem. No uic files in designer_plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3173 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-16

    Updated README in preparation for 0.7 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3170 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-16

    Changed QgsMapLayer to initialise mCoordinateTransform to NULL instead of a random value, changed QgsVectorLayer to initialise valid to false (it might be initialised to false by default on some compilers, but it doesn't hurt to do it explicitly). These changes fixes project loading for me.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3168 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-16

    Record navigation is now sane - buttons disable at top and bottom of rec set as needed. Ellisoids now disply properly. Next will come save and update tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3167 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-15

    - Kludgey repair for bug where reading shape files from a project causes core
      dump.  (Call setCoordinateTransform() in readXML_() if coordinateTransform()
      returns NULL.)

    - added more initializers for new data members


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3166 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-15

    Appeased plug-in linkage


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3165 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-15

    Added some debugging code for polygon trimming. Commented out for the moment


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3164 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-15

    Remove those pesky ? cvs messages when doing an update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3163 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-15

    More bugfixes for record navigation....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3162 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-15

    Remove extraneous buttons from ui. Move first on form load. Still not ready for use.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3161 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-15

    Further updates to record navigation...still in progress


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3160 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-14

    commot forogtten file to go with the .h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3159 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-14

    Wired up move first and move last button sin custom projections dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3158 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-14

    Comment out timing code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3157 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-14

    Efficiency improvements to coordinate transformation code. Didn't make
    much difference, but the code is tidier, and some code repetition have been
    cleaned up :)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3156 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-14

    Remove duplication of the code that draws linestrings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3155 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-14

    Bug fix: transform(double, double, ...) version wasn't returning anything


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3154 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-14

    Close bug 1077217


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3153 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-14

    Apparently it's 'good practise' to not put inline in front of the
    functions inside the class, but only on the function bodies.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3152 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-14

    Set status bar widgets fonts to 8pt arial o remove issues with coordinates and scale display


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3151 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Show proj params when selecting one in combo box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3150 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Inlined all of the QgsClipper functions to improve clipping speed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3149 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Fic for bug 1182276 (there was a missing #include <cmath>).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3148 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Remove #define QGSIDEBUG


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3147 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Fix for bug due to recent change to qgsrect (data from postgres wasn't
    being drawn).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3146 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Use Mac OS X Launch Services instead of QProcess to open a URL in a browser.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3145 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Use glibtool and glibtoolize for Mac build.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3144 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Remove unused compile-time path flags (instead of putting them inside
    a !HAVE_QTMAC conditional).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3143 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Add HAVE_QTMAC conditional to configure. Use it to suppress compile-time
    paths which cause errors when building with Qt/Mac which obtains paths
    from qApp->applicationDirPath() at runtime.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3142 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    #ifdef Q_OS_MACX needs #include <qapplication.h> for qApp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3141 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    The extent display on the status bar now sets the number of decimal
    places automatically, so as to always show enough to cover the size
    of the extent


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3140 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-13

    Applied patches from Markus Neteler to allow compilation on Qt 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3139 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-12

    use postgis srid instead of hardcoded -1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3138 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-12

    Fix for [ 1181249 ] Crash when loading shape files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3137 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-12

    Yet more fixes for bugs in the X11 zoom clipping code. Hopefully all sorted
    now. Still need to optimise the code a bit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3136 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-12

    Fix for bug 1180930.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3135 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-12

    init mTotal


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3134 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-12

     - Fix X11 zoom bug for multipoints
     - some code layout changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3133 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-12

    Bug fix: drawing of multilinestrings was causing crashes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3132 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-12

    Data binding on ellipsod and projection controls in custom projection dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3131 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    Ellipsoid list now populated from sql ite db too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3130 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    Porjections list now shows list of available projection families


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3129 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    Applied patches from Markus Neteler to allow compilation on Qt 3.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3128 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    Local copy of user projection database now made in ~/.qgis/ if it does not already exist


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3127 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    Fixed default projection (WGS 84) so it is now selected when the project
    properties dialog is opened and no projection has been set.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3126 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    Take dtor out of slots section


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3125 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    repaint changed region


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3124 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    Added custom projection maker to gui menu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3123 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    Added custom projection builder to app menus. Doesnt do anything yet exept pop up the dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3122 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    toolbar title


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3121 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-11

    - further changes for the X11 zoom bug
    - clipped polygons now have correct borders
    - polygons now have borders back
    - multipolygons now render holes correctly
    - multipoints now appear on the canvas
    - polygon redraw speed still a bit slow
    - some odd polygon filling from shape files (will look at later)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3120 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-10

    SQLite user projections database


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3119 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-10

    Cleaned out some duplicate includes from widgets/projectionselector/qgsprojectionselector.cpp

    Added initial start of user custom projection dialog (doesnt do anything much yet and not wired into gui yet)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3118 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-10

    improved dialog for creating a new vectorlayer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3117 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-10

    Fix windows ifdef


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3116 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-10

    Fixes to Makefile.am related to merge of Projections_Branch into HEAD


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3115 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-10

    Fix for missing backslash in Makefile.am


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3114 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-10

    ** Merged Projections_Branch into HEAD
       Problems:
          Polygon outlines are not drawn. This was checked twice and no cause
          was found.

          Projections do not work in all circumstances

          Note that both the proj4 library and sqlite3 are now required. The
          build system has not been modified to test for these yet.

          Qt 3.3.x is required to build this source tree.

          Make sure to increment the EXTRA_VERSION in configure.in when
          committing changes.

          Make sure to update the Changelog with each commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3112 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-08

    - changes to the line and polygon clipping code
    - fix bug where clipping fails when zoomed in too far
    - many minor changes to reduce execution times
    - general code tidy up
    - still a bit slower in drawing than desired


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3102 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-08

    - prevent zooming in too much
    - debugging syntax changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3101 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-08

    Add const to a parameter
    Layout changes to follow code layout guidelines
    Use the set(x,y) function instead of setX() and setY()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3100 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-08

    Add a function to set x and y coords in the one call


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3099 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-08

    - prefer to use initializers over ctor body initialization
    - more robust handling of handling legacy project files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3098 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-06

    stopZoom by right button, previous non zoom tool is selected


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3097 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-06

    togle actions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3096 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-06

    qgsgrasseditbase.ui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3095 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-06

    Fixed issues with colortable changes not being detected properly when its changed while a raster is loaded.

    Fix was to ensure valid==TRUE when layer is loaded.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3094 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-06

    Oops. Previous commit didn't compile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3093 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-06

    Don't allow zooming in if the extent is too small to represent with
    double variables (about 1e-12).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3092 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    don't add features if the attribute dialog is rejected by the user


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3091 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    identify improvements - forgot show()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3090 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    identify improvements


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3089 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    action icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3088 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    shorter names


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3087 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    resize according to type


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3086 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    refresh button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3085 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    better update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3084 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    update better


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3083 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    font size fixed in map, but probably there is still a problem with offset


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3082 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-05

    font size fixe in Postscript


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3081 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-04

    changed QgsOgrProvider::getNextFeature(bool) such, that the direct geos creation without WKT import is used. Norway can now be selected on the european map in reasonable time :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3079 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-04

    Only try to clip lines and polygons if we know for sure that they need
    clipping (speeds up redraws, especially for polygons).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3078 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-03

    Minor changes to allow compilation on Slackware 10.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3077 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-02

    Cleanup. Layer order is implicit in project file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3075 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-02

    box switch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3074 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-02

    fixed crash if input combo is empty


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3072 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-02

    output encoding


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3071 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-02

    markers width scale, oversamling, select


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3067 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-01

    Added #include <cmath> to qgsclipper.cpp to make it build on my system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3061 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-01

    - Show a '1:x' scale where x is less than 1 as 'y:1', where y = 1/x
    - Misc. code layout changes to improve readibility


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3060 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-01

    Change temp variable type from float to double to reduce chance of loss
    of precision when zooming in lots


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3059 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-01

    toUnicode for attributes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3058 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-01

    fromLocal8Bit for attributes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3057 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-04-01

    - improved error message when a relation with a geometry column is found
    for which the user doesn't have select permissions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3055 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-31

    Don't refresh the canvas on project read for each plugin. This is the fix for bug #1167668. This has the side-effect of not showing the
    north arrow or copyright notice at app startup or for new projects. I think this is fine. The alternative is to have the map canvas emit
    renderComplete in these situations. This requires a QPainter though, and it doesn't seem worthwhile to create one for this purpose.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3054 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-31

    use correct band type for readValue


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3053 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-31

    - Initial implementation of polygon clipping to avoid X11 zoom problems
    - #define to only do the X11 fix when compiled for X11
    - Further optimisations of linestring clipping
    - Better code comments
    - Removal of some duplicated code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3052 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    fixed close with x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3051 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    fix crash on start edit - check if edited


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3050 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    new markers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3049 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    save setting when new object is created


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3048 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    draw full paper on printer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3047 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    add 1 pixel to rectangles only in preview


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3046 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    set paper orientation in printer dialog from composition


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3045 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    fixed scale


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3044 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    +invalidate() - bugfix for crash on delete


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3043 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-30

    - warn and refuse to load the layer if we don't have select permissions
      on the table that is being loaded
    - better conformance to the code style guidelines
    - added tr() to some dialog box text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3041 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-29

    Dont build designer plugins until further notice


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3040 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-29

    Committed Akio Takubos patch that fixes the provider interface so we can load vector files with non-ASCII filenames again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3039 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-29

    cache changed from pointer to object


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3038 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-29

    cache changed from pointer to object


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3037 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-28

    added QgsFeature::geosGeometry(). This method returns a geos object from a feature geometry. The idea is, that this method can be used in QgsOgrProvider::getNextFeature(bool) for an intersection test. Currently, the geos wkb import is used, which is very slow for large geometries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3036 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-28

    first draft of detailed (annotated) legend for Radim....still under construction..just squeezing it in under the feature freeze doormat....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3035 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-26

    Prevent segfault when no bands are selected for the histogram.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3034 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-26

    Bug fixes for hist stuff. Hist now uses layer min max when calling gdal hist fn. Check for 0 division errors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3033 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    fix for bug nr. 1160722, Crash on remove repainted vector layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3032 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    Makefile.am
      Removed trailing backslashes from recently commented out lines. These
      were causing problems (at least with my build).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3031 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    .ui files
      Changed version number(s) and resaved from qt 3.1.2 to eliminate the
      const const error in the generated .cpp files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3030 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    Added message at end of configure to indicate the Qt directory that
    will be used to build QGIS. Hopefully this will remind me (and others)
    to ensure minimum Qt compatibility (currently @ version 3.1.2).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3029 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    hide in destructor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3028 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    create cache only if necessary


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3027 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    empty default composition


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3026 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    comment also header


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3025 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    scalebar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3024 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    scalebar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3023 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    Indonesian translation from Januar V. Simarmata


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3022 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    Changes to fix qt 3.1.2 incompatibility.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3021 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    Fix for wrong title on the dialog for loading a raster layer (said OGR).
    This closes Bug 1151230


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3020 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-25

    Bug fix for "layer->toggle in overview' segfault on empty canvas" (Bug 1166105)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3019 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-24

    fix for bug 1166086 plus consider not commited features in 'zoom to selection'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3018 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-24

    QGIS now fails gracefully when started from the build (src) directory rather
    than being started from a properly installed location.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3016 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-24

    Add new symbology widget to designer widget plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3015 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-24

    Add new symbology widget to qgislib


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3014 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-24

    Minor changes to style widgets and addition of vector symbology widget that will eventually replace all the other renderer widgets. This work will not be continued until after 0.7 release.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3013 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-23

    Someone forgot to include <cmath> and use the std namespace for fabs() - I fixed it, it didn't build on my system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3012 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-23

    more controls, pictures


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3011 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-23

    map frame


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3010 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-23

    opps - fix to enable compilation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3009 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-23

    Moved the line and polygon clipping code to a dedicated class.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3008 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-23

    Bug fix for X11 zoom bug fix (zoom in enough and lines would disappear
    from the screen when they shouldn't of).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3007 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-22

    - Fix for x11 zoom bug now works for linestrings with more than
    one line segment.
    - Slight reduce CPU effort for intersection calculations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3006 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-22

    Some more .cvsignore files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3005 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-22

    fill pixmap


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3004 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-22

    print if debug only


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3003 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-22

    svg/image output


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3002 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-22

    print to svg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3001 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-22

    Fix for X11 zoom bug. Only fixes lines (not polygons), and if you
    zoom in enough things will still behave oddly (due to over/underflow of
    doubles rather than 16 bit ints). Work in progress. Polygons next.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@3000 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-21

    encoding


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2999 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-21

    reload raster if changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2998 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-21

    Removed a line in designer_plugins/Makefile.am that broke things on my system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2997 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-21

    Added a section on how qgis works with postgresql tables and views


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2996 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-21

    remove hard-coded QGISDEBUG


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2995 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-21

    - Potential qgis key columns defined via views on views, etc are now regconised
    - Improved parsing of SQL's that define views
    - Improved identification of suitable qgis key columns
    - Fix bug with data endian check not working for views
    - Quote table names in all SQLs (fixes problem with table names that contain
      uppercase characters)
    - Code style cleanup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2994 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-21

    Paranoia check: make sure that relations listed as potential qgis layers
    actually exist in the database (rather than just in the geometry_columns
    table).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2993 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-19

    More minor updates to histogramming


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2992 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-19

    Commented out setprogress debug stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2991 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-19

    Scale x axis to min max values of layer not number of histogram bins.
    Lavel x axis with min max of layer too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2990 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-18

    marker catalogue


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2989 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-18

    marker catalogue


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2988 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-18

    added *.moc.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2987 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-17

    bug avoidance. Recent problems with accessing and viewing postgres layers
    have been caused by the recent addition of threading in the postgres provider.

    This commit puts the threading code inside #ifdef POSTGRES_THREADS and
    hence avoids the problem in the threading code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2986 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-17

    Force recollection of hist when checkboxes state is altered


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2985 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-17

    debug commented


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2984 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-17

    overwrite translate in output ps file for portrait


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2983 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-17

    id without spaces


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2982 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-17

    Fix build error caused by incorrect includes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2981 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-16

    - the ctor now properly uses initializer list for member initialization

    - void parameters are C-isms

    - added check for null label parameter in ctor

    All this by-product of hunting down bug related to core dumping that may have
    something to do with labels.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2980 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-16

    Fixed some bugs when rendering to an alternative paint device


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2979 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-16

    Change ui version to 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2978 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-16

    grass tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2977 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-16

    makefile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2976 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-16

    tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2975 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-16

    config


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2974 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-16

    module difinitions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2973 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-16

    Added window decoration to the measure dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2972 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-15

    Fix for bug 1163483


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2971 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-15

    tell cvs to ignore some files not in the repository


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2970 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-15

    forgot this in the last commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2969 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-15

    - Bug fix for view column that use an SQL function in their definition
    - Better debugging messages for view stuff
    - In progress code for support of views that reference other views


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2968 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-15

    Bug fix: tables without primary keys were not being recgonised


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2967 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-15

    Initial import. Not funtional yet. Not added to parent make yet to avoid building this dir before the plugin works properly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2966 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-14

    Bug fix for compuatation of min max vals which caused chart to go off the scale


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2964 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-14

    Fixed incorrect mapping of widget names to class names


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2963 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-14

    Someone forgot a backslash


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2962 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-14

    Make updates for designer widgets.still getting relocation errors...investigating...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2961 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-14

    Building block widgets for defining symbology (.uis designed by Steven Ottens). This is an initial commit and they have no implementation yet and the design is by no means final. They wil be built as designer plugins to maximse reuse of code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2960 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-14

    Added defs for point, line and fill style widgets


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2959 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-14

    qgsrasterlayerproperties.cpp:
    Added static_cast to int for several calls to get rid of compile time
    warnings

    qgsrect.cpp:
    Fixed the asPolygon function so it returns a closed polygon. This was
    causing select and identify in the ogr provider to fail.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2957 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-13

    - fix for building on 64bit architecture
    - fixed dependencies of designer-plugin/stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2956 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-13

    Always use UTF-8 for the GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2955 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-13

    New stuff for designer plugins. Initial implementation for legend and map cavnase. There is still a symbol relocation error that needs to be resolved.

    Community reg plugin updates (not useable or included in build process yet though).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2954 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-12

    - Improvements to column selection algorithm
    - Clarification of comments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2953 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-12

    - bug fix for views with an oid column, but no other suitable column for use
    by qgis as the key into the view
    - start of support for views that reference views


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2952 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-12

    Improvements to mapserver export. Still no symbology support (random
    colors are generated) and point symbols are not specified. The output
    is capable of creating map output as is, assuming a template is
    supplied.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2951 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-11

    Adding necessary files for library necessary for plug-in linkage


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2950 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-11

    Layers sourced from postgresql views no longer need a column called 'oid' -
    they just need to contain a column that comes from a table that has a
    unique or primary key constaint on it.

    One caveat - views that are defined in terms of other views don't yet work,
    and to not break exiting situations a column 'oid' in the view is still
    recgonised (this will be fixed and removed shortly).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2949 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-11

    Enabled GML support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2947 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-10

    Mefged in changes from proj branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2946 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-10

    select() now consistently uses WKT polygon to compensate for pedantry in latest GEOS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2944 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-10

    qgisapp.cpp :

      - debugging output for building supported vector formats for open file
        dialog cleaned up a bit

    qgsmaplayer.cpp, qgsrenderer.cpp :

      - cleaned up some formatting

    qgsrect :

      - cleaned up some formatting
      - normalize() now uses std::swap()
      - moved ctor to implementation file
      - cleaned up asPolygon(); now uses QTextStream


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2943 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-10

    update attributes if necessary


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2942 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-10

    Merged raster histogram stuff back into head


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2941 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-10

    check if the layer is empty, fixes the crash when a layer is stored in project file, but does not exist in vector


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2940 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-10

    Brendan Morely's postgis threaded extent patch (new files)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2936 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-10

    Brendan Morley's postgis threaded extents patch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2935 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-10

    Brendan Morely's postgis threaded extent patches


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2934 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-09

    more hardcoded point symbols


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2932 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-09

    Add a missing table in the WHERE clause
    Fix a potential problem in identifying geometry enabled relations
    that have null values for some of the rows in the geometry column.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2930 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-07

    Added test for deep key name sequences.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2928 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-07

    Fixed bug where deeply nested key sequences weren't getting properly written
    to project files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2927 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-05

    Scaling cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2922 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-05

    Far more reasonable looking graphs....still need to sort out scaling a bit better.....

    Check boxes are still not hooked up..


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2921 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-05

    Fixed a bug that made a newly created QgsProject dirty, which caused QGIS to ask the user if it wanted to save the current project even if it hadn't made any changes (bug 1115186)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2920 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-05

    Fixed bug 1157260


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2919 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-05

    Added loading/reading of the vector data provider encoding type from/to the project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2918 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-05

    More updates to graphing of rasters:

    List now shows bands...click on one or more bands and click refresh to show graph
    ymax and min calcs done (min & max calculated across all bands to be graphed)

    checkboxes still not hooked up yet...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2917 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-05

    replaced enum QgsVectorDataProvider::Encoding with QTextCodec


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2916 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    Added <cmath> header and std namespace for sqrt()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2915 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    Shame on me!...wrong ui version.....thanks Radim...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2914 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    getProjectionWKT


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2913 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    +grass projection lib


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2912 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    measure


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2911 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    more buttons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2910 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    emit button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2909 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    save region status in settings, use EmitPoint


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2908 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    Added some controls for setting histogram options - still to be wired up...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2907 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    measure


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2906 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-04

    First stab at a histogram for rasters. Still in progress.
    TODO:
    Add band name and symbol to chart legend
    Scale y axis based on image depth
    Draw each band in a separate colour
    Draw polyline so that it looks more bar chart like???


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2905 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-03

    added qgsprojectproperty.{h,cpp}


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2903 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-02

    Synched with QgsProject changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2902 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-02

    - added subkeyList() and entryList()

    - moved internal QgsProject property class hierarchy to separate lexical space
      (i.e., qgsprojectpropety.{h,cpp})

    - refactoring of QgsProject internals to be easier to understand and
      maintain.  (Though I doubt I was successful. =\ )

    - corresponding test harness (tests/qgsproject) checks out


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2901 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-02

    Fixed more XML writing bugs in the GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2900 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-02

    Fixed bug that broke GPX files containing reserved XML characters (forgot to replace them with entities)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2899 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-02

    identify raster


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2898 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-02

    identify raster


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2897 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-02

    addAttribute to root, setColumnTex


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2896 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-01

    added a menu item in the attribute table to change selected and not selected rows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2887 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-01

    Changed to expat for parsing GPX files, fixed a bug that broke GPX files when setting attribute values containing non-ASCII characters


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2886 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-01

    bug fix: a spatial table with no rows would cause a crash
    tidy up: text in the dialog box about views and oid's etc was all on
    one line.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2885 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-01

    bug fix: if labels weren't being drawn, the QgsVectorLayer::drawLabels()
    function was starting a postgresql transaction but not ending it. This
    lead to the postgresql table being locked and unable to accept updates,
    inserts, etc.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2884 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-01

    remove objects from project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2882 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-01

    layers in legend; remove objects from project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2881 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-01

    save ID in project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2880 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-03-01

    Bug fix. Not sure how postgresql access worked in the previous revision!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2879 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-28

    Added .cvsignore file to remove a cvs update 'unknown file' message


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2876 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-26

    Fix for bug that prevented features in postgres layers from being
    selected or identified.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2872 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-25

    virtual ~QgsComposerItem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2867 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-24

    Added tests for subkeyList and entryList


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2866 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-22

    Clarification of message when a view without an oid column is selected


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2863 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-22

    Same bug fix as previous commit, but for the
    ::getNextFeature(std::list<int> const & attlist) function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2856 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-22

    Bug fix for postgis rows with a geometry column that contains no geometry.

    QgsPostgresProvider::getNextFeature(bool) now always returns a valid
    QgsFeature pointer (previously it would return 0 if there was no geometry in
    the geometry column, which was also the value used to indicate 'no more features').
    This fixes the problem whereby the attribute table dialog box would not populate
    all of its rows.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2855 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-21

    save settings in project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2849 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-21

    added subkeyList; do it better


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2848 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-19

    Better description of why app launch failed if no DISPLAY var set


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2844 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-18

    Added a combo box in the dialog to add ogr layers where the user may select an appropriate encoding type (utf8, ascii, latin1). In QgsVectorDataProvider, there is a new member mEncodingType for this. OGRProvider already uses this encoding type and other providers may do it as well if necessary


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2843 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-18

    Fix segfault if no DISPLAY var set


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2842 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-18

    Uicification of ui files to qt 3.1.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2841 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-18

    more renderers in legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2840 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-17

    GEOS flags


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2833 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-17

    GEOS flags


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2832 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-17

    scaling and other improvements


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2831 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-17

    scaling


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2830 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-17

    Restructure GRASS provider and plugin to work on Mac OS X.
    The provider and plugin are now 'pure' modules and code shared between them
    is in the new shared library libqgisgrass.
    This eliminates the libtool warning that linking grassplugin against
    libgrassprovider is not portable.
    libgrassprovider has also been renamed to grassprovider since it no longer
    tries to be a combination provider and shared library (which only worked
    on some platforms).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2824 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-16

    Added Polish translation to make


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2820 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-16

    Desctiption of qgis for checkinstall and little helper script to automate checkinstall


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2817 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-16

    GISBASE string allocation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2815 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-15

    Forgot to add the QgsGPSDevice files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2811 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-15

    Separated download and upload commands for the different feature types to make uploading and downloading more flexible


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2810 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-14

    Added ability to pass a .qgs project file as an argument without using the
    --project switch. This is necessary to allow using QGIS to open .qgs files in a desktop environment where a mime type has been established. The --project switch still works, but QGIS will now load .qgs, .shp, and .tif files specified on the command line.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2801 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-13

    fix for bug where layers have been removed from overview just by changing the active layer in the legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2800 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-13

    Fixed for crash when showing the attribute table of a layer with no features and some other minor improvements to editing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2799 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-13

    Fix for bug #1118786


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2798 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-12

    some changes to display tables. Displaying the attribute table is now done in QgsVectorLayer::fillTable() with consideration of (not commited) added and deleted features


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2792 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-11

    Forgot to remove some debug code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2783 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-11

    Added attribute editing in the GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2782 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-11

    Changed supports*() to capabilities()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2781 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-10

    Replaced QgsVectorDataProvider::support... functions with QgsVectorDataProvider::capabilities()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2769 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-10

    Added the EmitPoint 'tool' which just emits xyClickCoordinate() when the user clicks in the canvas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2766 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-08

    Added QgsVectorDataProvider::capabilities(). The current queries in the dialogs will be subsequently replaced


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2763 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-06

    Enabled deletion of GPX tracks and routes too, it seems to work now


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2756 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-06

    Fix for bug 1117501 - crash when clicking on Remove layer menu item when
    no layers are present


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2755 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-06

    implemented a function in the attribute table to bring the selected rows to the top


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2754 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-06

    Added waypoint deletion in the GPX provider, route and track deletion is buggy and will be disabled until they are fixed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2751 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-05

    Use QgsAttributeTable::fillTable to populate the attribute table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2750 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-05

    attribute editing of not commited features is now possible


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2749 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-05

    A meaningless commit in a vain attempt to substantially increase my karma


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2746 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-04

    map composer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2740 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-03

    Add ECW to supported drivers list. I haven't testes .ecw files, but it works nicely for jpeg 2000


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2739 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-03

    Try to get GISBASE from:

      1. GISBASE env var
      2. QSettings
      3. --with-grass configure flag

    Before resorting to asking the user for it. Still need to provide
    some more information in the file dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2738 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-03

    Add filters to file dialog for MrSID and JPEG 2000


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2737 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-02

    added QgsRenderer::items() method to retreive QgsRenderItems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2736 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-02

    edit attributes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2735 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-02

    edit attributes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2734 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-02-02

    changeAttributeValues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2733 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-30

    some cleanups in QgsVectorLayer and in QgsPostgresProvider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2732 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-30

    Add the ability to display postgis tables and views that lack the
    requisite row in the geometry_columns table (views still need an
    oid column though)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2731 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-30

    Updated changelog
    Bumped the extra version to 5


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2730 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-30

    Applied patch from M. Loskot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2729 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-30

    Applied patches from M Loskot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2728 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-29

    quotes for text values in the postgres provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2727 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-29

    change in QgsVectorLayer::table(), use the attribute names of QgsFeature for the table to ommit the postgresql geometry column (makes problem in table display if there are attributes behind the geometry column)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2726 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-29

    added the dialog classes for attribute addition


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2725 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-29

    adding attributes for postgis layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2724 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-26

    Changed ui version to 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2716 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-26

    Fix for PNG pollution in the qgis main window UI. We still must support
    Qt 3.1.2. Developers should be using the Qt 3.1.2 version of designer when
    working with UI files that contain images/toolbar items.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2715 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-25

    added BEGIN and COMMITS for update and alter table, added select() after


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2713 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-25

    implemented attribute editing. Still problems with changes not written to the database if the table is not closed and reopened


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2712 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-25

    Get rid of 3.3 in ui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2711 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-23

    implementation of a gui to delete attributes in postgres table (changing of attributes and adding attributes will follow)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2695 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-23

    Mac needs "/" after directory path for marker to be drawn in Image preview box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2693 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-23

    Add Q_OS_MACX variation since Qt/Mac pixels are transparent by default while Qt/X11 pixels are opaque by default


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2692 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-23

    Marker location passed to drawPicture needs to be projected to match location passed to prior drawRect


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2691 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-23

    Previously added #ifdef Q_OS_MACOSX needs #include <qapplication.h> for qApp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2690 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-21

    Added tr() to user visible string so they can be translated.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2686 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-21

    Changed description in the column editor so as not to confuse the
    user when there are no columns names that are reserved words.
    Bug 1103390


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2685 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-21

    Changes from mloskot to allow editing of geometry type


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2684 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    moved an include from the .h to the .cpp file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2678 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    Added tests for QgsProject::clearProperties()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2677 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    Added tests for removeEntry()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2676 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    Now test that write entry members properly set dirty bit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2675 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    - write entry members now set dirty bit
    - start of entryList(); NOT FINISHED YET


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2674 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    Now test reading and writing key entries.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2673 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    Now test for reading empty key entries correctly.  Made member names more standards compliant.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2672 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    Added two more tests.  Fixed bug whereby Qgis include path was not set.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2671 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    Added cppunit URL to README.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2670 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    Initial commit of QgsProject test suite.  Only two tests with this version.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2669 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-19

    Attribute actions can now optionally capture any standard output or error from
    the action and display the results in a dialog box.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2666 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-18

    Added cppunit url to readme


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2656 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-17

    patch by jzbikowski for compilation without postgres


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2647 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-16

    fix for snapping tolerance bug and some changes in the attribute editing methods in the vector provider interface


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2645 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-16

    Changed calls to QButtonGroup::selectedId() to an alternative set of
    calls because Qt 3.1.2 and earlier don't have this function (which is
    a problem because qgis then doesn't compile on my work computer).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2644 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-16

    Projection widgets in props dialog are disabled for now until projection support comes back out of side branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2639 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-16

    Added more tests


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2637 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-16

    Added code to morph the projection WKT when loading a shapefile.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2636 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-16

    More debug on projection operations. Added proj4 parameter output when
    inversing the view rectangle.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2635 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-15

    added some consts


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2634 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-15

    added methods for attribute editing in the vector data provider interface. First implementation in the postgresprovider, but not yet tested


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2633 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-15

    Test suite for projection related classes/functions. Requires cppunit to
    run the tests. See the README in each directory for information on building
    and running tests.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2632 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-15

    Bug fix - order of automatic/manual radio button id's changed on me, so
    code was interpreting automatic as manual and vica-versa.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2630 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-15

    set designer version to 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2629 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-15

    - UI to allow manual setting of the number of decimal places used in the
    display of the mouse position.

    - Only calculate the number of decimal places if the scale has
    changed (previously it was done every time the mouse moved).

    - Bug fix for the project properties dialog box (changing the units and
    then clicking on cancel didn't cancel the change in units)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2628 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-14

    Changing units now sets dirty bit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2627 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-14

    fix for crash occuring when clicking with an editing tool into the empty map


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2626 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-12

    Added header block to qgscoordinatetransform.cpp
    Cleaned up the const char * to char * cast ugliness


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2623 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-12

    Fixed small glitch in debug message


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2620 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-12

    Wrapped some project debug statements in QGISDEBUG defs.
    Implemented try...catch error handlers for all calls to QgsCoordinateTransform


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2619 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-12

    Automatically set the number of decimal places in the mouse
    coordinates display. Manual override to follow.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2618 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-11

    Close rather than reject dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2617 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-11

    Minor change to comments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2616 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-11

    Moved qgscoordinatetransform accessor into the implemetation file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2615 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-11

    Comment out exception handlers as they cause segfaults when called


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2614 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-11

    Added pattern for .qm files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2613 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-10

    More .cvsignore files. Should be all done now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2612 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-10

    Back out of a commit that I didn't intend to do


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2611 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-10

    Added .cvsignore files to remove cvs update warnings. More to follow.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2610 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-10

    Changed vector props metadata to html and addde info about coordinate system.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2609 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-09

    Add comments to clarify use of affine transform


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2608 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-09

    Renamed qgsshapefileprovider to qgsogrprovider to better reflect its
    function/purpose.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2607 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-09

    Fixed selection bug that resulted in selection of more features than those
    under the selection rectangle. Selection of features from a multipart polygon
    layer is still unacceptably slow.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2606 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-09

    removed selection of point capture if the capture popup button is clicked


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2605 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-09

    fixed the 'proj props dies on second opening' bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2604 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-09

    Fix for selection colour not being set properly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2603 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-09

    read line style for digitizing from QgsProjectProperties


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2602 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-09

    fix for polygon rendering problems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2601 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-09

    Updates for user defined selection colour....still needs some attention


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2600 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-08

    Implements reading of users custom coordinate system file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2599 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-08

    Tree is now expaned automatically to show the active projection


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2598 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-08

    Selecting a projection shows its full wkt in text box below.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2597 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-08

    Hook up list view a bit better so current proj is selected. Rearrange dialog a bit so projections list gets more room. Remove cboProjections (its replaced by listview now). Update signals so slected item in tree view is used.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2596 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-08

    Added XXX comment to the GEOGCS detection in getWKTShortName (for Tim's
    benefit)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2595 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-08

    Added a GEOGCS WKT specification to the file for testing purposes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2594 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-08

    Added a treeview for display projections -- too see if its worth using it
    rather than a drop-down list.

    Fixed detection of GEOGCS vs PROJCS in WKT SRS specs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2593 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-08

    Changed short name parser to use gdal GetNodeAttr to get WKT elements. Changed combo builder so that it uses short name created for list items. Removed header rows from wkt files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2592 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-08

    Initial draft of user enabling / disabling of projection support...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2591 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-07

    added more source to library to appease plug-in link requirements\; also cleaned up file lists


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2590 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-07

    postgresql layers were not closing their connection to the database when
    the layer was removed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2588 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-06

    * Don't leak file dialog during fileSave

    * Update release name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2587 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-05

    Remember recent project path when File->Save-ing a new project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2586 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-05

    * Reuse more code related to remembering recently used project paths

    * Use constants to identify menu items of interest

    * Remember project paths passed on the command line

    * Always store absolute paths


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2585 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-05

    Bug fix for projection errors experienced by Mcoletti. More fixes to follow. Projection behaviour is now: Output projection is set to layer input projection if no output projection exits. So when adding the first layer to a project, it will set the projects output projection.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2583 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-04

    Show the 8 most recently used projects in the File menu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2582 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-04

    Default selection colour to yellow
    Disable debug output on point transforms in qgscoordtransform and maptopixel to keep other users sane


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2581 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-04

    snapping tolerance from QgsProject, line color and width will follow


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2580 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-04

    Added properties for digitising line width, colour and snapping tolerance. Added option for selecting selection colour. These still need to be wired up to the relevent implementing classes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2579 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-04

    Now appropriately whines when attempting to open a project file that has no
    layers instead of just crashing.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2578 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-04

    Changing projection in project props dialog will notify all layers to change their coordinateTransform->destWKT to the selection made in the properties dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2577 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-03

    Perform inverseTransform of the canvas extents so that a QgsRect in the layers native coordinate system can be used to select features in layer draw process. Added some debug to qgscoordtransform and a simple call to inverseTransform(float,float) during initialise to test if its working.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2576 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-03

    snapping tolerance for the multi... feature types


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2575 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-03

    Minor changes to projection rendering code -- nothing works yet


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2574 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-03

    Added accessor for coordinateTransformation object to maplayer.
    Added methods to carry out inverseTransforms to QgsCoordinateTransform. This allows us to calculate the reverse projection (i.e. project projection -> layer projection) which is needed when doing things like selected features based on user interaction.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2573 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-03

    Project a rectangle in a single operation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2572 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-03

    Debug output for map to pixel conversions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2571 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-03

    Polish translation provided by Mateusz ��oskot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2570 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-02

    I should also add that snapping tolerance is already implemented for point, line, polygon and not yet for the multi... types


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2569 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-02

    Implemented snapping tolerance for vector digitising. There is currently no GUI to set it. If someone already likes to test this (experimental) feature, QgsVectorLayer::mSnappingTolerance needs to be hardcoded (e.g. in the constructor of QgsVectorLayer)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2568 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-02

    Fix path errror


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2567 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-02

    Changes to install the wkt resource file in <prefix>/share/qgis/resources


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2566 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-02

    Macosx friendliness for finding wkt_refs. Makefile to add wkt_refs to install path


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2565 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-02

    Added ouput project specification to project props dialog...still a work in progress....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2564 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-02

    List of projection definitions to be used for projection implementation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2563 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-01

    Ever so important commit - new splash for next release.....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2562 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-01

    Fixed bug that crashed QGIS when loading vector layers from a project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2561 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-01

    * don't leak the fileDialog if no file is chosen


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2560 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-01

    ** Fixed a bug that crashed QGIS when loading rasters from a project file, pt 2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2559 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-01

    ** Fixed a bug that crashed QGIS when loading rasters from a project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2558 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-01

    Fix bug where qgis crashed if a shapefile has no spatial ref system defined


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2557 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2005-01-01

    Initial commit of projextion integration.....dont get too happy cause its still not working yet...though it behaves nicely and doesnt kill qgis if it cant set up the projection environment properly. I believe the problem may be resolved by linking to libproj during build, because currently I get errors like this:

    ERROR 6: Failed to initialize PROJ.4 with `+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs '.
    The OGR Coordinate transformation for this layer could not be set
    INPUT: PROJCS["Alaska_Albers_Equal_Area_Conic",GEOGCS["GCS_North_American_1927",DATUM["North_American_Datum_1927",SPHEROID["Clarke_1866",6378206.4,294.9786982]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers_Conic_Equal_Area"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["longitude_of_center",-154.0],PARAMETER["Standard_Parallel_1",55.0],PARAMETER["Standard_Parallel_2",65.0],PARAMETER["latitude_of_center",50.0],UNIT["Meter",1.0]]
    OUTPUT: GEOGCS["WGS 84",   DATUM["WGS_1984",     SPHEROID["WGS 84",6378137,298.257223563,       AUTHORITY["EPSG",7030]],     TOWGS84[0,0,0,0,0,0,0],     AUTHORITY["EPSG",6326]],   PRIMEM["Greenwich",0,AUTHORITY["EPSG",8901]],   UNIT["DMSH",0.0174532925199433,AUTHORITY["EPSG",9108]],   AXIS["Lat",NORTH],   AXIS["Long",EAST],   AUTHORITY["EPSG",4326]]


    Ill try to track down the source of the problem following this commit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2556 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-31

    * remember last directory used for project Open or Save As


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2555 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-31

    Fixes to get this class to compile...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2554 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-31

    Fixes for const-correctness not propogated properly to sub-classes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2553 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-31

    Fix saveAsShapefile bug due to previous const-correctness fix.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2552 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    removed redundant saveAsShapefile() member left over from manual conflict resolution


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2551 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Version 0.6.0devel2

    * endian() refactoring
    * some delimited text provider refactoring
    * some member functions made const correct


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2550 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    - rolled forward endian() changes in QgsDataProvider class hierarchy

    - rolled forward const-correctness changes from src directory

    - in delimited text provider plug-in consolidated how data is parsed into a
      single function from three almost identical, but separate, functions; now
      uses QDataStream for building WKBPoint objects

    - QgsDelimitedTextProvider::getFirstFeature() now works

    S: ----------------------------------------------------------------------


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2549 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    - re-factored how endian-ness is implemented [0]

    - made some functions const-correct [1]

    - minor code beautifying via calls to indent and manual tweaking


    Notes:

    [0] Generalized endian() to QgsDataProvider since most child implementations
    were just copies of the same code.  Made endian() virtual so that children are
    free to provide their own implementations.  Also now use htonl() for endian()
    detection and conversion.

    However QgsVectorLayer still has separate endian() implementation.  This
    functionality should probably be further generalized to a QGIS utility
    function suite since endian detection is used in multiple locations.

    Also now use specific enumerated typedef for endian-ness instead of magic
    integer numbers.

    [1] Although made great strides in making some members const-correct, there
    are still so very many member functions that could be const in all classes
    that aren't.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2548 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    added acetate line layers for digitizing in qgsmapcanvas. Like this, the map canvas can be moved and the previousle digitized (but unfinished object) is still visible


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2547 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    ** Implemented getProjectionWKT() in QgsGPXProvider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2546 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Implemented placeholder getProjectionWKT in each provider....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2545 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Refactored DataProvider to push some vector specific methods down to qgsvectordataprovider. Doing this will allow me to use the dataprovider ABC for the soon to be implemented raster providers - which will in turn provide a cleaner based for projection support. Also added getProjectionWKT virtual method to maplayer and did (concrete) implementation for raster and (placeholder) implementation for vector. Next step will be to implement a getProjectionWKT method in the dataprovider interface with maplayer will delegate to, allowing the retrival of projection info to be handled on a case by case basis in each provider...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2544 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Get rid of more QgsMapToPixel refs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2543 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Fix incorrect ctor and dtor names


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2542 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Minor modification/formatting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2541 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Exception class for coordinate system tranformations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2540 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Add coordinate transform back to makefile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2539 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    This is a new version of this class intended to handle projecting a point from one coordnate system to another...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2538 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Added refactored qgsmaptopixel


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2537 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Refactored QgsCoordinateTransform to QgsMapToPixel


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2536 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-30

    Fix for bug 1090940 Zoom to all on empty map
    Added a count function to the maplayer registry singelton


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2535 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-29

    updated the german translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2534 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-24

    update japanese translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2533 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-23

    Fix for bug 1090436 (removed CVS from list of installed files)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2532 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-23

    Update French translation from lroubeyrie


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2529 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-22

    implemented writeXML methods for the renderers which use the qt XML classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2528 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-20

    Merged changes from the 0.6.0 release branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2526 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-01

    Removed unnecessary casts (thanks to Oleg Gusev)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2389 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-01

    Update author list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2385 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-01

    Beginning of GIST index implementation for spit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2382 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-01

    qgslabel.cpp :

     - readXML() now performs a variety of paranoid checks and emits lots
       debugging messages; also all the attributes have default values if the DOM
       element doesn't have that attribute

     - writeXML() relaxes some string checks from isNull() to isEmpty(); actually,
       these are about to be overwritten by Tim's superior changes

    qgsvectorlabel.cpp :

     - fixed bug where the "label" DOM node instead of "labelattributes" node was
       getting passed to QgsLabel::readXML() thus fixing annoying "labels not
       restored from project file" bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2381 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-12-01

    Tidy up sanity checking in writeXML


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2380 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-30

    Fixed bug that would crash QGIS if the user right-clicked in the Identify dialog below the last attribute


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2379 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-30

    Fixed bug that caused only records selected as part of last identify or
    select operation to be displayed in the attribute table.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2378 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-30

    qgslabel.cpp :

      - writeXML() now checks that label fields are set before allowing
        corresponding XML project tags to be emitted

      - in the case of some label members, also check to see if some of the
        returned string values are non-empty before allowing that specific XML to
        be emitted

      - writeXML() was emitting broken XML because some of the fields were null.
        It now emits valid XML, but with all the values set to zero or empty
        strings.  This is an indication of a serious problem with QgsLabel.  I'm
        guessing a disconnect between the vector layer properties dialog and the
        actual setting of label state.  Can the original QgsLabel author please
        look into this?

    qgslabelattributes :

      - const members are now const

      - members now get set to default values regardless whether ctor "def"
        argument is true or not

      - ctor "def" argument defaults to true, meaning presumably some special
        default values are assigned to some members

    qgsvectorlayer.cpp :

      - wasteful looping getline() replaced by direct string buffer copying

      - noticed that the label variables still had renderer names from
        cut-n-paste so renamed them


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2377 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    Allow geos 2.x.x instead of geos 2.0.x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2376 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    fix for restoring marker size in unique value marker dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2375 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    - The application caption now syncs to new project titles; previously it would
      only do so if a project was loaded.

    - Application caption now (hopefully) made consistent regardless of how the
      project title is set, whether from reading an existing project, changing the
      project properties, or setting up a new project.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2374 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    qgisapp :

      - now catches qgs project read errors and displays appropriate critical
        dialog

    qgsproject :

      - (most) all qDebug()'s now use utf8() strings (I may have missed a few)

      - fixed bug where projects with no layers (i.e., they're empty) would cause
        app to bomb when trying to read same


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2373 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    Oleg's utf8 patch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2372 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    Changed #include <qapp.h> to #include <qapplication.h> to solve compile
    problem on debian.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2371 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    more minor fixes to vector dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2370 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    fixed too-tall syndrome for vector props dialog -- may need some tweaking


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2369 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    Remove font <family> tags so that the default font for each platform is used.
    Odd fonts and button sizes were being displayed on a Mac when a font not present on a Mac were specified.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2368 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-29

    Fix for too-tall dialogs.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2367 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    Changed frame width constraints to 350px


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2366 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    commented out qDebug statement which someone inserted. It was the reason for a crash which occured when the renderer type was changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2365 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    fixed selection in the delimited text provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2364 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    Modified lib creation so the postgresql utility class doesn't get built
    into the library if qgis is being built without postgresql support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2363 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    Fixed bug that displays bogus raster warning message box when loading a
    vector layer from the command line (bug 1068369)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2362 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    Icons for the field name editor -- left out of previous commit -- sorry...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2361 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    Spit stores last shapefile directory used in qgisrc (or registry) and
    uses it the next time the Add files dialog is opened.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2360 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    Implementation of reserved word handling. Reserved PostgreSQL keywords are
    detected and the user is given the change to change the column names prior
    to import into the database. Column names can be changed for any field if
    desired.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2359 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    Dialog for editing column names prior to loading into postgresql


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2358 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-28

    Added accessor for reserved word list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2357 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    Updated list of reserved words to include only those that cannot be used
    as a column name in postgresql and are not used as a function name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2356 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    Removed all calls to ascii() to hopefully solve utf-8/latin string issue


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2355 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    added code to restore unique value marker from projects. Needs more testing though


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2354 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    fix for restoring labels in graduated marker dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2353 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    ** Fixed feature addition in GPX layers, it now works again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2352 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    Move properties entry in context menu to bottom for consistancy with 'normal' gui standards


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2351 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    fix in readXML for single markers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2350 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    Icon for gps latex documentation source (missed on the last commit)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2349 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    Added latex source for GPS plugin documentation from Lars


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2348 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    Images for the user guide


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2347 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    user guide images


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2346 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-27

    Latex source


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2345 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-26

    Changed supportsSaveAsShapefile to false since this won't be implemented until after version 0.6


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2344 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-26

    Added geos flags


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2343 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-26

    Added text file preview to the plugin and changed the logic so the delimiter doesn't have to be entered first.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2342 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-26

    Applied patches from Markus and strk


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2341 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-26

    Fixes bug whereby creating a new project followed by an immediate save would
    cause qgis to crash.  (I.e., this is where the author learns that setting a
    QString to "" does not mean subsquent isNull() invocations return true; if you
    want a QString to actually be null, you must set it to QString::null instead.
    Ho hum.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2340 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-26

    qgsdlgvectorlayerproperties.cpp :

      - Changed "string" to more specific name to avoid possible future conflict
        with ISO C++ Standard Library "string" and to make code more
        self-documenting

      - now uses qDebug() instead of std::cout so that debugging output shows up

    qgsproject.h :

      - added documentation reminding use of leading '/' for proper key names

    qgssisydialog.cpp :

      - changed some nested if structures to switch statement equilvalent to make
        code more efficient and understandable

      - fixed bug whereby pen type not properly set due to cut-n-paste error

      - fixed bug whereby line type not properly set due to cut-n-paste error

      - fixed restoring project vector fill type bug

    qgssymbologyutils.cpp :

      - Changed "string" to more specific name to avoid possible future conflict
        with ISO C++ Standard Library "string" and to make code more
        self-documenting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2339 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-26

    Tweaks related to WIN32 handling of layers loaded from saved projects


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2338 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-26

    Fix for delimited text files having a delimiter at end of each line


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2337 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-26

    Save colour of scale bar in project too...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2336 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-25

    Scale bar settings saved with project and minor tweaks to north arrow and copyright label plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2335 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-25

    POV...persistance of vision for North Arrow (ie north arrow settings are saved with your project now...)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2334 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-25

    fix ui to build with QT3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2333 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-25

    first implementation of save delimited text file as shapefile once its loaded into qgis. Some things are still rough -- I'll clean it up some more in the next day or so...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2332 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-25

    By popular request.....delimeter box comes before filename


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2331 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-24

    fix for writing labels to xml


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2330 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-24

    fix for restoring projects with unique value symbology. Note that there is still a bug with the value labels which will be fixed next


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2329 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-24

    Debugging output to std::cerr was getting ignored, so changed to use
    qDebug().  Also now emit __FILE__ and __LINE__ so know exactly what debugging
    statements are being executed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2328 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-24

    Added debug statement for getFeatureAttribute().


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2327 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-24

    Eureka! Project level state handling that works....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2326 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-24

    Fix window drift when restoring main window position.
    Use resize and move instead of setGeometry to restore position becuase the former use inside frame coords which is what's stored in the settings file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2325 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-23

    Commit for Napo!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2322 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-23

    Changed default behaviour for a vector layer to NOT support saving as a shapefile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2321 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-23

    Added hook for a provider to indicate it supports saving its data to a shapefile. If supported, an item is added to the popup context menu. The save function is not implmented yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2320 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-23

    Added hook for a provider to indicate it supports saving its data to a shapefile. If supported, an item is added to the popup context menu. The save function is not implmented yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2319 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-23

    Added extended error information for postgresql connection attempts.
    Added Select all and Clear all buttons to plugin manager.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2318 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    Updated to use the super new project api. Write seems to work, read state is not working due to problems with qgsproject I think....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2317 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    0.5.0devel29 - QgsProject properties interface re-designed to be similar to QSettings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2316 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    Implemented removeEntry(), so now it's possible to remove existing project keys.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2315 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    Some source code comment clean up.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2314 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    project file properties now appear to work


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2313 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    Changes to line style and pattern are now properly registered when changing between renderer enties for multirenderer types such as unique value renderer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2312 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    show styles on buttons in case of unique renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2311 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    Added postgresql utility class to win32 lib project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2310 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    Added postgresql utility class to build (also include in libqgis)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2309 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    PostgreSQL utility class (singleton). This is not used anywhere yet and is not complete.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2308 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-22

    PostgreSQL utility class (singleton). This is not used anywhere yet and is not complete.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2307 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Minor enhancements to layouts and added a bit of debugging stuff.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2306 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Rearranged menu items per the menu-master's direction


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2305 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Added methods to get the postgres connection and table name from the pg provider.
    Added launcher for the pg query builder to the vector dlg.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2304 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Documentation update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2303 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Updates to query builder ui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2302 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    You can now view and alter the pg layer subset query from the vector layer properties dialog. Currently only by using the texteditor....I will hook up the pg query builder tomorrow for the truly shiftless and lazy among us :-P


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2301 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Added accessor and mutator for sql subseting query


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2300 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Fixed the ui version number so poor qt 3.1 users can still compile...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2299 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Comment out project stuff while transition to new api takes place...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2298 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Implemented the test function and type checking to allow for automatic quoting of string values when added to the sql statement. More operators added to the dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2297 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-21

    Whipping into shaping of vector dlgs. Actions dlg fills its container again (I broke this before somehow). Added metadata page. Added query info to general page (still to be wired up). Renamed legend page to symbology (for consistency with raster dlg).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2296 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-20

    Added the capability to interrupt the rendering of the currently drawing map layer by pressing the escape key. Repeat and rinse to interrupt drawing of all vector layers. Not implemented for raster layers yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2295 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-20

    Added the capability to interrupt the rendering of the currently drawing map layer by pressing the escape key. Repeat and rinse to interrupt drawing of all vector layers. Not implemented for raster layers yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2294 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-20

    Additional functionality for the query builder. Fields are populated when the builder opens. Values (sample and all) can be viewed. Double-clicking on a field name or value inserts it into the sql text box.

    Still need to implement the test function and type checking to allow for automatic quoting of string values when added to the sql statement.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2293 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-20

    Additional functionality for the query builder. Fields are populated when the builder opens. Values (sample and all) can be viewed. Double-clicking on a field name or value inserts it into the sql text box.

    Still need to implement the test function and type checking to allow for automatic quoting of string values when added to the sql statement.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2292 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-20

    Fix the inevitable makefile error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2291 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-20

    PostgreSQL query builder (not fully implemented yet)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2290 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-20

    PostgreSQL query builder (not fully implemented yet)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2289 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-20

    Accidentally committed this earlier but its has dodgy multipart poly labelling stuff that wasnt meant to go into cvs yet so its commented out for now....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2288 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-20

    Added line style in-situ so that we have one less little pop up dialog....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2287 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    Well, that wasn't as bad as I thought: I fixed the string list project file
    bug.  Now only ONE copy of string list keys is written to project files.

    So, now writing should work for all types.

    Unfortunately implementing the _reading_ part will have to wait until Monday.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2286 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    const const assurance strategy...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2285 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    More const constedness removal


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2284 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    0.5devel.26 checked in regarding QgsProject file changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2283 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    (Partial) Implementation of Re-design of project properties.

    After some discussion, it was decided that the way projects handle properties
    should look like QSettings.  The learning curve would be smaller since the
    interface would be more consistent with QSettings, which some developers would
    be familiar with.

    The read*() and write*() property functions do update the project internal
    state.  However, the write*() has a bug with string lists in that the string
    list entries are redundantly emitted to the project file.

    Unfortunately reading this new property configuration from project files isn't
    finished yet.  However, in the interest of getting something out there for
    people to code against, I'm going ahead and committing what I have.  After
    all, I want to reduce the number of people using the old interface, and thus
    code that will have to be re-written to adjust to the new one.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2282 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    Ye olde designer fixe...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2281 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    Yet another non existong ui.h file removed for release make target


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2280 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    Napo updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2279 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    Extra dist was trying to deploy non exsiting qgsgpspluginguibase.ui.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2278 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    Fix ui version number


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2277 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    bug fix  last commit I had the patterns in a group box instead of a buttongroup so the toggle behaviour was not correct


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2276 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-19

    Gui improvement - pattern selection is in place so no extraneous pop up window needed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2275 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-18

    deactivate capture menues for raster layers and enable only the item for the current geometry type


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2274 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-18

    Removed unwanted plugin line


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2273 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-18

    Changed Tim's supress render checkbox all around (just to see if he gets mad) so the label is shorter (says Render) and is on by default. Unchecking causes no rendering on the map cavnas. Checking it causes a map refresh.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2270 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-18

    Suppress rendering feature


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2269 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-18

    Added a little checkbox to the bottom right of status bar that when checked will suppress rendering of layers in main canvas and overview canvas, This is useful if you want to load a bunch of layers and tweak their symbology etc without having delays caused by rerendering everything after each change you make.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2268 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-17

    The interface class now allows QgisApp access via app().

    This was necessary to allow plug-ins to connect() to various QgisApp slots and
    signals.  Since this somewhat short-circuits the need for the QgisInterface
    classes, this might indicate the need for design refactoring.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2267 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-17

    Improvements to the attribute action dialog box.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2266 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-16

    Fixed bug where "int" and other non-QString property value types weren't
    getting properly restored when a project was read.

    Note that still limited sub-set of property types are supported.  Currently
    only supports QString, Int, UInt, Bool, Double, LongLong, and ULongLong.
    However, it should (theoreticaly) be trivial to add in support for other
    types.  Essentially you should add in new types as you need them.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2265 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-16

    ** Reimplemented getNextFeature() so features are visible again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2264 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-16

    Connect up to projectRead signal...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2263 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-16

    Updated version of qgis kdevelop project just for all the gui junkies out there.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2262 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-16

    License for windows distribution
    Installer script for win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2261 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-16

    Fixed PKGDATAPATH for WIN32 in main.cpp
    Updated Whats New section for 0.6 in qgisapp.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2260 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-16

    Fixes for crash when selecting, identifying features, or opening the attribute table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2259 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-15

    moved the responsability for not-commited features to qgsvectorlayer. Because of this, it is now possible to treat not-commited features like commited ones. Vectordataproviders now only need to implement 'addFeatures','deleteFeatures', 'supportsFeatureAddition' and 'supportsFeatureDeletion' if they support feature addition or deletion


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2258 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-15

    Reverted win32 hack related to dynamic casts back to original code.
    Hopefully all renderers will work now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2257 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-14

    Clean up sizing of colour previews.
    TODO: integrate pattern selection straight onto this dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2256 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-14

    Needed for changes made in last commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2255 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-14

    Changed vector dialog to have Help, Apply, Ok, Cancel button layout in keeping with raster dialog
    Changed the way button actions are implemented so that the slots are made by qt designer in the ABC and then reimplemented in the subclassed qgsdlgvectorlaye
    rproperties.
    Separated level dialog over four tabs instead of 2 in an effort to reduce size of vector dialog. Having 'tabs within tabs' is not really nice ui design, but
    Ill leave it like that until we use get a decent implementation of kde / outlook style configuration panel.
    Rearranged various other widgets within vector dialog to improve layout.
    More changes to come.
    sisy dialog is not right either - will change that in a follow up commit...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2254 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-14

    Put the assert back in. Without it, the grad renderer causes a seg fault. There is something wrong here that needs to be investigated.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2253 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-14

    Skip command line argument processing on Mac OS X if argv[1] is -psn_*


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2252 c8812cc2-4d05-0410-92ff-de0c093fc19c

telwertowski <telwertowski@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-14

    Prefix all paths to supporting files on Mac OS X with qApp->applicationDirPath()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2251 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-14

    Removed pointless Q_ASSERT statement (added during win32 debugging)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2250 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-13

    ** Changed QgsIdentifyResults and QgsVectorLayer to show all attributes
       automatically (expand the feature node) if only one feature is identified


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2249 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-13

    Removed the "" item from the display field combo box as a default option
    doesn't make sense because qgis has either already chosen a display field
    value by the time the user has opened the layer config dialog box, or it
    has read in a value from a .qgs file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2248 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-13

    Added option to set initial layer visibility to false for raster and postgres providers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2247 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-13

    Update windows icon.
    Added option to set initial layer visibility to false for ogr providers (other layer types to follow). This has not been tested against the project loading code.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2246 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-13

    Added wait cursor when opening layer properties for raster layers. Only works with layer popup menu pick.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2245 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-13

    .pro file fixes for WIN32
    Added wait cursor when opening layer properties for vector layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2244 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-13

    Removed test subdir from Makefile.am. Not sure why it was there but it
    hoses the build...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2243 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-13

    Fixes to get plugins to compile under WIN32
    Changes to qgislib.pro to include recently added classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2242 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-13

    Removed unused/uneeded help function. Help is provided by the geoprocessing
    dialog class.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2241 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-12

    Made the actions popup menu accessable from the attribute table dialog
    box.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2240 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-12

    Implemented state handling via qgsproject for copyright label.
    Updated _all_ plugins so that initGui() is implemented as a slot.
    This is required if you wish to use qgsproject for storing and reinstating state in qgis. The reason for this is that the initGui() method is only called once at the moment when qgis starts up. I will be adding a signal to qgisproject 'projectLoaded' that will be emitted when a new project is loaded. I will also be adding connect() for each plugin when its initially loaded in qgisapp so that the initgui slot is called whenever the project loads.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2238 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-12

    Class member naming now adheres to qgis coding standards.
    Win ifdefs added
    Now in sync with external plugins template (which was more up to date)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2237 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-12

    Updated for latest commits related to WIN32 build/operation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2236 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-12

    Updated for latest commits related to WIN32 build/operation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2235 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-12

    Updated for latest commits related to WIN32 build/operation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2234 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-12

    Changes to allow build under Win32. VC++ doesn't like the dynamic_cast operator, even though the compile settings inlude the rtti flag. For now, most dynamic_casts have been ifdef'd (which is ugly) to allow proper operation under WIN32.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2233 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-11

    First implementation of project serialisation - two state handlers on for font family and one for font size.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2232 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-11

    Changes to allow build under Win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2231 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-11

    Changes to allow build under Win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2230 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-11

    GEOS support added for WIN32. See ogr.pro for notes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2229 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-10

    Corrected HUGE mistake whereby ALL project properties were named "layer".  Now project properties use the proper programmer given name.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2228 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-10

    Map units and project title are now properly resotered when project is loaded.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2227 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-09

    Added compilation and linking flags for the GEOS library.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2226 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-09

    Fix for compilation error due to missing GEOS lin CXXFLAGS and LDDADD


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2225 c8812cc2-4d05-0410-92ff-de0c093fc19c

hoshi <hoshi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-09

    Convertion from const QString to std::string was causing compilation error
    in geos::WKTReader->read() method.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2224 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-09

    Added options to graticule builder to allow you to define origin and enpoints and to set the graticule size at < 1 degree. Note that there is little error checking in there still, so putting in dodgy numbers may cause qgis to crash.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2223 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-08

    Provide a UI in the vector layer properties dialog box to set the
    field used as the top level field in the Identify Results dialog
    box. The value is read from and written to .qgs files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2222 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-07

    added QgsFeature::intersects(QgsRect*) and a wkb-export method to QgsFeature. The reason why i did this is because it should be possible to test the not-commited features for intersection with a selection rectangle. Note: the wkb-export method (which is necessary for the GEOS intersection) is only tested for point,line,polygon by now


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2218 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-06

    Makefile.am :

      - added qgsvectordataprovider.cpp to library so that plug-ins could
        successfully link

    qgisapp :

      - added projectRead() and newProject() signals
      - project now clears any existing properties when a new one is created

    qgsproject :

      - clearProperties()

    Note:

      To take full advantage of having optional project properties, plug-ins would
      need to know when a project was successfully read or when a new one created.
      That way the plug-ins would know to check the properties of the newly loaded
      project for plug-in relevent properties, or to reset their state when a new
      project is loaded.  So, projectRead() and projectNew() signals were added to
      QgisApp to handle those cases, respectively.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2217 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-05

    qgsdataprovider :

      - added back virtual reset() since I needed access to OGR data provider
        reset function to ensure that I got all features in a given OGR backed
        vector layer

    qgsmaplayer :

      - minor re-formatting
      - made some functions const-correct; and now pass things by reference, thus
        sparing unnecessary copying
      - internalName now set in readXML() -- which is just the basename of the
        data file

    qgsvectorlayer :

      - minor code re-formatting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2216 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-05

    added deleting of selected features from postgislayers. Unfortunately, only commited features can be selected -> there will be some need to redesign vectorlayer and providers with respect to feature addition and deletion


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2215 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-04

    Now can *read* any extra and optional project file properties; again, this is
    useful for plug-ins to store their own data with project files.

    NOTE, that currently only the following QVariant types are supported: QString,
    Bool, Int, UInt, LongLong, ULongLong, and Double.  However, adding other
    QVariant supported types should be trivial -- just expand the "else if" in
    _getScopeProperties in qgsproject.cpp appropriately.

    Tested for QString.  Theoretically other types should work, too, but you never
    know.  Caveat programmor!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2210 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-04

    Now supports _writing_ ancillary state to project files.  Still need to
    implement _reading_ same.  Still, there should be enough here for plug-in
    maintainers to cobble up code to take advantage of this new capability.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2209 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-04

    Scale dependent layer visibility changelog entry


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2205 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-04

    Added serialise and deserialise of scale dependent visibility so that these settings are stored in project files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2204 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-03

    Wired up scale dependent visibility to gui for raster layers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2203 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-03

    Wired in scale dependent view stuff to props gui for vector layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2202 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-03

    Changed the substitution rules for attribute actions to include
    access to items that weren't clicked on.

    Updated and improved the What's This help for the Actions dialog
    box.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2201 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-03

    Grrr...this one also got corrupted...rolling back my changes lost :-(


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2200 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-03

    Second attempt at corrupt file fixing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2199 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-03

    Fix corrupted file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2198 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-03

    Added some plumbing for scale dependent viewing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2197 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-03

    First part of scale dependent layer visibility. Currently its not linked up to the layer properties gui (thats the second part) and it doesnt save/restore state when project is saved/loaded (thats the third part).

    You can test it by setting the following values in qgsmaplayer.cpp constructor (or otherwise wait for gui stuff to come):

      mMinScale = 0; <---set to your desired minimum visibility scale
      mMaxScale = 100000000; <-----set to desired max scale
      mScaleBasedVisibility = false; <---change to true to enable scale dependent visibility


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2196 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-02

    * don't set labels on if <labels>0</labels>

    * fix crash when destroying uvaldialog

    * sort of fix project loading for unique value layers. The layer displays, but
    most properties are still not restored correctly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2195 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-02

    ** Added menu item for creating an empty GPX file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2194 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-02

    Fix for crash when replacing current project with a new one (bug #1058782).
    QgsAttributeAction destructor was deleting the qProcess even if none had been
    created. Now delete the qProcess right after it is started. This does not kill
    the child process.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2193 c8812cc2-4d05-0410-92ff-de0c093fc19c

g_j_m <g_j_m@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-02

    Initial implementation of actions (external programs that can
    be run with parameters obtained from, in the first instance,
    the Identify Results dialog box). Currently the actions are
    layer specific.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2192 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-11-02

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2191 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-31

    Vector layer labels readXML was not being called post mcoletti's cool new project stuff.....now it is.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2190 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-31

    Fix bug #1047002


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2189 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-31

    Fix for bug #1047002 - buffer labels checkbox not working.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2188 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-31

    * fix for crash when loading project file (bug #1056952)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2187 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-31

    close digitized polygons in QgsMapCanvas::MouseReleaseEvent


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2186 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-30

    small bugfix related to digitizing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2185 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-30

    first version of feature commiting for the postgresprovider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2184 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-30

    ** qgsfeature.h is needed in qgsvectordataprovider.cpp since it's deleting
       a QgsFeature, fixed it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2183 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-30

    Restored missing connection for Help|About. How do these things keep getting
    disconnected/deleted?


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2182 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-29

    ** Added getDefaultValue() in QgsVectorLayer and QgsVectorDataProvider,
       implemented it in the GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2181 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-29

    * Update minor version. Still figuring out how to use qgiscommit :-).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2180 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-29

    * Write layers to projects files in the proper order by iterating over the
      zOrder in the map canvas. Fixes bug #1054332.

    * Remove the <zorder> tag from the dtd. It is superfluous.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2179 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-27

    added qgsvectordataprovider.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2178 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-26

    moved start editing/ stop editing stuff up to QgsVectorDataProvider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2177 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-26

    Reading and writing of project title now restored.

    Note that we still need to decide if the project title is stored as an
    attribute of <qgis> or as a separate text node in <title>.  Currently
    redundantly storing project title in both for backward compatibility, but only
    relying on <title> for reading.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2176 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-26

    qgsgrassedit.h:

      - added include for <vector>

    qgis.h:

      - added WKBUnknown to enumerated list to be used as error state

    qgisapp.cpp:

      - fixed a for loop

    qgisapp.h, qgisiface.h, qgslegend.h, qgslegenditem.h, qgsmapcanvs.h, qgsvectorlayer.h:

      - made copy ctor and assignment operator private since we won't be copying
        any of these

    qgsattributetable.cpp, qgsrasterlayer.cpp, qgssymbologyutils.cpp:

      - functions that say they return something should actually return something

    *renderer.h:

      - made dtors virtual

    qgscoordinatetransform.h:

      - added initializer for xMax

    qgsgeomtypedialog.cpp:

      - added return of WKBUnknown when given bad data

    qgslabel.cpp, qgslabeldialog.cpp:

      - used static_cast to stomp compiler warning

    qgsmapcanvas.cpp:

      - made CanvasProperties a class form struct, partly to find work-around for
        gcc bug and partly to ensure that ctor and assignment operator were
        disabled

      - ensured that members were in the same order in initializer list as they
        were declared

      - now use QgsScaleCalculator::units

    qgsproject.cpp:

      - now read and write map units; still need to tie it in with more code

    qgsprojectproperties.cpp:

      - now use canonical map units stored in QgsProject singleton object

    qgsscalecalculator:

      - now prefer to use QgsScaleCalculator::units instead of int


    And many minor formatting changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2175 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-26

    Make the alt-accelators unique in the file menu. Fixes Debian bug #275611.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2174 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-25

    - version detection for geos
    - display versions of geos, gdal and postgresql


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2173 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-24

    Makefile.am     - Added qgsacetatelines.h/cpp
    qgsacetatelines - Acetate layer made up of a collection of lines (this can be
                      used to persist lines on the canvas while digitizing)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2172 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-24

    Makefile.am -      added qgsline.h/.cpp
    qgisappbase.ui -   Removed empty Menu item that continually creeps in -- Developers
                       please make sure you aren't committing qgisappbase.ui with an
                       empty menu item.
    qgsacetateobject - Modified constructor to create an object without an origin
                       point.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2171 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-24

    New class to represent a simple line composed of two points.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2170 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-24

    Added some missing connections


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2169 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-22

    inserted the 'new vector layer' item again (in the layer menu). A dummy feature is not necessary anymore (but a dummy attribute)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2168 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-22

    synced initializer order with declaration order


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2167 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-22

    removed overlyqualified names


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2166 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-22

    may destroctor virtual


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2165 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-22

    Added snapshots back into the install for delimited text plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2164 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-22

    ** Removed more unused code in the GPS plugin, changed the GPS plugin source
       to follow the coding standards better


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2163 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-22

    Fix for layer name not being saved to project file (bug 1047556) --
    Thanks Gavin...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2162 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-21

    Should maybe add the new files too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2161 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-21

    Fixed broken ChangeLog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2160 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-21

    ** Some changes in the GPS plugin:
       * Changed the tooltip of the action from "GPS Importer" to "GPS Tools"
       * Removed some old unused code
       * Made the upload/download tools much more flexible by letting users
         specifying "devices" with upload and download commands
       * Remember the last used device and port for uploads and downloads
       * Remember the last directory that a GPX file was loaded from


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2159 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-21

    removed extra toolbar menu item accidentally added during edit session


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2158 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-21

    Merged in qgsproject-branch changes.

    Also made QgsRasterLayer more robust in light of files with poor "no data" and
    "min/max" value information.

    Note that this hasn't been tested with windows versions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2156 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-19

    Cleaned upp attribute handling and feature fetching in the GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2155 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-19

    Committing ChangeLog and configure.in manually


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2154 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-19

    ** Changed GPX attribute names from three letter abbreviations to more
       userfriendly whole words


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2153 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-19

    And committing ChangeLog and configure.in manually...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2152 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-19

    ** Changed mFeatureType in qgsgpxprovider.cpp from a QString to an enum to
       avoid unnecessary string comparisons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2151 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-19

    Update of change log and increment of extra_version in configure.in


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2150 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-19

    Added Display tab to vector layers dialog
    Stubbed in members/methods in preparation for implmenting scale dependent rendering


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2149 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-19

    Added test for GEOS to acinclude
    Included GEOS in configure.in


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2148 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-19

    Changes for geos in Makefile.am
    Reset ogr spatial filter in qgsshapefileprovider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2147 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-18

    Looks like qgiscommit doesn't commit ChangeLog and configure.in if you run it from a subdirectory - committing them manually


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2146 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-18

    ** Removed duplicate code, added bounds calculation for digitized features in the GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2145 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-18

    Quick hack to add -lgeos flag to link. Need add detection code for geos to
    configure for a permanent solution


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2144 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-18

    French translation from lroubeyrie at limair.asso.fr


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2143 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-18

    ** Changes to the GPX provider:
       * Implemented isEditable(), isModified(), commitChanges(), and rollBack()
       * Removed the useless lat and lon attributes in waypoint features
       * Cleaned up the attribute parsing in addFeature()
       GPX editing should now work again.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2142 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-18

    Update changelog and bumped extra_version in configure.in


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2141 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-18

    Added editable flag (someday we might actually be able to digitize
    features :))


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2140 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-18

    Implemented identify/selection using GEOS to return the proper features
    rather than any feature falling within the minumum bounding rectangle
    (MBR). QGIS now required GEOS. This works with GEOS 2.x, needs to be
    tested at GEOS 1.x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2139 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-16

    fix for bug 1044242 symbology bug on where claused PostGIS tables


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2138 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-16

    added extra parameter to getNextFeature(std::list<int>,bool), give not commited features id -1 to prevent conflicts (selection via table) with commited features


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2137 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-16

    Updated copyright and RCS keyword


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2136 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-16

    Update copyright and RCS keyword


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2135 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-16

    Updated changelog
    Bumped extra_version in configure.in to 3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2134 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-16

    qgisapp.cpp: Fixed OGR filters (snagged fix from qgsproject-branch)
    qgisappbase.ui: Changed images to XPM instead of PNG
    qgsvectordataprovider.h: Added mEditable as a private member rather than having child
    classes declare it


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2133 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-16

    added a dialog to enter and change attribute values when digitizing features


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2132 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-15

    .pro - Fix to get win32 version to build
    qgisappbase.ui - downgraded qt version string  to 3.1
    qgsuvalmadialog.cpp - added win32 ifdef


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2131 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-15

    Applied patch from Gavin that fixes bug 1045894.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2130 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-14

    Added a Menu item to create new empty shapefiles. Unfortunately, a dummy feature is inserted into each new layer (coordinates 0/0). Without the dummy features, a segfault in OGR would happen when opening the .dbf file. I will do more investigations to figure out if there is a way such that there is no need for dummy features.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2129 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-12

    Sorted and reformatted dependency lists


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2119 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-11

    Added man page for qgis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2118 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-09

    Updated splash.png for 0.6
    Added x and y text offset #defines for drawing text on the splashscreen
    Minor code reformatting in qgisapp and qgsmapcanvas
    Changed version and release name in qgis.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2117 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-09

    Cosmetic change to comments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2116 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-09

    Changed extra_version to 1, updated change log


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2115 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-09

    Fix for bogus error message when loading a shapefile from the cmd line
    (bug 1043464)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2114 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-08

    Latvian translation file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2109 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-08

    Imperfectly fixed problem where attributes aren't displayed if the primary
    key is not of type int4 (bug 1042706). Support for a unique id key field needs
    to be added to the provider. Support for keys other than int4 will require
    changing QgsFeature to a template class and other major architectural changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2108 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-04

    Merged changes in 0.5 release branch to MAIN


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2094 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-10-01

    Force reset of progress bar after render


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2072 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-30

    added a little icon to the legend items to indicate whether a layer is editable or not


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2070 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-30

    QgsRasterLayer::getPaletteAsPixmap crash fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2068 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-30

    destructor fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2066 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-30

    added qgscolortable for radims new raster improvements to build


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2063 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-29

    isEditable conflict


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2057 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-29

    Changed QMessageBox::question to QMessageBox::information since the static
    question function is not available in Qt 3.1.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2056 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-29

    -Fixed Qt version problem in ui files (version should always be set to 3.1)
    -Added debug statements to qgsvectorlayer to track down the X11 draw/hang bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2055 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-28

    support all raster types, color table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2054 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-28

    color table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2052 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-27

    added qgsvectordataprovider interface and start editing/ stop editing for vector digitising


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2049 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-25

    Resolve issue causing gsherman to call me rude names....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2038 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-23

    ** Removed support for loading Geocaching.com LOC files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2029 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-22

    <sarcasm>New and exciting splash screen</sarcasm>
    Updated splash for the 0.5 Bandit release.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2026 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-21

    Labeling  updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2025 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-21

    Fix for clipping of labels when labelling polygon features.

    Modified label rendering procedure so that it is a seprate call (drawLabels) and no longer part of the draw() method. Added a second loop in QgsMapCanvas::render() to go through all visible layers and call their drawLabels method. This loop is called after the features rendereing loop so the clipping problem is thusly forthwithly avaoided. Performance doesnt seem to bad either.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2024 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-20

    Added win32 def for PKGDATAPATH


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2023 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-20

    ** Added the element definition of uniquevaluemarker to qgis.dtd


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2022 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-20

    ** Re-fixed bug 987874, the provider will now skip geometry-less features
       but keep reading other features


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2021 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-20

    ** Fixed bug 987874 which caused QGIS to crash when showing the attribute
       table for shapefile layers with features with NULL geometry
       (GetGeometryRef() returns NULL) - the OGR provider now treats features
       with NULL geometry as NULL features, i.e. EOF


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2020 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-18

    Changes to allow build under Win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2019 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-15

    ** Fixed QgsUValMaDialogBase so the listbox doesn't take up all of the space


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2012 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-14

    ** Added the SVG icons in src/svg/gpsicons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2011 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-13

    inserted CPLFree


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2005 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-13

    Added the unique value marker renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@2004 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-13

    qgis exception classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1999 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-12

    fixed a bug occuring when reading projects with unique value symbology


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1998 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-12

    ** Scale down SVG symbols
    ** Display rasters without geotransform info as "1 pixel = 1 unit"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1997 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-12

    fixed a memory leak in the unique value dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1996 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-12

    ** Fixed bug in scale_bar plugin that would cause QGIS to freeze when a
       layer with one point was loaded


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1995 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-12

    ** The device lists in the GPS plugin should show /dev/ttyUSB* devices too
       now (for serial USB adapters) on Linux


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1990 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-11

    fixed the bug which prevented the proper loading of graduated symbol layers from project files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1986 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-11

    removed qgsgrasyextensionwidget from cvs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1985 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-11

    Fix win32 name mangling when plugin names are printed to std out


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1984 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-10

    Fix for stretched file management and data toolbars when docked
    on either side of the main window (Bug 982234)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1980 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-09

    added editing of class breaks by double clicking on the list box entries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1979 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-09

    QgsProject source initial check-in.  It's a work-in-progress, so not formally
    connected to anything yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1978 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-08

    Fixes for broken exe building by recent commits


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1977 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-08

    Fixes for broken lib building by recent commits


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1976 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-08

    ** Fixed bug that crashed QGIS when the user selected records in the attribute
       table for a layer that used the single marker renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1975 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-07

    Serialisation of buffer width and color


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1974 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-07

    Fix bug with serialisation / deserialisation of alignment.
    Minor change to gui
    Buffer tweaks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1973 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-07

    Beta bipa bicked a bit of betta buffa (sung to the tune of Peter Piper pickeds a peck of pickled pepper).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1972 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-07

    First pass at buffers - not quite right yet, but I lost the last one I made so now I have to refigure it out....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1971 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-07

    More minor tweaks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1970 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-06

    More updates to setting state...still in progress....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1969 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-06

    Fix misbehaving north arrow plugin....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1968 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-06

    Fix for compilation error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1967 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-06

    Added qgsuldiaog stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1966 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-06

    Fix designer version build error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1965 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-06

    Win32 uic includes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1964 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-06

    Fix call to label dialog props


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1963 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-05

    First pass at integrating new label dialog into vector props. Still in progress...will hopefully complete later today....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1962 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-05

    changed graduated symbol dialog to QListBox. Changing the classbreaks with a double click does not work yet (but should be there soon)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1961 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-03

    Made this a subclass of qwidget rather than qdialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1960 c8812cc2-4d05-0410-92ff-de0c093fc19c

spoerri <spoerri@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-03

    Initial factory class and testing to check write access to repository


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1959 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-02

    I'm getting a bit annoyed that I have to keep committing these by hand after
    qgiscommit fails.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1958 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-09-02

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1957 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-30

    * Fixed bug that caused qgis to crash when a plugin was unloaded. All plugins
      must now have a QAction member pointer that is created when the GUI is
      initialized in initGui(). This pointer is used in the unload() method to
      remove the QAction and associated icon from the plugins toolbar.

    * Updated splash for upcoming 0.5 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1956 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-28

    Add icon in shared icon bar rather


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1955 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-28

    Updated for changes made to plugin toolbar
    Bumped devel extra version to .23


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1954 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-28

    Changed the label for the plugin toolbar from "Toolbar" to "Plugin Toolbar". This label is displayed when the user right-clicks in the toolbar container.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1953 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-28

    Moved the toolbar plugin to the main toolbar conatiner in qgisappbase.ui rather than dynamically creating it when QgisApp is instantiated. This allows the plugin toolbar to play nicely with other toolbars and restore its state (position/docking) when QGIS starts up.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1952 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-28

    Use the new unified plugins toolbar.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1951 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-28

    Created a single toolbar that plugins can (optionally) load icons into to save screen real estate lost by sepearaters between many small toolbars


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1950 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-27

    Added single shot timer to splash screen to leave it up for 5 seconds. If user clicks on it, it goes away...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1946 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-27

    Fixed splash screen display on win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1945 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-27

    enabled loading of projects with unique value symboloy


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1944 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-27

    Fix build brokenness due to qgsuvaldialogbase.ui being missing from pro file. I had to do a nmake clena and nmake before it would build again properly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1943 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-27

    Updated splash screen for 0.5 -- waiting for backlash...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1942 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-27

    Updated INSTALL.cvs to reflect current configure/build procedures for CVS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1941 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-26

    ===================================================================
    RCS file: /cvsroot/qgis/qgis/ChangeLog,v
    retrieving revision 1.175
    diff -r1.175 ChangeLog
    5a6,19
    > 2004-08-26 [mcoletti] 0.4.0devel22
    > qgisapp.cpp:
    >
    >  - fixed bug 1017079, where loading projects would cause app to crash
    >
    > qgsprojectio.cpp:
    >
    >  - minor code change; commented out superfluous code
    >
    > 2004-08-26 [mcoletti] 0.4.0devel21
    > Now explicitly check for command line arguments via $# instead of $@.  Using
    > $@ caused the script to crash when more than one command line argument was
    > passed in.  (E.g., specifying multiple files for CVS commits.)
    >
    Index: configure.in
    ===================================================================
    RCS file: /cvsroot/qgis/qgis/configure.in,v
    retrieving revision 1.177
    diff -r1.177 configure.in
    29c29
    < EXTRA_VERSION=20
    ---
    > EXTRA_VERSION=22


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1940 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-26

    Deleted two data members that referred to the Singleton object
    QgsMapLayerRegistry.  Now explicitly use QgsMapLayerRegistry::instance(),
    which emphasizes that you're accessing a Singleton.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1939 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-24

    added writing and reading of xml for the unique value renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1937 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-22

    ** Fixed a bug that caused SVG markers to be huge when oversampling was turned on


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1926 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-22

    ** Fixed transparency in SVG sumbols


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1925 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-21

    ** Added a black frame around the white rectangle around SVG symbols to make it look cleaner, can be removed when transparency is fixed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1924 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-20

    ** Added more attribute fields to the GPX provider: cmt, desc, src, sym, number, urlname


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1922 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-20

    ** Forgot to calculate bounds for user-added routes and tracks in the GPX
       provider, which caused unpredictable drawing bugs since selection wouldn't
       work. Fixed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1914 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-20

    New dialog for qgs labels coutesy of Pete! Its not wired in to the vector props gui yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1912 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-19

    Removed references to qgsvectordialog which has been removed from cvs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1909 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-19

    Updated changelog
    Bumped configure.in extra version to 13


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1908 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-19

    Lumped common toolbar buttons into drop-down tools (I hope you like it)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1907 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-19

    Removed nonexistent source files from the .pro


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1906 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-19

    Added .ascii() to QStrings written to the project file (otherwise the address of the object gets written under Win32)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1905 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-18

    changed Makefile.am and removed unused includes to make qgis compiling again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1904 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-18

    removed classes which are not in use anymore


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1898 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-18

    Added download devices for Windows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1897 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-18

    Removed unneccesary argument to GPSObject::fillElement()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1896 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-18

    ** added Italian translation thanx to Maurizio Napolitano
    ** updated all translations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1894 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-18

    Added comments on changes required to the .pro to make a win32 release build


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1893 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-18

    Added return true to parseNode function so it would compile on win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1892 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-18

    Added com1 and com2 for windows devices


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1891 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-18

    Qmake .pro files for gps provider and importer and spit (win32 build system)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1890 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-17

    ** Implemented GPX file writing - GPX layers are now written back to file
       when features are added


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1884 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-17

    * More digitizing support for the GPX provider. Routes and tracks can now be
      created. Nothing is written to file yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1883 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-17

    Change Plugins tab label to Providers to better reflect the information it displays


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1882 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    commented out lines 2946 and 2950 of qgisapp.cpp to prevent that vector layers are drawn several times in the overview canvas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1881 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    improved efficiency of the unique value renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1880 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    Modified declaration for extern "C" functions so they work in win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1879 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    Updated win32 build environment to include spit plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1878 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    Updated win32 build environment to include gps plugin and provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1877 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    Enhanced error reporting for plugin loading


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1876 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    Added return statement for the identify function to make it compile under win32. Currently it returns an empty vector


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1875 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    Modified declaration for extern "C" functions so they work in win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1874 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    Enabled link with libqgis.lib (win32)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1873 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    tools widget flags changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1872 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    offset merged in xml


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1871 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-16

    lower() attribute field name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1870 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-15

    Changed include statement in qgis.h to use local rather than global search path.

    Modified qgisappbase to restore the Help|About connection which had gotten deleted at some point.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1869 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-15

    Add every cpp under the sun to make win qgis lib work


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1868 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-15

    Qmake .pro for building libqgis.lib. Used for linking with plugins.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1867 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-15

    Changes for Win32 support - no new features


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1866 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-14

    added rendering of legend items for unique value renderers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1865 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-14

    Retabbed and formatted source according to QGIS standards


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1864 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-14

    Added mouse wheel zoom. Moving wheel forward zooms in by a factor of 2.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1863 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-14

    Fixed build error with ui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1862 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-14

    unique value renderer seems to work. Drawing of the legend item will follow


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1861 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-14

    fixed gdal lib reference


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1860 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-14

    added math.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1859 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-14

    Includes radims new labelling stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1858 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-13

    labels


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1857 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-13

    Updated change log


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1856 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-13

    Fixed preferences bug that caused themes to disappear when setting options.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1855 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-13

    Incremented extra_version in configure.in to 8
    Updated changelog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1854 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-13

    Rearranged capture icons and added them to the mapnavigation action group
    so that the icons remain depressed while the tool is active. (bugs
    994274 and 994272)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1853 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-07

    added some waring box for the digitising tools. Native enghlish speakers are invited to change the text of the message box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1851 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-07

    close attribute table when adding features such that it is always up to date


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1850 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-06

    icons for line and polygon digitising


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1849 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-06

    More icons for digitising stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1848 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-06

    Resaved using designer 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1847 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-06

    added a polygon digitizing tool. There is no icon yet, the button is on the left of the line tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1846 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-04

    region


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1845 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-08-02

    attribute table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1844 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-30

    -


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1842 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-30

    symbology


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1841 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-29

    edit attributes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1835 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-29

    edit attributtes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1834 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-29

    attributes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1833 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-28

    some cleanups in qgsvectorlayer.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1830 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-28

    some more wkb for the shapefileprovider. Only point and line are tested yes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1829 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-28

    started to make a dialog class for unique renderer, added a bit of wkb code in the shapefileprovider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1828 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-24

    added unique value renderer class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1815 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-21

    fix for a bug that caused problems when loading vector layers from projects


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1804 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-21

    Added precision to wellKnownText function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1798 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-21

    Added wellKnownText function to return the well known text of the point in the form POINT(x y)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1797 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-21

    Retabbed source to match coding conventions
    Well known text stored in the feature when adding (digitzing) a point


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1796 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-20

    Pops up error dialog if encounter problem reading a project file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1793 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-20

    enabled getNextFeatures(std::list<int>) for rendering of vector features. This saves time because only the features needed for classification have to be copied. The postgres-gurus are kindly invited to improve the inefficient implementation of getNextFeature(std::list<int>) in the postgresproviders (done by me) :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1792 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-20

    added support for polygons in QgsShapeFileProvider::addFeature. Not tested yet


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1791 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-20

    Updated ChangeLog
    Bumped the devel version to 7


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1788 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-20

    Added display/label field handling. Field is not set when the layer is added
    by examining the fields and attempting to make a "smart" choice. The user
    can later change this field from the layer properties dialog. This field
    is used as the item name in the identify box (top of the tree for each
    feature and its attributes) and will eventually be used in labelling features.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1787 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-20

    Cleanup of postgres add layer dialog
    Removed excessive debug output from qgsfeature
    Fixed broken setDisplayField function in qgsvectorlayer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1786 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-19

    getNextFeature(attlist)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1785 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-18

    ** Changed Graduated Marker renderer to use the SVG cache


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1783 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    It would help if I actually added the files too... fixed memory leak, cache size may need tweaking


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1782 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    Added SVG cache, started using it in Single Marker renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1781 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    fix for bug where overviewglasses have not been restored properly when loading from project files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1780 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    Store GPSData objects on the heap instead of the stack to maybe make VC happy


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1779 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    Fix UI file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1778 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    outcommented call to OGRLayer->DeleteFeature


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1777 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    some cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1776 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    fix for bug 990016 'Vector symbology dialog remembers unapplied cmbbox state'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1775 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    added code related to feature deletion


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1774 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-17

    Save using designer 3.1.2 to fix PNG breakage


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1773 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-16

    added digitising for lines. As this is highly experimental, backup your data before you use this tool. The icon for the button is not very nice. Feel free to change the icon if you have a nicer one


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1772 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-15

    Qmake project files for win32 build


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1768 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-15

    Qmake project file for providers directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1767 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-15

    Changes to support Windows icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1766 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-14

    Canceling selection of browser doesn't blank existing browser choice


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1765 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-14

    Fix for file filter on win32 vs other platforms


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1764 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-14

    Addition of exception for compilation with any version of Qt


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1763 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-14

    -qgisapp - fix for opening help files on win32.
    -qgsoptionsbase - added browse button to preferences dialog so user can browse to location of the web browser.
    -qgsprojectio and renderers - fix so project files are stored properly under win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1762 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-14

    QgsShapefileProvider must return a value from addFeature
    QgisApp changed to support restoring of plugins from Windows.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1761 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-14

    Qmake project file for building qgis on windows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1760 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-14

    Changed output to qgis_ts.pro so as not to blast the windows qmake project file (qgis.pro)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1759 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-14

    Changed output to qgis_qm.pro so as not to blast the windows qmake project file (qgis.pro)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1758 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-13

    my photo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1754 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-13

    path to libgrassprovider.so changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1753 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-13

    Added check to see if open in update mode failed. If so, try to open it
    in read-only mode. Need to set a flag or something to indicate read-only
    so editing operations don't fail (once they are implemented)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1752 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-12

    Check if GISBASE is set


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1751 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-12

    delete the qgis features after drawing to avoid a memory leak. If someone has problems with drawing vector layers after this commit (which i don't hope!), just change 'delete fet;' in qgsvectorlayer.cpp l. 593 back to 'delete[]feature;'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1749 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-12

    edit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1748 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-12

    default edit icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1747 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-12

    edit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1746 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-12

    fixed crash in CapturePoint (geometry is released in QgsFeature destructor)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1745 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-12

    Started adding DOM writing to GPSData


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1744 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-11

    Implemented addFeature() for the GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1743 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-11

    implemented writing of points to make some tests with feature writing. Use the capture-point tool to write on point vector layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1742 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-10

    ** Added code to QgsProjectIo that saves and loads the provider key of a vector
       layer in the project file, so delimited text layers and GPX layers can be
       saved in a project. Haven't tested for grass vector layers, but it should
       work.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1741 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-10

    1. First pass at defining PostgreSQL layers using a where clause in the data
    provider. UI may need some work. When adding a PG layer, double- click on the
    layer name to define the where clause. Do not include the where keyword
    2. Added $QTDIR/bin to the path for lrelease and lupdate in the i18n
    scripts


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1740 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-08

    Interface changes to allow forcing view to update when a raster layer is added via a plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1738 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-07

    marker renderers now draw a yellow rectangle for selected features (the same size as the image has)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1736 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-06

    Close the dialog when a GPS operation is done (broke it in earlier commit)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1735 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-05

    Raster force redraw


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1733 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-05

    Added flag so that plugins can force mapcanvas redraw after adding a raster layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1732 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-05

    ** Moved lots of code from PluginGui to Plugin in the GPS plugin, use signals
       and slots for communication


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1731 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-04

    moved responsibility for selected vector features to the renderers. The implementation for the marker renderers has not been done yet


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1730 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-03

    Email audit trail for GPL change regarding compilation with any version of Qt


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1729 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-02

    Changes for 0.4 release - the 'Baby' is born


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1726 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-01

    Overview canvas now has extents equal to the extents of the main map canvas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1725 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-01

    Added accessors for full extents of map canvas, and frozen state of mapcanvas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1724 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-01

    Removeing the (myInt!=0) test causes usgs dems to render as a big black square - reinsating these for purposes of 0.4 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1723 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-01

    ** use int and GDT_Int32 to enable proper retrieval of negative no data values
    ** correctly calculate required size of scan data


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1722 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-01

    Marcos legend item changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1719 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-01

    Marcos legend item changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1718 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-07-01

    Marcos legend item changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1717 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-30

    Further attempt to fix 'rasters dont show after loading' problem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1715 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-30

    fix bug where rasters are not shown when added after other layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1714 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-30

    Fix order of layer restoration


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1711 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-30

    ** made ready for release
    ** added interface version for libqgis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1710 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-30

    some cosmetics


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1709 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-30

    recreated ts files as there where entries of the http_server plugin in it
    updated German translation
    added Chinese translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1708 c8812cc2-4d05-0410-92ff-de0c093fc19c

hoshi <hoshi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-29

    Updated language file for release 0.4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1706 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-29

    Updated Swedish translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1705 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-29

    Updated translation files for 0.4 release. Translators need to update for
    their language...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1704 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-29

    Install documentation update for 0.4 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1703 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-29

    Updated ChangeLog
    Incremented extra version to 57


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1702 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-29

    Fixed overview extent rectangle bug that incorrectly displayed the zoom rectangle
    as drawn rather than the actual view extent of the map canvas after rendering


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1701 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-29

    Updated comments/documentation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1700 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-29

    Added patch from strk that improves calculation of extents for a postgres layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1699 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-28

    Fixed a bug that caused QGIS to not set the fieldIndex of a vector layer if the fieldIndex found was the first attribute


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1698 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-28

    ** fix bug #981159
    ** cleaned warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1697 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-27

    Coupla new icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1695 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-27

    Added show/hide all layers option


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1694 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-27

    Swedish translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1693 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-27

    ** Enabled GPS upload code again


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1692 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-27

    Fix problem with missing paranthesis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1691 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-27

    Added 'remove all from overview' button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1690 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-27

    Wired up different gdal subsampling algorithms for pyramid building to raster props dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1689 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-27

    Made the scale bar units intelligently switch between m and km as appropriate.
    Made the scale bar max lenght 1/3 screen rather than 1/2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1688 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-26

    Hid incomplete 'where clause' box prior to 0.4 release.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1687 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-26

    Added functionality to lock a map canvas to prevent user interaction so that the overview canvas cant be misused,

    e.g.:
      mOverviewCanvas->userInteractionAllowed(false);

    This fixes bug: 977032

    Fix "overview does not zoom to all when layer removed" bug [ 977034 ]

    Fixed overview paints multiple times bug 977015


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1686 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-26

    Bugfix to freeze canvas properly when doing a File->New Project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1684 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-26

    fixed two bugs related to graduated symbol rendering


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1683 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-26

    Bug fix to ensure extents are correctly restored when project loads


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1682 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-26

    Extents are now properly restored when a project is opened.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1681 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-24

    Fix for const const error caused by incorrect version of designer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1667 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-24

    Changed projectio to restore zorder correctly and freeze mapcanvas during restore.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1666 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-24

    Completion of projectio fixes to freeze canvas and restore zorder correctly. Small issue with restoring extents properly needs to be resolved still.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1665 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-23

    qgiscommit failed to commit these


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1664 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-23

    Fixed bug whereby one couldn't downcast from QgsMapLayer* to a
    QgsVectorLayer*.  Apparently this was because dlopen()'d files didn't have
    full access to global variables.  Now plug-ins can use global variable by
    linking with -rdynamic and using dlopen()'s RTLD_GLOBAL flag.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1663 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-23

    fix for missing attributes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1662 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-23

    Qmake project files for building on Windows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1661 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-23

    Qmake project file for QGIS top-level source directory
    This file is used by qmake to generate the Makefiles for building
    QGIS on Windows. When building on Windows, the QGIS source
    should reside in a directory named qgis_win32


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1660 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-23

     Qmake project file for QGIS src directory
     This file is used by qmake to generate the Makefile for building
     QGIS on Windows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1659 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-22

    Tidied up scale bar plugin for release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1658 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-22

    Removed unimplemented mapLayersList method


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1657 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-22

    Fixed NULL dereferencing bug that crashed QGIS when loading projects with layers that are in the overview


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1656 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-22

    UI version 3.2 -> 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1655 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-22

    Disabled GPS upload code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1654 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-21

    Progress bar stuff.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1653 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-21

    Build a zOrder as each layer is built from file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1652 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-21

    Less enthusistic progress updates from raster stats (only updates when raste stats are being collected, not when they are simply being returned from stats cache).

    Rendering layers in app now increments progress bar as each layer is drawn.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1651 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-21

    hopefully fixed the remaining problems of yesterdays commits/rollback. If there are still some bugs (or new ones) just write a mail to marco.hugentobler@autoform.ch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1650 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-21

    ** Hooked up the GPS gui to code that uses gpsbabel to import lots of GPS file
       formats to GPX


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1649 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-21

    Cleaned up some code in the (broken) GPS upload section


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1648 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-21

    ** Added check for wrong UI version to make release
    ** fixed wrong versions and DOS endlines


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1647 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-21

    Got tired of always resetting my GRASS gidbase dir everytime qgis restarts - added it to qsettings.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1646 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    Complete buffering so that bar as well as text will be visible on both light and dark surfaces.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1645 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    ** Fix for bug [ 973922 ] Overview shows layers in wrong order

    ** Fixed show stopper bug where maplayerregistry wasnt being cleared properly on file new

    ** Added setZOrder which will be used in next commit to fix projectio zorder problem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1644 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    Fix anoying mapcanvas isnt freezing during raster layer add bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1643 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    Ahem - fixed bug causing layers to annoyingly redraw while loading caused by yours truly...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1642 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    Updated splash screen for upcoming 0.4 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1641 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    Restored to revsion 1.52. Revisions 1.53+ were causing crashes, hangs, or
    display problems.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1640 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    Restored to revsion 1.53. Changes at 1.54 were causing hangs/crashes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1639 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    fixed more memory leaks. Enabled delete statement in qgsvectorlayer.cpp, l. 595


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1638 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    fixed two memory leaks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1637 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    fixed layout which was lost somehow


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1636 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    graduated and continuous renderers now copy only the required attributes, which makes rendering faster, especially if there is much attribute information associated with a layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1635 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-20

    automatically use field precision in equal interval classification, implemented getNextFeature(list) in the postgresprovider. This change will not take effect until the other providers implement this too and i can change the mechanism for attribute loading for renderers. Delimitedtextprovider and grassprovider are still left


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1634 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-19

    Buffer size to 1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1632 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-19

    Add buffer around scale bar text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1631 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-19

    Buffer text of scale bar with white so its visible on both dark and light backgrounds.
    Pete to do same for scale bar lines themselves?


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1630 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-19

    Change to hourglass cursor during lengthy operations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1629 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-19

    Changes to vector renderer gui layout. Windows Qt version cannot set
    the background color of a button. The controls have been changed to use
    the layout similar to Qt Designer (QLabel with color and QToolButton for
    changing the color)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1627 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-18

    Added some code for GPSBabel import


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1626 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-18

    Change capture point behaviour on X11 qt - lmb puts coords to X selection instead of X clipboard


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1625 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-18

    ** Added an option for setting the length of the scale bar to closest
       integer < 10 times power of 10


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1623 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-18

    Fixed Makefile bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1622 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-17

    Petes nice new icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1607 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-17

    updated icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1606 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-17

    Now allows multiple tables to be added at the same time.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1605 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-17

    Added include of qapplication.h when building on windows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1604 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-17

    Modifications to allow compilation under windows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1603 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-16

    Added qgsvectorfilewriter stuff. Minor formatting changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1602 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-16

    Beginnings of generic vector file writer - incomplete and doesnt do anything useful yet except has abilty to make a shapefile with a couple of user defined fields e.g. to create a new point shapefile:

      QgsVectorFileWriter myFileWriter("/tmp/test.shp", wkbPoint);
      if (myFileWriter.initialise())
      {
        myFileWriter.createField("TestInt",OFTInteger,8,0);
        myFileWriter.createField("TestRead",OFTReal,8,3);
        myFileWriter.createField("TestStr",OFTString,255,0);
        myFileWriter.writePoint(&theQgsPoint);
      }


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1601 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-16

    Wind 32 support for package path - which will hopefully ensure pyramid and overview mini icons are displayed on legend entry now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1600 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-16

    More GPS import code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1599 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-16

    ** Added skeleton code for importing other GPS file formats using GPSBabel


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1598 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-16

    Changes to support Windows
    ** qgsprojectio requires casting QString to const char * prior to writing,
    otherwise the address of the object is written rather than the content


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1597 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-16

    Added small icon displayed on raster legend showing whether this layer is in overview or not


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1596 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-16

    Added small icon displayed on raster legend showing whether this layer is in overview or not. This icon needs "petification!". Need to do the ame for vector once I figure out where to put the code!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1595 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-16

    Small icon displayed on raster legend showing whether this layer is in overview or not. This icon needs "petification!".


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1594 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-15

    Add all layers to overview


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1593 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-15

    Added new menu / toolbar option to add all loaded layers into the overview.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1592 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-15

    Icon for add all layers to overview


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1591 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    Added link to GPSBabel in the GPS download/upload help text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1589 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    ** More preparation for GPS upload code
    ** New function in QgisInterface - getLayerRegistry()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1588 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    Cleaned up the GPX parsing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1587 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    nextFeature() now sets feature type name


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1586 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    Now properly propogate mTypeName in copy ctor and assignment operator.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1585 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    Force new project added to plugin iface


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1584 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    Added capability for plugins to clear the current project ignoring the project dirty flag (ie force new project).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1583 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    Added qgispoint to libqgis - needed for passing raster objects through plugin iface (not sure why).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1582 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    Changes to support Windows version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1581 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    addRasterLayer to plugin interface


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1579 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-14

    Added addRasterLayer(QgsRasterLayer *) to the plugin interface. This allows plugins to construct their own raster object, set its symbolisation and the pass it over to the app to be loaded into the canvas.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1578 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Removal of some genericly useable raster methods into qgsrasterlayer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1577 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Removed gdal deps in qgisapp.

    Moved raster load stuff to a group at the end of qgisapp.cpp file.

    Removed generically useable raster fns from qgisapp to static methods of qgsrasterlayer.

    Some renaming of variable names etc.

    Added addRaster(QgsRasterLayer *) private method to qgisapp - which is intended for use via plugins that want to load  'ready made' / symbolised raster layer into the mapCanvas.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1576 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    I commited this by mistake earlier - this just cleans up a little, but the 'Where clause' box doesnt do anything yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1575 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Legen Item font updates.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1574 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Change legend item fonts to arial 10pt for consistancy with rest of gui and to make font size more reasonable for Winders Users.

    In the next release I will softcode global font selection in qgsoptions, but I dont have time to do that right now.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1573 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Add version name to splash


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1572 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Added version name to splash.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1571 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Capture Point changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1570 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Implemented a new map cursor type : Capture Point (little pencil icon on your toolbar). At the moment clicking on the map in capture point mode will cause QgsMapCanvas to emit an xyClickCoordinate(QgsPoint) signal which is picked up by qgisapp and the coordinates are placed into the system clipboard.

    In release 0.5 this will be extended to provide simple point vector file data capture / digitising facility. This will be implemented by means of a plugin which will utilise the aforementioned xyClickCoordinate(QgsPoint) signal.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1569 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Added signal and mouse mode for capturing points.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1568 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-13

    Added digitising point icon.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1567 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-12

    Make 'no data' handling consistent in the GPX provider and remove isnan() since it breaks Windows builds


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1566 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-12

    Added ifdef's for OSX compilation (per J.Collord)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1565 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-12

    Info about Windows version information and bumped extra version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1564 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-12

    Massive changes to provide Windows support. This is a work in progress but
    has been tested and it compiles under unix. Future changes to the code must
    be aware of multiplatform issues.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1563 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-12

    Fixed interect function to get rid of >? operator (windows doesn't like
    it)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1562 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-12

    Added WIN32 support -- Edit with caution -- we now are supporting multiple
    platforms from one code base!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1561 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-11

    Minor bugfix for some dodgy looking ternary operators.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1560 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-11

    Fix canvas zorder syncing problems between overview and mapcanvas.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1559 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-11

    Fixed bug where QGIS attempts to render scale bar when no layers are added causing QGIS to freeze


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1558 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-11

    Added QgsMapLayerRegistry to libqgis sources


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1557 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-11

    ** Let the user choose GPS protocol and feature type to download


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1556 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-11

    **Current extent support added to overview map
    **Added acetate objects and support to QgsMapCanvas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1555 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-10

    Modified projectio (serialisation and deserialisation of project files) to use maplayerregistry and not mapcanvas.

    Implemented state handling of 'showInOverview' property in project io.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1554 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-10

    Fixed scaling issues for scale bar plugin and implemented colour selection


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1553 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-10

    SPIT gui's tidied to conform with the format of the other plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1552 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-10

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1551 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    Bugfix for transparency wierdness in raster.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1550 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    fixed version numbers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1549 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    Added support for a feature type name in QgsFeature.  The GDAL/OGR shape file
    provider now also provides the feature type name.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1548 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    First commit of the scale bar plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1547 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    First commit of scale bar plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1546 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    State of overview flag for a layer is now saved to disk - still working on state restoration again....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1545 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    Added accessor to maplayer to retrieve overview status (for use by projectio).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1544 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    Added "Show in overview" option to vector popup menu.

    Removed overview stuff from debug only version of qgisapp.

    Did plumbing for enableing disabling layers in overview from popup context menu.

    Whoopdeedooo. :-)

    All that remains to do now is sort out syncronisation of layer ordering between main map canvas and overview canvas.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1543 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    fixed bug where pop transp. slider was not syncing when transp changed in raster props dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1542 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    Fixed empty .dbf crashing bug. Added transparency slider t raster popup menu.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1541 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-09

    Added showInOverview  stub


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1540 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-08

    Fix crash when qgis loads shapefile with empty .dbf

    Add transparency slider to raster popup menu.

    Adding 'show in overview' mpopup menu option to raster (incomplete).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1539 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-08

    ** Hid the "GPS download file importer" tab


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1538 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-08

    ** Call GPSBabel using QProcess instead of system(), show a progress bar while
       GPSBabel is running, show the messages printed to GPSBabel's stderr if
       something goes wrong


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1537 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-08

    ** Started adding GPS data download capability. Only tracklogs from Garmin
       devices for now, routes and waypoints and Magellan support will come in
       the near future.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1536 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-08

    ** updated ts files
    ** fixed German translation
    ** added translation support to external help applications (grid_maker and gpsimporter)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1535 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-08

    Updated for changes @ devel17


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1534 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-08

    Added option to set the number of features retreived before the map canvas
    is updated


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1533 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-07

    ** Changed some calls to QMessageBox::question() to QMessageBox::information()
       since Qt 3.1.2 doesn't have question()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1532 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-07

    Minor bugfix to clear overview when new project is started.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1531 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-07

    Implemented map overview using maplayers rather than snapshots of a raster layer.

    Implemented QgsMapLayerRegistry  - s singleton object that keeps track of loaded layers. When a layer is added an entry is made in the registry. When a layer is removed, the registry emits a layerWillBeRemoved signal that is connected to any mapvcanvas, legend etc that may be using the layer. The objects using the layer can then remove any reference they make to the layer - after which the registry deletes the layer object.

    This fixes a problem with adding an overview map which caused qgis to crash when a layer was removed because it was trying to delete the same pointer twice.

    Added a better implementation of the overview map below map legend.

    Refactoring in qgis app - all private members now adhere to qgis naming conventions (prefixed with m).


    Import Note *** ONLY THE MAPLAYER REGISTRY SHOULD DELETE LAYERS NOW ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1530 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-04

    Correctly disable buttons when a raster is added as the first layer.

    The pg buffer plugin button is not disabled. Need to provide a way to let plugins
    handle this properly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1529 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-04

    Added getPaletteAsPixmap function to raster and display on raster props
       dialog. Also added gdaldatatype to raster props metadata dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1526 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-04

    Added getPaletteAsPixmap function to raster and display on raster props
       dialog. Also added gdaldatatype to raster props metadata dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1525 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-04

    ** fixed tims typo with GDAL_LDADD
    ** cleaned pluginnames


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1523 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-04

    Added getPalletteAsPixmap method to rasterlayer class so that the palette of a paletted raster layer can be retrieved and visualised.

    Rearranged 'General' tab on raster props dialog, including adding a
    palette view that uses the above mentioned call to rasterlayer class.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1521 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-03

    Updated todo list for 0.4


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1520 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-03

    ** fixed bug #965720 by adding math.h for gcc 3.4 problems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1519 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-03

    Added  $(GDAL_LADD) to makefile to remove dltest GDALTermProgress error.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1518 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-02

    Minor fix added std:: before endl in setProgress.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1517 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-02

    MapCanvas changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1516 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-02

    Updated draw method following changes to maplayer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1515 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-02

    Renamed obscurely named Impl struct to CanvasProperties and private instance of impl_ to mCanvasProperties.

    More tweaking on printing stuff though its still not scaling properly except to A4 landscape.

    Added private member mScale (double) and accessor so that plugins can access the current scale.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1514 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-02

    Removed src parameter in draw(). This is redundant because you can get it by using qpainter->device(); Updated vector accordingly. Update for raster will follow.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1513 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-02

    Minor changes - added some debug info on filePrint


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1512 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-02

    Hide dialog before setting props.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1511 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-02

    Hide the dialog before updating props.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1510 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-01

    Fixed const const error that arose when trying to compile under qt 3.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1508 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-01

    Fixed incorrect designer version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1507 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-01

    Switch to using QPaintDeviceMetrics for determining size of paint device.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1506 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-01

    Switch to useing QPaintDeviceMetrics for determining size of paint device.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1505 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-01

    Fix for theme preview as the themes are highlighted in the theme
    drop-down box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1504 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-01

    Updated renderCopyrightLabel slot to receive and draw to the qpainter pointer passed by the mapcanvas::renderComplete signal. This allows the north arrow plugin to draw onto the map even when it is being rendered to a device other than the mapCanvas' own pixmap member.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1503 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-01

    Updated renderNorthArrow slot to receive and draw to the qpainter pointer passed by the mapcanvas::renderComplete signal. This allows the north arrow plugin to draw onto the map even when it is being rendered to a device other than the mapCanvas' own pixmap member.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1502 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-01

    Updated renderComplete signal to pass a pointer to the qpainter device onto which the map was rendered. This allows plugins to draw onto the map even when it is being rendered to a device other than the mapCanvas' own pixmap member.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1501 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-06-01

    Gui cleanups for options dialog box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1500 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-31

    Added theming for print icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1499 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-31

    Renamed to fit naming convention


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1498 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-31

    Icon for print icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1497 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-31

    Print functionality...a work in progress.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1496 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-31

    Added basic print capability to qgis....consider this a work in progress.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1495 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-31

    Bumped extra version to 9
    Added change log entries


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1494 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-31

    Changed QgsIdentifyResultsBase to inherit from QWidget instead of QDialog
    so window position can be saved/restored from user settings each time.

    Changed qgis.h int version number to 300 (should have been done at release)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1493 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-29

    Fix poorly placed status text on splash screen.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1492 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-29

    Subclassed options dialog to add theme capability


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1491 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-28

    Added user selection of icon themes. There is only one theme in CVS (default).
    Info on creating icon themes will be forthcoming. A test theme will be put
    up on community.qgis.org soon.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1490 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-28

    Close gdal dataset after testing (thanks Radim!)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1489 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    Added info about spit plugin fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1487 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    Added the getSchema call to the constructor so the schema drop-down
    is populated. Since spit is both a plugin and standalone app, getSchema
    was called in main in the standalone version and not called at all for
    the plugin.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1486 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1485 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    ** cleanup of gcc warnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1484 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    Standardised GUI layout


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1483 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    Standardised GUI layout


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1482 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1481 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    Standardised GUI layout


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1480 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    Added theme selection to the user preferences dialog. Currently there is only
    one theme (default) available. The preferences dialog examines the themes
    directory and adds each subdir to the list of available themes (in a combobox).
    If a theme subdirectory doesn't contain all the required images and the user selects it, the toolbars and menus will be blank the next time QGIS is started.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1479 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-27

    Added QgisApp::setTheme() to set the icons from png images:
     Inits the toolbar icons by setting the icon for each action.
     All toolbar/menu items must be a QAction in order for this
     to work.

     When new toolbar/menu QAction objects are added to the interface,
     add an entry below to set the icon

     PNG names must match those defined for the default theme. The
     default theme is installed in <prefix>/share/qgis/themes/default.

     TODO:Next step is to allow user specified icon sets by loading the
     images from a theme directory other than "default". This will require
     adding information to preferences to allow selecting the theme.

     New core themes can be added by creating a subdirectory under src/themes
     and modifying the appropriate Makefile.am files. User contributed themes
     will be installed directly into <prefix>/share/qgis/themes/<themedir>.

     TODO: Create a theme preferences dialog that parses the themes directory
     and builds a list of themes (ie subdirectories) for the user to
     choose from.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1478 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-26

    ** Added some calls to std::string::c_str() to hopefully make Qt without STL
       happy


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1477 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-26

    ** Fixed a bug that caused the legend checkboxes to always be unchecked when
       using Qt 3.1.2 by removing QgsLegendItem::setOn(), don't know how this
       affects newer Qt


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1476 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-26

    Updated files for 0.3 release
    ** Updated whats new in qgisapp.cpp (for about dialog)
    ** Added border to the splash screen (Madison didn't like it without a border)
    ** Added map units tag to qgis.dtd -- this still needs to be implemented
       in saving/loading projects from .qgs files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1474 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-26

    Updated docs for 0.3 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1473 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-26

    Moved icons to images/icons directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1472 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-26

    Desktop icons (installed in share/qgis/images/icons)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1471 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-26

    ** prerelease test-build clean-ups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1470 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    ** updated translations
    ** finished german one


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1469 c8812cc2-4d05-0410-92ff-de0c093fc19c

hoshi <hoshi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    Updated Brazilian language file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1468 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    ** Show the legend widgets in debug mode too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1467 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    ** Fixed some more instances of the same bug in raster layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1466 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    Update summary by Tim


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1465 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    Disable overview widget for release. Minor bugfix in rasterlayer picker up by Larsl which is only encountered bu i8n users.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1464 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    Cleaner and simpler north arrow


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1463 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    ** Updated all ts files and translated new messages in the swedish file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1462 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    Removed references to font button in description box.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1461 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    Fix for const const error caused by generating from old versions of designer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1460 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    ** Updated the swedish translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1459 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    add raster layer dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1458 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    ** Resaved plugins/copyright_label/pluginguibase.ui with designer 3.1 to fix
       const problem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1457 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-25

    Updated translation files for 0.3 release. These need to be reviewed and
    updated by translators prior to release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1456 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-24

    Various bugfixes including: Changed textedit mode to plain text to avail rendering html in dialog. State handling for label placement. Refresh canvas appropriately to avoid ghost labels.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1455 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-24

    More minor bugfixes - refresh now takes place properly so no ghost images are left behind and display does not need to be panned before n-arrow updates.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1454 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-24

    Bug fix : Rotation of north arrow now behaves properly in each of the four corners.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1453 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-24

    Remember state of copyright label text (within session only).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1452 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-24

    Fix off by one error in pyramid 'to build' list generation.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1451 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    Nailed a serious bug - the gdal dataset was bing closed prematurely during pyramid generation causing it to fail. Refresh metadata in raster props tab after rasters created.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1450 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    Update legend pyramid icon when pyramids are added to a raster layer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1449 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    Fix for detection routine for pyramids by using soft bounds in comparison of expected pyramid layers vs actual.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1448 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    Corrected wrong designer version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1447 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    Fixed text wrapping bug and disabled the orientation gui for now


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1446 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    Forgot to commit this file earlier.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1445 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    First working version for gui pyramid manager (implemented as tab in raster props). Raster legend entry now stretched to width of legend and show an icon indicating whether the layer has overviews or not. Added struct and qvaluelist to raster to store pyramids state in.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1444 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    ** Changed release name to Madison in qgis.h
    ** Added QgsScaleCalculator to libqgis spec in src/Makefile.am
    ** Additional debug statements in grass data provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1443 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    Petes nice povray rendered icons.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1442 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    Forgot to commit this yesterday..it has updates to load splash image from file rather than embedded in dialog as xpm.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1441 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-21

    ** make default raster file filter (*) so you can select extensionless grass
       files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1440 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-20

    ** autoscroll the legend view when dragging layers

    ** gave file the indent treatment


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1439 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-20

    remove some lines that snuck into fix by accident


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1438 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-20

    fix for moving layers when legend view has scroll bar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1437 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-20

    Added pyramid / no pyramid icon to raster legend entry and made legend
    pixmap fill up all available space in leend width. Added new dir for icons
    in src that will be installed to PKGPATH/share/icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1436 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-20

    Changed splash to load picture from file instead of an xpm include. This
    will hopefully speed up compile times for folks building on p133's. Changed
    splash image to the fluffball ready for 0.3 release.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1435 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-19

    ** Implemented getNextFeature(list<int>&) in the GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1434 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-19

    Updated ChangeLog and bumped configure.in EXTRA_VERSION to 26


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1433 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-19

    Saved ui files with qt designer 3.1.2 to preserve compatibility


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1432 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-19

    Bumped EXTRA_VERSION to 24
    Updated ChangeLog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1431 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-19

    Changes to implement scale display for map data in feets, meters, and
    decimal degrees. A new menu item is added to the Tools menu for selecting
    the map units. This setting is currently not saved with a project file.
    TODO:Modify qgis.dtd and project save/load to support map units.

    NOTE - the qgisapp.ui file was created with qt 3.3.x and WILL NOT WORK
    with qt 3.1.2. This will be changed as soon as I can find my 3.1.2 version
    of qt designer...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1430 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-18

    Relax checking of raster filetype extensions to cater for filetypes where extension is unpredictable (e.g. grass).
    Now I use gdal to quickly check if a file is useable so pretty much anything gdal iscompile with should get through if you have chosen wildcard
     filter in add raster dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1429 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-18

    Relax checking of raster filetype extensions to cater for filetypes where extension is unpredictable (e.g. grass).
    Now I use gdal to quickly check if a file is useable so pretty much anything gdal iscompile with should get through if you have chosen wildcard filter in add raster dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1428 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-17

    Populate the pyramid resolutions text box with a list of candidate pyramid sizes rather than the 1x 2x 3x etc notation used by gdal.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1424 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-17

    implemented and tested QgsShapeFileProvider::getNextFeature(list<int>). This speeds up rendering of graduated symbol layers a lot (especially if there is much attribute data). However, for the commit, the old getNextFeature(bool) has been enabled again, because getNextFeature(list) has to be implemented in all data providers to not break the other providers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1423 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-17

    ** Added URL parsing and attribute fields for route and track GPX layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1421 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-17

    Added support to Save As Image to save in any QImageIO supported format. File->SaveAsImage dialog filter list now generated automagically by interrogating QImageIO for its supportted formats. File->SaveAsImage remembers last dir used (stored in qsettings). Its supposed to remember last filter used but there is an issue with that that needs to be resolved.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1420 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-17

    Minor change to layout of pyramids dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1419 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-16

    Implemented the enable checkbox


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1418 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-16

    Remeber state of =show= checkbox


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1417 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-16

    Added url/link parsing to the GPX provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1416 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-16

    Added functionality for enable check box


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1415 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-16

    added a method getNextFeature(std::list<int>&) to the dataprovider classes (but didn't program it yet). The idea is, that besides copying no attributes (getNextFeature(false)) or all attributes (getNextFeature(true)), it should be possible to copy only the attributes with indexes contained in the passed list. This should improve the rendering efficiency of graduated renderers. I plan to implement this method for the shapefileprovider and make some efficiency tests. For the other data provider, it would be nice to have some help, because i am not very familiar with e.g. the postgresprovider, the delimited text provider or the grass provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1414 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-16

    ** Corrected file name extension for PNG files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1413 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-16

    Added two desktop icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1412 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-16

    Commented out debug message whiich prnts out as each feature is fetched because it really slows things down and makes it difficult to see other debug messages (they get pushed out the scroll buffer).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1411 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-15

    Placement now works when n-arrow is unrotated. State of placement restored when dialog restored.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1410 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-15

    Minor change to reduce dialog size.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1409 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-15

    Added my mugshot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1408 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-15

    graduated dialogs keep settings now if classification field or classification mode are changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1407 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-15

    Raster props changes: Switched order of general tab and symbology tab - as you normally change straight to symbology tab anyway. Removed stats tab and consolidated stats into metadata tab. Clean ups on metadata tab.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1406 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-15

    Switched order of general tab and symbology tab - as you normally change straight to symbology tab anyway. Removed stats tab and consolidated stats into metadata tab. Clean ups on metadata tab.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1405 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-15

    Pyramid info in raster stats


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1403 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-15

    Metadata tab now displays raster pyramid info


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1402 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-14

    ** Cleaned up the enabling/disabling of controls in the GPS dialog
    ** Changed the order in which different layers are loaded from a GPX file
    ** Added the basename of the GPX or LOC file in the layer name
    ** Changed the plugin name to the more general "GPS Tools"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1401 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-14

    ** Fixed a bug that caused the canvas to have a fixed width of 400 with my
       Qt version - the main grid layout for the main window had one extra column


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1400 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-14

    Minor changes to plugin interface to make load raster and load vector functions void


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1397 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    ** Added a tab for loading GPX and LOC files to the GPS plugin dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1396 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Added placeholder for north arrow placement support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1395 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Tidied up GUI


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1394 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    ** Added a virtual destructor to QgsDataProvider and deleted dataProvider in
       the destructor for QgsVectorLayer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1393 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Changing std::string to QString in GPSData::getData() and GPSData::releaseData() to support Qt libraries built without STL support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1392 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Bugfixes to dbf creation in grid maker and gps importer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1391 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Fix path error for bdf creation.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1390 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Fix bad path in dbf creator.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1389 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Moved here from directory above


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1388 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Moving this file into sample data dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1387 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Answer to a XXX question added to comment - A useless commit this is...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1386 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Fix for OS X endian bug (needs further testing)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1385 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-13

    Fixes for OS X endian bug
    ** Incremented version in configure.in
    ** Updated ChangeLog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1384 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-12

    some minor fixes. The impossibility to constrain the initial size in QScrollView::AutoOneFit mode still causes problems in qgsgrasyextensionwidget


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1383 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-12

    Fix for bug #950499; legend now cleared for new projects.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1382 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-12

    Overloaded qwidget paint and resize events to draw north arrow so we dont have strange enpty looking dialogs.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1381 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-12

    ** added endian checks in configure
    ** decreased versions in the auto* checks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1380 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-12

    More clean ups - remove icon selection tab until its implemented


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1379 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-12

    Gui cleanups. Arrow preview displays in center of label widget now. Added sidebar image to replace template default. Renamed spinRotation to spinSize and diconnected from rotation signals / slots. Added show checkbox (not functional yet).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1378 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-12

    Logo for dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1377 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-11

    addProject added to interface


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1376 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-11

    Put north arrow in the hot water wash to shrink it a bit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1375 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-11

    Minor change to add debug out when project is being loaded


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1374 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-11

    Don't add track and route layers for LOC files, throw real exceptions instead of strings in GPSData, move all file loading from QgsGPXProvider to GPSData, add a static container with reference counting to let GPX layers from the same file share data, use signaling_NaN instead of -max for 'no data' in waypoint elevation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1371 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-11

    Added qgisApp->addProject(QString) to the plugin interface.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1369 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-11

    Fix error causeing plugin load to fail.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1364 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-10

    Changed version=3.3 to version=3.1.2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1360 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-10

    The GPS plugin now adds GPX files as three layers, one for each feature type: waypoints, routes, and tracks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1359 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-10

    North Arrow rotation now works (thanks largely to larsl's maths skills). Implementation of other north arrow properties still in progress.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1358 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-10

    Added my email address


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1357 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-10

    Tidied up default north arrow


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1356 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-10

    Default north arrow in png format


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1355 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-09

    Minor fix to correct search path for pngs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1354 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-09

    Temporary kludge to make north arrow show a png rather than svg


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1353 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-09

    Added src/images/north_arrows to make install process. Provided a default north arrow png based on one of Petes svg's.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1352 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-09

    Added src/images/north_arrows to make install process


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1351 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-09

    improved resize behaviour of the graduated dialogs by putting the QGridLayout inside a QWidget


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1350 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-08

    Added sample GPX files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1349 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-08

    Backed out changes (addition of Ctrl-Q/Ctrl-S) which breaks compile on
    earlier Qt versions. UI files MUST be edited with Qt 3.1.2 to prevent
    embedding of images as PNG. This is incompatible with earlier version of
    Qt.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1348 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-08

    fixed bug about restoring projects with single marker renderers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1347 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-08

    Added a UI hook for the GPX provider in the GPS plugin (look in the menu)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1346 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-08

    Copyright label placement implemented


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1345 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-08

    Placement options added


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1344 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-07

    Added the GPX/LOC provider plugin (no GUI yet, so it can't be tested)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1340 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-07

    Ctrl-S saves current project.

    Ctrl-Q exits program.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1339 c8812cc2-4d05-0410-92ff-de0c093fc19c

larsl <larsl@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-07

    Changed version=3.2 to version=3.1.2 in UI file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1338 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-07

    Made Qt 3.1.2 compatible.

    Note:

    QListViewItemIterator::QListViewItemIterator( item, iteratorFlags ) is a newer
    member.  Use QListViewItemIterator::QListViewItemIterator( item ) instead.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1337 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-07

    - legend item check boxes work again
    - fixed feature select bug

    Note:

    QGuardedPtr should only be used for classes that use MOC.  QgsRec doesn't use
    MOC, therefore it shouldn't have used QGuardedPtr.  Worse yet, you can't use
    std::auto_ptr because its pass-responsibility-by-copy semantics make it a Bad
    Idea to use as a parameter, which is what would have happened with the QgsRec
    that was causing feature selection to blow up.  Currently we have no
    available general reference-counting smart-pointer classes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1336 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-07

    Set to QT version 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1335 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    Gave render2() the boot and replaced with render()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1334 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    Fixed bug whereby project files specified on the qgis command line would be
    loaded twice.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1333 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    This fixes adding and deleting legend item layers.  Not only are legend items
    properly deleted on the canvas, but selection of remaining layers is now more
    intelligent.  Now uses signal/slot mechanism to add/delete layers.  (We should
    explore propogating this model further to other classes.)

    Made some class members const correct and deleted a few deprecated/superfluous
    members.

    QgsMapCanvas now has an implementation struct a la the Handle/Envelope design
    pattern.  Implementation changes will now only incur a single file
    re-compilation penalty; and this hides implementation details.

    Did some re-formatting via "indent" and added a bit of white space to make
    source easier to read.

    CVS was whining about some files not ending on a blank line, so added them to
    files necessary files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1332 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    Implemented the signals fired when ok is pressed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1331 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    Revised the dialog to allow the setting of font face and colour to be set


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1330 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    Added slots and connectors for label text font and colour


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1329 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    Added pyramids options


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1328 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    First selection of north arrows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1327 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    Changed default north arrow to fancy one


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1326 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    First draft of North Arrow GUI


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1325 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    Added packagedata that I thought I had committed before.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1324 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-06

    Changed n to black


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1323 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    ** Extended qgis-config to expose version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1322 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Add make for north arrows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1321 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Minor updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1320 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Fix install dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1319 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    New dir for north arrows


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1318 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Minor changes and fix compilation issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1317 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Minor updates and fix compilation issues.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1316 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Fixed missing pbnCancel_clicked() declaration.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1315 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    New plugins north arrow and overlay


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1314 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    North arrow and copyright plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1313 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Added two new plugin dirs (north arrow and copyright)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1312 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Initial commit - no implementaiton yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1311 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Initial commit of north arrow plugin - does nothing yet!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1310 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Canvas now emits renderComplete signal when rendering of cnavas has completed, but before the screen is refreshed. Added accessor and mutators for the canvas pixmap.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1308 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Canvas now emits renderComplete signal when rendering of cnavas has completed, but before the screen is refreshed. Added accessor and mutators for the canvas pixmap.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1306 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Minor changes to formatting of extents and to scalebar widgets


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1305 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-05

    Set max size of mProgressBar to 100 px


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1304 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-04

    ** fix for missing QgsMapCanvas in libqgis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1302 c8812cc2-4d05-0410-92ff-de0c093fc19c

hoshi <hoshi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-04

    Updated Brazilian Portuguese language files:
    - Translation updated.
    - Renamed language file to pt_BR.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1301 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-04

    more improvements to graduated marker dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1300 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-04

    Radim's fix for inner ring rendering


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1299 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-03

    qgisApp->mapCanvas is now exposed through the plugin interface.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1298 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-03

    qgisApp->mapCanvas is now exposed through the plugin interface.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1296 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-03

    Moved setProgress and setStatus slots up to maplayer interface


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1295 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-03

    Added signal/slot/connector for setting the status bar message from raster layer. Will move the signal stuff up to maplayer later.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1294 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-03

    Status bar updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1293 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-03

    Added three new widgets to status bar:
    scale - which shows the scale in the form 1:50000 *
    coordinates - shows coordinates of mouse on map in its own widget
    progressbar - shows the progress of any task that emits signals connected to showProgress slot

    Added signal / slot mechanism for showExtents and set fp precision to 2 (see below)
    stringRep function in QgsRect and QgsPoint now overloaded to allow setting floating point precision for display. QgisApp & canvas are currently hard coding this to 2 but I plan to make this user configurable in the options panel.

    Added example of using progress indicator to raster stats gathering procedure. You can see this in action by setting ak_shade example dataset to singleband pseudocolor and you will see progress indicator advancing as stats are gathered.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1292 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-02

    removed a bug in pixmap rendering of the graduated dialogs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1291 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-02

    markers sizes in graduated marker dialogs are adjusted when apply is pressed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1290 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-05-02

    fixed drawing of simadialog to the legend item


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1289 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-30

    Verify file is writeable before building pyramid.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1288 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-30

    - fix for bug 944016
    - added CVS ident string


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1287 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-29

    Update for overview box. Overview is now assigned with a thumb of the last rster added. Still a work in progress.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1286 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-29

    Split legend so there is an overview area below (which doesnt actually do anything yet)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1285 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-29

    Initial pyramid support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1284 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-29

    This release adds preliminary support for building pyramids in raster files using the GDAL overview function. Currently it is hard coded to use Nearest neighbour algorithm with pyramids at levels  2, 4 and 8. Adding pyramids to your raster layer can greatly improve rendering performance. This new functionality is accessed by right clicking on a raster legen entry and choosing 'Build Pyramids' from the popup menu.

    *** PLEASE USE WITH CAUTION ***
    This current implementation does not warn you of possible side effects including:
    - possible image degradation if too many pyramids are generated
    - possuble large increase in image side
    - currently this process IS NOT KNOWN TO BE REVERSIBLE so please backup data first before experimenting.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1283 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-29

    Added QGISDEBUG statements to display information about current map scale
    when QGIS is configured with the --enable-debug flag. This is in preparation
    for implementing scale related functions. Currently the scale calculation
    assumes that the map data are in meters. Support for additional map units
    is under development. This commit provides no new functionality to the end
    user.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1282 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-28

    Noted changes Ive made over last couple of days.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1281 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-28

    Set default dir to PKGDATADIR+"/svg"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1280 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-28

    Dont scale image preview contents. Saved using qt3.1.x designer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1279 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-28

    Fix issue with scaling of symbol in map view when apply is pressed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1278 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-28

    First pass at consolidating icon select and single symbol icon widgets. Still sorting out scaling and default dir - stand by for that...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1277 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-27

    Added cancel and ok event handlers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1276 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-27

    Updated default gui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1275 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-27

    Fixed problems preventing internal plugins from building properly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1274 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-27

    Miscellanious updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1273 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-26

    Final changes prior to release:
     * Update of docs
     * Update README and TODO
     * Incremented version to 0.2.0 in configure.in


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1271 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-25

    Removing problematic svgs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1270 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-25

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1269 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-25

    ** last 3 swedish translations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1268 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-25

    ** fixed QT detection


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1267 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-25

    ** Added i18n tools to EXTRA_DIST
    ** Updated German translation
    ** fixed a typo -> other translations changed too


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1266 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-24

    testing with a much smaller base size (12x12)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1265 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-24

    redrawn without lines to ensure nicer look with rescaled


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1264 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-24

    Moved tr() out of main rendere loops for paletted images - it causes a severe performance hit when called multiple times. Now the translations for red, green and ble are done in constructor and stored as global vars.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1263 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-24

    Added qgsrect.cpp and qgscoordinatetransform.cpp to libqgis.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1258 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Added icon to spit menu.
    Minor comment revisions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1257 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Fixed project save as behavior to make newly saved document the current
    document. Also fixed bug that caused the name to revert to the previous
    document on the next save.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1256 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Changed menu name until menu issues are resolved.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1255 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Fixed bug that caused file selection dialog to popup when saving a new
    project, then zooming/panning and clicking save again (fullPath of
    project file was not being stored after initial save).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1254 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Plugin menus now install under the top-level Plugin menu in the menu bar.
    Menus are not sorted but appear in the  order they are loaded. This will
    be refined in a later version.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1253 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Removed extraneous stdout stuff - only print to console if there is a problem - rest is ifdeffed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1252 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Gumpf dispatesiation of spurious and extraneous messages to stdout using ifdefs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1251 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Gumpf reduction using #ifdef QGISDEBUG


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1250 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    SVGs didn't get packed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1249 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    small changes to translation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1248 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Gumpf reduction by means of #ifdef QGISDEBUG


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1247 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Updated Swedish translation, thanx to Lars


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1246 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    Changed ui version to 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1245 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-23

    fixed typo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1244 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-22

    Gumpf reduction on stdout and stederr (unless you are in debug mode)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1239 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-22

    Ifdeffed some std::cerr stuff out so it only shows in debug mode


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1238 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-22

    ** added install routine for svg files
    ** added new translations
    ** adjusted paths in the cpp files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1237 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-22

    ** added install routine for svg files
    ** added new translations
    ** adjusted paths in the cpp files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1236 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-22

    Added Pete


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1235 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-22

    Added pete to list of contributors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1234 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-22

    Changed default dir to PREFIX+"/share/qgis/svg"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1233 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-22

    Forced name of .pro file to qgis_ts.pro so no assumptions are made about the
    current source directory. This name was chosen to minimize potential clash with
    an existing qgis.pro file, although such a file is not used in building QGIS.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1232 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-22

    Translation files from last (0.1) release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1231 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-21

    common map icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1230 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-21

    Added more tr() to try to sort out problem of raster crashes when using non default locale.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1229 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-21

    added swedish translation
    updated qgis.m4 and configure stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1225 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-21

    set default marker directory to .../src/svg/symbol


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1222 c8812cc2-4d05-0410-92ff-de0c093fc19c

sbr00pwb <sbr00pwb@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-19

    First batch of svg markers categorised into folders


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1219 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-19

    added reading of graduated marker symbology from .qgs files and moved the code for reading symbology XML from qgsprojectio to the individual renderers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1215 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-19

    Updated delimited text plugin documentation for 0.2 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1214 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-18

    ** Changed to simple macros for detecting QT and GDAL
    ** Added code for detecting QGIS as m4 file to tools
    ** this will be installed together with QT and GDAL detection to
       $prefix/share/aclocal/qgis.m4
       so the plugins can just use those simple unique macros
    ** updated German translation
    !! Developers have to link the installed qgis.m4 to /usr/share/aclocal/
    !! or where ever aclocal keeps the m4 files
    !! otherwise it's not detected by the plugins autogen.sh (more exactly
    !! aclocal)
    !! It can be cheated by adding -I path/to/qgis.m4 to the aclocal of
    !! autogen.sh. But be carefull not to commit that to CVS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1213 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-18

    Commented out wkbheader related code (this is test code and not ready for
    prime time)

    Fixed normalize() call in select method


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1212 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-18

    Normalize the selection rectangle prior to passing it to the provider. This
    prevents passing of rectangles with negative width/height when the user
    drags from right to left or bottom to top. Fixes bug #937317.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1211 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-17

    removed translation file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1208 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-17

    ** Added internationalisations stuff
       Needs some documentation and more translations :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1207 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-17

    moved xml writing for vector symbology from qgsprojectio.cpp to the individual renderers. It is also planned to move the read code to the renderers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1206 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-17

    Bug fix for [ 934234 ] Segfault when drawing multiband image band as grayscale


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1205 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-17

    Fix for crash when opening singleband grayscale images introduced by Steves fix for crash when opening MULTIBAND_SINGLEBAND_GRAYSCALE images. Thanks to Steves help, all eight raster renderers are now working properly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1204 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-16

    Added detection of invalid layers in addVectorLayer method. This fixes a
    bug in the delimited text plugin and also provides a sanity check for other
    vector layers prior to adding them to the map. A data provider must properly
    implement the isValid method for this to work.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1203 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-13

    Changes to make QGIS work on Mac OS X, more to follow


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1202 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-13

    temporary fix for raster layer multiband as grayscale segfault


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1201 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-13

    compile fix for older uic


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1200 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-12

    added rendering of a legend pixmap for graduated marker


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1198 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-11

    Fixed cut n paste error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1197 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-11

    Added empty implementation for help() to unbreak plugins on mac osx


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1193 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-11

    Mcolettification of plugin.cpp to avoid duplication of name, description etc.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1192 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-11

    Mcolettification of plugin.cpp to avoid duplication of name, description etc.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1191 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-10

    reverted my stuff


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1182 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-10

    fixed two 'with and without libtool' problems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1181 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-10

    removed line in qgsmarkerdialogbase.ui for 3.1 compatibility


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1177 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-10

    Moved to external plugins dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1176 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-10

    openModeller plugin has been moved to external plugins module


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1175 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-09

    added code for graduated markers. Although it is still incomplete and bugy rendering already works


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1172 c8812cc2-4d05-0410-92ff-de0c093fc19c

rabla <rabla@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-07

    some bugfixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1168 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-06

    These files are autogenerated by uic. Removing from cvs.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1166 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-06

    Changelog for new grid_make plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1165 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-06

    Added grid_maker (Graticule Wizard) plugin to build list.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1164 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-06

    Added grid_make to build list.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1163 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-06

    Removed hard coded graticule size. Plugin now working.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1162 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-06

    Nearly working - still a few more changes to make.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1161 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-05

    Added implementation to generateGraticule method (still in progress).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1160 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-05

    These files are deprecated.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1159 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-05

    Renamed from waypointtoshape


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1158 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-05

    Renamed waypointtoshape to graticulecreator.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1157 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-05

    Added QgsFeature::getGeometrySize(), which returns the well known binary type
    buffer length.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1156 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-05

    Initial commit of new plugin to build graticules - not working yet! And thus not added to higher level makefiles yet.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1155 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-05

    Commented out classbreak debug stuff.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1154 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-04

    ** fixed qgiscommit (didn't work when in qgis root)
    ** cosmetics for qgis-config to be more "standardconform"


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1153 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-04

    files missing in release, added


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1151 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-04

    Image missed in Extra_Dist


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1150 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-04

    ** fixed GRASS provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1149 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-04

    Bug fix for new freakout color ramp.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1148 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-03

    Updated TODO list with tasks required for 0.2 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1147 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-03

    Added new color ramper for grayscale and pseudcolor grayscale image called freak out (its a bit psycadellic at the moment). Last class break ne
    eds some work! Bugfix for raster artifacts.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1146 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-03

    Added new color ramper for grayscale and pseudcolor grayscale image called freak out (its a bit psycadellic at the moment). Last class break needs some work!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1145 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-03

    Attempted fix for bug #928402 - where artifacts are drawn during raster rendering.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1144 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-02

    just a typo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1142 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-02

    ** Added version checks for autoconf, automake and libtool
    ** Small bugfixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1140 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-02

    Fixed bug where the script needs to return to original directory otherwise any
    other changes in the source hiearchy will also get picked up.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1138 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-02

    Rolling forward QgsFeature::setGeometry() interface change whereby the size of
    the well known type geometry binary buffer is also now passed in.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1137 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-02

    extra version 25


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1136 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-02

    Makefile.am :

      - added qgsfeature.cpp and qgsfeatureattribute.cpp to resolve symbols for
        plug-in

    qgsfeature :

      - now const correct

      - class well known text member now uses QString, which is safer

      - geometry now has associated length, which is necessary for proper copying

      - added copy ctor and assignment operator, which you must do if there's an
        embedded pointer

      - setGeometry() now deletes any previously assigned geometry, if any


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1135 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-02

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1134 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-01

    Removed hard coded list of algorithm names and made sure correct algorithm name is written to request file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1133 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-01

    ** changed qgiscommit to hopefuly fix all problems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1132 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-01

    ** Extended tools/qgiscommit to pass parameters to cvs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1131 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-01

    ** Fixed GRASS plugin and provider build


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1130 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-04-01

    Gui enhanncements for delimited text plugin dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1129 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-31

    - eliminated unnecessary copying of strings

    - reformatted using ident rules

    - removed extra "const" in implementation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1128 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-31

    ** fixed strange warning: object 'foo.$(OBJEXT)' created both
       with libtool and without
    ** also cleaned the other Makefiles that way


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1127 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-31

    Fix for knock on effects of change of filename from shapefil.h to shapefile.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1126 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-31

    QgsField is now const correct.  Unnecessary copying of strings fixed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1125 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-31

    Replaced QString forward declaration with #include <qstring.h> since the header requires full knowledge of QString


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1124 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-31

    Added #include sentinals


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1123 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-31

    ** fixed small bug
    ** renamed plugins/gps_importer/shapefil.h to shapefile.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1122 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-30

    A lot of small changes to make release work again
    Probably more cleaning in the Makefiles needed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1121 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-30

    fix for bug in continuous color renderer which appeared if the minimum and the maximum value of a classification field are the same


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1120 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-30

    removed bug in continuous renderer, for points apply the color for outline instead of fill


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1119 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-29

    made dialogs to chose marker, linestyle, pattern stay on top of the other widgets


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1118 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-29

    removed a bug in QgsSiMaRenderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1117 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-28

    Minor updates to fix build problems and dynamically fetch algorithm list from openModeler lib (still inprogress). Note the makefile is hard coded to look for openmodeller includes in /usr/local/include/openmodeller


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1116 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-28

    added some comments and removed a bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1115 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-28

    dialog to choose marker symbols can now be used. Small problems related to keyboard focus are still subject of work


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1114 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-28

    Added ifdefs to check if DISPLAY var is set and create qapp accordingly. Still need to implement a version of qgisapp that has no qwidget derived classes for non-interactive mode to work correctly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1113 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-28

    Comments and minor version increment for snapshot fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1112 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-28

    Fix for snapshot mode. Liberal application of processEvents() seems to do the trick. Note that snapshot mode still requires a DISPLAY even though no gui stuff is actually shown. In the future snapshot should be implemented using non-interactive mode if possible.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1111 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-27

    Improved session management so that layers list from last use of plugin gui are remembered.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1110 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-27

    ** autogen.sh now passes paramters to configure
    ** fixed tools/qgiscommit by using mktemp, thanx mcoletti
    ** pluginpath is now taken of libdir to be 64bit compliant (e.g./usr/lib64/qgis)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1109 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-27

    These files should not be in cvs they are generated by moc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1108 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-27

    added classes for a dialog to select markers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1107 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    QGuardedPtr can only be used on classes derived from QObject. Since OGRFeature
    isn't derived from QObject it was inappropriate to use QGuardedPtr for
    OGRFeature objects.  Fixed to use old fashioned pointer checking and deleting.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1106 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    - plugged memory leak in QgsShapeFileProvider::getFirstFeature() whereby the
      OGRFeature wasn't getting destroyed

    - made getFirstFeature() a little more robust with regards to handling memory
      related errors

    - implementation files should include their own headers first, so moved its
      #include accordingly to top; the meant creating class forward declarations
      in header file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1105 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    passing window focus back to the vector properties dialog after chosing a color/ linestyle/ image


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1104 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Added GRASS support from Radim


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1103 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Added GRASS provider from Radim


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1102 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Corrected error in which <iostream> wasn't getting included in implementation
    file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1101 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    ** forgot to remove tempfile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1100 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Removed Newline after statusline
    Should work now fine!
    Have fun


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1099 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Added qgiscommit tool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1098 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    updated changelog and version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1097 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Added missing bracket in init function.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1096 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    fix for crashes when chosing very small scale factors in the single marker dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1095 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Fixed bug #920070
    Made plugin-libdir 64bit compatible


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1094 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Changed parsing/splitting to use regular expressions. This allows special
    characters such as tab (\t) to be specified.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1093 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Added qgsfield.cpp to libqgis_la_SOURCES so it gets built into the library.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1092 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-26

    Changed wkt entry box to a combo and coded the wkt projections into code itself. Various other minor changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1091 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-25

    qgisapp.cpp :

     - moved #include <qgsconfig.h> to header

    qgisapp.h :

     - #include <qgsconfig.h> moved here because otherwise addDataBaseLayer() not
        declared

    qgisappbase.ui.h :

     - added debug statement for when QgisAppBase::addDatabaseLayer() invoked
       instead of QgisApp::addDataBaseLayer()

    qgsvectorlayer.h

     - deleted extra #include <map>


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1090 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-25

    This file, too, was inadvertantly commited to CVS and has been restored to its
    prior version.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1089 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-25

    While making changes for the new plug-in library and Makefile.am structure, I
    inadvertantly made changes to this file that apparently broke dependent
    files.  This restores the ui file to the previous, working version.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1088 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    Disabled standalone build profile for now


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1083 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    Replaced image of gps and set grid layout for form.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1082 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    Added missing list.cpp file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1081 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    added pointers to the two paint devices (used for double buffering) in QgsMapLayer::draw(...). The idea is, that, if it takes a long time to paint a layer, the layer has the possibility, to copy the buffer image to the canvas before drawing is complete. Like this, it is more interesting for a user to wait as he can observe the progresses of the drawing process. I changed QgsVectorLayer::draw such that after drawing 1000 features to the background buffer, a bitBlt is made. The additional computing time due to these additional bitBlts seem to be very small. I did a few performance tests (times in milliseconds) with a dataset containing over 9000 features (5 paints for each configuration to get a good average). ctour1.shp without additional bitBlts[ms]: 4424 / 5189 / 5060 / 5070 / 5071. ctour1.shp with bitBlt every 1000 elements (9 additional bitBlts) [ms]: 4528 / 5243 / 5104 / 5102 / 5104.   ctour1.shp with bitBlt every 500 elements (18 additional bitBlts) [ms]: 4751 / 5127 / 5087 / 5094 / 5113


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1080 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    Forgot to add this file...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1079 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    Removed default values in constructor.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1078 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    Removed calls to om _log global


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1077 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    Updated to build standalone om gui too - still not working properly yet though methinks...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1075 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    Removed these files as having them there in the first place was a nasty hack. With didges new install system, only headers that are not installed during openmodeller make install need to be copied into this plugind dir.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1074 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-24

    Removed these files as having them there in the first place was a nasty hack. With didges new install system, only headers that are not installed during openmodeller make install need to be copied into this plugind dir.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1073 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Changed include from config.h to qgsconfig.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1072 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    made several methods of QgsPoints inline and added Method to QgsCoordinateTransform which takes a pointer to a QgsPoint (thus no QgsPoint objects have to be copied). Changed QgsVectorlayer::draw to use the new method of QgsCoordinateTransform


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1071 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    minor refactoring of QgsRenderItem and QgsRangeRenderItem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1070 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Removed unneeded BINDIR from AM_CXXFLAGS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1069 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Added tools/qgis_config/Makefile to AC_CONFIG_FILES. The qgis_config program is patterned almost exactly after pg_config (PostgreSQL) and can be used to determine the prefix, lib, include, and bin directories of a QGIS install.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1068 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Added qgis_config which is patterned almost exactly after pg_config (PostgreSQL) and can be used to determine the prefix, lib, include, and bin directories of a QGIS install.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1067 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Added snapshots for plugin documentation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1066 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Null detection for labels and got rid of the fprintf stuff that caused raised eyebrows and stern disapproval from Mcoletti


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1065 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Gui clean up to detect incorrect input file, and to allow hand entered file names. Layer now displays properly in gui after importing.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1064 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Backdated changelog comments I forgot to commit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1063 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Updated version no


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1062 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    Make cancel button work...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1061 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-23

    This is a sample garmin dump file kindly provided by Shuyler for testing....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1060 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-22

    Added gps_importer to make process


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1059 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-22

    This is a c++ first draft of a port of a perl script by Schuyler to import Garmin gps dump files as a shapefile. The resulting imported file will be displayed in the map view. At the moment it only generates a point layer of the waypoints but a future version will generate polylines and perhaps polygons too using similar logic to that used by Shuylers perl stuff. Note this plugin is still under construction and I am commiting it mainly so that other developers can assist me when I get stuck. Also note that the plugins Makefile builds a standalone app based on the plugin gui that can be run separately from qgis.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1058 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-22

    Version 0.1.0devel8


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1057 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-22

    - s/config.h/qgsconfig.h [0]

    - qgsconfig.h now has header sentinals

    - now will install headers in $(prefix)/qgis/include and libqis.* library in
      $(prefix)/lib [1]

    - "src/Makefile" no longer relies on explicit dependencies and uses better
      naming scheme for created source files [2]

    Notes:

    [0] To eliminate any file namespace collisions.  Unfortunately there will
        still be some macro name collisions.  These are harmless, though annoying.
        What needs to happen is that all header file references to "qgsconfig.h"
        be moved to implementation files, thus breaking any include dependencies
        for external software.

    [1] There currently does not exist a way to make this optional; these will
        always install.  In the future, this might be something toggleable by a
        configure script option.  Moreover, there does not currently exist a
        "qgis-config" script for getting command line options for external,
        dependant software; there might be one in a future release.

        I decided to err on including too many header files; almost certainly some
        of the header files that are currently installed can be culled from the
        "to install" list.

        The new make file has two targets: the old qgis application target, and a
        second one for the library.  As plug-ins are developed, there may be a
        need to add more source files to the library to link against.  I just
        added in the bare minimum for the current set of plug-ins.  If more
        sources need to be added, just add them to libqgis_la_SOURCES, near the
        bottom of  "src/Makefile.am".

    [2] All *.ui files will create corresponding *.uic.h and *.uic.cpp files.
        Since these also need MOC files, *.moc.uic.cpp files are also
        automatically created.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1056 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-21

    Updated for kdevelop 3 and to not use qmake stuff anymore.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1055 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-21

    Added thumbnail preview of raster to raster props dialog.
       Added drawThumbnail method to rasterlayer.cpp
       Split (overloaded) draw method in rasterlayer.cpp so that some parts of
       the original draw method could be used by drawThumbnail method too.

    Fixed a bug in the drawing of pseudocolor single band grayscale images that
       prevented all class breaks being displayed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1054 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-21

    bugfix related to single marker


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1053 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-21

    added possibility to save and load markers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1052 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-20

    added caption to the dialog for chosing pictures


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1051 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-20

    small change to update the svg pixmap on button in case the scale factor has changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1050 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-20

    added displaying of the chosen svg image to the button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1049 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-19

    a couple of compile fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1048 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-19

    added default scale factor for single marker renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1047 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-19

    added displaying of SVG symbol to the pixmap displayed in the legend item


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1046 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-19

    Added qgssymbol.cpp to Makefile.am. An unknown change in the symbology
    code apparently added qgssymbol as a dependency. Without it, the plugins
    do not load but rather faile with unknown symbol error (QgsSymbol::setColor)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1045 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-18

    single marker renderer now draws svg on the canvas. Code is still messy and incomplete


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1044 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-17

    Fixed dependency for qgsattributetablebase.h (file was incorrectly
    specified as gsattributetablebase.h)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1043 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-16

    code for marker symbols. Still does not work, but slow progresses


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1042 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-16

    various changings prior to the marker renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1041 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-15

    change to Makefile.am to include the single marker renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1040 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-15

    single marker renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1039 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-14

    added a dialog for a possible single marker renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1038 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-14

    added a dialog for a possible single marker renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1037 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-14

    added QgsMarkerSymbol, a class which can read and scale svg from files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1036 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-13

    Updated help for the plugin (still not complete)
    Added screenshots to the Makefile.am


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1035 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-13

    Added Parse button to reparse the header row if the delimiter is changed
    Added layer name field to specify the name as it will appear in the legend
    Added WhatsThis help and tooltips for all widgets on the dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1034 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-13

    code cleanup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1033 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    Misc updates to get oM plugin working. oM plugin is not part of build unless you add it to toplevel configure.in and plugins/Makefile.am because it has external library dependency to openModeller


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1032 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    Added functions to return menu ids by name and menu name by id.
    These were added to the interface classes for use by plugins
    NOTE - The utility of these functions is questionable and they
           may be removed in the future


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1031 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    Changed popup menu names to something more meaningful than PopupMenu, PopupMenu_1, etc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1030 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    Minor code reformatting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1029 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    Added delimited text doc dir makefile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1028 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    Added delimited_text to SUBDIRS


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1027 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    Initial checkin of documentation for the delimited text plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1026 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    Renamed plugin source files to something more meaningful
    Removed previous files
    Modified Makefile.am to support file changes
    Added a Help button to the dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1025 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    some more cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1024 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    some more cleanups


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1023 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    little code cleanup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1022 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-12

    changed the drawing code of multipolygons as suggested by Radim


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1021 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-11

    Added GDAL_CFLAGS to find GDAL headers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1020 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-11

    removed old symbology dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1019 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-11

    removed code related to old symbology


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1018 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-11

    Added Qt standard WhatsThis button to the toolbar at startup
    Removed the homebrew WhatsThis tool button from the toolbar in qgisappbase.ui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1017 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-11

    Modifed ternary statement to return QString::null if the file is not valid


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1016 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-11

    Updated icon for plugin
    Added WhatsThis help to the plugin toolbar and menu entry


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1015 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-11

    Changed embedded image format to XPM.GZ to eliminate the duplicate const error when compiling with Qt 3.2 or older


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1014 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-11

    Fixed version number in .ui file to allow compilation under Qt versions prior to 3.3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1013 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Updated changes related to 0.1.0devel7


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1012 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Bumped extra_version to 7


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1011 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Changes to support upcoming data provider api changes related to plugging memory leaks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1010 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Indentation chagnes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1009 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Indentation changes, stub for new getNextFeature function that will be implemented to plug memory leaks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1008 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Fixed implementation for tables and identify. Select and highlight of features does not work yet. This is the inital version, work on bugs is ongoing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1007 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Added delimited text provider to Makefile.am


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1006 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Initial checkin of delmited text plugin files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1005 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Added delimited_text plugin to Makefile.am


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1004 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Fixed include for qgisapp.h to local


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1003 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    Added delimited_text plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1002 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    fixed a small bug occuring when loading project with graduated vector symbology


    git-svn-id: http://svn.osgeo.org/qgis/trunk@1001 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-10

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@999 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-09

    removed duplication of drawing code in the vector renderers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@997 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-09

    Completed session management - loaded plugins are remembered when qgis is closed and reloaded next time qgis is opened.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@996 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-09

    Completed session management - loaded plugins are remembered when qgis is closed and reloaded next time qgis is opened.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@995 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-08

    - Promoted name, description, version, and type strings to QgisPlugin base
      class.

    - Type now a formal enumerated typedef

    - Propogated changes forward to existing plug-ins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@994 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-08

    added option to change the outline width in continuous color renderer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@993 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-06

    added nopen linestyle


    git-svn-id: http://svn.osgeo.org/qgis/trunk@991 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-06

    Save state of plugins in ~/.qt/qtrc file (in progress). State is saved, just need to implement code to load plugins marked as active during application startup.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@990 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-06

    set line with 1 as default and constrained minimum width of outline spinboxes to 1 to avoid confusion between line width 0 and Qt::NoPen linestyle


    git-svn-id: http://svn.osgeo.org/qgis/trunk@989 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-06

    more changes to the resize behaviour of the graduated symbol dialogs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@988 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-06

    Filter hook for raster


    git-svn-id: http://svn.osgeo.org/qgis/trunk@987 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-06

    Automagic display of version number....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@986 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-06

    Added QgsRasterLayer::filterLayer which gets called near the end of each of the 8 renderers. This is the place to inline filters. Note taht eventually filters will be hived out to a filter plugin mechanism.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@985 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-05

    - forgot to add config.h.in to EXTRA_SOURCES so it gets in the release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@984 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-05

    - Changed configure stuff to write DEFINES in config.h.
      Postgresql stuff needs testing as I commented the compileflags in src/Makefile.am
    - Infos will be posted on the devel mailinglist


    git-svn-id: http://svn.osgeo.org/qgis/trunk@983 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-05

    - differentiate between headers and implementation files [0]
    - neatened file listings

    Notes:

    [0] this in anticipation of eventually having two overall targets: one for
    a qgis library, which can be used to write plug-ins outside directory
    hierarchy, and the application itself.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@982 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-04

    Added copy of .indent.pro file from src directory to this provider directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@980 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-04

    main.cpp:

      - now complains if unable to load project [0]

    qgsprojectio.cpp:

      - in read(), potential resource leak with QDomDocument plugged by using
        std::auto_ptr<QDomDocument> [1]

      - also in read(), now properly complain and exit if there was a problem
        opening a layer; e.g., the specified URI doesn't exist

    Notes:

      [0] Though the complaint is currently written to cerr, and even then only if
          QGISDEBUG is defined; eventually we should be better at handling broken
          qgis project files.

      [1] We should use at least std::auto_ptr for dynamically created objects
          that shouldn't live outside the scope of the function.  That way we
          don't have to worry about deleting said objects; that'll happen
          automatically if std::auto_ptrs are used.  Moreover, if we eventually
          use exceptions, these objects will also be properly deleted if
          std::auto_ptrs are used.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@979 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-04

    - ran files through GNU indent to make it easier to read code
    - isValid() was always returning true when, in fact, occasionally the
      provider was not in a valid state


    git-svn-id: http://svn.osgeo.org/qgis/trunk@978 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-04

    better rescaling of graduated dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@977 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-04

    Added disable splashscreen


    git-svn-id: http://svn.osgeo.org/qgis/trunk@976 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-04

    Added option to options dialog to disable splashscreen.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@975 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-03

    enlarge fields in the graduated symbol dialog if the widget is enlarged


    git-svn-id: http://svn.osgeo.org/qgis/trunk@974 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-03

    added missing help images. fixes bug #904499


    git-svn-id: http://svn.osgeo.org/qgis/trunk@973 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-01

    Added copy constructor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@972 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-03-01

    1. Added bounds checking for selecting features.
    2. Created wkbPoint structure for building WKB (well known binary) representation
             of the point.
    3. Implementation is not complete.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@971 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    --snapshot updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@970 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    More work to get --snapshot command line parameter working properly. Still need to resolve issue with unwanted splashscreen.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@969 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    Changes for --snapshot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@968 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    Made changes required by refactoring QgsField


    git-svn-id: http://svn.osgeo.org/qgis/trunk@967 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@966 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    Added documentation
    Refactored accessor functions to get rid of the getXXX() signature
    Added m prefix to private members


    git-svn-id: http://svn.osgeo.org/qgis/trunk@965 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    Added whats-this text for menu and toolbar actions
    Added a whats-this button to the toolbar


    git-svn-id: http://svn.osgeo.org/qgis/trunk@964 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    Added whats-this slot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@963 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    Updated doxygen mainpage section in qgis.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@962 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@961 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    added Makefile for providers/delimitedtext. Bumped the EXTRA_VERSION to 5


    git-svn-id: http://svn.osgeo.org/qgis/trunk@960 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-29

    initial import


    git-svn-id: http://svn.osgeo.org/qgis/trunk@959 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-28

    configure.in :
      - 0.1.0.4

    main.cpp :

      - cleaned up help text a bit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@958 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    Modified call to addVectorLayer so that the proper parameters are passed.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@957 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    Removed hard coding of provider types in the addVectorLayer method. Caller must now provide compatible arguments that the designated provider can use to open the data store and fetch data.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@956 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    Corrected debug statements in main.cpp and added a bit of verbiage to the
     help text


    git-svn-id: http://svn.osgeo.org/qgis/trunk@955 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    New comment


    git-svn-id: http://svn.osgeo.org/qgis/trunk@954 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    Changed cl parser to getopt
    Moved project loading out of loop that loads layers - you now need to specify --project filename to load a filename. This ensures that you only try to load one project file.
    Added --snapshot filename parameter that will load layers and project files specified, take a screenie of the map view and save it to disk as filename - this is under construction still.
    Added saveMapAsImage(QString) to qgisapp so above cl option can be used.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@953 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@952 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    version number now fetched from VERSION set by configure


    git-svn-id: http://svn.osgeo.org/qgis/trunk@951 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    Added metadata tab to raster


    git-svn-id: http://svn.osgeo.org/qgis/trunk@950 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    added version scheme


    git-svn-id: http://svn.osgeo.org/qgis/trunk@949 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@948 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    Enabled the new statistics tab!


    git-svn-id: http://svn.osgeo.org/qgis/trunk@947 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    fix bug #904001 and 904000


    git-svn-id: http://svn.osgeo.org/qgis/trunk@946 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    Added search radius for identifying features to the preferences dialog. MapCanvas uses the value specified by the user to calculate an acceptable search radius.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@945 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    Added radius for identifying features on vector layers added to Preferences


    git-svn-id: http://svn.osgeo.org/qgis/trunk@944 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    The openmodeller plugin files and gui


    git-svn-id: http://svn.osgeo.org/qgis/trunk@943 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    Openmodeller includes - these will be removed again when I have a proper confgure setup in place.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@942 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    Openmodeller includes - these will be removed again when I have a proper confgure setup in place.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@941 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    Better icon for save map view as image menu option


    git-svn-id: http://svn.osgeo.org/qgis/trunk@940 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    Updated Changelog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@939 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-26

    Better icon for qgis save map as image menu option


    git-svn-id: http://svn.osgeo.org/qgis/trunk@938 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Moved splash image from images to xpm dir


    git-svn-id: http://svn.osgeo.org/qgis/trunk@937 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Relocated splash image


    git-svn-id: http://svn.osgeo.org/qgis/trunk@936 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Moving this file to a more appropriate place - src/xpms


    git-svn-id: http://svn.osgeo.org/qgis/trunk@935 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Fixed bug #904000 Make release includes generated files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@934 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Added method for saving view as image.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@933 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Added method saveAsImage(QString) which will save the current map view to the filename given


    git-svn-id: http://svn.osgeo.org/qgis/trunk@932 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    New slot for save map as image


    git-svn-id: http://svn.osgeo.org/qgis/trunk@931 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Added File->Save Map as Image menu item (implementation for this to follow...) linked to function saveMapAsImage() slot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@930 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    New splash screen for v0.2 (which is now has image separated out )


    git-svn-id: http://svn.osgeo.org/qgis/trunk@929 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    New splash screen for v0.2 (which is now separated out from splash dialog)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@928 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Updated version to 0.2 development


    git-svn-id: http://svn.osgeo.org/qgis/trunk@927 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Updated the Whats New text for the About Box to reflect 0.1 changes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@925 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    Rolled in latest changes from the standalone spit application. Changes to connection dialog to support port number. Changes to help text.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@924 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    update for 0.1 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@923 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    update known bugs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@922 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    updated documentation for 0.1 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@920 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    updated changelog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@919 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    changed version to reflect 0.1 final


    git-svn-id: http://svn.osgeo.org/qgis/trunk@918 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    fixed version number in the ui file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@917 c8812cc2-4d05-0410-92ff-de0c093fc19c

rawbytes <rawbytes@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-25

    tab order in the qgsnewconnection
    naming convention from SPIT


    git-svn-id: http://svn.osgeo.org/qgis/trunk@915 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-24

    Added couple more items


    git-svn-id: http://svn.osgeo.org/qgis/trunk@914 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-24

    stubbed in heading for 0.1 final


    git-svn-id: http://svn.osgeo.org/qgis/trunk@913 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-24

    Reinstated qgisinterface.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@912 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Removed call to getInt()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@911 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Removed null implementation for constructor and destructor back to cpp file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@910 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Resinstated this file but only with constructor and destructor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@909 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Commented out call to getInt


    git-svn-id: http://svn.osgeo.org/qgis/trunk@908 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Removed refs to qgisinterface.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@907 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Replaced call to getInt (which is just a dummy method) with a call to get the name of the currently active layer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@906 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Removal of getInt method.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@905 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    This file is deprecated - qgisinterface is a pure virtual class and everything it needs is in the header file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@904 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Fixed type in install directory path


    git-svn-id: http://svn.osgeo.org/qgis/trunk@903 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Removed getInt(). Added null implementation ({}) after constructor and desctructor.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@902 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Got rid of that getInt() function everyone was complaining about :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@901 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Fixed type in install directory path


    git-svn-id: http://svn.osgeo.org/qgis/trunk@900 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    backed out changes related to memory leak fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@899 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-23

    Backed out fix to improve memory management. Deleting feature after draw causes select function to fail. This needs to be revisited for 0.2.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@898 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    Use qgis logo as default icon for new plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@897 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    Added descriptions for each required input.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@896 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    Fixed connect to vectorlayer slot


    git-svn-id: http://svn.osgeo.org/qgis/trunk@895 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    Removed references to deprecated signal handlers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@894 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    Fixes for add vector layer signal


    git-svn-id: http://svn.osgeo.org/qgis/trunk@893 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    Fixed call to add vector layer. Other minor bugfixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@892 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    simplified global replace of template parameters


    git-svn-id: http://svn.osgeo.org/qgis/trunk@891 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    Added readme for plugin template dir. Fixed improperly names Gui instance.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@890 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    fixed typo in a comment


    git-svn-id: http://svn.osgeo.org/qgis/trunk@889 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    fixed bug that prevented project files from loading when selected via the open project toolbar button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@888 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    fixed a couple of typos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@887 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    removed shell script


    git-svn-id: http://svn.osgeo.org/qgis/trunk@886 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    perl script to build a new plugin source tree and add the appropriate lines to the build system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@885 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    Changed singleband raster gray & pseudocolor to draw transparent on values of 0 _or_ no_data pending resolution to gdal problem where no_data vals show up as 0.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@884 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-22

    Fixed incorrect header ref.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@883 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-21

    First stab at a bash script to automate creation of a new plugin from the template. Not working yet :-(


    git-svn-id: http://svn.osgeo.org/qgis/trunk@882 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-21

    This is the initial commit for the qgis plugin template. The template consists of:

    class Plugin (a subclass of QgisPlugin)
    class PluginGuiBase (supplied as a simple qdialog ui)
    class PluginGui (the subclass of PluginGuiBase)

    The only thing the user would need to change in the makefile is the name of the .so
    so you just copy the plugin template dir to a new dir under plugins, change the .so name in the makefile add the plugin dir the configure.in and the plugin dir makefile.

    I will be adding a bash script file soon that automates the above process. This template development is in progress.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@881 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-21

    changes to support project loading from command line, plus fix that prevented ogr layers from loading at all from command line


    git-svn-id: http://svn.osgeo.org/qgis/trunk@880 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-21

    added iostream include


    git-svn-id: http://svn.osgeo.org/qgis/trunk@879 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-21

    - fixed command line raster layer bug

    main.cpp :

     - greatly simplified main()

     - now will try to load a command line argument first as raster, then
       vector; if it succeeds at the first, it won't try the second

    qgisapp.{h,cpp} :

     - added addLayer(QFileInfo const &) [0]

     - added addRasterLayer(QFileInfo const &) [0]

     - do a little better checking for null pointers and freeing up
       resources when an error occurs

    Notes:

    Also, multiple rasters and vectors should be able to be specified on
    the command line without problems.

    [0] These will return true if successfully loaded the given file,
    otherwise false.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@878 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-21

    removed fix for bug 882424 since it clobbers raster display. Will fix post-0.1 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@877 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-21

    fixed some memory leaks -- many more left to find


    git-svn-id: http://svn.osgeo.org/qgis/trunk@876 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-20

    Fixed Partial map displayed after window resize bug [882424 ]


    git-svn-id: http://svn.osgeo.org/qgis/trunk@875 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-20

    fix for appropriately enabling/disabling vector specific toolbar buttons
    (bug #900676)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@874 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-20

    changed #ifdef DEBUG to #ifdef QGISDEBUG to fix rh/fedora problem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@873 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-20

    added line to strip the qgis binary after make


    git-svn-id: http://svn.osgeo.org/qgis/trunk@872 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-20

    changed debug define from DEBUG to QGISDEBUG


    git-svn-id: http://svn.osgeo.org/qgis/trunk@871 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-20

    added debug message to destructor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@870 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-20

    Plugged a few memory leaks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@869 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-20

    Bumped version to 0.1pre2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@868 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-20

    fixed path to help contents (changed to <prefix>/share/qgis/doc)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@867 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-19

    don't dirty canvas right after rendering. fix for unnesessary repaints (bug #889466)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@866 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-19

    Added addRasterLayer to the plugin interface.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@865 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-19

    Added port to the new connection dialog. Port is used in connecting to PostgreSQL. If port is not specified, the default of 5432 is used.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@864 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-18

    added spec-file for rpm builds
    added makefiles to doc/* paths to get a better overview


    git-svn-id: http://svn.osgeo.org/qgis/trunk@863 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-16

    added asPolygon function to return the rectangle as a set of polyogn coordinates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@862 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-16

    Fixed compile problem under Qt 3.1.2 related to GDAL driver detection code. Qt 3.1.2 does not support the case sensitive argument to QString::startsWith and QString::endsWith. Removed the second argument. This needs to be revisited if case insensitve detection  is truly required.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@861 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-16

    Fixed compile problem under Qt 3.1.2 related to GDAL driver detection code. Qt 3.1.2 does not support the case sensitive argument to QString::startsWith and QString::endsWith


    git-svn-id: http://svn.osgeo.org/qgis/trunk@860 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-15

    - fixed --with-gdal
      - it can now be turned off, because you can also work only with postgis
      - spit is only enable if gdal and postgresql are both available
      - error if gdal and postgresql are both not available
      - changed --with_pg to --with_postgresql to make it more clearly
    - fixed small bugbaby in Makefile.am


    git-svn-id: http://svn.osgeo.org/qgis/trunk@859 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-14

    - fixed bug whereby GDAL drivers with unspecified metadata file
      extensions wouldn't show up in open dialog filter list; now these
      drivers show up with the "All (*.*)" category, but only using their
      driver short names to prevent that filter line from getting too long

    - compensated for GDAL bug whereby USGS ASCII DEM's use "*.dem" file
      extension, but the GDAL metadata doesn't reflect that; now the file
      filter for the open raster dialog properly displays a filter for
      USGS ASCII DEM instead of putting it into the "catch-all" (*.*) file
      filter  (Reported this GDAL bug, too.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@858 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-14

    latest spit changes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@857 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-14

    Added make release, what creats a tar.gz and a tar.bz2


    git-svn-id: http://svn.osgeo.org/qgis/trunk@855 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-14

    icon for spit


    git-svn-id: http://svn.osgeo.org/qgis/trunk@852 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-14

    latest fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@851 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-14

    lars fix for crash when trying to buffer a raster


    git-svn-id: http://svn.osgeo.org/qgis/trunk@850 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-14

    fix for multiple repaints when adding multiple rasters (bug #891870)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@849 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-14

    updated changelog for 0.1pre1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@842 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-14

    Update readme for 0.1pre1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@841 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    Substituted QT_DEBUG with DEBUG for ifdefs.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@836 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    added debug to the layer name beautification code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@834 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    Fixed bug whereby some supported raster formats weren't getting
    included in the open raster layer file dialog filter list.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@833 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    TODO #13 completed, with bonus of remembering previous working
    directories, too.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@832 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    - open file dialogs now use previous file filters and working
      directories unless, of course, the open file dialogs are invoked for
      the first time for opening a raster or vector layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@831 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    Mark item 23 done (dialog consistency for label names).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@830 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    include stdlib.h to fix FreeBSD compile problem


    git-svn-id: http://svn.osgeo.org/qgis/trunk@829 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    removed since it is only needed to update translation files and can be generated using the two shell scripts (create_qm_files.sh and  update_ts_files.sh)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@828 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    added Hoshi's picutre to the wall of shame


    git-svn-id: http://svn.osgeo.org/qgis/trunk@827 c8812cc2-4d05-0410-92ff-de0c093fc19c

hoshi <hoshi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    Quantum GIS Brazilian Portuguese translation file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@826 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    shell script to create the qm files from the ts files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@825 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    added GEOS detection and warning


    git-svn-id: http://svn.osgeo.org/qgis/trunk@824 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    shell script to create the translation files in the src subdirectory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@823 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    adding bug 891870


    git-svn-id: http://svn.osgeo.org/qgis/trunk@822 c8812cc2-4d05-0410-92ff-de0c093fc19c

jobi <jobi@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    fixed bug that spit is enable although postgresql unavailable


    git-svn-id: http://svn.osgeo.org/qgis/trunk@821 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    Added bug numbers to issues


    git-svn-id: http://svn.osgeo.org/qgis/trunk@820 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    Added a couple of items to establish the format for the file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@819 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    cleaned up mess made by GNU indent


    git-svn-id: http://svn.osgeo.org/qgis/trunk@818 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    got rid of duplicate const that somehow slipped in...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@817 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    fixed GPL header and/or added CVS Id keyword expansion


    git-svn-id: http://svn.osgeo.org/qgis/trunk@816 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    indented code using GNU indent and .indent.pro file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@812 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    Removed files that are generated automatcially


    git-svn-id: http://svn.osgeo.org/qgis/trunk@811 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    Updated buffer plugin documentation and added screenshots


    git-svn-id: http://svn.osgeo.org/qgis/trunk@810 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-13

    Updated status of TODO items


    git-svn-id: http://svn.osgeo.org/qgis/trunk@809 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    Labelled to do #7 as done.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@808 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    - addLayer() and addRasterLayer now take QStringList const references  [0]

    - now only provides file filters for supported qgis subset of GDAL
      drivers

    - disabled SDTS and GML vector format file filters as they're not yet
      currently supported in qgis

    Notes:

      [0] thus saving unnecessary copying of string list arguments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@807 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    Conditional  display of metadat tab based on state of DEBUG flag.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@806 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    added version function to return version without instantiating the plugin object


    git-svn-id: http://svn.osgeo.org/qgis/trunk@805 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    indented source


    git-svn-id: http://svn.osgeo.org/qgis/trunk@804 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    added icons for the remainder of menu options. added qgis web page and qgis sf page to help menu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@803 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    added qgis webpage and qgis sf page slots


    git-svn-id: http://svn.osgeo.org/qgis/trunk@802 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    added marco to mug shot. added lars to list of contributors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@801 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    added version number to plugin display. removed type for this release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@800 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-12

    changed indents to 2 spaces, no tabs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@799 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    - now dynamically builds the open vector layer dialog based on
      available OGR drivers

    - corrected some typos and cleaned up the openRasterLayer() a bit

    Notes:

    OGR lacks the nifty GDAL driver metadata facility for getting file
    name extensions for each driver, so we have to manually map file name
    extensions to a given driver name.  I've only done so for Shapefiles,
    GML, and for SDTS drivers.  Iff they're encountered during program
    execution, only those drivers will get corresponding file filters in
    the vector layer open dialog.  (That is, it's possible that the
    Shapefile, GML, or SDTS drivers are not loaded for whatever reason, in
    which case the file filter for that driver won't be emitted to the
    file filters string.)  File extensions for the other OGR drivers will
    need to be added; check the "XXX" comments for stubs on where to put
    them.  However, it'd probably be best to vet each driver's capabilitys
    with regards to qgis before permanently adding explicit support for it
    in the vector layer open dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@798 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    put #ifdef DEBUG around some qWarnings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@797 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    Added a new method : getMetadata() which obtains metadata from GDAL for current raster layer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@796 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    Added metadata tab to raster properties box. This will be probably be DEBUG ifdeffed out for 0.1 release unless I have time to remake screenies. I need to metadata to debug some problems I am having with reading ArcInfo ASCII grid files.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@795 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    changes to build system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@794 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    updated authors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@793 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    change to qgis plugin/provider lib


    git-svn-id: http://svn.osgeo.org/qgis/trunk@792 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    changes to build system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@791 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    fixes to meta table handling and other bugs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@790 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    change to build system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@789 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    minor change to indent standard


    git-svn-id: http://svn.osgeo.org/qgis/trunk@788 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    indented code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@787 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    changed location of qgis libs (plugins)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@786 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    changes to build system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@785 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-11

    - now dynamically builds the file filter list for the raster dialog
      based on the currently available GDAL drivers [0]

    - now register GDAL drivers when app is instantiated not when a raster
      layer is opened [1]

    Notes:

    [0] However, there exist drivers that have no corresponding file name
    extension in their driver metadata, and so do not get appropriate
    filters populated in the raster dialog.  Presumably the user can use
    the default "All (*.*)" filter to load datasets of those types; this
    probably should be tested.  Grep for appropriate "XXX" comments for
    place to catch these types of raster drivers in
    buildSupportedrasterFileFilter_().

    [1] After all, it doesn't make sense to reload the drivers every time
    a raster layer is opened.  Presumably these drivers are loaded once
    and then remain static.

    The vector layer dialog file filters aren't similarly dynamically
    built.  (Yet.)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@784 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    Upper cased button label first letters


    git-svn-id: http://svn.osgeo.org/qgis/trunk@783 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    Changed field label from 'Classification Variable' to 'Classification Field'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@782 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    attribute names and graduated symbol modes upper case


    git-svn-id: http://svn.osgeo.org/qgis/trunk@781 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    Constrain height of widgets to 20.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@780 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    fixed bug in QgsProjectIo


    git-svn-id: http://svn.osgeo.org/qgis/trunk@774 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    nobrush button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@773 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    reformatted code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@770 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    added a NoPen button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@769 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    updated back and reload buttons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@768 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    added a nopen button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@767 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-10

    didge updates to gnu build configuration


    git-svn-id: http://svn.osgeo.org/qgis/trunk@766 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-09

    More gui cleanups.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@764 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-09

    Gui clean ups - set min height on all controls to 20 rather than 30.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@762 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-08

    changed function for setting check box to maintain qt 3.1.2 compatibility


    git-svn-id: http://svn.osgeo.org/qgis/trunk@759 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-08

    updated exit, plugin manager, and help contents icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@758 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-08

    removed second arg from endsWith function to retain compatibility with qt 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@751 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-08

    Gui clean up for graduated symbol multiline widtget so that horizontal scrolling is not required.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@750 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-08

    Ifdef'd std:cerr messages.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@749 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-08

    Wrapped qWarnings in #ifdef DEBUG statements to prevent extraneous stdout messages when built with debug=false.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@748 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-08

    Bug fix for losing state of rasterlayer drawing style on dialog box reaopen.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@747 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-08

    Fix for [ 891857 ] Changing gryscale raster to pseudoclr does not update legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@746 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    fixed version number to 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@745 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    added structure for plugin documentation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@744 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    connected help button on the buffer dialog to display help stored in <prefix>/share/doc/plugins/geoprocessing/buffer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@743 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    added hooks for opening url relative to the documentation base directory or an absolute url


    git-svn-id: http://svn.osgeo.org/qgis/trunk@742 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    added user help documents


    git-svn-id: http://svn.osgeo.org/qgis/trunk@741 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    added options dialog. help now uses web browser instead of custom idget


    git-svn-id: http://svn.osgeo.org/qgis/trunk@740 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    added intersect option to select to properly select features during select and identify operations. OGR does not support intersects so this is only implemented in the postgres provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@739 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    added info about debug messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@738 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    added resizing of g.s. extension widget


    git-svn-id: http://svn.osgeo.org/qgis/trunk@737 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    cleaned up a few things in the shapefile provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@734 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    added icon to buffer menu item


    git-svn-id: http://svn.osgeo.org/qgis/trunk@731 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    set ui version to 3.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@730 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    placeholder for docs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@728 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    initial import of metadata class for plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@727 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    plugin manager now actually manages plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@726 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    added install for docs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@725 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-07

    fixed caption for attribute table display


    git-svn-id: http://svn.osgeo.org/qgis/trunk@724 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    Set the triband legend pixmap to more muted colors.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@723 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    889452 Fixed. Bug was caused by incorrect checking of feature type before trying to access fill color. Added a bunch of debug statements when debug mode is on.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@722 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    Doxygen stats for raster props dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@718 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    added new mapserver export icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@717 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    don't signal for zOrder change if layer is not actually moved (fixes bug: 889466)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@716 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    Added mapserver icon taken from the mapserver logo.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@715 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    Reversed order so rasters are added first then vectors. TODO: change so that layers are added in same order specified in argv.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@714 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    Simplified the command line parser - all file type checking for passed in file names is now down automagically in qgisapp.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@713 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    Added a couple of helper functions:

    /** This helper checks to see whether the filename appears to be a valid raster file name */
    bool isValidRasterFileName (QString theFileNameQString);
    /** Overloaded version of the above function provided for convenience that takes a qstring pointer */
    bool isValidRasterFileName (QString * theFileNameQString);
    /** This helper checks to see whether the filename appears to be a valid vector file name */
    bool isValidVectorFileName (QString theFileNameQString);
    /** Overloaded version of the above function provided for convenience that takes a qstring pointer */
    bool isValidVectorFileName (QString * theFileNameQString);

    The idea being that we have a central place to check if filenames are valid. Added appropriate calls in addLayer and addVectorLayer to the above functions. Created separate addLayer(QStringList) and addRasterLayer(QStringList) functions so that addLayer() and addRaster() prompt with a qfiledialog and then delegate to these.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@712 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    added interface for positioning menu items from plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@711 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    Status update.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@710 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    added const to declaration and changed array name to qgis_xpm


    git-svn-id: http://svn.osgeo.org/qgis/trunk@709 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    fixed dirty detection to prompt to save project when clicking new or open project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@708 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    Did some antialiasing to make icon appear less jagged.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@707 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    New icons for menus


    git-svn-id: http://svn.osgeo.org/qgis/trunk@706 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-06

    modified toolbar icons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@705 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-05

    Bug fix for logic that determines which widget to display which was not updated to match upper cased entries in legend style combo.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@704 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-05

    changed labels to begin uppercase


    git-svn-id: http://svn.osgeo.org/qgis/trunk@703 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-05

    some changes to the graduated symbol dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@702 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-05

    Capitalised label names. Minor gui clean ups.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@701 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-05

    Removed footer tag that prevented doxygen from running.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@700 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-05

    Gui clean up.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@699 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-05

    Gui clean up - put shapefile field list table in grid layout so it fill s its container. Put spacer underneath widget stack on Legend tab so sungle symbo, cont col, and grad col align directly underneath symbol type combo.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@698 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-05

    Patch by Didge to load files on application startup by specifying a space separated list of filenames. Vectors supported now, rasters will come tomorrow.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@697 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-04

    disable toolbar buttons when not appropriate for current layer type


    git-svn-id: http://svn.osgeo.org/qgis/trunk@696 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-04

    fixed bug that caused crash when deleting line layer opened from a project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@695 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-04

    removed the 'new layerproperties' entry in the popup menu


    git-svn-id: http://svn.osgeo.org/qgis/trunk@694 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-04

    Fixed bug that prevented layer name to be drawn when opening a single symbol layer from a project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@693 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-04

    fixed a bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@692 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-04

    added some comments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@691 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-04

    added renderer dialogs to the new vector properties dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@690 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-03

    swapping in author pic I meant to send to Gary


    git-svn-id: http://svn.osgeo.org/qgis/trunk@687 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-03

    Completed api docs for raster layer (phwew!).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@686 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-03

    More updates to api docs. Minor bugfix.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@685 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-03

    added pic of mcoletti on the pipes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@683 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-03

    added more 'mug shots'


    git-svn-id: http://svn.osgeo.org/qgis/trunk@682 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-02

    More api documentation updates.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@681 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-02

    added release name to version string


    git-svn-id: http://svn.osgeo.org/qgis/trunk@680 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-02

    fixed std::cerr messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@679 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-02

    added #ifdef to std::cout and std::cerr statements


    git-svn-id: http://svn.osgeo.org/qgis/trunk@678 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-02

    added checking for setting DEBUG/NO_DEBUG flag. Qt always defines DEBUG unless NO_DEBUG is set. By default QGIS compiles without DEBUG set. To enable DEBUG, define QGISDEBUG=1 prior to running autogen.sh and configure


    git-svn-id: http://svn.osgeo.org/qgis/trunk@677 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-02

    added support for conditional debug statements; Update to contributors photos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@676 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    Added version number and name to splash screen


    git-svn-id: http://svn.osgeo.org/qgis/trunk@675 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    Beginnings of api docs for qgsrasterlayer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@674 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    added contributor photos


    git-svn-id: http://svn.osgeo.org/qgis/trunk@673 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    Added element for raster Drawing Style


    git-svn-id: http://svn.osgeo.org/qgis/trunk@672 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    Added method to get and set drawingStyle using qstring values. Added serilising and deserialising state of drawingStyle to qgsprojectio for raster layers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@671 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    Added precomipler directives to disable stdout debug info if DEBUG is not set.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@670 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    changed layout of dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@669 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    changed order of tools menu items


    git-svn-id: http://svn.osgeo.org/qgis/trunk@668 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    added pictures of developers. submit yours now


    git-svn-id: http://svn.osgeo.org/qgis/trunk@667 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    fix for handling special characters


    git-svn-id: http://svn.osgeo.org/qgis/trunk@666 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    fix for handling special characters


    git-svn-id: http://svn.osgeo.org/qgis/trunk@664 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    Bug fix for segfault in paletted pseudocolor images. Still really slow - will look at performance in this srasing style later.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@663 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-02-01

    Bug fix for segfault on rendering Paletted Grayscale Image.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@661 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    Stubbed in new vector layer properties dialog (only accessible from right-click menu)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@660 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    Change version number


    git-svn-id: http://svn.osgeo.org/qgis/trunk@659 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    Removed the pattern and line style icons from the base classes to avoid redundancy


    git-svn-id: http://svn.osgeo.org/qgis/trunk@658 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    renderer dialogs use the icons for pattern and line style now


    git-svn-id: http://svn.osgeo.org/qgis/trunk@657 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    added moc files for dialog base classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@655 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    added moc files for dialog base classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@654 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    spit icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@653 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    fix so it will actually compile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@652 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    initial check in of spit source


    git-svn-id: http://svn.osgeo.org/qgis/trunk@651 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    intial check in of spit sources


    git-svn-id: http://svn.osgeo.org/qgis/trunk@650 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-31

    check postgis capabiliities before performing buffer. If no GEOS, show error and don't do the buffer operation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@649 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-30

    help viewer sets contents


    git-svn-id: http://svn.osgeo.org/qgis/trunk@648 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-30

    Restored help viewer after accidental overwrite


    git-svn-id: http://svn.osgeo.org/qgis/trunk@647 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-30

    added line style icons. todo: use line style and pattern icons also in the renderer dialogs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@646 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-30

    Fix for lost signal/slot on transparency slider.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@645 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-30

    Fixed nasty bugwhere x and y dim for raster were both assigned raster x dim value. Added X, Y and Nodata info to general tab of properties dialog. Added placeholder that will in future be used to show a thumbnail preview on general tab.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@644 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-30

    removed stale ui file (replaced by qgshelpviewerbase.ui)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@643 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    This commit adds support for alternate band mappings of multiband imagery. For example you can use it to map Landsat TM bands 4,5 and 7 to visible colours Red, Green and Blue respectively. Multiband images can also be rendered in grayscale or pseudocolor. I made quite a few changes to get the new band referencing system working including autogenerating unique name aliases for each band and providing methods to look up a band given its number or versa visa. I think I am at a stage where the raster implementation is pretty much feature complete as far as v0.1 goes and any commits that follow should just be bugfixes to make sure rasters work as advertise, or very minor tweaks.

    Screenshots of the Mulitband mapping in action are available here:

    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=%2Fqgis&image=multiband_default_view_123rgb.png&maxDimension=800
    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=multiband_view_451rgb.png
    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=multiband_view_457rgb.png


    git-svn-id: http://svn.osgeo.org/qgis/trunk@642 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    Added function to get a band name given its number. Implemented speedups on opening raster layer properties dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@641 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    fixed problems when opening qgis projects


    git-svn-id: http://svn.osgeo.org/qgis/trunk@640 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    V0.1 release clean ups: Hid advanced symbology tab and show debug overlay checkbox


    git-svn-id: http://svn.osgeo.org/qgis/trunk@639 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    Raster layer properties dialog clean up: rearanged icons so it is broader than tall to make better use of screen real estate on low res screens,


    git-svn-id: http://svn.osgeo.org/qgis/trunk@638 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    wait cursor during processsing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@637 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    Modifications to support the new unified property and symbology dialog to replace all existing property and symbology dialogs (INCOMPLETE)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@636 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    Added new  help viewer and vector layer properties sourcefiles


    git-svn-id: http://svn.osgeo.org/qgis/trunk@635 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    new unified property and symbology dialog to replace all existing property and symbology dialogs (INCOMPLETE)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@634 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    primitive help viewer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@633 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    added hooks for help viewer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@632 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    changed signature of constructor (char * to const char *)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@631 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    changed Cancel button to Close


    git-svn-id: http://svn.osgeo.org/qgis/trunk@630 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    Support for changes made to dialog ui.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@629 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    Neatened up layout of dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@628 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-29

    fixed bug with creating buffer in postgres 7.3.x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@627 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    fixed some problems due to changes in the vectorlayerproperties and in the renderer dialogs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@626 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    New mechanism that speeds up the selection of legend type by storing objects of renderer, renderer dialog and qpixmap in qgsvectorlayerproperties and applying it only if the ok-button or the apply button is pressed. Todo: fix various problems, clean up the code, document it propertly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@625 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    This is a major replumbing job of the calculate stats routines. Basically before we used band names to reference any band, but there is a pro
    blem with this in that I have discovered that multiband imagery can have more than one band of the same name. Consequently I am reworking eve
    rything to reference bands by there number. THere are also numerous other bugfixes here. This commit has been tested to work with single band
     grayscale imagery and paletted images, but not with multiband images (there is still some work to do on this). Also the properties dialog cu
     rrently scans stats for each band - this inefficient, I know about this and will submit a fix for this over the next day or two. I expect the
      multiband support to be commintted in the next couple of days too. Lastly, this patch includes a merge of any other commits not made by myse
      lf over the previous few days.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@624 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    This is a major replumbing job of the calculate stats routines. Basically before we used band names to reference any band, but there is a problem with this in that I have discovered that multiband imagery can have more than one band of the same name. Consequently I am reworking everything to reference bands by there number. THere are also numerous other bugfixes here. This commit has been tested to work with single band grayscale imagery and paletted images, but not with multiband images (there is still some work to do on this). Also the properties dialog currently scans stats for each band - this inefficient, I know about this and will submit a fix for this over the next day or two. I expect the multiband support to be commintted in the next couple of days too. Lastly, this patch includes a merge of any other commits not made by myself over the previous few days.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@623 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    Added DEM to dem. Added 'other' filter which shows all files and is useful for testing to see if other GDAL supported files will work prior to creating a specific filter for them.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@622 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    logic for tracking state of the project/map canvas so user can be prompted to save prior to exiting, closing, opening, or creating a new project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@621 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    added pixmaps to fill style buttons


    git-svn-id: http://svn.osgeo.org/qgis/trunk@620 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    Updated TODO list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@619 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    Made addVectorLayer function public so it can be used from other dialogs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@616 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    Changed name of setlayerName function to setLayerName
    Added internalName to store the name of the datasource used at load time. This allows mangling of the display name without affecting the name needed to access the layer via its datasource.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@615 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    Changed name of setlayerName function to setLayerName


    git-svn-id: http://svn.osgeo.org/qgis/trunk@614 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    Tweaked display name to capitalize the first letter from name of layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@613 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    Tweaked display name to capitalize the first letter and strip schema/geometry column from name of PG layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@612 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    Added ability to load a layer by double clicking on it in the list of PG layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@611 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-28

    Updated status of existing todo items


    git-svn-id: http://svn.osgeo.org/qgis/trunk@610 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-27

    Added *.DEM extension for usgs dem file filter. It aint pretty but we need some way to manage upper case extensions....


    git-svn-id: http://svn.osgeo.org/qgis/trunk@609 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-27

    removed a bug related to loading of symbology


    git-svn-id: http://svn.osgeo.org/qgis/trunk@608 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-27

    Updated TODO list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@607 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-27

    removed setModal(true) from the dialog to prevent Qt 3.1 compilation error


    git-svn-id: http://svn.osgeo.org/qgis/trunk@606 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-27

    fix to plugin installation location


    git-svn-id: http://svn.osgeo.org/qgis/trunk@605 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-27

    fix to plugin installation and detection code. Also solve qt 3.1 compile problems


    git-svn-id: http://svn.osgeo.org/qgis/trunk@604 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-27

    fixed QgsProjectIo so right-click context menus are connected when loading a saved project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@603 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    Trivial clean-up of QGisApp::addRasterLayer() :

    - s/Erdas/ERDAS/

    - s/Usgs/USGS/

    - s/Sdts/SDTS/

    - s/Lyr/Layer/

    - use QStringList::empty() instead of QStringList::length() == 0

    - now unfreeze mapCanvas if user didn't select files

    - use more intuitive and safer for() instead of while()

    - prettified code

    - added XXX comment regarding possible initContextMenu() invocation
      even if layer is invalid


    git-svn-id: http://svn.osgeo.org/qgis/trunk@602 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    Show legend text as white for grayscale layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@601 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    Set drawingStyle for Undefined raster bands to SINGLE_BAND_GRAY by default. Lack of default was preventing these layers from being displayed at all.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@600 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    update() mapLegend after render()ing mapCanvas in addRasterLayer(). This prevents multiple repaints. Don't know why, just doing same as addLayer()


    git-svn-id: http://svn.osgeo.org/qgis/trunk@599 c8812cc2-4d05-0410-92ff-de0c093fc19c

mcoletti <mcoletti@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    Added GDAL compiler flags.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@598 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    saving and loading of symbology


    git-svn-id: http://svn.osgeo.org/qgis/trunk@597 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    Added some additional things that need doing as dicussed with Gary on irc.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@596 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    added toolbar with buffer button


    git-svn-id: http://svn.osgeo.org/qgis/trunk@595 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    changes to support compilation under Qt 3.1.x


    git-svn-id: http://svn.osgeo.org/qgis/trunk@594 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-26

    changed detection logic for qt share libs and qt multi-threaded lib


    git-svn-id: http://svn.osgeo.org/qgis/trunk@593 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    various changes (downtime of sf)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@592 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    added validity checking at the data provider level. Modified logging in postgres provider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@591 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    changed font in plugin list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@590 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    changed detection method of layer type when reading a project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@589 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    cleaned up memory management of postgresql  queries and connection objects


    git-svn-id: http://svn.osgeo.org/qgis/trunk@588 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    added validity checking prior to adding vector layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@587 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    added validity checking for a layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@586 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    removed message box prior to adding new layer, commented out include for matrix1.xpm since it isn't used by the plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@585 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Changed pan icon for one provided by rawbytes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@584 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Rawbytes' improved pan icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@583 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Updated toolbar icons based on (mostly taken directly from) Everaldos Crystal icon theme.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@582 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Popup context menu and removal of draw signal.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@581 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Fixed hotspots in new cursors.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@580 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Changed icons to crystal look and minor alterations to toolbar icon order.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@579 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Context menu support and implemented handlers for multiband gray and pseudocolour rendering.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@578 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Moved popMenu declaration up to qgsmaplayer.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@577 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Replaced manual detection of the associated raster layer type with calls to getRasterLayerType.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@576 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-25

    Moved context menu stuff from vector layer to maplayer. Methods are declared pure virtual so any subclass of maplayer (ie. raster, vector and postgis layers) must implement context menu.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@575 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-24

    Identify cursor update. Legend bug fixed that prevented raster legends being drawn on file load. Popup menu support for raster layers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@574 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-24

    added geoprocessing subdir to Makefile.am


    git-svn-id: http://svn.osgeo.org/qgis/trunk@572 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-24

    added Makefile for geoprocessing plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@571 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-24

    First fully functional version of the buffer (geoprocessing) plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@570 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-23

    several things (because sf was down a while), e.g. work prior to save/ load symbology


    git-svn-id: http://svn.osgeo.org/qgis/trunk@569 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-23

    Updated with a fatter 'i'. Still needs to be incorporated into qgisapp.cpp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@568 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-23

    New cursors with white edging so they dont get lost in black backgrounds.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@567 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-23

    Added placeholder functions for multiband draw as gray and multiband draw as pseudocolor.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@566 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-23

    more progress towards a buffer function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@565 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-23

    Replaced map cursors with ones that wont get lost over dark images.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@564 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-22

    call contentsMousePressEvent() of parent object after setting QgsLegendView specific vars rather than before. When hiding a layer contentsMouseReleaseEvent() was being called before contentsMousePressEvent() had returned. This was causing layers to enter drag mode after being hidden/unhidden. This fixes that.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@563 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-22

    Updated legend pixmap display in legend area. Improved drawingStyle detection. Rewrote legend pixmap generators to be more efficient. Numerous other small changes.

    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_legend_gray_sidebar_inverted.png
    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_legend_gray_sidebar.png
    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_legend_paletted_sidebar.png
    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_legend_pseudocar_sidebar_inverted.png
    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_legend_pseudocar_sidebar.png


    git-svn-id: http://svn.osgeo.org/qgis/trunk@562 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-22

    inline functions for the coordinate transform


    git-svn-id: http://svn.osgeo.org/qgis/trunk@561 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-22

    updated TODO list for 0.1 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@560 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-22

    made some functions of QgsRect inline


    git-svn-id: http://svn.osgeo.org/qgis/trunk@559 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-22

    changes to support plugin architecture


    git-svn-id: http://svn.osgeo.org/qgis/trunk@558 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-22

    initial checkin of postgresql geoprocessing plugin (non-functional)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@557 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-22

    Set movingItem to NULL before emitting zOrderChanged(). This prevents mouse movement from moving layers after mouse is released and before layers have re-rendered.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@556 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    Transparency slider now working (allows up to full transparency). Percentage display of slider also working.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@555 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    Added signal handler for transparency slider. Added label to display percentage of transparency slider. Increased max on transparency slider so that images can be completely transparent.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@554 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    Sorted out items 8 (move all to top of raster filters list in load dialog) and 9 (remove .adf from all filter in raster load) in todo list. Updated todo list accordingly.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@553 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    Added more logic to determine the drawing style for the raster layer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@552 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    Only calculatestats for all layers if grayscale or undefined layer type.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@551 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    Couple more wishes :-)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@550 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    Added support for qt3.3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@549 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    zoom to selected


    git-svn-id: http://svn.osgeo.org/qgis/trunk@548 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    Added percentage label for transparency slider


    git-svn-id: http://svn.osgeo.org/qgis/trunk@547 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    Fixed a stupid bug causing a segfault in hasBand() method. Added a short circuit to calculate stats loop to prevent repeating stats gathering when it has already been done before.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@546 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-21

    moved bBoxOfSelected() from QgsMapLayer to QgsVectorLayer to restore 'zoom to selected' soon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@545 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    Updated TODO list of isssues requiring attention prior to release of 0.1 (formerly 0.0.14)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@544 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    scrollview around extension widget and adapted renderers to changing fonts


    git-svn-id: http://svn.osgeo.org/qgis/trunk@543 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    updated doxygen config


    git-svn-id: http://svn.osgeo.org/qgis/trunk@542 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    blank TODO for 0.1


    git-svn-id: http://svn.osgeo.org/qgis/trunk@541 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    removed since files are generated by autotools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@540 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    Instructions on how to build and install the cvs version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@539 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    removed since it is generated by automake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@538 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    moved context menu to vectorlayer class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@537 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    get rid of configure since it needs to be generated


    git-svn-id: http://svn.osgeo.org/qgis/trunk@536 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    Small change - forgot empty implementation after removing =0 from pure virtual functions.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@535 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    Removed pure virtual method declarations where it did not make sense for raster layers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@534 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    Removed deprecated showgrayascolor tag.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@533 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    Added yours truly to authors list


    git-svn-id: http://svn.osgeo.org/qgis/trunk@532 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-20

    New style rendering where each of the 8 rendering algorithms has its own function:
            SINGLE_BAND_GRAY, // a "Gray" or "Undefined" layer drawn as a range of gray colors
            SINGLE_BAND_PSEUDO_COLOR,// a "Gray" or "Undefined" layer drawn using a pseudocolor algorithm
            PALETTED_SINGLE_BAND_GRAY,// a "Palette" layer drawn in gray scale (using only one of the color components)
            PALETTED_SINGLE_BAND_PSEUDO_COLOR, // a "Palette" layer having only one of its color components rendered as psuedo color
            PALETTED_MULTI_BAND_COLOR, //a "Palette" image where the bands contains 24bit color info and 8 bits is pulled out per color
            MULTI_BAND_SINGLE_BAND_GRAY, // a layer containing 2 or more bands, but using only one band to produce a grayscale image
            MULTI_BAND_SINGLE_BAND_PSEUDO_COLOR, //a layer containing 2 or more bands, but using only one band to produce a pseudocolor image
            MULTI_BAND_COLOR //a layer containing 2 or more bands, mapped to the three RGBcolors. In the case of a multiband with only two bands, one band will have to be mapped to more than one color

    Please not that this is not all implemented and a lot of deuglification needs to takes place before this is properly useable. Watch this space over the next couple of days...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@531 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    Commented out deprecated showGrayAsColor serialiser/deserialiser for raster layer.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@530 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    Repositioned status text and enlarged status font


    git-svn-id: http://svn.osgeo.org/qgis/trunk@529 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    Added splash screen to constructor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@528 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    Moved splashscreen to constructor of qgisapp


    git-svn-id: http://svn.osgeo.org/qgis/trunk@527 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    removed stale files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@526 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    added maplayer plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@525 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    removed stale files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@524 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    fixed maplayer plugin so it loads -- doesn't do anything useful


    git-svn-id: http://svn.osgeo.org/qgis/trunk@523 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    improved documentation and behavior of the example plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@522 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    fixed bug that caused multiple properties dialogs to be displayed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@521 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    merge with datasource branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@520 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    merge with datasource branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@519 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    updated to include plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@518 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-19

    merge with datasource branch


    git-svn-id: http://svn.osgeo.org/qgis/trunk@517 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-15

    moving debian files out of qgis sources to allow updates to debian package without requiring new qgis release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@485 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-14

    Added accessors, mutators and members for red, green, blue and gray histogram clipping to rasterlayer, and linked up to advanced symbology tab on rasterproperties dialog. TODO - implement clippng algorithm, let properties dialog modify active clipping algorithm, update dtd and raster properties serialiser in project io.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@477 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-14

    Added sdts raster data to the fileopen dialog for new raster layers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@476 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-13

    Last (hopefully) bugfix for serailisation of raster layer properties to project file.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@473 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-13

    Small bugfix (fixes bug that caused blueBand to be mapped to gray).


    git-svn-id: http://svn.osgeo.org/qgis/trunk@472 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-13

    First pass at raster layer properties persistance when saving project. This is still pretty buggy at the moment. Stand by for a bug fix update in the near future...


    git-svn-id: http://svn.osgeo.org/qgis/trunk@471 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-12

    Updated configure script.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@467 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-12

    Small bugfix to remove a signal handler for debug checkbox that had no associated implementation in ui.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@466 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-12

    This is a new addition to the raster implementation that allows debug info to be displayed as an overlay on the raster. Mainly useful for developers. Can be enabled / disabled using this gui. Links to screenshots below show what the debug output looks like.

    Also carried out some minor refactoring to qgsrasterlayer.cpp.

    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_debug_info.png
    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_debug_info_properties.png


    git-svn-id: http://svn.osgeo.org/qgis/trunk@464 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-11

    You can now request a raster layer to provide its legend - using the getLegendQPixmap method which is returned as a QPixmap. At the moment it is displayed only on the raster properties dialog, but after the qgis_datasource branch is merged in, the legend pixmap will be shown in the legend sidebar. The legend pixmap is rendered (as opposed to a staticly defined images), and in future versions will reflect histogram settings (range constraints etc). Screenshots illustrating this patch available here:

    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_legend_grayscale.png
    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_legend_paletted.png
    http://tim.suttonfamily.co.uk/cgi-bin/ids/index.cgi?mode=image&album=/qgis&image=raster_legend_pseudocolor.png


    git-svn-id: http://svn.osgeo.org/qgis/trunk@458 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-10

    Added a splashscreen to on application startup.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@448 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-10

    Adjusted the advanced symbology so the gradients run diagonally bottom left to top right.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@447 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-09

    Store layer order correctly in project files. Don't store z position in
    QgsMapLayer anymore. Just use zOrder list in QgsMapCanvas.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@446 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-07

    Added support for grass data! You need to have built your gdal library against libgrass for this to work. New entry in the raster file dialog. I also changed the raster file dialog so that it remembers the last directory you were in on subsequent use.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@442 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-07

    Added null pointer check for color map entries on paletted layers - this was causing segfaults on some grass data. There is no guarantee that a paletted image has a color map entry for every cell! We now support grass rasters with the associated commit for qgisapp.cpp coming straight after this commit.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@441 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-06

    adding debian files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@426 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-05

    **Updated whats new section for 0.0.14
    **Added All Rasters filter to the add raster dialog
    **Fixed broken properties dialog for Database layers (temporary until datasourcebranch is merged)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@418 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-05

    incremented version number


    git-svn-id: http://svn.osgeo.org/qgis/trunk@417 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-04

    Added behaviour group box on the advanced symbology tab.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@416 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-04

    Fixed the rather broken algorithm for creating gradients on the advanced symbology tab.
    Added text overlay on each color preview showing the range selected.
    Note the gui now works ok, but I have to implement the application logic for this behaviour still.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@415 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-04

    add USGS ASCII DEM (*.dem) to add raster layer file dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@414 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-04

    Added missing support for inverting histogram on non-pseudocolor grayscale layers.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@408 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-04

    Modified add raster layer to only list tested datatypes.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@407 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-04

    First working version of raster properties dialog. The dialog allows control over band<->color mappings, transparency, histogram inversion and provides some statistics.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@406 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-04

    Added transparency, histogram inversion for non pseudomapped grayscale and paletted layers.
    Added alternate band mapping capability for paletted layers.
    Added variable stats calculation for paletted layers.
    Various other small changes and code cleanups.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@405 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-01

    Modified the makefile to build the new rasterproperties dialog.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@389 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-01

    Added support for 'undefined' color interps - which are treated as grayscale and have a pseudocolor color ramp assigned.
    The above allows arc/info grid and ascii grid layers to be rendered.
    Added pseaudo color ramp builder for grayscale images.
    Added routine to build stats for bands (this is disabled for rgb layers because of performance issues).
    Stats include, minval, maxval, range, sum of squares, mean, std deviation.
    Added logic to constrain greyscale & undefined histogram to n standard deviations.
    Added logic to invert histogram for grayscale and undefined.

    Currently these behaviours are hard coded in the constructor, but will make them available from the new rasterproperties dialog soon.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@388 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-01

    Modified the raster file selection dialog so that it now allows arc/info binary grid, arc/info ascii grid, geotiff, geo jpg and bil files to be selected. Because qfiledialog does not support behaviour for selecting either a directory of a file, arc info binary files need to be added by selecting any .adf file in the layer dir. Also because of this multiple arc/info grid files cannot be added at once.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@387 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-01

    Initial commit of a new properties dialog for raster layers. This is just a skeleton at the moment - I will connect it up to the backend over the next couple of days.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@386 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2004-01-01

    added mapserver ui files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@385 c8812cc2-4d05-0410-92ff-de0c093fc19c

timlinux <timlinux@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-31

    Added support for grayscale tifs too.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@383 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-26

    icon for adding raster layer. save/restore raster layers in project files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@354 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-23

    display message if invalid file selected in raster file dialog (fixes bug 864748)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@342 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-17

    recalculate full extent when removing a layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@329 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-17

    support RGB images


    git-svn-id: http://svn.osgeo.org/qgis/trunk@328 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-17

    read only the portion of the raster from file that is clipped to view window


    git-svn-id: http://svn.osgeo.org/qgis/trunk@327 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-10

    update to configure to detect valid Qt version


    git-svn-id: http://svn.osgeo.org/qgis/trunk@323 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-09

    updated for 0.0.13 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@322 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-06

    update to libtool


    git-svn-id: http://svn.osgeo.org/qgis/trunk@321 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-06

    updated version string to 0.0.13


    git-svn-id: http://svn.osgeo.org/qgis/trunk@320 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-06

    updated whats new


    git-svn-id: http://svn.osgeo.org/qgis/trunk@319 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-06

    added descript to names identify looks for when trying to assign a key for displaying results


    git-svn-id: http://svn.osgeo.org/qgis/trunk@317 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-12-03

    scale raster and position correctly


    git-svn-id: http://svn.osgeo.org/qgis/trunk@316 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-30

    Fix for SuSE 9.0 crash


    git-svn-id: http://svn.osgeo.org/qgis/trunk@315 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-30

    Fix for SuSE 9.0 crash


    git-svn-id: http://svn.osgeo.org/qgis/trunk@314 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-30

    added host detection macro


    git-svn-id: http://svn.osgeo.org/qgis/trunk@313 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-30

    tweaks to Qt detection


    git-svn-id: http://svn.osgeo.org/qgis/trunk@312 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-20

    can display indexed color GeoTIFF with GDAL


    git-svn-id: http://svn.osgeo.org/qgis/trunk@311 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-20

    help viewer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@310 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-15

    mapserver export tweaks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@304 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-15

    test using Qt only -- no gdal


    git-svn-id: http://svn.osgeo.org/qgis/trunk@303 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-15

    start of raster layer support. very broken and incomplete. crashes when drawing raster.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@302 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-13

    improved layer order manipulation - closes bug #820684


    git-svn-id: http://svn.osgeo.org/qgis/trunk@301 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-13

    fix compile error when compiled without PostgreSQL support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@300 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-12

    changes related to mapserver export


    git-svn-id: http://svn.osgeo.org/qgis/trunk@299 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-12

    mapserver export class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@298 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-12

    mapserver export dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@297 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-12

    moved static version vars from qgisapp to qgis.h


    git-svn-id: http://svn.osgeo.org/qgis/trunk@296 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-11

    mapserver export


    git-svn-id: http://svn.osgeo.org/qgis/trunk@295 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-11

    mapserver export


    git-svn-id: http://svn.osgeo.org/qgis/trunk@294 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-11-09

    mapserver export


    git-svn-id: http://svn.osgeo.org/qgis/trunk@293 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-10-03

    avoid having more than one layer appear selected after drop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@292 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-10-02

    QListView subclass to provide drag-n-drop in the legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@291 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-10-02

    Added ability to change layer stacking order by dragging and dropping in the legend


    git-svn-id: http://svn.osgeo.org/qgis/trunk@290 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-27

    support for GNU build tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@288 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-27

    update to GNU build tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@287 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-27

    support for GNU build tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@286 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-26

    change to GDAL checking


    git-svn-id: http://svn.osgeo.org/qgis/trunk@285 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-19

    Updated install instructions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@282 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-19

    removed Makefile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@281 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-19

    changes to build system (uses configure)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@280 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-16

    made worst case quicksort run nearly impossible by using a random element


    git-svn-id: http://svn.osgeo.org/qgis/trunk@279 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-16

    added a new sorting method (based on quicksort) which sorts numerically or alphanumerically. If the entry of the first row contains no letter, the sorting is numerical, otherwise alphanumerical. An extension to quicksort avoiding the worst case (an already sorted column) will be added soon.


    git-svn-id: http://svn.osgeo.org/qgis/trunk@278 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-09

    little changes to Makefile and .ui-files for compilation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@275 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-09

    added GDAL checks to configuration


    git-svn-id: http://svn.osgeo.org/qgis/trunk@274 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-09

    added GDAL checks to configuration


    git-svn-id: http://svn.osgeo.org/qgis/trunk@273 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-08

    fixed a memory leek (which does not occur very often)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@270 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-07

    plans for 0.0.13


    git-svn-id: http://svn.osgeo.org/qgis/trunk@268 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-06

    changelog updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@266 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-05

    updated contributors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@265 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-05

    update contributors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@264 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-05

    hid plugin menu items, added icon for zoom to selected


    git-svn-id: http://svn.osgeo.org/qgis/trunk@263 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-05

    zoom to selected features (the button is right to the 'zoom to previous' one


    git-svn-id: http://svn.osgeo.org/qgis/trunk@262 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-01

    selections persist when sorting a table


    git-svn-id: http://svn.osgeo.org/qgis/trunk@256 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-01

    updated makefile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@255 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-01

    removed bogus files


    git-svn-id: http://svn.osgeo.org/qgis/trunk@254 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-01

    change to postgres defines


    git-svn-id: http://svn.osgeo.org/qgis/trunk@253 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-09-01

    multiple features displayed when doing identify


    git-svn-id: http://svn.osgeo.org/qgis/trunk@252 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-28

    added select cursor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@251 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-28

    modified postgres checking


    git-svn-id: http://svn.osgeo.org/qgis/trunk@250 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-26

    minor bug fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@249 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-26

    minor bug fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@248 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-26

    minor bug fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@247 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-24

    minor housekeeping


    git-svn-id: http://svn.osgeo.org/qgis/trunk@246 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-24

    added


    git-svn-id: http://svn.osgeo.org/qgis/trunk@245 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-24

    enhanced performance of feature selection


    git-svn-id: http://svn.osgeo.org/qgis/trunk@244 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-22

    Fixed wrong automatic selection of te first table row/ ctrl-button can now be used to select features in the map canvas


    git-svn-id: http://svn.osgeo.org/qgis/trunk@243 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-15

    added select features icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@242 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-15

    Added a selection tool to select features by dragging a rectangle (no icon, button is right to the identify-button)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@241 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-15

    changes to support maplayer plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@240 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-15

    maplayer plugin test


    git-svn-id: http://svn.osgeo.org/qgis/trunk@239 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-08-09

    aided the possibility to select features from the attribute table and draw the selected features in another color


    git-svn-id: http://svn.osgeo.org/qgis/trunk@238 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-07-11

    maplayer plugin support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@237 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-07-05

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@236 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-07-05

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@235 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-07-05

    added contributors to the about dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@234 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-07-05

    changes to support Postgresql 7.3.x schema for geometry_columns


    git-svn-id: http://svn.osgeo.org/qgis/trunk@233 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-07-05

    changes to support Postgresql 7.3.x schema for geometry_columns


    git-svn-id: http://svn.osgeo.org/qgis/trunk@232 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-24

    fixed painting of background color for points in shapefilelayer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@230 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-15

    removed some of my unnecessary comments


    git-svn-id: http://svn.osgeo.org/qgis/trunk@229 c8812cc2-4d05-0410-92ff-de0c093fc19c

mhugent <mhugent@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-15

    Changes in the display behaviour of qgsmapcanvas (updating the screen, avoid flickering when paning)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@228 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-11

    version number update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@227 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-10

    removed erroneous source/header


    git-svn-id: http://svn.osgeo.org/qgis/trunk@226 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-10

    ECOS patches


    git-svn-id: http://svn.osgeo.org/qgis/trunk@225 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-05

    change to version checking message display


    git-svn-id: http://svn.osgeo.org/qgis/trunk@224 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-05

    fix attribute table display bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@223 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-04

    change version checker to run on port 80


    git-svn-id: http://svn.osgeo.org/qgis/trunk@222 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-04

    include fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@221 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-06-03

    fix to WKB LineString


    git-svn-id: http://svn.osgeo.org/qgis/trunk@220 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-05-31

    Version checker


    git-svn-id: http://svn.osgeo.org/qgis/trunk@219 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-05-31

    Version checker


    git-svn-id: http://svn.osgeo.org/qgis/trunk@218 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-05-30

    Fixes to PostGIS data selector


    git-svn-id: http://svn.osgeo.org/qgis/trunk@217 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-05-29

    plugin manager


    git-svn-id: http://svn.osgeo.org/qgis/trunk@216 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-05-29

    fix for postgis bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@215 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-05-27

    changes to plugin api


    git-svn-id: http://svn.osgeo.org/qgis/trunk@214 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-05-14

    icon for plugin test


    git-svn-id: http://svn.osgeo.org/qgis/trunk@213 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-05-14

    changes to plugin interface api


    git-svn-id: http://svn.osgeo.org/qgis/trunk@212 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-03-16

    plugin api tweaks


    git-svn-id: http://svn.osgeo.org/qgis/trunk@208 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-03-09

    no message


    git-svn-id: http://svn.osgeo.org/qgis/trunk@202 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-03-09

    maintenance fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@201 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-27

    header template update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@184 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-26

    file save/open fixes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@183 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-26

    update DTD for QGis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@182 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-25

    change to build system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@181 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-25

    changes to build system


    git-svn-id: http://svn.osgeo.org/qgis/trunk@180 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-25

    KDevelop 3.0 project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@179 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-25

    removed old kdevelop project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@178 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-25

    file save/open


    git-svn-id: http://svn.osgeo.org/qgis/trunk@177 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-25

    file save/open


    git-svn-id: http://svn.osgeo.org/qgis/trunk@176 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-25

    project save code additions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@175 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-25

    minor mods to plugin api


    git-svn-id: http://svn.osgeo.org/qgis/trunk@174 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-21

    changes to support libpq++ at postgresql 7.3


    git-svn-id: http://svn.osgeo.org/qgis/trunk@173 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-21

    gcc 3.x fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@172 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-07

    renderer doc update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@171 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-07

    renderer classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@170 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2003-01-05

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@169 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-12-11

    Changes to plugin menu and test harness


    git-svn-id: http://svn.osgeo.org/qgis/trunk@168 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-12-05

    fixes to layer property editor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@167 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-12-04

    update to DTD to support multiple layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@166 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-12-03

    During repaint, the data store is only accessed if map state or extent has changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@165 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-12-03

    During repaint, the data store is only accessed if map state or extent has changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@164 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-12-03

    During repaint, the data store is only accessed if map state or extent has changed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@163 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-30

    Updated whats new section


    git-svn-id: http://svn.osgeo.org/qgis/trunk@162 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-30

    Changes to support building without PostgreSQL


    git-svn-id: http://svn.osgeo.org/qgis/trunk@161 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-30

    Changes to support building without PostgreSQL


    git-svn-id: http://svn.osgeo.org/qgis/trunk@160 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-30

    Changes to support full build (includes PostgreSQL)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@159 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-30

    Info for building with/without PostgreSQL suppor


    git-svn-id: http://svn.osgeo.org/qgis/trunk@158 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-30

    Changes to allow building without PostgreSQL support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@157 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-30

    qmake .pro file for building QGis without PostgreSQL support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@156 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-30

    Makefile for building QGis without PostgreSQL support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@155 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-29

    version/authors change


    git-svn-id: http://svn.osgeo.org/qgis/trunk@154 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-26

    bug fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@153 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-24

    Update changes to 0.0.6 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@152 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-24

    Minor fixes prior to 0.0.6 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@151 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-24

    Minor fixes prior to 0.0.6 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@150 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-24

    fix segfault when no layers on map and table button clicked


    git-svn-id: http://svn.osgeo.org/qgis/trunk@149 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-24

    attribute display dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@148 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-24

    changes to support identify and attribute display functions


    git-svn-id: http://svn.osgeo.org/qgis/trunk@147 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-23

    attribute table display dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@146 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-23

    attribute table display classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@145 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-11-21

    handle duplicate layers properly (bug 622448)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@144 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-26

    Identify function for PostGIS layers


    git-svn-id: http://svn.osgeo.org/qgis/trunk@143 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-15

    mods to support identfying features


    git-svn-id: http://svn.osgeo.org/qgis/trunk@142 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-15

    mods to support identfying features


    git-svn-id: http://svn.osgeo.org/qgis/trunk@141 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-14

    mods to plugin api


    git-svn-id: http://svn.osgeo.org/qgis/trunk@140 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-14

    mods to plugin api


    git-svn-id: http://svn.osgeo.org/qgis/trunk@139 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-14

    stub classes for plugin support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@138 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-13

    Readme for the lib directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@137 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-13

    Plugin test message boxes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@136 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-13

    Makefile changes for plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@135 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-13

    Makefile for test plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@134 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-13

    initial plugin api and test plugin


    git-svn-id: http://svn.osgeo.org/qgis/trunk@133 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-13

    added zoom to selected layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@132 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-12

    eliminated stdout messages


    git-svn-id: http://svn.osgeo.org/qgis/trunk@131 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-12

    password checking/saving fixed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@130 c8812cc2-4d05-0410-92ff-de0c093fc19c

stevehalasz <stevehalasz@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-11

    render layers by iterating over zOrder list rather than layers map


    git-svn-id: http://svn.osgeo.org/qgis/trunk@129 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-11

    error checking added


    git-svn-id: http://svn.osgeo.org/qgis/trunk@128 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-11

    mod to description


    git-svn-id: http://svn.osgeo.org/qgis/trunk@127 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-10

    plugin test function implemented


    git-svn-id: http://svn.osgeo.org/qgis/trunk@126 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-10

    plugin test function implemented


    git-svn-id: http://svn.osgeo.org/qgis/trunk@125 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-10

    plugin test function implemented


    git-svn-id: http://svn.osgeo.org/qgis/trunk@124 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-09

    incremented version to 0.0.6-alpha-dev


    git-svn-id: http://svn.osgeo.org/qgis/trunk@123 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-09

    Window position and toolbar docking restored on startup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@122 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-09

    stubbed in test button for plugins


    git-svn-id: http://svn.osgeo.org/qgis/trunk@121 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-05

    Updates prior to 0.0.5 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@120 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-10-05

    QGis DTD


    git-svn-id: http://svn.osgeo.org/qgis/trunk@119 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-09-26

    minor fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@118 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-09-22

    QGis project file schema


    git-svn-id: http://svn.osgeo.org/qgis/trunk@117 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-09-19

    doc change


    git-svn-id: http://svn.osgeo.org/qgis/trunk@116 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-09-17

    zoom updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@115 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-09-17

    stubbed in identify function


    git-svn-id: http://svn.osgeo.org/qgis/trunk@114 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-09-16

    remove layers feature


    git-svn-id: http://svn.osgeo.org/qgis/trunk@113 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-24

    added cursors for map navigation tools


    git-svn-id: http://svn.osgeo.org/qgis/trunk@112 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-21

    version number change


    git-svn-id: http://svn.osgeo.org/qgis/trunk@111 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-21

    removed msgs to std out / added line width to symbology settings


    git-svn-id: http://svn.osgeo.org/qgis/trunk@110 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-20

    update to whats new


    git-svn-id: http://svn.osgeo.org/qgis/trunk@109 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-18

    Mods to allow setting of display name of a layer


    git-svn-id: http://svn.osgeo.org/qgis/trunk@108 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-18

    Added source info and display name setting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@107 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-18

    render fix


    git-svn-id: http://svn.osgeo.org/qgis/trunk@106 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-18

    render bug when adding layers fixed


    git-svn-id: http://svn.osgeo.org/qgis/trunk@105 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-17

    xpm for mouse cursors


    git-svn-id: http://svn.osgeo.org/qgis/trunk@104 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-16

    Updated change log for 0.0.4 release


    git-svn-id: http://svn.osgeo.org/qgis/trunk@103 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-15

    changes to layer properties dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@102 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-14

    fixed panning bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@101 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-14

    fixed multiple repaint bug


    git-svn-id: http://svn.osgeo.org/qgis/trunk@100 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-14

    added info about binary GDAL/OGR


    git-svn-id: http://svn.osgeo.org/qgis/trunk@99 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-13

    settings for gnu indent


    git-svn-id: http://svn.osgeo.org/qgis/trunk@98 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-13

    code reformatting


    git-svn-id: http://svn.osgeo.org/qgis/trunk@97 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-12

    set layer colors enabled


    git-svn-id: http://svn.osgeo.org/qgis/trunk@96 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-12

    change dev version to 0.0.4-alpah


    git-svn-id: http://svn.osgeo.org/qgis/trunk@95 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-11

    legend hooks for layer remove and properties


    git-svn-id: http://svn.osgeo.org/qgis/trunk@94 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-11

    random colors on layer add


    git-svn-id: http://svn.osgeo.org/qgis/trunk@93 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-10

    added about dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@92 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-10

    version added to main window


    git-svn-id: http://svn.osgeo.org/qgis/trunk@91 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-10

    Updated URLs


    git-svn-id: http://svn.osgeo.org/qgis/trunk@90 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-09

    changes to legend and base maplayer classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@89 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-09

    primitive legend implementation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@88 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-04

    add layer icon


    git-svn-id: http://svn.osgeo.org/qgis/trunk@87 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-04

    legend mods


    git-svn-id: http://svn.osgeo.org/qgis/trunk@86 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-03

    valid layer checking added


    git-svn-id: http://svn.osgeo.org/qgis/trunk@85 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-03

    ogr support for vector data formats


    git-svn-id: http://svn.osgeo.org/qgis/trunk@84 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-02

    Updated install instructions to include GDAL/OGR with URL


    git-svn-id: http://svn.osgeo.org/qgis/trunk@83 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-02

    Updated install instructions to include GDAL/OGR


    git-svn-id: http://svn.osgeo.org/qgis/trunk@82 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-02

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@81 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-02

    ogr test


    git-svn-id: http://svn.osgeo.org/qgis/trunk@80 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-01

    custom symbol class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@79 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-08-01

    legend support class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@78 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-31

    add QgsLegend stub to main window


    git-svn-id: http://svn.osgeo.org/qgis/trunk@77 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-31

    minor changes to map layer base class


    git-svn-id: http://svn.osgeo.org/qgis/trunk@76 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-30

    QGis namespace declarations


    git-svn-id: http://svn.osgeo.org/qgis/trunk@75 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-30

    namespace mods


    git-svn-id: http://svn.osgeo.org/qgis/trunk@74 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-29

    map navigation tools moved to toolgroup


    git-svn-id: http://svn.osgeo.org/qgis/trunk@73 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-29

    zoom in and pan support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@72 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-29

    zoom in and pan support


    git-svn-id: http://svn.osgeo.org/qgis/trunk@71 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-28

    update kdevelop project file


    git-svn-id: http://svn.osgeo.org/qgis/trunk@70 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-28

    documentation update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@69 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-28

    mouse tracking enabled


    git-svn-id: http://svn.osgeo.org/qgis/trunk@68 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    update kdevelop project


    git-svn-id: http://svn.osgeo.org/qgis/trunk@67 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    KDevelop project for use with qmake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@65 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@64 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    Install directions using qmake


    git-svn-id: http://svn.osgeo.org/qgis/trunk@63 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    qmake generated Makefile


    git-svn-id: http://svn.osgeo.org/qgis/trunk@62 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@61 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@60 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@60 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    mods for kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@59 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    mods for kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@59 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@58 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@57 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    mods for kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@56 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    mods for kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@56 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    changes to support kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@55 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    changes to support kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@55 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    updated to support kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@54 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    updated to support kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@54 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    updated to support kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@53 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    updated to support kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@53 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    updated to support kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@52 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    updated files to support kdevelop


    git-svn-id: http://svn.osgeo.org/qgis/trunk@51 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    no mocs needed in repository


    git-svn-id: http://svn.osgeo.org/qgis/trunk@50 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    no mocs needed in repository


    git-svn-id: http://svn.osgeo.org/qgis/trunk@50 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    initial import into new directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@49 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    initial import into new directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@49 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    initial import into new directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@48 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    initial import into new directory


    git-svn-id: http://svn.osgeo.org/qgis/trunk@48 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    stubbed in symbology classes


    git-svn-id: http://svn.osgeo.org/qgis/trunk@47 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    fixes to drawing code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@46 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-27

    fixes to rendering code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@45 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-26

    added GNU statement


    git-svn-id: http://svn.osgeo.org/qgis/trunk@44 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-26

    added GNU statement


    git-svn-id: http://svn.osgeo.org/qgis/trunk@43 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-26

    added GNU statement


    git-svn-id: http://svn.osgeo.org/qgis/trunk@42 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-26

    mods to rendering code


    git-svn-id: http://svn.osgeo.org/qgis/trunk@40 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-25

    Change to drawing logic


    git-svn-id: http://svn.osgeo.org/qgis/trunk@39 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-25

    classes to support map canvas rendering


    git-svn-id: http://svn.osgeo.org/qgis/trunk@38 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-21

    documentation updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@37 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-20

    fixed edit of connections


    git-svn-id: http://svn.osgeo.org/qgis/trunk@36 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-20

    License


    git-svn-id: http://svn.osgeo.org/qgis/trunk@35 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-20

    Auto repaint/polygons filled


    git-svn-id: http://svn.osgeo.org/qgis/trunk@34 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-19

    polygon layer drawing added


    git-svn-id: http://svn.osgeo.org/qgis/trunk@33 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-19

    initial point and line drawing


    git-svn-id: http://svn.osgeo.org/qgis/trunk@32 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-16

    minor updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@31 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-13

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@30 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-13

    documention update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@29 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-12

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@28 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-12

    removed postgresql from doc generation


    git-svn-id: http://svn.osgeo.org/qgis/trunk@27 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-12

    icon updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@26 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-12

    icon updates


    git-svn-id: http://svn.osgeo.org/qgis/trunk@25 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-12

    xpm icons for qgis


    git-svn-id: http://svn.osgeo.org/qgis/trunk@24 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-11

    updated info


    git-svn-id: http://svn.osgeo.org/qgis/trunk@23 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-11

    updated info


    git-svn-id: http://svn.osgeo.org/qgis/trunk@22 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-11

    minor update -- point layers selected but not displayed (no repaint)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@21 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-11

    minor update -- point layers displayed (no repaint)


    git-svn-id: http://svn.osgeo.org/qgis/trunk@20 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-10

    points displayed from a postgis table -- everything hardcoded at this point


    git-svn-id: http://svn.osgeo.org/qgis/trunk@19 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-10

    points displayed from a postgis table -- everything hardcoded at this point


    git-svn-id: http://svn.osgeo.org/qgis/trunk@18 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-08

    mods to support reading wkb


    git-svn-id: http://svn.osgeo.org/qgis/trunk@17 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-07

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@16 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@15 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    make file modifications


    git-svn-id: http://svn.osgeo.org/qgis/trunk@14 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    support for icons in postgis selection dialog


    git-svn-id: http://svn.osgeo.org/qgis/trunk@13 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    removed  - auto generated by moc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@12 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    *** empty log message ***


    git-svn-id: http://svn.osgeo.org/qgis/trunk@11 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    makefile update


    git-svn-id: http://svn.osgeo.org/qgis/trunk@10 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    added qgisappbase to makefile/src.pro


    git-svn-id: http://svn.osgeo.org/qgis/trunk@9 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    renamed to lowercase


    git-svn-id: http://svn.osgeo.org/qgis/trunk@8 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    removed - files are generated automatically by uic and moc


    git-svn-id: http://svn.osgeo.org/qgis/trunk@7 c8812cc2-4d05-0410-92ff-de0c093fc19c

gsherman <gsherman@c8812cc2-4d05-0410-92ff-de0c093fc19c>	2002-07-06

    Initial revision


    git-svn-id: http://svn.osgeo.org/qgis/trunk@4 c8812cc2-4d05-0410-92ff-de0c093fc19c
